Handle a long stream of bytes containing no UTF-8 character starts
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2000-11-11  Havoc Pennington  <hp@pobox.com>
2
3         * gmarkup.c (g_markup_parse_context_parse): Handle a long stream
4         of bytes containing no UTF-8 character starts
5
6 2000-11-11  Tor Lillqvist  <tml@iki.fi>
7
8         * glib.def: Add missing entry points.
9
10         * gfileutils.c (g_mkstemp): Improve chance to generate unique
11         names with less effort a bit.
12
13         * gfileutils.h: Add g_file_open_tmp() declaration.
14
15         * testglib.c: Include <io.h> on Win32.
16
17         * makefile.mingw.in: Correct the way to invoke sub-makes.
18
19 Sun Nov  5 13:20:54 2000  Owen Taylor  <otaylor@redhat.com>
20
21         * glib-object.h: Add gtypemodule.h
22
23 2000-11-11  Tor Lillqvist  <tml@iki.fi>
24
25         * gfileutils.c (g_file_open_tmp): New function, suggested by Havoc
26         earlier this month.
27         (g_mkstemp): Use only one case for letters in temp file name, as
28         this will be used on systems with case-insensitive file systems.
29
30         * testglib.c (main): Test g_mkstemp() and g_file_open_tmp().
31
32 2000-11-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
33
34         * gthreadpool.c: Don't take other threads with other priorities
35         into account as changing the priority is highly
36         unportable. (Actually using it at all already is unportable, but
37         even sometimes where that works, changing priority is not
38         possible).
39
40 2000-11-05  Havoc Pennington  <hp@pobox.com>
41
42         * gmarkup.h: rename G_MARKUP_FOO to
43         G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG
44
45         * gmarkup.c: don't start doc comments with "Returns"
46         
47 2000-11-05  Havoc Pennington  <hp@pobox.com>
48
49         * gmarkup.c: inline docs
50         (unescape_text): properly check strtoul for failure.
51         
52         * gerror.c (g_propagate_error): Free the src error if the dest
53         location is NULL - I'm pretty sure that's what this function was 
54         supposed to do.
55
56 2000-11-05  Havoc Pennington  <hp@pobox.com>
57
58         * gutils.c (g_find_program_in_path): cleanup docs, sync param 
59         names to those in the header
60
61         * gfileutils.c (g_mkstemp): clean up docs
62
63         * gshell.h: sync param names with param names in .c file
64
65         * gfileutils.h (enum GFileTest): remove trailing comma from last
66         member, confuses gtk-doc
67
68         * gmarkup.h: s/GMarkupErrorType/GMarkupError/g; to follow
69         convention
70
71 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
72
73         * gasyncqueue.c: Added documentation for asyncronous queues.
74
75         * gspawn.c: Include sys/select.h (some platforms need it for
76         select). 
77
78         * gspawn.c: Changed unportable __FUNCTION__ to the verbatim
79         function name.
80
81 2000-10-31  Tor Lillqvist  <tml@iki.fi>
82
83         * gutils.c
84         * gutils.h
85         * gfileutils.c
86         * gfileutils.h: Actually, g_mkstemp() is better suited in gfileutils.
87
88 2000-10-30  Tor Lillqvist  <tml@iki.fi>
89
90         * configure.in: Check for mkstemp.
91
92         * gutils.c (g_mkstemp): New function. If HAVE_MKSTEMP, just call
93         it, otherwise use code lifted from glibc.
94
95         * gutils.h: Declare it.
96
97         * glib.def: Here, too. Plus two missing functions.
98
99 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
100
101         * gcache.h, gcache.c, ghash.h, ghash.c, grel.c, grel.h, gtypes.h:
102         Introduced new function type GEqualFunc to return TRUE for equal
103         params. This is now used instead of GCompareFunc (which should
104         work akin to strcmp) here. This kind of fixes Bug #14412. Note
105         that technically GCompareFunc and GEqualFunc are still the same
106         types, as gint == gboolean.
107
108         * ghash.h, gutils.c: g_int_equal and g_direct_equal now return
109         gboolean to be really become GEqualFunc.
110
111         * gscanner.c, testglib.c, tests/hash-test.c: Some tiny changes to
112         follow the above change.
113
114 2000-10-27  Tor Lillqvist  <tml@iki.fi>
115
116         * makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
117
118         * glib.def: Add missing functions.
119
120         * tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
121
122 2000-10-24  Havoc Pennington  <hp@pobox.com>
123
124         * gmarkup.h, gmarkup.c: New module to parse a simple
125         markup language
126         
127         * Makefile.am: add gmarkup.h, gmarkup.c
128
129         * tests/Makefile.am: add markup-test
130
131         * gstring.h (g_string_new_len): new function to create a string
132         with a length
133         (g_string_new): avoid a gratuitous realloc
134
135 2000-10-26  Tor Lillqvist  <tml@iki.fi>
136
137         * makefile.{mingw,msc}.in: Cosmetics.
138
139 2000-10-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
140
141         * gstrfuncs.c (g_strsplit): When the string is ended by a
142         delimiter, return an extra empty string just like for a delimiter
143         at the start of the string. This makes the function behave more
144         consitent and also fixes Bug #15026.
145
146 Tue Oct 24 22:09:14 2000  Tim Janik  <timj@gtk.org>
147
148         * glib-object.h: added newly added gobject/ headers.
149
150         * gmesage.c: print g_message() output to stderr instead of stdout.
151
152 2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
153
154         * configure.in: Use one = instead of two, which is plainly wrong.
155
156 2000-10-19  Tor Lillqvist  <tml@iki.fi>
157
158         * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
159         with user32.lib.
160
161         * gspawn-win32.c
162         * gfileutils.c: Make them compile with picky MSVC.
163
164         * gwin32.h: New file. Move Win32-only stuff that isn't related to
165         GIOChannels here from giochannel.h.
166
167         * Makefile.am: Add it here.
168
169         * giochannel.h: Move stuff to gwin32.h.
170
171         * glib.h: On Win32, include gwin32.h.
172
173 Mon Sep 11 10:03:24 2000  Owen Taylor  <otaylor@redhat.com>
174
175         * glib.h convert.c (g_convert_with_fallback): Change
176         ERROR_OTHER to ERROR_FAILED, add some dummy marking with _().
177
178         * docs/reference/glib/glib-sections.txt
179         docs/reference/glib/glib-docs.sgml Update for g_convert,
180         g_unicode_validate.
181
182 2000-10-16  Tor Lillqvist  <tml@iki.fi>
183
184         * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
185         takes care of it, correctly.
186
187         * giowin32.c (reader_thread): Some more debugging output.
188         (g_io_channel_win32_poll): Remove unused vars.
189
190         * gfileutils.c: Changes for Win32, with no unistd.h and no
191         S_ISLNK().
192
193         * gspawn-win32.c: Implementation of the g_spwan_* functions for
194         Win32. Due to the general non-Unixness of Win32, much of the
195         functionality that is relatively clean to implement on Unix, is
196         hard to do on Win32. We must use a separate helper program to
197         change directory, close extra file descriptors, redirect the std
198         ones, as needed, and only then start the child process. No child
199         process pid can be returned, unfortunately. Or if we used
200         CreateProcess directly, it probably could. (Now we use the spawnv*
201         functions from msvcrt.)
202
203         * Makefile.am (EXTRA_DIST): Add gspawn-win32.c
204
205         * glib.def: Add new entry points.
206
207         * glib.def
208         * giowin32.c: Remove g_io_channel_win32_wait_for_condition(),
209         g_io_channel_win32_poll() subsumes it.
210
211         * gbacktrace.h: G_BREAKPOINT for MSVC (on the ix86).
212
213         * gwin32.c (g_win32_getlocale): Use "sp" for
214         LANG_CROATIAN+SUBLANG_SERBIAN_LATIN.
215
216         * makefile.{mingw,msc}.in (glib_OBJECTS): Add new files.
217         Add gspawn-win32-helper.exe rule.
218
219         * tests/makefile.{mingw,msc}.in (TESTS): Add shell-test and
220         spawn-test.
221
222         * tests/spawn-test.c: (run_tests): On Win32, don't try to run
223         /bin/sh, but ipconfig (no special significance in choosing that,
224         just a program that outputs something to stdout).
225
226 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
227
228         Remove need for acconfig.h, and misc. cleanups.
229         * acglib.m4 (GLIB_SIZEOF): Add 'autoheader' comment to
230         AC_DEFINE_UNQUOTED.
231         (GLIB_BYTE_CONTENTS): Likewise.
232
233         * configure.in: Add 'autoheader' comments to all AC_DEFINE(...)
234         and AC_DEFINE_UNQUOTED(...) lines.
235         Replace AC_MSG_CHECKING/AC_CACHE_VAL with AC_CACHE_CHECK.
236         (AM_PROG_LIBTOOL): Move after AC_PROG_CC.
237         
238         * acconfig.h: Empty out.
239
240         * Makefile.am (BUILT_EXTRA_DIST): New variable.  List 'dist'able
241         files that are created in the builddir.
242         (dist-hook): Handle those files.
243         (libglib_1_3_la_SOURCES): Remove @ALLOCA@.  @ALLOCA@ should only
244         be used in an _LDADD or _LIBADD, since it expands (if necessary)
245         to 'alloca.o'.
246
247         * tests/Makefile.am (BUILT_EXTRA_DIST): New variable.
248         (dist-hook): Handle $(BUILT_EXTRA_DIST).
249         
250 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
251
252         * grand.c: Added inline documentation. 
253
254         * gtypes.h, gnode.h, gutils.h: Readded GFreeFunc,
255         g_node_insert_after and g_find_program_in_path resp., which
256         mysteriously disappeared during the glib.h dissection.
257
258 2000-10-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
259
260         * glibconfig.h.win32.in: Adapted accordingly to header separation
261         and GLIB_HAVE_ALLOCA_H renaming.
262
263         * Makefile.am: Added the new headers to glibinclude_HEADERS.
264
265         * glib.h: Forgot to include gerror.h.
266
267         * glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
268         gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
269         ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
270         gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
271         grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
272         gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
273         into many header files mostly according to the resp. *.c-files.
274         
275         * gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
276         of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
277         __END_DECLS.
278
279         * configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
280         gunicode.h, : Changed guard-macro names to something more
281         consistent.
282
283         * configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
284
285         * configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
286         alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
287
288         * configure.in: Removed cruft from old threading code.
289
290 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
291
292         Work with beta autoconf 2.50.
293         * configure.in (GLIB_MAJOR_VERSION): Use GLIB_DIVERT_BEFORE_HELP
294         instead of AC_DIVERT_PUSH(),AC_DIVERT_POP.
295         (AC_CHECK_HEADERS): Remove redundant AC_DEFINE(HAVE_...).
296         (REALLOC_0_WORKS): Move AC_DEFINE outside AC_CACHE_VAL.
297         (dlopen): Quote nested AC_CHECK_... calls.
298
299         * acglib.m4 (GLIB_TR_SH, GLIB_TR_CPP): Utility macros copied from
300         beta autoconf 2.50.
301         (GLIB_DIVERT_BEFORE_HELP): New macro that works both with autoconf
302         2.13 and beta autoconf 2.50.
303         (GLIB_SIZEOF, GLIB_BYTECONTENTS): Use GLIB_TR_*.
304
305         * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
306         that 'configure' depends on acglib.m4.
307
308 2000-10-09  Havoc Pennington  <hp@redhat.com>
309
310         * Makefile.am, tests/Makefile.am: Add new files.
311
312         * tests/spawn-test.c, tests/shell-test.c: new tests for
313         the shell/spawn stuff
314
315         * gutils.c (g_find_program_in_path): convert a relative
316         program name into an absolute pathname to an existing 
317         executable
318
319         * gspawn.h, gspawn.c: New fork/exec API
320
321         * gshell.h, gshell.c: Shell-related utilities, at the moment
322         simply routines to parse argv and quote/unquote strings
323
324         * guniprop.c (g_unichar_isspace): Return TRUE for the 
325         ASCII space characters isspace() returns TRUE for.
326
327         * gfileutils.c (g_file_get_contents): Convenience function 
328         to slurp entire file into a string and return it. Partially
329         written by Joel Becker.
330         (g_file_test): file test function
331
332 2000-10-06  Tor Lillqvist  <tml@iki.fi>
333
334         * makefile.msc.in: Revamp to be like makefile.mingw.in, make
335         the MSVC build actually work again.
336
337         * gmodule/makefile.msc.in
338         * gobject/makefile.msc.in
339         * gthread/makefile.msc.in: New files, like their mingw counterparts.
340
341         * gmodule/Makefile.am
342         * gobject/Makefile.am
343         * gthread/Makefile.am: Make and distribute them.
344
345         * */makefile.mingw.in: Allow override of GLib version number from
346         the build/win32/module.defs file.
347
348         * glib.def: Add new entry point.
349
350         * tests/gio-test.c (main): Fix the Win32-only code to use current
351         API, g_io_channel_win32_make_pollfd() and g_io_channel_win32_poll().
352
353         Fixes from Hans Breuer:
354
355         * glib.h (struct DIR): Keep the last readdir result cached inside
356         the DIR struct, to enable several DIRs being open simultaneously.
357
358         * gwin32.c (g_win32_readdir): Use the above instead of static.
359
360         * giowin32.c (g_io_channel_win32_make_pollfd): Insert cast to keep
361         MSVC happy.
362
363 2000-10-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
364
365         * glib.h: Changed alloca stuff a bit: when we have a working
366         alloca.h, we're not messing with alloca any further. Should fix a
367         bug reported by Bernd Demian <wega@csc-dd.de>.
368
369 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
370
371         * gnode.c (g_node_insert_after): Added function to keep symetry
372         with g_node_insert_before. 
373
374 2000-09-29  Martin Baulig  <baulig@suse.de>
375
376         Several minor ANSI C fixes.
377
378         Added missing casts:
379         * gdate.c (g_date_fill_parse_tokens): `s = (guchar *) str'.
380         * gmain.c (g_idle_dispatch): `func = (GSourceFunc) source_data'.
381         (g_idle_add_full): `(gpointer) function' in call to g_source_add().
382         * gstrfuncs.c (g_strdown): `s = (guchar *) string' and
383         `return (gchar *) string'.
384         (g_strup): Likewise.
385         (g_strchug): `start = (guchar*) string' in 1st for() argument;
386         `strlen ((gchar *) start)' in call to g_memmove().
387         * gstring.c (g_string_down): `s = (guchar *) string->str'.
388         (g_string_up): Likewise.
389         * gthreadpool.c (stop_this_thread_marker):
390         `(gpointer) &g_thread_pool_new'.
391         * gunidecomp.h (decomp_table[]): Cast all the strings to
392         `unsigned char *'.
393
394         Put text following #endif into comments:
395         * gmain.c: here.
396
397 2000-09-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
398
399         * configure.in, glib.h: Added errorcheck mutexes. These are
400         activated through the preprocessor symbol
401         G_ERRORCHECK_MUTEXES. Need to add an extra word to StaticMutex in
402         order to achieve this. g_(static_)mutex_* functions instrument the
403         mutex operations with mutex name and location, when compiled with
404         -DG_ERRORCHECK_MUTEXES. g_thread_init activates the errorcheck
405         mutexes, when compiled with -DG_ERRORCHECK_MUTEXES.
406
407 2000-09-28  Havoc Pennington  <hp@pobox.com>
408
409         * glib.h (GThreadPriority): fix indentation
410         (GConvertError): generic error is conventionally called
411         _FAILED rather than _OTHER, at least at the moment, 
412         according to GError docs in docs/reference.
413
414         * gconvert.c: s/_OTHER/_FAILED/
415
416 2000-09-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
417
418         * configure.in: Adjusted the test for an unimplemented
419          getpwuid_r. Info from Michael Pruett. This is just a forward
420          merge from glib-1-2.
421
422         * configure.in: Moved determination of G_THREAD_FLAGS before
423         G_THREAD_LIBS. Check for UnixWare systems and set the right cflags
424         and libs there (it needs -Kthread for the native compiler and
425         -pthread for gcc). Thanks to Boyd Lynn Gerber <gerberb@zenez.com>
426         for the info.
427
428         * configure.in: Fail immediately, when no thread library is found,
429         instead of continuing searching for rt libs etc. Changed almost
430         all occurances of $enable_threads to $have_threads, as that's,
431         what we want.
432
433         * tests/threadpool-test.c: Define vars inside the guard to avoid
434         warnings.
435
436         * configure.in, tests/type-test.c: Some platforms support 64 bit
437         'long long', but you can not printf or scanf them. In that case,
438         don't define G_G{UINT|INT}64_FORMAT. Changed the type-test program
439         to reflect that.
440
441         * gutils.c (g_get_current_dir): max_len can't be initialized
442         statically as it might call a function. So do it at first call.
443
444 Tue Sep 26 2000 Elliot Lee <sopwith@redhat.com>
445         * glib.h: Add G_GNUC_PURE macro (but don't use it anywhere).
446
447 Mon Sep 25 2000 Elliot Lee <sopwith@redhat.com>
448         * garray.c, glib.h, gmem.c: Add a few missing G_GNUC_CONST's.
449
450 2000-09-21  Tor Lillqvist  <tml@iki.fi>
451
452         * makefile.mingw.in: Add gconvert.o. Use libiconv.
453
454         * config.h.win32.in: Define HAVE_GETCWD.
455
456         * glib.def: Add new entry points.
457
458 2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
459
460         * configure.in: The last released automake (1.4) still requires
461         AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
462         time being.
463
464 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
465
466         * acconfig.h, configure.in, gutils.c: Test for the existence of
467         getcwd, and use it only when found.
468
469         * glib.h: Only use the gcc-variable-macro-argument-extension for
470         gcc >= 2.4. Both patches from Jonas Oberg <jonas@gnu.org>.
471
472 Mon Sep 18 10:58:21 2000  Owen Taylor  <otaylor@redhat.com>
473
474         * gutf8.c: Implement g_ucs4_to_utf8 which was in
475         the header file but not implemented.
476
477 Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com>
478
479         * glib.h configure.in: Define g_alloca() as an
480         alloca-that-works-anywhere.
481
482         * gconvert.c: Fix warnings which could have caused problems on
483         64-bit platforms.
484
485 Sun Sep 10 12:37:40 2000  Owen Taylor  <otaylor@redhat.com>
486
487         * glib.h gconvert.c (g_convert): Havoc Pennington's implementation 
488         of convenient character set conversion using iconv, with
489         the addition of GError. We probably need a fallback that
490         just does conversions between, say UTF-8,16,32 and ISO-8859-1
491         for targets without iconv at all.
492
493         Also add g_convert_with_fallback() to take care of conversions 
494         where we accept some loss going to the target encoding.
495
496 2000-09-10  Havoc Pennington  <hp@redhat.com>
497
498         * gutf8.c (g_utf8_validate): Add this function.
499
500 Sat Sep  9 18:50:42 2000  Owen Taylor  <otaylor@redhat.com>
501
502         * gstrfuncs.c (g_strescape): Add a missing g_return_if_fail().
503
504 Mon Aug 21 03:57:46 2000  Tim Janik  <timj@gtk.org>
505
506         * glib.h (G_BREAKPOINT): for non-i386 and non-alpha, or non gcc,
507         implement BREAKPOINT() as raise (5 /* SIGTRAP */);
508
509         * glib.h: provide user-definable switch G_IMPLEMENT_INLINES,
510         to turn on compilation of inline function implementations provided
511         in header files with extern linkage.
512         wrap inline function implementations into ifdef __G_UTILS_C__, so we
513         really only compile them for gutils.c and not also into arbitrary user
514         code that wants to make use of G_IMPLEMENT_INLINES.
515         adjusted comment apropriately.
516
517         * gutils.c: to turn on compilation of inline functions, provide
518         #define G_IMPLEMENT_INLINES 1 and #define __G_UTILS_C__.
519
520 2000-09-06  Havoc Pennington  <hp@redhat.com>
521
522         * gerror.c: docs
523
524         * docs/reference/glib/tmpl/error_reporting.sgml: docs
525
526 Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
527
528         * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
529
530 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
531
532         * glib.h, gtimer.c, tests/thread-test.c:
533         s/G_MICROSEC/G_USEC_PER_SEC/
534
535         * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as
536         they are really superfluous.
537
538 Tue Sep  5 20:16:27 2000  Owen Taylor  <otaylor@redhat.com>
539
540         * configure.in docs/Makefile.am: Add gtk-doc checks
541         for newly added docs/reference/ subdir.
542
543 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
544
545         * gthread.c (g_thread_error_quark): Don't use a G_LOCK, as it
546         isn't necessary.
547
548 2000-09-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
549
550         * gstring.c (g_string_free): Use g_return_val_if_fail instead of
551         g_return_if_fail, as the function now is supposed to return
552         something.
553
554         * gerror.c, gerror.h (g_propagte_error): Added function
555         g_propagte_error to hand over local errors to the calling
556         function.
557
558         * glib.h: Include gerror.h before it is used for some g_thread_*
559         functions.
560
561         * gthread.c, gthreadpool.c, glib.h: Enable error reporting for
562         thread creation, namly for g_thread_create, g_thread_pool_new,
563         g_thread_pool_push and g_thread_pool_set_max_threads.
564
565         * tests/thread-test.c, tests/threadpool-test.c: Adapted
566         accordingly.
567
568 2000-08-31  Tor Lillqvist  <tml@iki.fi>
569
570         * glib.h
571         * glib.def
572         * giowin32.c (g_io_channel_win32_make_pollfd): New function, to
573         make a GPollFD from a GIOChannel. Creates the events and starts
574         the reader thread if necessary.
575
576         * glib.h
577         * giowin32.c (g_io_channel_win32_poll): No use for separate
578         condition parameter.
579
580         * gmain.c (g_get_current_time): (Win32): Simplify, use
581         GetSystemTimeAsFileTime().
582
583 2000-08-27  Tor Lillqvist  <tml@iki.fi>
584
585         * giowin32.c (g_io_channel_win32_poll): New function, otherwise
586         like g_io_channel_win32_wait_for_condition(), but accept several
587         GPollFDs.
588         (g_io_channel_win32_wait_for_condition): Call
589         g_io_channel_win32_poll().
590
591         * glib.h: Declare g_io_channel_win32_poll().
592
593         * gwin32.c (g_win32_error_message): Don't believe return value
594         from FormatMessage.
595
596 2000-08-25 Elliot Lee <sopwith@redhat.com>
597
598         * glib.h, gunicode.h, gmodule/gmodule.h:
599         : Mark the following functions G_GNUC_CONST (to allow
600         optimization) because their results are a function of only their parameters:
601         g_int_hash, g_int_equal, g_direct_hash, g_direct_equal, g_quark_to_string,
602         g_date_is_leap_year, g_date_days_in_month, g_date_monday_weeks_in_year,
603         g_date_sunday_weeks_in_year, g_spaced_primes_closest, g_unichar_is*,
604         g_unichar_to*, g_unichar_*digit_value, g_unichar_type
605
606 2000-08-21 Elliot Lee <sopwith@redhat.com>
607
608         * gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
609         config.h
610
611 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
612
613         * tests/gio-test.c: Fix a couple of trivial bugs that
614         were causing warnings.
615
616 Mon Aug 21 14:39:36 2000  Owen Taylor  <otaylor@redhat.com>
617
618         * glib.h: Use C99 varargs macros where possible 
619         (check __STDC_VERSION__), otherwise, on gcc, use an alternate 
620         form of gcc varargs which is more likely
621         to be supported going forward. (Based on some code
622         from Raja Harinath)
623
624 2000-08-17  Darin Adler  <darin@eazel.com>
625
626         * glib.h:
627         * garray.c: (g_array_free), (g_ptr_array_free),
628         (g_byte_array_free): Return the data left behind.
629         * gstring.c: (g_string_free): Return the data left behind.
630
631         Changed the free calls that leave data behind so they
632         return a pointer to the left-behind data, NULL if told not
633         to leave anything behind. This makes these calls easier
634         to use correctly, without any incompatible API change for
635         callers that don't know about the return value. Of course,
636         it would be even clearer if the free calls weren't dual-purpose
637         in the first place.
638
639 2000-08-12  Tor Lillqvist  <tml@iki.fi>
640
641         * giowin32.c: Some indentation and spacing fixes. Add some more
642         logging.
643         (g_io_win32_add_watch): New function, with common code from
644         g_io_win32_fd_add_watch and g_io_win32_sock_add_watch. Don't start
645         more than one reader thread for a GIOChannel. We should obviously
646         have just one reader thread reading a file descriptor or socket.
647
648 2000-08-10  Havoc Pennington  <hp@redhat.com>
649
650         * gthread-2.0.pc.in (Cflags): don't duplicate glib Cflags
651
652         * gmodule-2.0.pc.in (Cflags): don't duplicate glib Cflags
653
654         * gobject-2.0.pc.in (Cflags): don't duplicate Cflags from glib
655         itself
656
657 2000-08-10  Havoc Pennington  <hp@redhat.com>
658
659         * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for
660         glibconfig.h
661
662 2000-08-07  Tor Lillqvist  <tml@iki.fi>
663
664         * tests/gio-test.c (shutdown_source): New function, that calls
665         g_source_remove(). Check return value of g_source_remove(), and
666         decrement running subprocess counter only if g_source_remove()
667         actually did remove the source.
668
669         (recv_message): Call shutdown_source() on EOF condition. Return
670         FALSE on G_IO_HUP and G_IO_ERR condition. Fix printf format typo.
671
672 Sun Aug  6 20:06:02 2000  Tim Janik  <timj@gtk.org>
673
674         * gmessages.c (g_log_domain_check_free): keep *last updated while
675         running through the domain list, so we don't screw up the removal,
676         patch provided by Gady Kozma <gadykozma@hotmail.com>.
677
678 Sun Aug  6 20:03:41 2000  Tim Janik  <timj@gtk.org>
679
680         * gmessages.c (g_log_remove_handler): keep *last updated while running
681         through the handler list, so we don't screw up the removal.
682
683 Sun Jul 30 16:54:13 2000  Owen Taylor  <otaylor@redhat.com>
684
685         * gunicode.h: Fix stray character
686
687         * gutf8.c (g_unichar_to_utf8): Allow outbuf to be NULL, in
688         which case we just compute the length.
689
690 2000-07-31  Havoc Pennington  <hp@redhat.com>
691
692         * Makefile.am (EXTRA_DIST): forgot to add .pc.in to EXTRA_DIST
693
694 2000-07-31  Havoc Pennington  <hp@redhat.com>
695
696         * glib-2.0.pc.in, gobject-2.0.pc.in, gmodule-2.0.pc.in,
697         gobject-2.0.pc.in: pkg-config data files         
698
699         * Makefile.am: Install/dist the .pc files
700
701         * configure.in: Output the .pc files
702
703 2000-07-31  Tor Lillqvist  <tml@iki.fi>
704
705         * giowin32.c (buffer_read): The code didn't compile (must
706         have been sleepy when committing). "return" instead of "break"
707
708         (g_io_win32_fd_add_watch): Cannot check if the file descriptor is
709         readable by calling ReadFile to read zero bytes. ReadFile blocks
710         on NT even if trying to read nothing at all. So, don't check if
711         file descriptor is readable; assume this function isn't called
712         otherwise.
713
714 Sun Jul 30 10:44:16 2000  Tim Janik  <timj@gtk.org>
715
716         * gmain.c (g_get_current_time): fix tor's recent changes which
717         got rid of a required variable in the non-windows path.
718
719 2000-07-30  Tor Lillqvist  <tml@iki.fi>
720
721         Finally, a new and improved IO Channel and condition watch
722         implementation for Win32. Based on code provided by Craig Setera.
723
724         When watching file descriptors, for which there is no select()
725         like functionality on Win32 that would work on all Win32 platforms
726         for all types of file descriptors (including anonymous pipes), we
727         start a new thread that blocks while trying to read from the file
728         descriptor. When the read returns, a Win32 Event is signalled that
729         the polling routine eventually notices. Meanwhile, the data being
730         read is stored in a circular buffer, from where the IO channel's
731         read() method picks it up.
732
733         If the buffer fills up the reading thread has to wait for space
734         becoming available. For this another Win32 Event is used. The IO
735         Channel's read() method signals this when it has read some data
736         out of the buffer.
737
738         The separate reader thread(s), and the circular buffer(s) with
739         associated events mean lots of possibilities for fun parallellism
740         errors. But it seems to work OK, i.e. GIMP runs.
741
742         * gmain.c: Small changes to the Win32 polling function.
743         (g_main_win32_get_poll_func): New function. Perhaps it would be a
744         good idea to provide this on all platforms.
745
746         * giowin32.c: The bulk of the new implementation.
747         (g_io_channel_win32_wait_for_condition): New function. To be used
748         where on Unix one does a select() on the channel's fd, like
749         libgimp's gimp_extension_process(). Could be provided on all
750         platforms.
751
752         * glib.h: Update documentation for IO Channels on Win32. Remove
753         the declarations for the as of now obsolete old functions related
754         to IO Channels for pipes with "wakeup" messages.
755
756         * glib.def: Some new functions.
757
758         * tests/gio-test.c: New file, to test GIOChannel and main loop.
759
760         * tests/Makefile.am
761         * tests/makefile.mingw.in: Add it.
762
763         (Later the same night:)
764
765         * giowin32.c: Compile in the debugging code all the time, but only
766         output debug messages if told so. Add (unadvertised) function to
767         turn on/off debug messages for a channel.
768
769         (buffer_read): Don't loop. It is expected behaviour to return a
770         short read occasionally, for instance when reading from
771         pipes. It's the calling code that should loop if it *knows* how
772         much the writer has written.
773
774         * tests/gio-test.c: Correct the program's name in the output.
775         (recv_message): Loop calling g_io_channel_read() (in a new
776         function read_all()) until we have all the bytes we want (that we
777         know the writer has written/will write).
778
779 Thu Jul 27 05:15:11 2000  Tim Janik  <timj@gtk.org>
780
781         * gstrfuncs.c (g_strlcpy, g_strlcat): completed tor's fix
782         to cover both #ifdef branches.
783
784 2000-07-26  Tor Lillqvist  <tml@iki.fi>
785
786         * gstrfuncs.c (g_strlcpy, g_strlcat): Return 0 on error, not NULL.
787
788         * glib.def: Add g_strlcpy, g_strlcat.
789
790         * glibconfig.h.win32.in: Add gsize and gssize.
791
792 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
793
794         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
795         updates the license headers to the GNU Lesser General Public License,
796         as well as updating the copyright year to 2000.
797
798 Wed Jul 26 05:47:48 2000  Tim Janik  <timj@gtk.org>
799
800         * configure.in:
801         * testglib.c:
802         * gstrfuncs.c:
803         * glib.h: added g_strlcat() and g_strlcpy() wrappers, supplied by
804         David Wheeler <dwheeler@ida.org>:
805
806         * glib.h, gstrfuncs.c: added g_strlcpy and g_strlcat to support
807           safe manipulation of fixed-length string buffers.
808           These functions were originally developed by Todd Miller to simplify
809           development of security-related programs, and
810           are available on many (but not all) Unix-like systems,
811           including OpenBSD, FreeBSD, and Solaris.  See
812           ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/strlcpy.3
813           and http://www.openbsd.org/security.html.
814           If there's a strlcpy/strlcat on the system, it's called, otherwise
815           an implementation is provided.
816
817         * testglib.c: Added tests for g_strlcpy, g_strlcat.
818
819 Wed Jul 26 05:03:24 2000  Tim Janik  <timj@gtk.org>
820
821         * acglib.m4 (GLIB_SIZEOF): include <stdlib.h> and <stddef.h> if
822         STDC_HEADERS is defined.
823
824         * glib.h:
825         * glibconfig.h: define gsize and gssize in terms of GLIB_SIZEOF_SIZE_T
826
827         * glib.h (g_return_if_reached): applied darin's fix for copy'n
828         paste error in the macro implementation.
829
830 Wed Jul 26 00:46:03 2000  Tim Janik  <timj@gtk.org>
831
832         * glib.h: applied patch from Darin Adler <darin@eazel.com> which
833         supplies g_return_if_reached(), g_return_val_if_reached() and
834         g_critical().
835
836 2000-07-22  Tor Lillqvist  <tml@iki.fi>
837
838         * build-dll: Fix resource handling, the resource file got left out
839         from the DLL after all... Remove the WIN32APIHEADERS, not needed
840         with current windres.
841
842         * glib.def: Add new functions.
843
844 2000-07-20  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
845
846         * gutils.c, glib.h: Mark the functions g_basename and g_dirname
847         deprecated. They will issue an warning once, when compiled with
848         G_ENABLE_DEBUG, but continue to work as before. Instead the
849         functions g_path_get_basename and g_path_get_dirname should be
850         used, which BOTH return newly allocated memory, that has to freed
851         by g_free. The new g_path_get_basename now strips trailing slashes
852         from the path. This fixes #5097. For discussion see
853         http://mail.gnome.org/pipermail/gtk-devel-list/2000-April/003139.html
854
855         * gwin32.c, testglib.c, tests/dirname-test.c: Use the new
856         functions instead of the old ones.
857
858         * ghash.c, gscanner.c, glib.h: Mark the functions
859         g_hash_table_freeze, g_hash_table_thaw and thus
860         g_scanner_freeze_symbol_table and g_scanner_thaw_symbol_table
861         deprecated. They will issue an warning once, when compiled with
862         G_ENABLE_DEBUG. This fixes Bug #3883. For discussion see
863         http://mail.gnome.org/pipermail/gtk-devel-list/2000-April/003139.html
864
865 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
866
867         * configure.in, glib.h: glibconfig.h and glib.h now include files
868         outside of the extern "C" block. Makes some C++ compiler
869         happy. Reported by Denis Vakatov <vakatov@peony.nlm.nih.gov>.
870
871 Sat Jul 15 23:49:03 2000  Owen Taylor  <otaylor@redhat.com>
872
873         * glib/glib.texi: Remove incomplete start of info file -
874         real docs are in RDP.   
875
876 Sat Jul 15 22:44:22 2000  Owen Taylor  <otaylor@redhat.com>
877
878         * configure.in: Add build/Makefile and 
879         build/win32/Makefile to AC_OUTPUT() so things build
880         again.
881
882 Sat Jul 15 09:11:46 2000  Tim Janik  <timj@gtk.org>
883
884         * gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah,
885         the function went off when the while (n--) loop failed due to
886         n==0 ;), reported by Jean-Louis HAMEL <jlhamel@club-internet.fr>.
887
888 2000-07-15  Tor Lillqvist  <tml@iki.fi>
889
890         * Makefile.am (SUBDIRS): Include the "build" module in GLib, too,
891         to make it more self-contained. If your CVS client doesn't
892         automatically get it, do a cvs get build in glib.
893
894         * */makefile.mingw.in: Include make.mingw from build in the glib
895         source directory.
896
897 Fri Jul 14 16:26:35 2000  Owen Taylor  <otaylor@redhat.com>
898
899         * Release 1.3.1
900
901 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
902
903         * configure.in Makefile.am glib-config.m4 glib.m4: Move
904         glib-config to glib-config-2.0 move glib.m4 to
905         glib-2.0.m4
906
907         * Makefile.am gobject/Makefile.am gmodule/Makefile.am
908         gthread/Makefile.am tests/Makefile.am: Change 
909         library names to libglib-1.3.la, etc, so that we
910         can distinguish glib-1.2 and glib-2.0 on the linkline.
911
912         * Makefile.am gobject/Makefile.am gmodule/Makefile.am:
913         Move include files into /usr/include/glib-2.0.
914
915 Thu Jul  6 18:54:49 2000  Owen Taylor  <otaylor@redhat.com>
916
917         * docs/Makefile.am (EXTRA_DIST): Remove info files
918         from the build.
919
920 2000-07-14  Tor Lillqvist  <tml@iki.fi>
921
922         * glib.def: Add g_error functions.
923
924         * makefile.mingw.in: Add gbacktrace.o.
925
926         * gbacktrace.c: No need to include <process.h>.
927
928 2000-07-12  Havoc Pennington  <hp@redhat.com>
929
930         * glib.h: #include <gerror.h>
931
932         * Makefile.am (include_HEADERS): Add gerror.h
933         (libglib_la_SOURCES): Add gbacktrace.c
934
935         * gbacktrace.c: Move g_on_error_query() in here (moved on the 
936         server, so history is preserved)
937
938         * gerror.h: GError interface
939
940         * gerror.c: GError implementation replaces stuff that's now in 
941         gbacktrace.c
942
943 Sun Jul  9 21:20:45 2000  Owen Taylor  <otaylor@redhat.com>
944
945         * gunicode.h: Include stddef.h instead of stdlib.h
946
947 2000-07-08  Tor Lillqvist  <tml@iki.fi>
948
949         * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
950
951         * gunicode.h: Mark the g_utf8_skip array with GLIB_VAR.
952
953         * glib.def: Add two missing entry points.
954
955 Thu Jul  6 15:35:28 2000  Owen Taylor  <otaylor@redhat.com>
956
957         * Release 1.3.1
958
959         * Makefile.am (EXTRA_DIST): Dist fixes.
960
961         * configure.in: Moderate the warnings just a little bit.
962
963 2000-07-05  Tor Lillqvist  <tml@iki.fi>
964
965         * README.win32: Update.
966
967 Mon Jul  3 17:58:02 2000  Owen Taylor  <otaylor@redhat.com>
968
969         * gutf8.c (g_utf8_get_charset_internal): Fix up
970         to correspond to configure.in checks.
971
972 Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
973
974         * glib.h: Comment g_get_codeset() out of the header file
975         temporarily. (Very similar to g_get_charset(), need
976         to resolve the two.)
977
978 2000-07-01  Tor Lillqvist  <tml@iki.fi>
979
980         * glib.def: Add new entry points.
981
982         * makefile.{mingw,msc}.in: Add the new Unicode object files.
983
984 Thu Jun 29 15:57:28 2000  Owen Taylor  <otaylor@redhat.com>
985
986         * NEWS: updated
987
988         * Makefile.am: added snapcheck target to go along with snapshot
989
990         * gstring.c glib.h (g_string_hash): Add g_string_hash to 
991         go along with g_string_equal.
992
993 Tue Jun 27 12:40:23 EDT 2000  David A. Wheeler <dwheeler@dwheeler.com>
994
995         * glib.h: Added g_string_equal for comparing GStrings;
996         changed g_str_equal so it returns gboolean (instead of gint).
997
998         * gstring.c: Modified GString implementation to support embedded
999         ASCII NUL ('\0') characters, and implemented g_string_equal.
1000
1001         * testglib.c tests/string-test.c: Added tests for g_string_equal
1002         and tests for proper handling of embedded ASCII NUL characters.
1003
1004 Wed Jun 28 22:52:00 2000  Owen Taylor  <otaylor@redhat.com>
1005
1006         * Makefile.am (libglib_la_SOURCES): Fix
1007         gunichartable.h => gunichartables.h. (From Eric Limings)
1008
1009 Fri Jun 23 17:20:26 2000  Tim Janik  <timj@gtk.org>
1010
1011         * glib.h: define gstring in terms of gchar*. this typedef reflects
1012         the type name of the primitive G_TYPE_STRING in the gobject module.
1013
1014 Wed Jun 21 12:09:03 2000  Owen Taylor  <otaylor@redhat.com>
1015
1016         * gunicode.h gutf8.c guniprop.c gunidecomp.[ch] gunichartables.h
1017         Makefile.am glib.h: Initial pass at adding unicode support
1018         functions. A few things still need to be implemented, a bit
1019         of cleanup needs to be done, tests need to be added, and 
1020         the docs need to be finished, but this should allow replacing
1021         most or all use of libunicode.
1022
1023 2000-06-06  Tor Lillqvist  <tml@iki.fi>
1024
1025         * giowin32.c (g_io_channel_win32_pipe_readable): If we are
1026         watching the same pipe for different conditions (with different
1027         callbacks), check them all. Only call the callback for G_IO_IN
1028         from here. (This bug popped up when a watch for G_IO_ERR|G_IO_HUP
1029         was added to gimplib.)
1030
1031 2000-05-30  Tor Lillqvist  <tml@iki.fi>
1032
1033         * gutils.c (g_locale_get_codeset): Implement on Win32.
1034
1035         * glib.def: Add g_get_codeset.
1036
1037         * tests/Makefile.am (EXTRA_DIST): makefile.cygwin* has been
1038         renamed to makefile.mingw*.
1039
1040 Tue May 30 16:01:32 2000  Owen Taylor  <otaylor@redhat.com>
1041
1042         * glib.h gutils.c: Move the g_locale_get_codeset() up in the 
1043         header file to correspond to to comments about memory
1044         management. Rename to g_get_codeset() to avoid 
1045         polluting the g_locale_* namespace, which probably
1046         would have g_locale_get_codeset (GLocale *locale).
1047         Add a doc comment.
1048
1049 Mon May 29 14:10:35 2000  Owen Taylor  <otaylor@redhat.com>
1050
1051         * gutils.c (g_locale_get_codeset): Add function to get the 
1052         codeset name for the current locale.
1053
1054         * configure.in acconfig.h: Add check for nl_langinfo(CODESET);
1055
1056 Fri May 19 11:39:29 2000  Tim Janik  <timj@gtk.org>
1057
1058         * gutils.c (g_snprintf):
1059         (g_vsnprintf): added argument assertments.
1060
1061         * gstring.c (g_string_assign): added argument assertments.
1062         (g_string_truncate): make len a guint.
1063
1064 Fri May 19 09:00:44 2000  Tim Janik  <timj@gtk.org>
1065
1066         * gmem.c (g_free): fixed SIZEOF_LONG==4 assumption with
1067         ENABLE_MEM_CHECK, from Art Haas <ahaas@neosoft.com>.
1068
1069         * gslist.c (g_slist_reverse): shut up compiler.
1070
1071         * gscanner.c (g_scanner_get_token_ll): removed inline assignment.
1072
1073         * garray.c: remove index>=0 checks for unsigned indices.
1074
1075         * gmain.c (g_idle_prepare): timeout assignment fix.
1076
1077         * gtree.c (g_tree_node_rotate_right): shut up compiler.
1078
1079 2000-05-13  Tor Lillqvist  <tml@iki.fi>
1080
1081         * makefile.mingw.in
1082         * tests/makefile.mingw.in
1083         * build-dll: Rename makefile.cygwin(.in) to
1084         makefile.mingw(.in), which better describes what it is. Move the
1085         build of gmodule, gthread and gobject DLLs to makefiles in those
1086         directories. Move resource file handling and build number bump to
1087         build-dll, where it sits much cleaner.
1088
1089         * README.win32
1090         * Makefile.am (EXTRA_DIST): Update accordingly.
1091
1092         * glib.h: Add G_PI, G_PI_2, G_PI_4, G_E, G_LN2, G_LN10 and
1093         G_SQRT2. M_PI etc aren't necessarily in <math.h> in strict ISO C
1094         implementations.
1095
1096         * glib.def: Add g_strcanon.
1097
1098         * gtree.c (g_tree_node_rotate_left): Remove unused variables.
1099
1100         * gwin32.c (g_win32_opendir): Remove unneeded statement.
1101
1102 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
1103
1104         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
1105         broken and require an empty arg, give it to them.
1106
1107 Fri Apr 28 23:54:35 2000  Tim Janik  <timj@gtk.org>
1108
1109         * setup things for a new sub-library libgobject:
1110
1111         * Makefile.am (SUBDIRS): added gobject
1112
1113         * glib-config.in: feature -lgobject.
1114
1115         * configure.in (AC_OUTPUT): generate gobject/Makefile.
1116
1117         * glib.m4 (AM_PATH_GLIB): feature gobject module.
1118
1119         * glib.spec.in: added %{prefix}/lib/libgobject-1.3.so.*
1120
1121 Fri Apr 28 21:41:49 2000  Tim Janik  <timj@gtk.org>
1122
1123         * glib.h: added G_STRLOC macro.
1124         G_STRUCT_OFFSET(): signedness corrections.
1125         (G_CSET_DIGITS): list 0-9.
1126         * gscanner.c (g_scanner_config_template): use G_CSET_DIGITS.
1127
1128         * glib.h: 
1129         * gstrfuncs.c:
1130         (g_strdown):
1131         (g_strup):
1132         (g_strreverse): return the modified string instead of void, so
1133         calls to these functions can be nested.
1134         (g_strcanon): new function, canonicalizes string according to
1135         a given character set.
1136
1137 Fri Apr 28 19:45:16 2000  Tim Janik  <timj@gtk.org>
1138
1139         * gasyncqueue.c (g_async_queue_unref): get rid of an unused variable.
1140
1141 Wed May 10 19:52:44 2000  Owen Taylor  <otaylor@redhat.com>
1142
1143         * glib.m4: Print found version when test succeeds.
1144
1145 2000-05-04  Tor Lillqvist  <tml@iki.fi>
1146
1147         * makefile.cygwin.in
1148         * tests/makefile.cygwin.in: Include the common makefile snippet
1149         from ../build/win32.
1150
1151         Maybe CVSROOT/modules should be changed so that the 'build' module
1152         is included within the glib module (and gtk+, and gimp, and maybe
1153         others later), in the same way as the 'macros' module is included
1154         in lots of GNOME CVS modules?
1155
1156 2000-05-02  Tor Lillqvist  <tml@iki.fi>
1157
1158         * glib.def: Add new functions.
1159
1160         * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
1161
1162         * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
1163
1164 2000-04-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1165
1166         * gasyncqueue.c: New File implementing an asynchronous queue to be
1167         used for asynchronous inter-thread communication.
1168
1169         * gthreadpool.c: New File implementing a thread pool to be used
1170         for distributing work among several threads. 
1171
1172         * glib.h: Added the type and function declarations for these two
1173         types.
1174
1175         * tests/threadpool-test.c: New File implementing a test for the
1176         thread pool. This also checks the asynchronous queue underlying
1177         the thread pool.
1178
1179         * tests/Makefile.am: Changed accordingly.
1180
1181 2000-04-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1182
1183         * configure.in: Look for both pthread_create and pthread_join in
1184         the thread library. Some systems define one of them, but not both
1185         in libc. Arghh. Now we really start a thread and join it later and
1186         check, whether the thread to actually ran.
1187
1188         * glib.h, gcache.c, gtree.c: Changed the 'value' parameter of
1189         g_cache_remove from gpointer to gconstpointer. Dito for the 'key'
1190         parameter of g_tree_lookup and g_tree_remove and the 'data'
1191         parameter of g_tree_search. This function now takes a function of
1192         type GCompareFunc instead of GSearchFunc. This fixes Bug
1193         #8267. Thanks to Juan Toledo <toledo@users.sourceforge.net> for
1194         pointing that out.
1195
1196         * glib.h: Removed declaration of GSearchFunc.
1197
1198         * gmem.c: s/GSearchFunc/GCompareFunc/.
1199
1200 2000-04-19  Tor Lillqvist  <tml@iki.fi>
1201
1202         * glib.def: Update entry point list.
1203
1204 2000-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1205
1206         * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work
1207         for compilers with funny G_STMT_(START|END) macros.
1208
1209         * tests/thread-test.c: Implemented a check for that.
1210
1211         * gutils.c (g_getenv): Changed the win32 part of this function to
1212         be thread safe and to make the returned environment string
1213         persistent to match the UN*X behavior. This is again a response to
1214         Bug #8983.
1215
1216         * glib.h (G_LOCK_NAME): Removed parentheses around the lock name,
1217         as that seems to cause problems for some compilers and really
1218         isn't necessary.
1219
1220 Wed Apr 19 08:32:32 2000  Tim Janik  <timj@gtk.org>
1221
1222         * gscanner.c (g_scanner_new): make sure that
1223         scanner->config->cset_skip_characters is "" instead of NULL, so we
1224         don't segfault further on.
1225
1226 2000-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1227
1228         * glib.h, glist.h, gslist.h: Changed the 'data' parameters from
1229         gpointer to gconstpointer for the functions
1230         g_(list|slist)_(remove|find|find_custom|index), as they do not
1231         change this parameter. This fixes bug #4836.
1232
1233         * glib.h: Changed comment for g_getenv to reflect, that the
1234         returned memory must not be freed. Fixes bug #8983.
1235
1236 2000-04-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1237
1238         * configure.in, acconfig.h: Add configure test for garbage
1239         collector friendliness for GLib. If enabled, ENABLE_GC_FRIENDLY
1240         will be defined.
1241
1242         * garray.c, ghash.c, glist.c, gmain.c, gmem.c, gnode.c, gqueue.c,
1243         gslist.c, gtree.c: If ENABLE_GC_FRIENDLY is defined, NULLify all
1244         memory released by the user, but cached by GLib. This lets a
1245         garbage collector have a more correct view of the actually used
1246         memory.
1247
1248         * garray.c, glib.h: Added g_(array|ptr_array|byte_array)_sized_new
1249         functions, that reserve a certain amount of memeory for the array
1250         at creation time to avoid reallocation. Fixes bug #6707 from
1251         Charles Kerr <ckerr@osserver1.nssl.noaa.gov>.
1252
1253         * glib.h, gqueue.c, tests/queue-test.c (main): Renamed
1254         g_queue_create to g_queue_new in conformance to all other GLib
1255         data types.
1256
1257 2000-04-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1258
1259         * grand.c (g_rand_new): Fixed bug. Thanks to Marko Kreen
1260         <marko@l-t.ee> for reporting that.
1261
1262 2000-03-26  Tor Lillqvist  <tml@iki.fi>
1263
1264         * README.win32: Tell about using the mingw-based gcc, which is
1265         much easier than modifying the cygwin gcc to product mingw code
1266         for the msvcrt runtime.
1267
1268         * makefile.cygwin.in (WIN32APIHEADERS): Kludge to make it work
1269         with a "pure" mingw gcc, too.
1270
1271 2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1272
1273         * garray.c: Made GArray behave correctly. Now zero_terminated
1274         really means, that the element array->data[array->len] exists and
1275         is zeroed, and clear means that any unassigned elements obtained
1276         through g_array_set_size (the only way to get unassigned elements
1277         AFAICT) are zeroed. Added some macros to make the code more
1278         obvoius. Also made GPtrArray zero elements after
1279         g_ptr_array_set_size. This is done in a portbale way (assignment
1280         of NULL instead of just memsetting it to zero), though that might
1281         be more portability than we actually want.
1282
1283         * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
1284         tests/Makefile.am: Added various win32 related *.in files to
1285         EXTRA_DIST to let 'make distcheck' procude all the corresponding
1286         files, which it silently fails to do currently.
1287
1288 2000-03-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1289
1290         * configure.in: After finding the right thread library (containing
1291         e.g. pthread_create) we now search for the right realtime library
1292         (containing e.g. sched_get_priority_max). Makes the output of the
1293         thread related libraries correct. 
1294
1295         * gtimer.c (g_usleep): The current implementation of g_usleep
1296         (simply calling select) doesn't work reliable for multi-threaded
1297         programs on some platforms (bad omen for the main loop....), so I
1298         changed the implementation for thread-using programs to wait for a
1299         GCond for the specified amount of time (NB: sleep and usleep are
1300         not MT-safe in general, because they often use signals).
1301
1302 Wed Mar 22 16:49:57 2000  Owen Taylor  <otaylor@redhat.com>
1303
1304         * gmem.c (g_mem_chunk_area_compare): Fix indentation.
1305
1306 2000-03-22 Elliot Lee <sopwith@redhat.com>
1307
1308         * gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in
1309         comparing two pointers more than 4G apart.
1310
1311 2000-03-22  Tor Lillqvist  <tml@iki.fi>
1312
1313         * gutils.c: Move Win32-only includes after inclusion of glib.h, so
1314         that G_OS_WIN32 is defined.
1315
1316         * glibconfig.h.win32.in: Add GSystemThread.
1317
1318 2000-03-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1319
1320         * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
1321         <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
1322         path length might not be enough for the HURD. So I changed the
1323         loop to at least avoid an integer overflow, which could happen at
1324         beyond 2GB size ;-)
1325
1326         * configure.in: Test for sched_yield as the native yield function
1327         first. Corrected typo g_thread_sleep -> g_usleep. Corrected
1328         message for the pthread_create test. Negative Priorities are
1329         allowed (and used on Solaris), so consider
1330         sched_get_priority_min failed only if it returns -1, not <0. Check
1331         for sched_get_priority_min also in -lrt, if not found in -lpthread
1332         alone and add -lrt to G_THREAD_LIBS then. Remove special case
1333         handling of priorities for older solaris versions and posix
1334         threads. Thanks to Wan-Teh Chang <wtc@netscape.com> for suggesting
1335         some of those changes.
1336
1337         * config.guess, config.sub, ltconfig, ltmain.sh:
1338         Upgrade to libtool 1.3.4.
1339
1340 2000-03-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1341
1342         * glib.h, configure.in, gutils.h: always define G_GNUC_EXTENSION,
1343         even when not needed by GLib. That's actually also the way, the
1344         GLib reference manual describes that macro. Therefore I had to
1345         remove the lonesome #include <glibconfig.h> in gutils.c, which
1346         doesn't seem to be needed there however. This change should make
1347         Ben Gertzfield <che@debian.org> happy.
1348
1349         * gutils.c: Furthermore two warnings in gutils.c were voided,
1350         which crept in due to my last change.
1351
1352         * gutils.c (g_get_current_dir): Allocate only up to 128KB for a
1353         pathname. While this is an arbitrary value just like 2048, it
1354         seems to be enough (after all, even 4GB is an arbitrary value).
1355
1356 2000-03-20  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1357
1358         * gmain.c (g_main_poll): Warn in case of an error during the call
1359         to poll(2). Closes Bug#7564 as reported by David Helder
1360         <dhelder@umich.edu>.
1361
1362         * gutils.c (g_get_current_dir): Make g_get_current_dir work on
1363         systems with unlimited pathname length like the HURD (It worked
1364         there before, but only for pathes shorter than 2048). Closes
1365         Bug#4525 as reported by Marcus Brinkmann
1366         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
1367
1368 2000-03-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1369
1370         * giounix.c (g_io_unix_write, g_io_unix_read): Interpret EINTR as
1371         G_IO_ERROR_AGAIN.
1372
1373 2000-03-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1374
1375         * configure.in: Added the missing POSIX_NO_YIELD and
1376         POSIX_NO_PRIORITIES warning messages.
1377
1378         * configure.in: Use AC_TRY_RUN instead of AC_TRY_LINK, to test for
1379         real thread support. On solaris pthread_create can be linked to
1380         even in -lc, but it doesn't work then.
1381
1382         * configure.in: Don't use priorities for threads, when the
1383         minimal/maximal priorities couldn't be determined at configure
1384         time.
1385
1386         * configure.in, gthread.c: Always define GSystemThread in
1387         glibconfig.h to represent a system thread.
1388
1389         * configure.in: Do not use native recursive threads, when
1390         possibe. We use some features, that they do not expose (namely the
1391         depth counter).
1392
1393         * glib.h, gthread.c: Redefined GStaticRecMutex. The functions are
1394         now implemented in a different way, which should be way
1395         faster. Alsothere are now functions g_static_rec_mutex_unlock_full
1396         and g_static_rec_mutex_lock_full to leave/enter a recursive mutex
1397         completly.
1398
1399         * gthread.c (g_thread_self): Do not test the system_thread to be
1400         non-zero to speed things up.
1401
1402         * gthread.c (g_mutex_init): Therefore set the system_thread of the
1403         main thread here.
1404
1405         * tests/thread-test.c: Rerun all tests once again, but this time
1406         we fool the system into thinking, that the available thread system
1407         is not native, but userprovided.
1408
1409 2000-03-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1410
1411         * gqueue.c (g_queue_push_tail_link, g_queue_push_head_link): We
1412         want the next and prev pointer of the inserted link to be NULL.
1413
1414 2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1415
1416         * configure.in: Another small change to the pthread_.. search
1417         pattern. Should work *now* for AIX.
1418
1419 2000-03-04  Tor Lillqvist  <tml@iki.fi>
1420
1421         * gwin32.c (g_win32_error_message): New function that returns the
1422         message string for a Win32 error code.
1423
1424         * glib.h: Declare it.
1425
1426         * glib.def: Export it, plus g_node_copy.
1427
1428 2000-03-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1429
1430         * configure.in: Make the search for pthread_attr_... prototypes
1431         find names at the start of a line also, like it is on AIX. Thanks
1432         to Valdis Kletnieks <Valdis.Kletnieks@vt.edu> for the info.
1433
1434 Wed Mar  1 10:39:39 2000  Tim Janik  <timj@gtk.org>
1435
1436         * gslist.c (g_slist_reverse): minor optimization.
1437
1438         * testglib.c (g_node_test): added a couple of tests for
1439         g_node_copy().
1440
1441         * glib.h:
1442         * gnode.c (g_node_copy): new function to copy subtrees,
1443         supplied by dbsears@ix.netcom.com.
1444         changed iterator to walk the children list backwards, so
1445         we get down from O(n^2) to O(n).
1446
1447         * gnode.c (g_node_first_sibling): applied patch from
1448         dbsears@ix.netcom.com to optimize access if node->parent
1449         is present.
1450
1451         * gutils.c (g_get_any_init): backed out HAVE_PW_GECOS check around
1452         assignment of g_real_name, sicne HAVE_PW_GECOS is never defined and
1453         thus breaks the original code.
1454
1455         * merged changes from 1.2.7.
1456
1457 Fri Jan 28 11:37:41 2000  Owen Taylor  <otaylor@redhat.com>
1458
1459         Bug #4156 - Changes vaguely modelled after Scott Gifford's patch
1460
1461         * gtimer.c (g_timer_elapsed): Never report negative times -
1462         clip times to 0.
1463
1464         * gmain.c (g_timeout_prepare): Guard against unexpected
1465         clock shifts by never setting a timeout of more than
1466         data->interval msecs.
1467
1468 2000-02-27  Tor Lillqvist  <tml@iki.fi>
1469
1470         * glib.def: Add new functions.
1471
1472 2000-02-23  Tor Lillqvist  <tml@iki.fi>
1473
1474         * README.win32: Add a missing step to the setup instructions for
1475         gcc-2.95.2. Thanks to Arnaud Charlet.
1476
1477         * glib.def: Add missing entry point.
1478
1479 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1480
1481         * configure.in: Changed GCC version test to also accept major
1482         versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
1483         pointing this out.
1484
1485 Thu Feb 17 12:53:44 2000  Tim Janik  <timj@gtk.org>
1486
1487         * gstring.c: changed g_str_hash() to a 31 bit version based on
1488         a submission by Karl Nelson and hand optimized ad absurdum by
1489         various people ;)
1490
1491         * gstring.c: applied patch from havoc for new gstring functions,
1492         added some more sanity checks, coding style fixups.
1493
1494 2000-02-13  Havoc Pennington  <hp@pobox.com>
1495
1496         * tests/string-test.c (main): Add tests for the new GString 
1497         features
1498
1499         * testglib.c (main): Add tests for the new GString features
1500
1501         * gstring.c (g_string_insert_len): New function; insert 
1502         a given length of string at a given position. 
1503         (g_string_append): reimplement in terms of g_string_insert_len
1504         (g_string_append_len): new function
1505         (g_string_insert_c): accept -1 for "pos" arg to mean "append"
1506         (g_string_append_c): reimplement in terms of g_string_insert_c
1507         (g_string_prepend): reimplement in terms of g_string_insert_len
1508         (g_string_prepend_len): new function
1509         (g_string_prepend_c): reimplement in terms of g_string_insert_c
1510         (g_string_insert): reimplement in terms of g_string_insert_len
1511
1512         * glib.h: Declare g_string_insert_len, g_string_append_len,
1513         g_string_prepend_len
1514
1515 Sun Feb 13 08:16:47 2000  Tim Janik  <timj@gtk.org>
1516
1517         * configure.in: wtf??? someone destroyed the configure.in, reverting to
1518         an older version from Feb 4 which apears to still work.
1519
1520 2000-02-07  Tor Lillqvist  <tml@iki.fi>
1521
1522         * gmodule.rc.in gthread.rc.in: Move to corresponding subdirectories.
1523
1524         * Makefile.am
1525         * gmodule/Makefile.am
1526         * gthread/Makefile.am: Change accordingly.
1527
1528         * makefile.cygwin: Corresponding changes, some cleanup.
1529
1530 2000-02-05  Tor Lillqvist  <tml@iki.fi>
1531
1532         * glib.rc.in gmodule.rc.in gthread.rc.in: New files, for putting
1533         version info in the DLLs on Win32.
1534
1535         * Makefile.am: Generate corresponding *.rc files and distribute
1536         them.
1537
1538         * makefile.cygwin.in: Add rules to automatically bump a "build
1539         number" in the version info in the rc files each time the DLL is
1540         built. But do this only for the person who releases binaries. If
1541         others build the DLLs, the build number is set to zero.
1542
1543 Fri Feb  4 19:36:05 2000  Tim Janik  <timj@gtk.org>
1544
1545         * glib.h: 
1546         * gdataset.c: return stolen data from g_datalist_id_remove_no_notify()
1547         and g_dataset_id_remove_no_notify() to avoid second lookup for common
1548         use.
1549
1550 2000-02-01  Tor Lillqvist  <tml@iki.fi>
1551
1552         * glib.h
1553         * gstrfuncs.c (g_filename_to_utf8, g_filename_from_utf8): New
1554         functions for conversion between UTF-8 and the encoding expected
1555         by C runtime functions like open() and stat(), and returned by
1556         readdir().
1557
1558         Implement them on Win32 where we use the system "ANSI" codepage,
1559         which might be single-byte or double-byte. On Unix, just skip the
1560         issue for now and provide dummy implementations that return a copy
1561         of the argument.
1562
1563         * README.win32
1564         * build-dll
1565         * glib.def: Minor updates.
1566
1567 Wed Jan 26 05:24:38 2000  Tim Janik  <timj@gtk.org>
1568
1569         * glib.h:
1570         * gmain.c: s/current_time/dispatch_time/ for the dispatch() handlers.
1571         refetch the current time after invocation of poll() to cover up for
1572         the time spent in that function call.
1573
1574 Fri Jan 21 10:18:24 2000  Owen Taylor  <otaylor@redhat.com>
1575
1576         * glib.h (G_N_ELEMENTS): Added G_N_ELEMENTS macro to determine
1577         the number of elements in an array.
1578
1579 Sun Jan  9 13:28:36 2000  Tim Janik  <timj@gtk.org>
1580
1581         * gstrfuncs.c (g_strtod): correctly fetch the current locale,
1582         fix from owen.
1583
1584 1999-12-16  Tor Lillqvist  <tml@iki.fi>
1585
1586         * gmodule/gmodule-win32.c: Use FormatMessage to translate system
1587         error codes into textual messages.
1588
1589 1999-11-25  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1590
1591         * glib.h (G_TRYLOCK): This of course should return TRUE in a
1592         program with a thread-disabled GLib.
1593
1594 1999-11-18  Tor Lillqvist  <tml@iki.fi>
1595
1596         * glib.def: g_strjoin was missing.
1597
1598 1999-11-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1599
1600         * acconfig.h, config.h.win32.in, configure.in: Renamed
1601         GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect
1602         changed meaning.
1603
1604         * configure.in: Cope with systems, that have a pthread_t type,
1605         that is not a pointer. Hint from Karl Nelson
1606         <kenelson@ece.ucdavis.edu>. Define GLIB_SIZEOF_SYSTEM_THREAD to 4
1607         for Solaris. Cope with systems, that have no default mutex
1608         initialize, like obviously most DCE systems.
1609
1610         * glib.h, gthread.c: Changed the prototype of thread_create and
1611         thread_self to return the system thread into provided memory
1612         instead of a return value. This is necessary, as HPUX has a
1613         pthread_t, that is bigger than the biggest integral type there.
1614
1615         * gthread.c: system_thread is no longer a pointer, but an memory
1616         area of size GLIB_SIZEOF_SYSTEM_THREAD. Changed the
1617         zeroinitialization and the tests for zeroness accordingly.
1618
1619 1999-11-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1620
1621         * configure.in: Create docs/glib-config.1 from
1622         docs/glib-config.1.in. Makes 'make distcheck' happy (and me too).
1623
1624         * glib-config.1: Removed from CVS, as it is a generated file.
1625
1626 1999-11-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1627
1628         * configure.in: Make the test for getpwuid_r work on newer AIX
1629         versions, too. Still works on Solaris and Linux. Patch from Craig
1630         Rodrigues <rodrigc@mediaone.net>.
1631
1632 1999-11-08  Tor Lillqvist  <tml@iki.fi>
1633
1634         * gwin32.c (g_win32_getlocale): Look at env vars LC_ALL, LC_CTYPE
1635         and LANG first. Some refinements to the sublanguage logic.
1636
1637 1999-11-04  Tor Lillqvist  <tml@iki.fi>
1638
1639         * makefile.{cygwin,msc}.in: Add gwin32 object. Add rule to make .i
1640         (preprocessed source) files.
1641
1642 1999-11-01  Tor Lillqvist  <tml@iki.fi>
1643
1644         * glib.h
1645         * glib.def: Rename Win32-only functions from gwin_* to g_win32_*
1646         to match the GLib naming conventions.
1647
1648         * gutils.c
1649         * gwin32.c
1650         * testglib.c
1651         * Makefile.am: Move the Win32-only functions to the new
1652         file gwin32.c
1653
1654 1999-10-31  Tor Lillqvist  <tml@iki.fi>
1655
1656         * gutils.c (gwin_getlocale): New Win32-specific function, returns
1657         a Unixish current locale string (en, zh_TW etc).
1658
1659         * glib.h: Declare it.
1660
1661         * glib.def: Export it.
1662
1663         * testglib.c: Test it.
1664
1665         * gmessages.c (Win32: ensure_stdout_valid): Some improvements,
1666         make sure we don't call AllocConsole several times, which I think
1667         has happened.
1668
1669 Sun Oct 31 18:55:01 1999  ape@spacetec.no  (Asbjorn Pettersen)
1670
1671         * gcache.c (g_cache_remove): Test if node is NULL.
1672         If not tested, GIMP's script-fu will crash. 
1673
1674 Sun Oct 17 18:11:40 1999  Tim Janik  <timj@gtk.org>
1675
1676         * gdataset.c (g_data_set_internal): remove g_dataset_global_lock around
1677         destroy() notification here as well.
1678
1679 1999-10-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1680
1681         * gdataset.c (g_datalist_clear_i): Avoid Freezing, when g_datalist
1682         is called recursivly. Reported by Ola Andersson <rand@ling.umu.se>.
1683
1684 Tue Oct 12 14:17:12 1999  Tim Janik  <timj@gtk.org>
1685
1686         * glib.h: removed useless g_string(x) macro that cluttered the namespace
1687         and was just a poor wrapper around the cpp '#' symbol, use #x if you
1688         need to work around this.
1689         added new macro G_STRINGIFY(arg) that will convert arg to a string,
1690         no matter whether it contains macros or not.
1691
1692 1999-10-12  Tor Lillqvist  <tml@iki.fi>
1693
1694         * config.h.win32.in: Define the new GLIB_SIZEOF_* constants here,
1695         too.
1696
1697         * glib.h: Small Win32 comments improvement.
1698
1699 Tue Oct 12 12:16:12 1999  Tim Janik  <timj@gtk.org>
1700
1701         * gmessages.c (g_printf_string_upper_bound): completly new implementation
1702         for printf string upper bounds calculation.
1703         we handle all glibc 2.1 format specifiers now, except for positional
1704         parameters (%nn$...) and wide char strings, plus some obscure upper
1705         case variants of the standard conversions. this fixes a lot of
1706         bugs in the old code, i.e.
1707         - NULL format strings
1708         - floats with exponents >+24
1709         - %G
1710         - precision specifications in general
1711         - negative field widths
1712         - %p for SIZEOF_VOID_P > 4 platforms
1713         we now issue warnigns in places where the old code would have
1714         caused buffer overruns anyways. warnings are suppressed when invoked
1715         from glogv(), to avoid infinite recursions if someone passes a log
1716         message that comes with really obscure format specifications.
1717
1718 Tue Oct 12 11:49:00 1999  Tim Janik  <timj@gtk.org>
1719
1720         * gstrfuncs.c: nuked old g_printf_string_upper_bound() version.
1721
1722 Tue Oct 12 03:34:40 1999  Tim Janik  <timj@gtk.org>
1723
1724         * glib.h: added GFloatIEEE754 and GDoubleIEEE754 unions to access sign,
1725         mantissa and exponent of IEEE floats and doubles (required by the new
1726         version of g_printf_string_upper_bound). the unions are endian specific,
1727         we handle G_LITTLE_ENDIAN and G_BIG_ENDIAN as of currently. ieee floats
1728         and doubles are supported (used for storage) by at least intel, ppc and
1729         sparc, reference:
1730         http://twister.ou.edu/workshop.docs/common-tools/numerical_comp_guide/ncg_math.doc.html
1731
1732 Mon Oct 11 18:01:49 1999  Tim Janik  <timj@gtk.org>
1733
1734         * configure.in: added additional checks to figure sizes of size_t,
1735         ptrdiff_t and intmax_t (required by g_printf_string_upper_bound).
1736
1737 Wed Oct  6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
1738
1739         * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1740
1741 1999-10-05  Tor Lillqvist  <tml@iki.fi>
1742
1743         * glib.h: (Win32) Drop the mapping of POSIX function names to the
1744         underscored versions, it's unnecessary after all. With MSVC we get
1745         them from oldnames.lib, with gcc-2.95 and mingw32 from
1746         -lmoldname-msvc. Add comment about what headers to include for
1747         prototypes.
1748
1749         * glibconfig.h.win32.in: Don't define WIN32 and NATIVE_WIN32.
1750
1751         * gerror.c (g_on_error_query): (Win32) Slightly increased verbosity.
1752
1753         * build-dll: Don't strip.
1754
1755         * tests/string-test.c tests/dirname-test.c: Use G_OS_WIN32.
1756
1757         * glib.def: Add g_thread_use_default_impl.
1758
1759 Sun Oct  3 19:46:55 PDT 1999 Manish Singh <yosh@gimp.org>
1760
1761         * configure.in: use G_HAVE_CYGWIN instead of G_OS_FEATURE_CYGWIN
1762
1763 Sun Oct  3 19:25:42 PDT 1999 Manish Singh <yosh@gimp.org>
1764
1765         * acconfig.h
1766         * configure.in
1767         * glibconfig.h.win32: G_OS_FOO #defines. I *think* I got the cygwin
1768         and beos stuff right, but I haven't tested it. The respective
1769         porters should fix any screwups
1770
1771         * glib.h
1772         * gerror.c
1773         * gmain.c
1774         * gmessages.c
1775         * gscanner.c
1776         * gthread.c
1777         * gtimer.c
1778         * gutils.c
1779         * testglib.c: use G_OS stuff
1780
1781 Wed Sep 22 01:53:18 1999  Tim Janik  <timj@gtk.org>
1782
1783         * glib.h (NULL): define NULL as (0L) if __cplusplus is defined, to
1784         avoid "ANSI C++ forbids implicit conversion from `void *' in argument
1785         passing" errors upon NULL usage in C++ programs (gcc-2.95 is on crack
1786         for erroring out on this, instead of just issueing a warning).
1787
1788         * glib.h (g_trash_stack_pop): use uncasted NULL again.
1789
1790 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
1791
1792         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
1793         from Soeren Sandmann <sandmann@daimi.au.dk>, to force mem chunk's area
1794         sizes to be a multitiple of atom_size, and to eliminate the MAX_MEM_AREA
1795         restriction of 65536 bytes. we also catch cases where users pass an area
1796         size < atom size with a return_if_fail statement now (which is ok,
1797         because previously this lead to memory corruption anyways).
1798
1799 Thu Sep 16 13:19:54 1999  Tim Janik  <timj@gtk.org>
1800
1801         * glib.h (g_trash_stack_pop): add explicit (GTrashStack*) cast for NULL
1802         pointer to cure ANSI C++ error.
1803
1804 Mon Sep 13 23:25:59 1999  Tim Janik  <timj@gtk.org>
1805
1806         * gmessages.c (g_logv): in case we have to abort the program,
1807         debugging is enabled and we are not called recursively, try
1808         to abort with raise (SIGTRAP) first, so developers may ignore
1809         certain failure conditions during debugging stage.
1810
1811 Thu Aug 26 15:09:36 1999  Tim Janik  <timj@gtk.org>
1812
1813         * Makefile.am:
1814         * gmodule/Makefile.am:
1815         * gthread/Makefile.am: added --export-dynamic so we can load dynmic
1816         modules, (required, according to the libtool 1.3.3 docu).
1817
1818 1999-07-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1819
1820         * grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
1821         which /dev/random might do. Do not XOR the time, when getting the
1822         seed form /dev/urandom, as this is good itself. Prevent the
1823         initial seed from being zero, which causes the PRNG to produce
1824         only zeros. Hints from Colin Plumb <colin@pgp.com>.
1825
1826 1999-08-17  Tor Lillqvist  <tml@iki.fi>
1827
1828         * glib.h (g_trash_stack_push): Add a cast.
1829
1830         * gslist.c
1831         * glist.c: Make the inline functions static inline, and add
1832         separate extern wrappers. Not all compilers produce callable entry
1833         points for inline functions, even if gcc does.
1834
1835 Sun Aug 15 02:47:14 1999  Tim Janik  <timj@gtk.org>
1836
1837         * glib.h (g_trash_stack_pop): eliminate memset() call, since string.h
1838         has not neccessarily been included prior to glib.h.
1839
1840 Mon Aug  2 21:03:10 1999  Tim Janik  <timj@gtk.org>
1841
1842         * configure.in: added --enable-msg-prefix option.
1843
1844         * gmessages.c (g_log_default_handler): feature "prg_name (pid:%u): "
1845         if --enable-msg-prefix was selected (use "(process:%u): " if
1846         g_get_prgname () returns NULL, along the lines of g_on_error_query).
1847
1848 1999-08-03  Tor Lillqvist  <tml@iki.fi>
1849
1850         * glib.h
1851         * gstrfuncs.c
1852         * tests/strfunc-test.c: Rename g_strccpy to g_strcompress and
1853         g_strecpy to g_strescape per Tim Janik's suggestion. Dropped the
1854         destination parameter, always g_malloc a new string.  Fix bug in
1855         g_strcompress, octal digits were gobbled up without limit, should
1856         use max three.
1857
1858         Sources that use g_strescape must have ifdefs to be compilable
1859         both with GLib 1.2 and 1.3.
1860
1861 Sat Jul 31 17:52:03 PDT 1999 Manish Singh <yosh@gimp.org>
1862
1863         * glib.h
1864         * gstrfuncs.c: the #define for g_strescape interfered with the
1865         compilation of the function, so just remove the function and
1866         note that it's deprecated in the header
1867
1868 1999-08-01  Tor Lillqvist  <tml@iki.fi>
1869
1870         * gstrfuncs.c (g_strccpy, g_strecpy): New functions.
1871
1872         * glib.h: Declare and document them. Define the deprecated
1873         g_strescape as a macro that calls g_strecpy.
1874
1875         * tests/strfunc-test.c (main): Test them.
1876
1877         * makefile.{cygwin,msc}.in
1878         * tests/makefile.{cygwin,msc}.in: Remove gstack and its test
1879         program.
1880
1881         * glib.def: Additions and removals.
1882
1883         * README.win32: Improve gcc build instructions.
1884
1885         * build-dll: Also build import library for MSVC.
1886
1887 Sat Jul 24 20:11:35 1999  Tim Janik  <timj@gtk.org>
1888
1889         * merged GLib 1.3.0 with glib-1.2.3 from Fri Jul 16 22:18:36.
1890         * incorporated proposed cleanups from gtk-devel-list.
1891
1892         * bumped version number to GLib-1.3.1
1893
1894         * glib.h:
1895         * gqueue.c:
1896         * gstring.c:
1897         * glist.c:
1898         removed string tokenisation (we got g_strsplit() and g_strjoin()
1899         already) and readline functions.
1900         s/g_list_delete/g_list_delete_link.
1901         implemented g_slist_delete_link.
1902         removed notion of g_ATEXIT() macro in glib.h, this is an *internal*
1903         macro, g_atexit() is provided for public consumption.
1904         added GTrashStack inline utility functions.
1905         reimplement double eneded queues.
1906         removed GStack implementation, people can use a queue or a (singly)
1907         linked list for this task.
1908         deprecated g_strescape(), we need the SunOS variants here.
1909
1910         * gdate.c: added DEBUG_MSG() macro to wrap old messages.
1911
1912         * *.*: CVS merges.
1913
1914         * upgrade to libtool 1.3.3.
1915
1916 1999-07-21  Tor Lillqvist  <tml@iki.fi>
1917
1918         Win32: With the latest gcc (2.95, pre-release), we can have binary
1919         compatibility with MSVC by using the switch -fnative-struct. No
1920         longer build DLLs with .gcc in the name when using gcc.
1921
1922         * README.win32: Renew gcc build instructions.
1923
1924         * build-dll: Comments change, handle also .a files.
1925
1926         * makefile.cygwin.in
1927         * tests/makefile.cygwin.in: Remove .gcc from DLL name.
1928
1929 1999-07-13  Tor Lillqvist  <tml@iki.fi>
1930
1931         * README.win32: Correct URL for mingw runtime sources.
1932
1933         * build-dll: Combine commands with &&.
1934
1935         * glib.h: Map also rmdir() and hypot() for MSVCRT library.
1936
1937         * makefile.cygwin.in
1938         * tests/makefile.cygwin.in: New DLL naming style. GCC-compiled DLLs are
1939         now called *.gcc.dll, to avoid binary incompatibilities with
1940         MSVC-compiled versions.
1941
1942         * makefile.msc.in: Cosmetics.
1943
1944 1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1945
1946         * configure.in: Test for pthread_join rather than for
1947         pthread_create to determine the right thread-lib. Makes it work on
1948         mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
1949         <javu@piano.ux.phys.jyu.fi>.
1950
1951 1999-07-02  Tor Lillqvist  <tml@iki.fi>
1952
1953         * README.win32: Note about need to fix another bug in the mingw32
1954         headers.
1955
1956         * makefile.msc.in: Debugging turned on via an nmake variable,
1957         no need to edit the makefile.
1958
1959 1999-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1960
1961         * configure.in, acconfig.h, gutils.c: Added a g_memmove
1962         replacement for platforms without memmove, where bcopy can't
1963         handle overlapping copies and the corresponding checks, which is
1964         taken form the PERL Configure routine.
1965
1966         * glib.h: Updated the commentary about g_memmove to be right and
1967         more GLib-like.
1968
1969         * configure.in: Removed test for rand_r, as it isn't used anymore.
1970
1971 1999-06-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1972
1973         * glib.h, grand.c: Finally removed the g_random_normal and
1974         g_rand_normal functions.
1975
1976 1999-06-28  Tor Lillqvist  <tml@iki.fi>
1977
1978         * glib.def: Add missing export of g_strncasecmp.
1979
1980 1999-06-21  Jose Mercado  <jmercado@mit.edu>
1981
1982         * glib.spec.in: Changed version number (1.1->1.3) in files section
1983         to allow rpm to build packages again.
1984
1985 1999-06-21  Tor Lillqvist  <tml@iki.fi>
1986
1987         * README.win32: Update the pthreads snapshot version we want.
1988         Advice how to hand-expand the makefile.*.in files.
1989
1990         * config.h.win32.in: Define values needed by Sebastian Wilhelmi's
1991         new thread stuff.
1992
1993         * glib.def: Add new functions.
1994
1995         * glibconfig.h.win32.in: Update the pthreads snapshot version.
1996         Fix typo.
1997
1998         * gthread.c: Include config.h, guard inclusion of unistd.h.  When
1999         using gcc on Win32, g_thread_functions_for_glib_use must be marked
2000         for export here, too.
2001
2002         * gtimer.c: Implement g_usleep on native Win32 using Sleep (which
2003         only has millisecond granularity, though).
2004
2005         * makefile.cygwin.in
2006         * makefile.msc.in: Update pthreads snapshot version. File
2007         name changes. Remove testgthread.
2008
2009         * tests/makefile.cygwin.in
2010         * tests/makefile.msc.in: Add thread-test. Link with gthread lib.
2011
2012 1999-06-18  Jeff Garzik  <jgarzik@pobox.com>
2013
2014         * tests/Makefile.am:  Re-order tests in alpha order.
2015
2016 1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2017
2018         * configure.in: Changed test for pthread_attr_setstacksize from
2019         AC_TRY_COMPILE to AC_TRY_LINK.
2020
2021 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2022
2023         * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
2024         Completed the thread support in GLib. Thread creation,
2025         prioritizing threads, yielding, joining threads as well as
2026         reader/writer locks and recursive mutexes are now in place. Please
2027         test heavily on your platform. It is so far tested on
2028         Linux/i386/pthreads, Solaris/Sparc/pthreads and
2029         Solaris/Sparc/solaristhreads.
2030
2031         * gtimer.c, glib.h: Implement g_usleep (gulong microseconds) for
2032         thread safe sleeping. (sleep() is not MT-safe at all!)
2033
2034         * gutils.c: Avoid compiler warning.
2035
2036         * tests/Makefile.am, tests/thread-test.c: New program to test some
2037         aspects of the thread implementation.
2038
2039         * gthread.c, Makefile.am: Renamed from gmutex.c to reflect the
2040         change of content.
2041
2042         * configure.in: Purged all appearances of nspr. 
2043
2044 Wed Jun  2 11:42:46 PDT 1999 Manish Singh <yosh@gimp.org>
2045
2046         * acinclude.m4
2047         * config.guess
2048         * config.status
2049         * ltconfig
2050         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
2051
2052 1999-05-29  Tor Lillqvist  <tml@iki.fi>
2053
2054         * gstrfuncs.c (g_strescape): Backslashify also '"' characters.
2055
2056         * glib.h: Document g_strescape.
2057
2058 1999-05-12  Tor Lillqvist  <tml@iki.fi>
2059
2060         * glib.h (Win32): Map fileno to _fileno for mingw32. Map fstat to
2061         _fstat.
2062
2063         * README.win32: Advice also to remove -lmoldname in the
2064         patch to the egcs-1.1.2 spec file.
2065
2066 Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
2067
2068         * gmodule/Makefile.am: Another small fix.
2069
2070 1999-05-08  Tor Lillqvist  <tml@iki.fi>
2071
2072         * Makefile.am tests/Makefile.am: Correct rules for making the
2073         win32-related files that are made from corresponding .in files.
2074         Is there a cleaner way than explicitly writing rules that invoke
2075         config.status?
2076
2077 Fri Jul 16 22:18:36 PDT 1999 Manish Singh <yosh@gimp.org>
2078
2079         * ltconfig
2080         * ltmain.sh: upgrade to libtool 1.3.3
2081
2082 1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2083
2084         * gdate.c, gstrfuncs.c, gstring.c: Fixed the use of the
2085         is..... and to..... macros, which take unsigned chars, not chars!
2086         Thanks to Morten Welinder <terra@diku.dk> for pointing this out.
2087
2088 Thu Jun  3 16:30:31 PDT 1999 Manish Singh <yosh@gimp.org>
2089
2090         * gerror.c (g_on_error_query): check isatty() before querying so
2091         we don't loop endlessly
2092
2093 Sat May 29 11:16:29 PDT 1999 Manish Singh <yosh@gimp.org>
2094
2095         * acinclude.m4
2096         * config.guess
2097         * config.status
2098         * ltconfig
2099         * ltmain.sh: upgrade to libtool 1.3.2
2100
2101 1999-05-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2102
2103         * gmain.c: provide a poll prototype for SunOS, as they do not do
2104         it self. Hint from Christian Parg <cparg@fs-design.de>.
2105
2106 Tue May 25 12:23:07 1999  Owen Taylor  <otaylor@redhat.com>
2107
2108         * gstrfuncs.c (g_strchug): Use g_memmove() not memmove().
2109         (Reported by Charles Levert <charles@comm.polymtl.ca>)
2110
2111 Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
2112
2113         * Released GLib 1.2.3
2114
2115 1999-05-08  Tor Lillqvist  <tml@iki.fi>
2116
2117         * Makefile.am tests/Makefile.am: Correct rules for making the
2118         win32-related files that are made from corresponding .in files.
2119         Is there a cleaner way than explicitly writing rules that invoke
2120         config.status?
2121
2122 Sat May  1 10:18:01 PDT 1999 Manish Singh <yosh@gimp.org>
2123
2124         * acinclude.m4
2125         * config.guess
2126         * config.status
2127         * ltconfig
2128         * ltmain.sh: upgrade to libtool 1.3
2129
2130 1999-04-30  Tor Lillqvist  <tml@iki.fi>
2131
2132         * Makefile.am: Don't distribute glibconfig.h.win32.in, but
2133         glibconfig.h.win32. Generate it when making a dist. Also generate
2134         makefile.msc and config.h.win32 from corresponding .in files when
2135         making dist.
2136
2137         * configure.in: Also substitute @GLIB_INTERFACE_AGE@ and
2138         @GLIB_BINARY_AGE@ (needed in config.h.win32).
2139
2140         * glibconfig.h.win32.in: Use static mutex structure and initial
2141         value corresponding to the 1999-04-07 snapshot of pthreads-win32.
2142
2143         * tests/Makefile.am: Distribute makefile.msc. Generate it when
2144         making dist.
2145
2146         * tests/makefile.msc.in: New file.
2147
2148         * tests/node-test.c: Include <stdlib.h> for exit().
2149
2150 Thu Apr 29 02:16:36 1999  Tim Janik  <timj@gtk.org>
2151
2152         * gstrfuncs.c: minor code cleanups.
2153
2154 Tue Apr 27 13:11:29 1999  Owen Taylor  <otaylor@redhat.com>
2155
2156         * gmain.c (g_main_poll): Mask out ERR HUP and NVAL from
2157         the events field so we don't give IRIX fits.
2158
2159 Tue Apr 20 08:42:22 1999  Tim Janik  <timj@gtk.org>
2160
2161         * gscanner.c (g_scanner_unexp_token): behave conservative with
2162         G_TOKEN_IDENTIFIER_NULL and always assume scanner->value.v_string
2163         to be "null" in that case.
2164
2165 1999-04-20  Havoc Pennington  <hp@pobox.com>
2166
2167         * gutils.c (g_vsnprintf):  When using the vsnprintf()
2168         implementation, '\0'-terminate the resulting string
2169         and return its length rather than -1.
2170
2171 Mon Apr 19 13:42:21 1999  Owen Taylor  <otaylor@redhat.com>
2172
2173         * gmain.c (g_main_iterate): Added missing
2174         #ifdef G_THREADS_ENABLED. (I never liked G_THREADS_ENABLED in
2175         the first place!)
2176
2177 1999-04-18  Havoc Pennington  <hp@pobox.com>
2178
2179         * gutils.c (g_snprintf): When using the vsnprintf()
2180         implementation, '\0'-terminate the resulting string
2181         and return its length rather than -1.
2182
2183 Fri Apr 16 06:52:07 1999  Tim Janik  <timj@gtk.org>
2184
2185         * gscanner.c (g_scanner_unexp_token): feature G_TOKEN_EOF as a valid
2186         expected token as well, so we get "- expected end of file" instead of
2187         "- expected (unknown) token <0>".
2188
2189 Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
2190
2191         * Released GLib 1.2.2
2192
2193 1999-04-12  Elliot Lee  <sopwith@mh69.mh.cuc.edu>
2194
2195         * g_strchug(): s/strcpy/memmove/
2196
2197 1999-04-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2198
2199         * configure.in: Adjusted the test for an unimplemented
2200         getpwuid_r. Info from Michael Pruett <mikep@ugcs.caltech.edu>.
2201
2202 Sun Apr 11 15:07:34 1999  Tim Janik  <timj@gtk.org>
2203
2204         * configure.in: bumped versin number to GLib 1.2.2, interface 2,
2205         binary 2.
2206
2207         * NEWS: updates.
2208
2209 Sun Apr 11 14:37:06 1999  Tim Janik  <timj@gtk.org>
2210
2211         * gstrfuncs.c (g_strcasecmp): always check for s1, s2 != NULL.
2212
2213 Sat Apr 10 19:30:50 1999  Tim Janik  <timj@gtk.org>
2214
2215         * glib.h: removed braces around inline strings for the G_GNUC_FUNCTION
2216         and G_GNUC_PRETTY_FUNCTION macros, so the macros can be used for compile
2217         time string concatenation.
2218
2219 Thu Apr  8 19:53:19 1999  Owen Taylor  <otaylor@redhat.com>
2220
2221         * gmain.c (g_main_iterate): Check for two threads
2222         calling g_main_iterate at once.
2223
2224         * gmain.c: If the set of poll file descriptors changes
2225         during a call to poll(), abort that call, and start
2226         a new poll. My test program still segfaults
2227         obscurely on glibc 2.0 (in read()!!!), but now it works on
2228         glibc 2.1, so I'll blame something else for the other segfault.
2229
2230 1999-03-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2231
2232         * configure.in: Fixed slight bug, that made configure hang on some
2233         systems. Please do not merge this into 1.3 branch. It's taken care
2234         of differently there. Info from J. Rhett Aultman
2235         <cuplan@alley.gator.net>
2236
2237 Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
2238
2239         * Released GLib 1.2.1
2240
2241         * README:
2242           INSTALL: 
2243           NEWS: 
2244           sanity_check: updated
2245
2246         * glibconfig.h.win32.in:
2247           Makefile.am:
2248           docs/glib-config.1.in:
2249           docs/Makefile.am: Added files used to generate new files.
2250
2251         * glibconfig.h.win32:
2252           docs/glib-config.1: Removed, now generated.
2253
2254         * configure.in: Added to output now-generated files.
2255
2256 Tue Mar 23 13:43:39 PST 1999 Manish Singh <yosh@gimp.org>
2257
2258         * giounix.c: add user_data param to check and prepare functions
2259
2260 Mon Mar 22 03:54:43 1999  Tim Janik  <timj@gtk.org>
2261
2262         * glib.h:
2263         * gmain.c: add user_data to the GSource ->check and ->prepare functions,
2264         so it can be used to e.g. pass a GPollFd.
2265         (g_main_poll): only add poll records with an events mask != 0 to the
2266         fd_array. don't even bother calling poll_func() if fds=timeout=0.
2267         added debugging printouts around poll_func() invokation that can be
2268         enabled with #define G_MAIN_POLL_DEBUG.
2269
2270 Fri Mar 19 16:29:50 PST 1999 Manish Singh <yosh@gimp.org>
2271
2272         * acinclude.m4
2273         * config.guess
2274         * config.sub
2275         * ltconfig
2276         * ltmain.sh: upgrade to libtool 1.2f
2277
2278         * autogen.sh: libtool is not required to autogen glib
2279
2280         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
2281         needed)
2282
2283 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2284
2285         * gmem.c: Fixed another stupid fault of mine: Did
2286         s/g_static_/g_private_/g
2287
2288 Wed Mar 17 03:17:42 1999  Tim Janik  <timj@gtk.org>
2289
2290         * configure.in bumped versin number to GLib 1.2.1, interface 1,
2291         binary 1.
2292
2293         * NEWS: updates.
2294
2295         * glib.h: added GLIB_CHECK_VERSION() macro similar to
2296         GTK_CHECK_VERSION().
2297
2298 Sun Mar 14 17:50:35 1999  Tim Janik  <timj@gtk.org>
2299
2300         * gmem.c (g_mem_chunk_*): changed a bunch of g_assert() statements
2301         to g_return_if_fail().
2302         (g_mem_profile): 
2303         (g_mem_chunk_print): 
2304         (g_mem_chunk_info): removed some extraneous "\n"s at the end of the log
2305         messages.
2306
2307         * gtimer.c (g_timer_*): changed a bunch of g_assert() statements
2308         to g_return_if_fail().
2309         * grel.c (g_*): changed a bunch of g_assert() statements to
2310         g_return_if_fail() and added some extra ones to check relation != NULL.
2311
2312 1999-03-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2313
2314         * configure.in: Also accept _Pctime_r instead of ctime_r, while
2315         seraching for the right `_REENTRANT' flag. This is for Digital
2316         UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
2317
2318 Tue Mar  9 23:25:50 1999  Tim Janik  <timj@gtk.org>
2319
2320         * configure.in: check for working realloc (NULL,).
2321         * gmem.c (g_realloc): use malloc() for initial allocation on systems
2322         where realloc(NULL,) will not work (this is the case on SunOS, reported
2323         by Tom Geiger).
2324
2325 Mon Mar  8 07:42:08 1999  Tim Janik  <timj@gtk.org>
2326
2327         * ghook.c (g_hook_unref): when !hook_list->is_setup, wrap the
2328         flag around the call to g_hook_free() to avoid spurious
2329         warnings (happens during destruction phase).
2330
2331 1999-03-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2332
2333         * glibconfig.h.win32, config.h.win32: Moved G_THREADS_IMPL_POSIX
2334         from config.h.win32 to glibconfig.h.win32
2335
2336         * acconfig.h, configure.in, config.h.win32: Added test for DCE
2337         versions of mutex_trylock and cond_timedwait. The win32 versions
2338         are posix, aren't they?
2339
2340 1999-03-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2341
2342         * gmem.c: Fixed a stupid cut'n'paste error of mine. Thanks to
2343         Friedrich Dominicus <Friedrich.Dominicus@inka.de>
2344
2345 1999-03-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2346
2347         * gutils.c (g_get_any_init): Fixed yet another bloody
2348         implementation of getpwuid_r on AIX. Thanks to Olaf Dietsche
2349         <olaf.dietsche+list.gtk@netcologne.de>. I would like a configure
2350         test better than that, but have no idea, how to do that easily.
2351
2352 Sun Feb 21 22:11:51 CST 1999  Shawn T. Amundson <amundson@gtk.org>
2353
2354         * Released GLib 1.2.0
2355
2356         * AUTHORS: updated
2357
2358 Wed Feb 24 00:08:42 CST 1999 Shawn T. Amundson <amundson@gtk.org>
2359
2360         * *.[ch]: inserted additional note to look for ChangeLog and
2361           AUTHORS file for a log of modifications.
2362
2363 Sun Feb 21 14:01:00 1999  Dr Mike <drmike@redhat.com>
2364
2365         * Made specfile generated, tweaked slightly
2366
2367 Sat May  8 06:00:17 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
2368
2369         * configure.in
2370           gmodule/Makefile.am
2371           gthread/Makefile.am: Better testing reveals better
2372           methods.  Fixes for BeOS.
2373
2374 Sat May  8 01:52:29 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
2375
2376         * configure.in
2377           gerror.c
2378           gmain.c
2379           gstrfuncs.c
2380           gutils.c
2381           ltconfig
2382           ltmain.sh
2383           gmodule/Makefile.am
2384           gmodule/gmodule.c
2385           gmodule/gmoduleconf.h.in
2386           gmodule/gmodule-beos.c
2387           gthread/Makefile.am: Port to BeOS by myself and Richard Offer.
2388
2389 1999-05-06  Tor Lillqvist  <tml@iki.fi>
2390
2391         * makefile.msc.in makefile.cygwin.in glibconfig.h.win32.in
2392         config.h.win32.in tests/makefile.msc.in tests/makefile.cygwin.in:
2393         New files, used to generate corresponding non-.in files when
2394         making a dist. This is just so the version numbers will be kept in
2395         synch automatically.
2396
2397         * configure.in: Also substitute @GLIB_MAJOR_VERSION@,
2398         @GLIB_MINOR_VERSION@, and @GLIB_INTERFACE_AGE@.
2399
2400         * Makefile.am tests/Makefile.am: Also distribute makefile.cygwin.
2401
2402         * gerror.c (g_on_error_query): On Win32, put up a MessageBox and
2403         then exit.
2404
2405         * glib.def: Add a couple of functions.
2406
2407 Sat May  1 10:26:20 PDT 1999 Manish Singh <yosh@gimp.org>
2408
2409         * acinclude.m4
2410         * config.guess
2411         * config.status
2412         * ltconfig
2413         * ltmain.sh: upgrade to libtool 1.3
2414
2415 1999-04-25  Tor Lillqvist  <tml@iki.fi>
2416
2417         * README.win32: More editing.
2418         * build-dll: Use gcc, not ld to link.
2419         * glib.h: On native Win32 use _unlink().
2420         * gscanner.c: Use corrent NATIVE_WIN32 feature test macro,
2421         not _MSC_VER.
2422         * gstring.c: Include <io.h> on Win32 for _read prototype.
2423         * gutils.c: Remove old IO channel code (was in #if 0).
2424         * makefile.cygwin: Don't need to link with kernel32 and msvcrt
2425         explicitly, they are included anyway.
2426
2427 1999-04-24  Tor Lillqvist  <tml@iki.fi>
2428
2429         Support added for building using a GNU toolchain on Win32,
2430         i.e. gcc -mno-cygwin on cygwin (a.k.a. mingw32, using egcs-1.1.2).
2431
2432         * README.win32: Updated.
2433         * build-dll makefile.cygwin tests/makefile.cygwin: New files.
2434         * glib.h glib.def glibconfig.h.win32: Slight updates. 
2435         * gmain.c: No need to include <fcntl.h> and <io.h> on Win32.
2436         * gmain.c gutils.c testglib.c tests/string-test.c: Test for
2437         NATIVE_WIN32, not _MSC_VER.
2438         * gmutex.c: Must declare g_thread_functions_for_glib_use as
2439         exported (using the GUTILS_C_VAR macro).
2440         * gutils.c gmodule/libgplugin_[ab].c: LibMain not needed.
2441         * gmodule/gmoduleconf.h.win32: Need underscore with gcc.
2442         * gthread/gthread.c: With gcc on Win32, must use memcpy to assign
2443         value of g_thread_functions_for_glib_use (?).
2444         * makefile.msc tests/makefile.msc: Cosmetics.
2445
2446 Fri Apr 23 14:29:25 BST 1999  Tony Gale <gale@gtk.org>
2447
2448         * glib.h: Fix typo in g_string_ncasecmp macro (by me).
2449           Add b_string_strncasecmp macro.
2450
2451 1999-04-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2452
2453         * gutils.c (g_get_any_init): use sysconf (_SC_GETPW_R_SIZE_MAX) as
2454         the new initinal bufsize for getpwuid_r on systems, that support
2455         this. Hint from Holger Duerer <H.Duerer@zait.uni-bremen.de>.
2456
2457 Sat Apr 17 20:55:13 BST 1999  Tony Gale <gale@gtk.org>
2458
2459         * glib.h, gstring.c: Add new g_string functions for reading
2460           from file/socket descriptors, and tokenising strings.
2461
2462           Added various g_string macros.
2463
2464 Tue Apr 13 23:28:32 1999  Tor Lillqvist  <tml@iki.fi>
2465
2466         * README.win32: Mention the tests directory.
2467
2468         * glib.def: Add the functions from grand.c.
2469
2470         * glibconfig.h.win32: Add unsigned max values, and the format
2471         strings.
2472
2473         * makefile.msc: Add grand.
2474
2475         * tests/{date-test,node-test}.c: Include <stdlib.h> for exit().
2476
2477         * tests/makefile.msc: New file.
2478
2479 1999-04-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2480
2481         * glib.h: Moved struct declaration up. Style fixes.
2482
2483         * grand.c: Style fixes. Only try to open /dev/random once.
2484
2485         * tests/rand-test.c (main): New tests; Slight bug fix. 
2486
2487 1999-04-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2488
2489         * grand.c, tests/rand-test.c: New files to implement the Mersenne
2490         Twister Pseudo Random Number Generator.
2491
2492         * glib.h, AUTHORS, Makefile.am, tests/Makefile.am: Changed
2493         accordingly.
2494
2495 Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
2496
2497         * Released GLib 1.3.0
2498
2499 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2500
2501         * configure.in: Added a check for the right format to printf and
2502         scanf long longs. It is %qi instead of %lli on FreeBSD for
2503         whatever reason.
2504
2505 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
2506
2507         * Makefile.am (glibconfig.h): Make sure `glibconfig.h' exists
2508         after the rule is fired.
2509         (install-exec-local): Install glibconfig.h only if the contents
2510         are different from the currently installed glibconfig.h.
2511
2512 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
2513
2514         * Makefile.am (configexecincludedir): Rename from 
2515         configincludedir so that glibconfig.h will be installed 
2516         as part of `make install-exec'. 
2517
2518 Thu Mar 25 22:45:47 1999  Tor Lillqvist  <tml@iki.fi>
2519
2520         * config.h.win32: Update version numbers.
2521
2522         * glibconfig.h.win32: Update version numbers and pthreads-win32-
2523         related magic values.
2524
2525         * README.win32: Some improvements.
2526
2527         * makefile.msc: Add gqueue and gstack. Correct version number.
2528
2529 Fri Mar 19 16:29:50 PST 1999 Manish Singh <yosh@gimp.org>
2530
2531         * acinclude.m4
2532         * config.guess
2533         * config.sub
2534         * ltconfig
2535         * ltmain.sh: upgrade to libtool 1.2f
2536
2537         * autogen.sh: libtool is not required to autogen glib
2538
2539         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
2540         needed)
2541
2542 1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
2543
2544         * glib.def: Add new g_list, g_stack, g_queue functions.
2545
2546 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2547
2548         * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
2549         to hold various defines to get the right thread implementation on
2550         different platforms. Also look in -ldce for pthread_create. Should
2551         make it work on HP-UX 10.x. Information from "D. Emilio Grimaldo
2552         Tunon" <emilio_tunon@nl.compuware.com>.
2553
2554 1999-03-17  Jeff Garzik  <jgarzik@pobox.com>
2555
2556         * gstack.c, gqueue.c:
2557         Add copyright, clean up code a bit.
2558
2559 1999-03-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2560
2561         * configure.in: Added missing values for G_MAXU(SHORT|INT|LONG) on
2562         platforms with only /usr/include/values.h.
2563
2564         * acconfig.h: Removed unnecessary macros.
2565
2566         * glibconfig.h.win32, config.h.win32: Moved G_THREADS_IMPL_POSIX
2567         from config.h.win32 to glibconfig.h.win32. Taken from glib 1.2
2568         branch.
2569
2570         * configure.in: Also accept _Pctime_r instead of ctime_r, while
2571         seraching for the right `_REENTRANT' flag. This is for Digital
2572         UNIX 4.0d. Taken from glib 1.2 branch.
2573
2574 Wed Mar 17 03:14:56 1999  Tim Janik  <timj@gtk.org>
2575
2576         * glib.h: added GLIB_CHECK_VERSION() macro similar to
2577         GTK_CHECK_VERSION().
2578
2579 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
2580
2581         * merges from glib-1-2:
2582
2583 Sun Mar 14 17:50:35 1999  Tim Janik  <timj@gtk.org>
2584
2585         * gmem.c (g_mem_chunk_*): changed a bunch of g_assert() statements
2586         to g_return_if_fail().
2587         (g_mem_profile):
2588         (g_mem_chunk_print):
2589         (g_mem_chunk_info): removed some extraneous "\n"s at the end of the log
2590         messages.
2591
2592         * gtimer.c (g_timer_*): changed a bunch of g_assert() statements
2593         to g_return_if_fail().
2594         * grel.c (g_*): changed a bunch of g_assert() statements to
2595         g_return_if_fail() and added some extra ones to check relation != NULL.
2596
2597 Tue Mar  9 23:25:50 1999  Tim Janik  <timj@gtk.org>
2598
2599         * configure.in: check for working realloc (NULL,).
2600         * gmem.c (g_realloc): use malloc() for initial allocation on systems
2601         where realloc(NULL,) will not work (this is the case on SunOS, reported
2602         by Tom Geiger).
2603
2604 Mon Mar  8 07:42:08 1999  Tim Janik  <timj@gtk.org>
2605
2606         * ghook.c (g_hook_unref): when !hook_list->is_setup, wrap the
2607         flag around the call to g_hook_free() to avoid spurious
2608         warnings (happens during destruction phase).
2609
2610 1999-03-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2611
2612         * gmem.c: Fixed a stupid cut'n'paste error of mine. Thanks to
2613         Friedrich Dominicus <Friedrich.Dominicus@inka.de>
2614
2615 1999-03-16  Timur Bakeyev  <mc@bat.ru>
2616
2617         * configure.in: Fix problem with pthread_create in libc, as running
2618         "gcc test.c -l " is not legal.
2619
2620 1999-03-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2621
2622         * tests/type-test.c: Added a test for the
2623         G_(U)?INT(16|32|64)_FORMAT and G_(MIN|MAX|MAXU)(SHORT|INT|LONG)
2624         macros.
2625
2626         * configure.in: Removed G_(U)?INT8_FORMAT again, as it can't be
2627         used for scanf.
2628
2629         * configure.in: Added the macros G_MAXU(SHORT|INT|LONG). I do not
2630         know how to handle these on platforms with /usr/include/values.h,
2631         but without /usr/include/limits.h. Please someone add this.
2632
2633
2634 1999-03-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2635
2636         * configure.in: Added the macros G_(U)?INT(8|16|32|64)_FORMAT to
2637         use for printf and (much more important) scanf format strings for
2638         the corresponding GLib types. 
2639
2640         * glib.h Added G_(U)?(SHORT|INT|LONG)_FORMAT for consistency. It
2641         however makes no sense to also provide G_(FLOAT|DOUBLE)_FORMAT, as
2642         they are different for printf (f for both) and scanf (f for float,
2643         lf for double). Defining G_INT_FORMAT makes sense however, as we
2644         might want to define gint to something different than int someday
2645         in the future. Idea from Sascha Brawer <sb@adasys.ch>.
2646
2647 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
2648
2649         * gdate.c:
2650         Commented out debugging output.
2651
2652         * tests/Makefile.am, tests/date-test.c:
2653         Added test of the GDate module, based closely on testgdate.c.
2654
2655         * tests/Makefile.am:
2656         Bugfix - compile tests with @GLIB_DEBUG_FLAGS@.
2657
2658 1999-03-14  Raja R Harinath  <harinath@cs.umn.edu>
2659
2660         * configure.in (glibconfig.h): Remove widechar tests and defines.
2661         (fd_set): Change the grep for `fd_mask' to search for `fd_set'.
2662         * gerror.c (fd_mask): Remove conditional typedef.  It is not used
2663         elsewhere in the file.
2664         * gmain.c (fd_mask): Likewise.
2665
2666 1999-03-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2667
2668         * configure.in: Test for posix threads first, then for dce threads.
2669
2670 1999-03-11  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2671
2672         * configure.in: Revamped the thread configure stuff. Now dce
2673         threads (old posix draft) are recogniced. This is necessary,
2674         because dce threads are in fact working quite differently from
2675         posix threads. Also changed the conditions for checking for MT
2676         safe functions a bit, because G_THREADS_IMPL_NONE still have to
2677         compile thread safe. NOTE: Please do not commit my change to
2678         glib-1-2/{acconfig.h,configure.in,config.h.win32} from 1999-03-03,
2679         as the current change will take care of that too.
2680
2681 Tue Mar  9 14:37:32 1999  Jeff Garzik  <jgarzik@pobox.com>
2682
2683         * Makefile.am, glib.h, gstack.c, gqueue.c,
2684           tests/Makefile.am, tests/queue-test.c, tests/stack-test.c:
2685         Added stack, queue ADTs and related tests.
2686
2687         * glib.h, glist.c:
2688         New g_list_delete() function.
2689
2690 Sat Mar  6 11:03:08 1999  Asbjorn Pettersen  <ape@lrdpf.spacetec.no>
2691
2692         * gutils.c (g_get_any_init): add OS/2 changes.
2693         change '\\' in HOME to '/'.
2694
2695 1999-03-03  Josh MacDonald  <jmacd@spin.dsl.pacbell.net>
2696
2697         * glib.def: g_spaced_primes_closest was omitted here, so I
2698         couldn't build Xdelta on Windows.
2699
2700 1999-03-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2701
2702         * gutils.c (g_get_any_init): Fixed yet another bloody
2703         implementation of getpwuid_r on AIX. Thanks to Olaf Dietsche
2704         <olaf.dietsche+list.gtk@netcologne.de>. I would like a configure
2705         test better than that, but have no idea, how to do that easily.
2706
2707 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
2708
2709         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
2710         new one.
2711
2712         * configure.in: set glib version to 1.3.0.