applied patch from Darin Adler <darin@eazel.com> which supplies
[platform/upstream/glib.git] / ChangeLog.pre-2-10
1 Wed Jul 26 00:46:03 2000  Tim Janik  <timj@gtk.org>
2
3         * glib.h: applied patch from Darin Adler <darin@eazel.com> which
4         supplies g_return_if_reached(), g_return_val_if_reached() and
5         g_critical().
6
7 2000-07-22  Tor Lillqvist  <tml@iki.fi>
8
9         * build-dll: Fix resource handling, the resource file got left out
10         from the DLL after all... Remove the WIN32APIHEADERS, not needed
11         with current windres.
12
13         * glib.def: Add new functions.
14
15 2000-07-20  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
16
17         * gutils.c, glib.h: Mark the functions g_basename and g_dirname
18         deprecated. They will issue an warning once, when compiled with
19         G_ENABLE_DEBUG, but continue to work as before. Instead the
20         functions g_path_get_basename and g_path_get_dirname should be
21         used, which BOTH return newly allocated memory, that has to freed
22         by g_free. The new g_path_get_basename now strips trailing slashes
23         from the path. This fixes #5097. For discussion see
24         http://mail.gnome.org/pipermail/gtk-devel-list/2000-April/003139.html
25
26         * gwin32.c, testglib.c, tests/dirname-test.c: Use the new
27         functions instead of the old ones.
28
29         * ghash.c, gscanner.c, glib.h: Mark the functions
30         g_hash_table_freeze, g_hash_table_thaw and thus
31         g_scanner_freeze_symbol_table and g_scanner_thaw_symbol_table
32         deprecated. They will issue an warning once, when compiled with
33         G_ENABLE_DEBUG. This fixes Bug #3883. For discussion see
34         http://mail.gnome.org/pipermail/gtk-devel-list/2000-April/003139.html
35         
36 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
37
38         * configure.in, glib.h: glibconfig.h and glib.h now include files
39         outside of the extern "C" block. Makes some C++ compiler
40         happy. Reported by Denis Vakatov <vakatov@peony.nlm.nih.gov>.
41
42 Sat Jul 15 23:49:03 2000  Owen Taylor  <otaylor@redhat.com>
43
44         * glib/glib.texi: Remove incomplete start of info file -
45         real docs are in RDP.   
46
47 Sat Jul 15 22:44:22 2000  Owen Taylor  <otaylor@redhat.com>
48
49         * configure.in: Add build/Makefile and 
50         build/win32/Makefile to AC_OUTPUT() so things build
51         again.
52
53 Sat Jul 15 09:11:46 2000  Tim Janik  <timj@gtk.org>
54
55         * gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah,
56         the function went off when the while (n--) loop failed due to
57         n==0 ;), reported by Jean-Louis HAMEL <jlhamel@club-internet.fr>.
58
59 2000-07-15  Tor Lillqvist  <tml@iki.fi>
60
61         * Makefile.am (SUBDIRS): Include the "build" module in GLib, too,
62         to make it more self-contained. If your CVS client doesn't
63         automatically get it, do a cvs get build in glib.
64
65         * */makefile.mingw.in: Include make.mingw from build in the glib
66         source directory.
67
68 Fri Jul 14 16:26:35 2000  Owen Taylor  <otaylor@redhat.com>
69
70         * Release 1.3.1
71
72 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
73
74         * configure.in Makefile.am glib-config.m4 glib.m4: Move
75         glib-config to glib-config-2.0 move glib.m4 to
76         glib-2.0.m4
77
78         * Makefile.am gobject/Makefile.am gmodule/Makefile.am
79         gthread/Makefile.am tests/Makefile.am: Change 
80         library names to libglib-1.3.la, etc, so that we
81         can distinguish glib-1.2 and glib-2.0 on the linkline.
82
83         * Makefile.am gobject/Makefile.am gmodule/Makefile.am:
84         Move include files into /usr/include/glib-2.0.
85         
86 Thu Jul  6 18:54:49 2000  Owen Taylor  <otaylor@redhat.com>
87
88         * docs/Makefile.am (EXTRA_DIST): Remove info files
89         from the build.
90
91 2000-07-14  Tor Lillqvist  <tml@iki.fi>
92
93         * glib.def: Add g_error functions.
94
95         * makefile.mingw.in: Add gbacktrace.o.
96
97         * gbacktrace.c: No need to include <process.h>.
98
99 2000-07-12  Havoc Pennington  <hp@redhat.com>
100
101         * glib.h: #include <gerror.h>
102
103         * Makefile.am (include_HEADERS): Add gerror.h
104         (libglib_la_SOURCES): Add gbacktrace.c
105
106         * gbacktrace.c: Move g_on_error_query() in here (moved on the 
107         server, so history is preserved)
108
109         * gerror.h: GError interface
110
111         * gerror.c: GError implementation replaces stuff that's now in 
112         gbacktrace.c
113
114 Sun Jul  9 21:20:45 2000  Owen Taylor  <otaylor@redhat.com>
115
116         * gunicode.h: Include stddef.h instead of stdlib.h
117
118 2000-07-08  Tor Lillqvist  <tml@iki.fi>
119
120         * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
121
122         * gunicode.h: Mark the g_utf8_skip array with GLIB_VAR.
123
124         * glib.def: Add two missing entry points.
125
126 Thu Jul  6 15:35:28 2000  Owen Taylor  <otaylor@redhat.com>
127
128         * Release 1.3.1
129
130         * Makefile.am (EXTRA_DIST): Dist fixes.
131
132         * configure.in: Moderate the warnings just a little bit.
133
134 2000-07-05  Tor Lillqvist  <tml@iki.fi>
135
136         * README.win32: Update.
137
138 Mon Jul  3 17:58:02 2000  Owen Taylor  <otaylor@redhat.com>
139
140         * gutf8.c (g_utf8_get_charset_internal): Fix up
141         to correspond to configure.in checks.
142
143 Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
144
145         * glib.h: Comment g_get_codeset() out of the header file
146         temporarily. (Very similar to g_get_charset(), need
147         to resolve the two.)
148
149 2000-07-01  Tor Lillqvist  <tml@iki.fi>
150
151         * glib.def: Add new entry points.
152
153         * makefile.{mingw,msc}.in: Add the new Unicode object files.
154
155 Thu Jun 29 15:57:28 2000  Owen Taylor  <otaylor@redhat.com>
156
157         * NEWS: updated
158
159         * Makefile.am: added snapcheck target to go along with snapshot
160         
161         * gstring.c glib.h (g_string_hash): Add g_string_hash to 
162         go along with g_string_equal.
163
164 Tue Jun 27 12:40:23 EDT 2000  David A. Wheeler <dwheeler@dwheeler.com>
165
166         * glib.h: Added g_string_equal for comparing GStrings;
167         changed g_str_equal so it returns gboolean (instead of gint).
168
169         * gstring.c: Modified GString implementation to support embedded
170         ASCII NUL ('\0') characters, and implemented g_string_equal.
171
172         * testglib.c tests/string-test.c: Added tests for g_string_equal
173         and tests for proper handling of embedded ASCII NUL characters.
174
175 Wed Jun 28 22:52:00 2000  Owen Taylor  <otaylor@redhat.com>
176
177         * Makefile.am (libglib_la_SOURCES): Fix
178         gunichartable.h => gunichartables.h. (From Eric Limings)
179
180 Fri Jun 23 17:20:26 2000  Tim Janik  <timj@gtk.org>
181
182         * glib.h: define gstring in terms of gchar*. this typedef reflects
183         the type name of the primitive G_TYPE_STRING in the gobject module.
184
185 Wed Jun 21 12:09:03 2000  Owen Taylor  <otaylor@redhat.com>
186
187         * gunicode.h gutf8.c guniprop.c gunidecomp.[ch] gunichartables.h
188         Makefile.am glib.h: Initial pass at adding unicode support
189         functions. A few things still need to be implemented, a bit
190         of cleanup needs to be done, tests need to be added, and 
191         the docs need to be finished, but this should allow replacing
192         most or all use of libunicode.
193
194 2000-06-06  Tor Lillqvist  <tml@iki.fi>
195
196         * giowin32.c (g_io_channel_win32_pipe_readable): If we are
197         watching the same pipe for different conditions (with different
198         callbacks), check them all. Only call the callback for G_IO_IN
199         from here. (This bug popped up when a watch for G_IO_ERR|G_IO_HUP
200         was added to gimplib.)
201
202 2000-05-30  Tor Lillqvist  <tml@iki.fi>
203
204         * gutils.c (g_locale_get_codeset): Implement on Win32.
205
206         * glib.def: Add g_get_codeset.
207
208         * tests/Makefile.am (EXTRA_DIST): makefile.cygwin* has been
209         renamed to makefile.mingw*.
210
211 Tue May 30 16:01:32 2000  Owen Taylor  <otaylor@redhat.com>
212
213         * glib.h gutils.c: Move the g_locale_get_codeset() up in the 
214         header file to correspond to to comments about memory
215         management. Rename to g_get_codeset() to avoid 
216         polluting the g_locale_* namespace, which probably
217         would have g_locale_get_codeset (GLocale *locale).
218         Add a doc comment.
219
220 Mon May 29 14:10:35 2000  Owen Taylor  <otaylor@redhat.com>
221
222         * gutils.c (g_locale_get_codeset): Add function to get the 
223         codeset name for the current locale.
224
225         * configure.in acconfig.h: Add check for nl_langinfo(CODESET);
226
227 Fri May 19 11:39:29 2000  Tim Janik  <timj@gtk.org>
228
229         * gutils.c (g_snprintf):
230         (g_vsnprintf): added argument assertments.
231
232         * gstring.c (g_string_assign): added argument assertments.
233         (g_string_truncate): make len a guint.
234
235 Fri May 19 09:00:44 2000  Tim Janik  <timj@gtk.org>
236
237         * gmem.c (g_free): fixed SIZEOF_LONG==4 assumption with
238         ENABLE_MEM_CHECK, from Art Haas <ahaas@neosoft.com>.
239
240         * gslist.c (g_slist_reverse): shut up compiler.
241
242         * gscanner.c (g_scanner_get_token_ll): removed inline assignment.
243
244         * garray.c: remove index>=0 checks for unsigned indices.
245
246         * gmain.c (g_idle_prepare): timeout assignment fix.
247
248         * gtree.c (g_tree_node_rotate_right): shut up compiler.
249
250 2000-05-13  Tor Lillqvist  <tml@iki.fi>
251
252         * makefile.mingw.in
253         * tests/makefile.mingw.in
254         * build-dll: Rename makefile.cygwin(.in) to
255         makefile.mingw(.in), which better describes what it is. Move the
256         build of gmodule, gthread and gobject DLLs to makefiles in those
257         directories. Move resource file handling and build number bump to
258         build-dll, where it sits much cleaner.
259
260         * README.win32
261         * Makefile.am (EXTRA_DIST): Update accordingly.
262
263         * glib.h: Add G_PI, G_PI_2, G_PI_4, G_E, G_LN2, G_LN10 and
264         G_SQRT2. M_PI etc aren't necessarily in <math.h> in strict ISO C
265         implementations.
266
267         * glib.def: Add g_strcanon.
268
269         * gtree.c (g_tree_node_rotate_left): Remove unused variables.
270
271         * gwin32.c (g_win32_opendir): Remove unneeded statement.
272
273 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
274
275         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
276         broken and require an empty arg, give it to them.
277
278 Fri Apr 28 23:54:35 2000  Tim Janik  <timj@gtk.org>
279
280         * setup things for a new sub-library libgobject:
281
282         * Makefile.am (SUBDIRS): added gobject
283
284         * glib-config.in: feature -lgobject.
285
286         * configure.in (AC_OUTPUT): generate gobject/Makefile.
287
288         * glib.m4 (AM_PATH_GLIB): feature gobject module.
289
290         * glib.spec.in: added %{prefix}/lib/libgobject-1.3.so.*
291
292 Fri Apr 28 21:41:49 2000  Tim Janik  <timj@gtk.org>
293
294         * glib.h: added G_STRLOC macro.
295         G_STRUCT_OFFSET(): signedness corrections.
296         (G_CSET_DIGITS): list 0-9.
297         * gscanner.c (g_scanner_config_template): use G_CSET_DIGITS.
298
299         * glib.h: 
300         * gstrfuncs.c:
301         (g_strdown):
302         (g_strup):
303         (g_strreverse): return the modified string instead of void, so
304         calls to these functions can be nested.
305         (g_strcanon): new function, canonicalizes string according to
306         a given character set.
307
308 Fri Apr 28 19:45:16 2000  Tim Janik  <timj@gtk.org>
309
310         * gasyncqueue.c (g_async_queue_unref): get rid of an unused variable.
311
312 Wed May 10 19:52:44 2000  Owen Taylor  <otaylor@redhat.com>
313
314         * glib.m4: Print found version when test succeeds.
315
316 2000-05-04  Tor Lillqvist  <tml@iki.fi>
317
318         * makefile.cygwin.in
319         * tests/makefile.cygwin.in: Include the common makefile snippet
320         from ../build/win32.
321
322         Maybe CVSROOT/modules should be changed so that the 'build' module
323         is included within the glib module (and gtk+, and gimp, and maybe
324         others later), in the same way as the 'macros' module is included
325         in lots of GNOME CVS modules?
326
327 2000-05-02  Tor Lillqvist  <tml@iki.fi>
328
329         * glib.def: Add new functions.
330
331         * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
332
333         * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
334
335 2000-04-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
336
337         * gasyncqueue.c: New File implementing an asynchronous queue to be
338         used for asynchronous inter-thread communication.
339         
340         * gthreadpool.c: New File implementing a thread pool to be used
341         for distributing work among several threads. 
342
343         * glib.h: Added the type and function declarations for these two
344         types.
345
346         * tests/threadpool-test.c: New File implementing a test for the
347         thread pool. This also checks the asynchronous queue underlying
348         the thread pool.
349
350         * tests/Makefile.am: Changed accordingly.
351         
352 2000-04-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
353
354         * configure.in: Look for both pthread_create and pthread_join in
355         the thread library. Some systems define one of them, but not both
356         in libc. Arghh. Now we really start a thread and join it later and
357         check, whether the thread to actually ran.
358
359         * glib.h, gcache.c, gtree.c: Changed the 'value' parameter of
360         g_cache_remove from gpointer to gconstpointer. Dito for the 'key'
361         parameter of g_tree_lookup and g_tree_remove and the 'data'
362         parameter of g_tree_search. This function now takes a function of
363         type GCompareFunc instead of GSearchFunc. This fixes Bug
364         #8267. Thanks to Juan Toledo <toledo@users.sourceforge.net> for
365         pointing that out.
366
367         * glib.h: Removed declaration of GSearchFunc.
368
369         * gmem.c: s/GSearchFunc/GCompareFunc/.
370
371 2000-04-19  Tor Lillqvist  <tml@iki.fi>
372
373         * glib.def: Update entry point list.
374
375 2000-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
376
377         * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work
378         for compilers with funny G_STMT_(START|END) macros.
379
380         * tests/thread-test.c: Implemented a check for that.
381
382         * gutils.c (g_getenv): Changed the win32 part of this function to
383         be thread safe and to make the returned environment string
384         persistent to match the UN*X behavior. This is again a response to
385         Bug #8983.
386
387         * glib.h (G_LOCK_NAME): Removed parentheses around the lock name,
388         as that seems to cause problems for some compilers and really
389         isn't necessary.
390
391 Wed Apr 19 08:32:32 2000  Tim Janik  <timj@gtk.org>
392
393         * gscanner.c (g_scanner_new): make sure that
394         scanner->config->cset_skip_characters is "" instead of NULL, so we
395         don't segfault further on.
396
397 2000-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
398
399         * glib.h, glist.h, gslist.h: Changed the 'data' parameters from
400         gpointer to gconstpointer for the functions
401         g_(list|slist)_(remove|find|find_custom|index), as they do not
402         change this parameter. This fixes bug #4836.
403
404         * glib.h: Changed comment for g_getenv to reflect, that the
405         returned memory must not be freed. Fixes bug #8983.
406
407 2000-04-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
408
409         * configure.in, acconfig.h: Add configure test for garbage
410         collector friendliness for GLib. If enabled, ENABLE_GC_FRIENDLY
411         will be defined.
412
413         * garray.c, ghash.c, glist.c, gmain.c, gmem.c, gnode.c, gqueue.c,
414         gslist.c, gtree.c: If ENABLE_GC_FRIENDLY is defined, NULLify all
415         memory released by the user, but cached by GLib. This lets a
416         garbage collector have a more correct view of the actually used
417         memory.
418         
419         * garray.c, glib.h: Added g_(array|ptr_array|byte_array)_sized_new
420         functions, that reserve a certain amount of memeory for the array
421         at creation time to avoid reallocation. Fixes bug #6707 from
422         Charles Kerr <ckerr@osserver1.nssl.noaa.gov>.
423
424         * glib.h, gqueue.c, tests/queue-test.c (main): Renamed
425         g_queue_create to g_queue_new in conformance to all other GLib
426         data types.
427
428 2000-04-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
429
430         * grand.c (g_rand_new): Fixed bug. Thanks to Marko Kreen
431         <marko@l-t.ee> for reporting that.
432
433 2000-03-26  Tor Lillqvist  <tml@iki.fi>
434
435         * README.win32: Tell about using the mingw-based gcc, which is
436         much easier than modifying the cygwin gcc to product mingw code
437         for the msvcrt runtime.
438
439         * makefile.cygwin.in (WIN32APIHEADERS): Kludge to make it work
440         with a "pure" mingw gcc, too.
441
442 2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
443
444         * garray.c: Made GArray behave correctly. Now zero_terminated
445         really means, that the element array->data[array->len] exists and
446         is zeroed, and clear means that any unassigned elements obtained
447         through g_array_set_size (the only way to get unassigned elements
448         AFAICT) are zeroed. Added some macros to make the code more
449         obvoius. Also made GPtrArray zero elements after
450         g_ptr_array_set_size. This is done in a portbale way (assignment
451         of NULL instead of just memsetting it to zero), though that might
452         be more portability than we actually want.
453
454         * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
455         tests/Makefile.am: Added various win32 related *.in files to
456         EXTRA_DIST to let 'make distcheck' procude all the corresponding
457         files, which it silently fails to do currently.
458
459 2000-03-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
460
461         * configure.in: After finding the right thread library (containing
462         e.g. pthread_create) we now search for the right realtime library
463         (containing e.g. sched_get_priority_max). Makes the output of the
464         thread related libraries correct. 
465
466         * gtimer.c (g_usleep): The current implementation of g_usleep
467         (simply calling select) doesn't work reliable for multi-threaded
468         programs on some platforms (bad omen for the main loop....), so I
469         changed the implementation for thread-using programs to wait for a
470         GCond for the specified amount of time (NB: sleep and usleep are
471         not MT-safe in general, because they often use signals).
472
473 Wed Mar 22 16:49:57 2000  Owen Taylor  <otaylor@redhat.com>
474
475         * gmem.c (g_mem_chunk_area_compare): Fix indentation.
476
477 2000-03-22 Elliot Lee <sopwith@redhat.com>
478
479         * gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in
480         comparing two pointers more than 4G apart.
481
482 2000-03-22  Tor Lillqvist  <tml@iki.fi>
483
484         * gutils.c: Move Win32-only includes after inclusion of glib.h, so
485         that G_OS_WIN32 is defined.
486
487         * glibconfig.h.win32.in: Add GSystemThread.
488
489 2000-03-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
490
491         * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
492         <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
493         path length might not be enough for the HURD. So I changed the
494         loop to at least avoid an integer overflow, which could happen at
495         beyond 2GB size ;-)
496
497         * configure.in: Test for sched_yield as the native yield function
498         first. Corrected typo g_thread_sleep -> g_usleep. Corrected
499         message for the pthread_create test. Negative Priorities are
500         allowed (and used on Solaris), so consider
501         sched_get_priority_min failed only if it returns -1, not <0. Check
502         for sched_get_priority_min also in -lrt, if not found in -lpthread
503         alone and add -lrt to G_THREAD_LIBS then. Remove special case
504         handling of priorities for older solaris versions and posix
505         threads. Thanks to Wan-Teh Chang <wtc@netscape.com> for suggesting
506         some of those changes.
507         
508         * config.guess, config.sub, ltconfig, ltmain.sh:
509         Upgrade to libtool 1.3.4.
510
511 2000-03-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
512
513         * glib.h, configure.in, gutils.h: always define G_GNUC_EXTENSION,
514         even when not needed by GLib. That's actually also the way, the
515         GLib reference manual describes that macro. Therefore I had to
516         remove the lonesome #include <glibconfig.h> in gutils.c, which
517         doesn't seem to be needed there however. This change should make
518         Ben Gertzfield <che@debian.org> happy.
519
520         * gutils.c: Furthermore two warnings in gutils.c were voided,
521         which crept in due to my last change.
522
523         * gutils.c (g_get_current_dir): Allocate only up to 128KB for a
524         pathname. While this is an arbitrary value just like 2048, it
525         seems to be enough (after all, even 4GB is an arbitrary value).
526
527 2000-03-20  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
528
529         * gmain.c (g_main_poll): Warn in case of an error during the call
530         to poll(2). Closes Bug#7564 as reported by David Helder
531         <dhelder@umich.edu>.
532
533         * gutils.c (g_get_current_dir): Make g_get_current_dir work on
534         systems with unlimited pathname length like the HURD (It worked
535         there before, but only for pathes shorter than 2048). Closes
536         Bug#4525 as reported by Marcus Brinkmann
537         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
538
539 2000-03-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
540
541         * giounix.c (g_io_unix_write, g_io_unix_read): Interpret EINTR as
542         G_IO_ERROR_AGAIN.
543
544 2000-03-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
545
546         * configure.in: Added the missing POSIX_NO_YIELD and
547         POSIX_NO_PRIORITIES warning messages.
548
549         * configure.in: Use AC_TRY_RUN instead of AC_TRY_LINK, to test for
550         real thread support. On solaris pthread_create can be linked to
551         even in -lc, but it doesn't work then.
552
553         * configure.in: Don't use priorities for threads, when the
554         minimal/maximal priorities couldn't be determined at configure
555         time.
556         
557         * configure.in, gthread.c: Always define GSystemThread in
558         glibconfig.h to represent a system thread.
559
560         * configure.in: Do not use native recursive threads, when
561         possibe. We use some features, that they do not expose (namely the
562         depth counter).
563
564         * glib.h, gthread.c: Redefined GStaticRecMutex. The functions are
565         now implemented in a different way, which should be way
566         faster. Alsothere are now functions g_static_rec_mutex_unlock_full
567         and g_static_rec_mutex_lock_full to leave/enter a recursive mutex
568         completly.
569
570         * gthread.c (g_thread_self): Do not test the system_thread to be
571         non-zero to speed things up.
572         
573         * gthread.c (g_mutex_init): Therefore set the system_thread of the
574         main thread here.
575
576         * tests/thread-test.c: Rerun all tests once again, but this time
577         we fool the system into thinking, that the available thread system
578         is not native, but userprovided.
579         
580 2000-03-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
581
582         * gqueue.c (g_queue_push_tail_link, g_queue_push_head_link): We
583         want the next and prev pointer of the inserted link to be NULL.
584
585 2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
586
587         * configure.in: Another small change to the pthread_.. search
588         pattern. Should work *now* for AIX.
589
590 2000-03-04  Tor Lillqvist  <tml@iki.fi>
591
592         * gwin32.c (g_win32_error_message): New function that returns the
593         message string for a Win32 error code.
594
595         * glib.h: Declare it.
596
597         * glib.def: Export it, plus g_node_copy.
598
599 2000-03-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
600
601         * configure.in: Make the search for pthread_attr_... prototypes
602         find names at the start of a line also, like it is on AIX. Thanks
603         to Valdis Kletnieks <Valdis.Kletnieks@vt.edu> for the info.
604
605 Wed Mar  1 10:39:39 2000  Tim Janik  <timj@gtk.org>
606
607         * gslist.c (g_slist_reverse): minor optimization.
608
609         * testglib.c (g_node_test): added a couple of tests for
610         g_node_copy().
611
612         * glib.h:
613         * gnode.c (g_node_copy): new function to copy subtrees,
614         supplied by dbsears@ix.netcom.com.
615         changed iterator to walk the children list backwards, so
616         we get down from O(n^2) to O(n).
617
618         * gnode.c (g_node_first_sibling): applied patch from
619         dbsears@ix.netcom.com to optimize access if node->parent
620         is present.
621
622         * gutils.c (g_get_any_init): backed out HAVE_PW_GECOS check around
623         assignment of g_real_name, sicne HAVE_PW_GECOS is never defined and
624         thus breaks the original code.
625
626         * merged changes from 1.2.7.
627
628 Fri Jan 28 11:37:41 2000  Owen Taylor  <otaylor@redhat.com>
629
630         Bug #4156 - Changes vaguely modelled after Scott Gifford's patch
631
632         * gtimer.c (g_timer_elapsed): Never report negative times -
633         clip times to 0.
634
635         * gmain.c (g_timeout_prepare): Guard against unexpected
636         clock shifts by never setting a timeout of more than
637         data->interval msecs.
638
639 2000-02-27  Tor Lillqvist  <tml@iki.fi>
640
641         * glib.def: Add new functions.
642
643 2000-02-23  Tor Lillqvist  <tml@iki.fi>
644
645         * README.win32: Add a missing step to the setup instructions for
646         gcc-2.95.2. Thanks to Arnaud Charlet.
647
648         * glib.def: Add missing entry point.
649
650 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
651
652         * configure.in: Changed GCC version test to also accept major
653         versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
654         pointing this out.
655
656 Thu Feb 17 12:53:44 2000  Tim Janik  <timj@gtk.org>
657
658         * gstring.c: changed g_str_hash() to a 31 bit version based on
659         a submission by Karl Nelson and hand optimized ad absurdum by
660         various people ;)
661
662         * gstring.c: applied patch from havoc for new gstring functions,
663         added some more sanity checks, coding style fixups.
664
665 2000-02-13  Havoc Pennington  <hp@pobox.com>
666
667         * tests/string-test.c (main): Add tests for the new GString 
668         features
669
670         * testglib.c (main): Add tests for the new GString features
671
672         * gstring.c (g_string_insert_len): New function; insert 
673         a given length of string at a given position. 
674         (g_string_append): reimplement in terms of g_string_insert_len
675         (g_string_append_len): new function
676         (g_string_insert_c): accept -1 for "pos" arg to mean "append"
677         (g_string_append_c): reimplement in terms of g_string_insert_c
678         (g_string_prepend): reimplement in terms of g_string_insert_len
679         (g_string_prepend_len): new function
680         (g_string_prepend_c): reimplement in terms of g_string_insert_c
681         (g_string_insert): reimplement in terms of g_string_insert_len
682
683         * glib.h: Declare g_string_insert_len, g_string_append_len,
684         g_string_prepend_len
685         
686 Sun Feb 13 08:16:47 2000  Tim Janik  <timj@gtk.org>
687
688         * configure.in: wtf??? someone destroyed the configure.in, reverting to
689         an older version from Feb 4 which apears to still work.
690
691 2000-02-07  Tor Lillqvist  <tml@iki.fi>
692
693         * gmodule.rc.in gthread.rc.in: Move to corresponding subdirectories.
694
695         * Makefile.am
696         * gmodule/Makefile.am
697         * gthread/Makefile.am: Change accordingly.
698         
699         * makefile.cygwin: Corresponding changes, some cleanup.
700
701 2000-02-05  Tor Lillqvist  <tml@iki.fi>
702
703         * glib.rc.in gmodule.rc.in gthread.rc.in: New files, for putting
704         version info in the DLLs on Win32.
705
706         * Makefile.am: Generate corresponding *.rc files and distribute
707         them.
708
709         * makefile.cygwin.in: Add rules to automatically bump a "build
710         number" in the version info in the rc files each time the DLL is
711         built. But do this only for the person who releases binaries. If
712         others build the DLLs, the build number is set to zero.
713
714 Fri Feb  4 19:36:05 2000  Tim Janik  <timj@gtk.org>
715
716         * glib.h: 
717         * gdataset.c: return stolen data from g_datalist_id_remove_no_notify()
718         and g_dataset_id_remove_no_notify() to avoid second lookup for common
719         use.
720
721 2000-02-01  Tor Lillqvist  <tml@iki.fi>
722
723         * glib.h
724         * gstrfuncs.c (g_filename_to_utf8, g_filename_from_utf8): New
725         functions for conversion between UTF-8 and the encoding expected
726         by C runtime functions like open() and stat(), and returned by
727         readdir().
728
729         Implement them on Win32 where we use the system "ANSI" codepage,
730         which might be single-byte or double-byte. On Unix, just skip the
731         issue for now and provide dummy implementations that return a copy
732         of the argument.
733
734         * README.win32
735         * build-dll
736         * glib.def: Minor updates.
737
738 Wed Jan 26 05:24:38 2000  Tim Janik  <timj@gtk.org>
739
740         * glib.h:
741         * gmain.c: s/current_time/dispatch_time/ for the dispatch() handlers.
742         refetch the current time after invocation of poll() to cover up for
743         the time spent in that function call.
744
745 Fri Jan 21 10:18:24 2000  Owen Taylor  <otaylor@redhat.com>
746
747         * glib.h (G_N_ELEMENTS): Added G_N_ELEMENTS macro to determine
748         the number of elements in an array.
749
750 Sun Jan  9 13:28:36 2000  Tim Janik  <timj@gtk.org>
751
752         * gstrfuncs.c (g_strtod): correctly fetch the current locale,
753         fix from owen.
754
755 1999-12-16  Tor Lillqvist  <tml@iki.fi>
756
757         * gmodule/gmodule-win32.c: Use FormatMessage to translate system
758         error codes into textual messages.
759
760 1999-11-25  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
761
762         * glib.h (G_TRYLOCK): This of course should return TRUE in a
763         program with a thread-disabled GLib.
764
765 1999-11-18  Tor Lillqvist  <tml@iki.fi>
766
767         * glib.def: g_strjoin was missing.
768
769 1999-11-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
770
771         * acconfig.h, config.h.win32.in, configure.in: Renamed
772         GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect
773         changed meaning.
774
775         * configure.in: Cope with systems, that have a pthread_t type,
776         that is not a pointer. Hint from Karl Nelson
777         <kenelson@ece.ucdavis.edu>. Define GLIB_SIZEOF_SYSTEM_THREAD to 4
778         for Solaris. Cope with systems, that have no default mutex
779         initialize, like obviously most DCE systems.
780
781         * glib.h, gthread.c: Changed the prototype of thread_create and
782         thread_self to return the system thread into provided memory
783         instead of a return value. This is necessary, as HPUX has a
784         pthread_t, that is bigger than the biggest integral type there.
785
786         * gthread.c: system_thread is no longer a pointer, but an memory
787         area of size GLIB_SIZEOF_SYSTEM_THREAD. Changed the
788         zeroinitialization and the tests for zeroness accordingly.
789
790 1999-11-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
791
792         * configure.in: Create docs/glib-config.1 from
793         docs/glib-config.1.in. Makes 'make distcheck' happy (and me too).
794
795         * glib-config.1: Removed from CVS, as it is a generated file.
796
797 1999-11-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
798
799         * configure.in: Make the test for getpwuid_r work on newer AIX
800         versions, too. Still works on Solaris and Linux. Patch from Craig
801         Rodrigues <rodrigc@mediaone.net>.
802
803 1999-11-08  Tor Lillqvist  <tml@iki.fi>
804
805         * gwin32.c (g_win32_getlocale): Look at env vars LC_ALL, LC_CTYPE
806         and LANG first. Some refinements to the sublanguage logic.
807
808 1999-11-04  Tor Lillqvist  <tml@iki.fi>
809
810         * makefile.{cygwin,msc}.in: Add gwin32 object. Add rule to make .i
811         (preprocessed source) files.
812
813 1999-11-01  Tor Lillqvist  <tml@iki.fi>
814
815         * glib.h
816         * glib.def: Rename Win32-only functions from gwin_* to g_win32_*
817         to match the GLib naming conventions.
818
819         * gutils.c
820         * gwin32.c
821         * testglib.c
822         * Makefile.am: Move the Win32-only functions to the new
823         file gwin32.c
824
825 1999-10-31  Tor Lillqvist  <tml@iki.fi>
826
827         * gutils.c (gwin_getlocale): New Win32-specific function, returns
828         a Unixish current locale string (en, zh_TW etc).
829
830         * glib.h: Declare it.
831
832         * glib.def: Export it.
833
834         * testglib.c: Test it.
835
836         * gmessages.c (Win32: ensure_stdout_valid): Some improvements,
837         make sure we don't call AllocConsole several times, which I think
838         has happened.
839
840 Sun Oct 31 18:55:01 1999  ape@spacetec.no  (Asbjorn Pettersen)
841
842         * gcache.c (g_cache_remove): Test if node is NULL.
843         If not tested, GIMP's script-fu will crash. 
844
845 Sun Oct 17 18:11:40 1999  Tim Janik  <timj@gtk.org>
846
847         * gdataset.c (g_data_set_internal): remove g_dataset_global_lock around
848         destroy() notification here as well.
849
850 1999-10-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
851
852         * gdataset.c (g_datalist_clear_i): Avoid Freezing, when g_datalist
853         is called recursivly. Reported by Ola Andersson <rand@ling.umu.se>.
854
855 Tue Oct 12 14:17:12 1999  Tim Janik  <timj@gtk.org>
856
857         * glib.h: removed useless g_string(x) macro that cluttered the namespace
858         and was just a poor wrapper around the cpp '#' symbol, use #x if you
859         need to work around this.
860         added new macro G_STRINGIFY(arg) that will convert arg to a string,
861         no matter whether it contains macros or not.
862
863 1999-10-12  Tor Lillqvist  <tml@iki.fi>
864
865         * config.h.win32.in: Define the new GLIB_SIZEOF_* constants here,
866         too.
867
868         * glib.h: Small Win32 comments improvement.
869
870 Tue Oct 12 12:16:12 1999  Tim Janik  <timj@gtk.org>
871
872         * gmessages.c (g_printf_string_upper_bound): completly new implementation
873         for printf string upper bounds calculation.
874         we handle all glibc 2.1 format specifiers now, except for positional
875         parameters (%nn$...) and wide char strings, plus some obscure upper
876         case variants of the standard conversions. this fixes a lot of
877         bugs in the old code, i.e.
878         - NULL format strings
879         - floats with exponents >+24
880         - %G
881         - precision specifications in general
882         - negative field widths
883         - %p for SIZEOF_VOID_P > 4 platforms
884         we now issue warnigns in places where the old code would have
885         caused buffer overruns anyways. warnings are suppressed when invoked
886         from glogv(), to avoid infinite recursions if someone passes a log
887         message that comes with really obscure format specifications.
888
889 Tue Oct 12 11:49:00 1999  Tim Janik  <timj@gtk.org>
890
891         * gstrfuncs.c: nuked old g_printf_string_upper_bound() version.
892
893 Tue Oct 12 03:34:40 1999  Tim Janik  <timj@gtk.org>
894
895         * glib.h: added GFloatIEEE754 and GDoubleIEEE754 unions to access sign,
896         mantissa and exponent of IEEE floats and doubles (required by the new
897         version of g_printf_string_upper_bound). the unions are endian specific,
898         we handle G_LITTLE_ENDIAN and G_BIG_ENDIAN as of currently. ieee floats
899         and doubles are supported (used for storage) by at least intel, ppc and
900         sparc, reference:
901         http://twister.ou.edu/workshop.docs/common-tools/numerical_comp_guide/ncg_math.doc.html
902         
903 Mon Oct 11 18:01:49 1999  Tim Janik  <timj@gtk.org>
904
905         * configure.in: added additional checks to figure sizes of size_t,
906         ptrdiff_t and intmax_t (required by g_printf_string_upper_bound).
907
908 Wed Oct  6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
909
910         * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
911
912 1999-10-05  Tor Lillqvist  <tml@iki.fi>
913
914         * glib.h: (Win32) Drop the mapping of POSIX function names to the
915         underscored versions, it's unnecessary after all. With MSVC we get
916         them from oldnames.lib, with gcc-2.95 and mingw32 from
917         -lmoldname-msvc. Add comment about what headers to include for
918         prototypes.
919
920         * glibconfig.h.win32.in: Don't define WIN32 and NATIVE_WIN32.
921
922         * gerror.c (g_on_error_query): (Win32) Slightly increased verbosity.
923
924         * build-dll: Don't strip.
925
926         * tests/string-test.c tests/dirname-test.c: Use G_OS_WIN32.
927
928         * glib.def: Add g_thread_use_default_impl.
929
930 Sun Oct  3 19:46:55 PDT 1999 Manish Singh <yosh@gimp.org>
931
932         * configure.in: use G_HAVE_CYGWIN instead of G_OS_FEATURE_CYGWIN
933
934 Sun Oct  3 19:25:42 PDT 1999 Manish Singh <yosh@gimp.org>
935
936         * acconfig.h
937         * configure.in
938         * glibconfig.h.win32: G_OS_FOO #defines. I *think* I got the cygwin
939         and beos stuff right, but I haven't tested it. The respective
940         porters should fix any screwups
941
942         * glib.h
943         * gerror.c
944         * gmain.c
945         * gmessages.c
946         * gscanner.c
947         * gthread.c
948         * gtimer.c
949         * gutils.c
950         * testglib.c: use G_OS stuff
951
952 Wed Sep 22 01:53:18 1999  Tim Janik  <timj@gtk.org>
953
954         * glib.h (NULL): define NULL as (0L) if __cplusplus is defined, to
955         avoid "ANSI C++ forbids implicit conversion from `void *' in argument
956         passing" errors upon NULL usage in C++ programs (gcc-2.95 is on crack
957         for erroring out on this, instead of just issueing a warning).
958
959         * glib.h (g_trash_stack_pop): use uncasted NULL again.
960         
961 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
962
963         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
964         from Soeren Sandmann <sandmann@daimi.au.dk>, to force mem chunk's area
965         sizes to be a multitiple of atom_size, and to eliminate the MAX_MEM_AREA
966         restriction of 65536 bytes. we also catch cases where users pass an area
967         size < atom size with a return_if_fail statement now (which is ok,
968         because previously this lead to memory corruption anyways).
969
970 Thu Sep 16 13:19:54 1999  Tim Janik  <timj@gtk.org>
971
972         * glib.h (g_trash_stack_pop): add explicit (GTrashStack*) cast for NULL
973         pointer to cure ANSI C++ error.
974
975 Mon Sep 13 23:25:59 1999  Tim Janik  <timj@gtk.org>
976
977         * gmessages.c (g_logv): in case we have to abort the program,
978         debugging is enabled and we are not called recursively, try
979         to abort with raise (SIGTRAP) first, so developers may ignore
980         certain failure conditions during debugging stage.
981
982 Thu Aug 26 15:09:36 1999  Tim Janik  <timj@gtk.org>
983
984         * Makefile.am:
985         * gmodule/Makefile.am:
986         * gthread/Makefile.am: added --export-dynamic so we can load dynmic
987         modules, (required, according to the libtool 1.3.3 docu).
988
989 1999-07-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
990
991         * grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
992         which /dev/random might do. Do not XOR the time, when getting the
993         seed form /dev/urandom, as this is good itself. Prevent the
994         initial seed from being zero, which causes the PRNG to produce
995         only zeros. Hints from Colin Plumb <colin@pgp.com>.
996
997 1999-08-17  Tor Lillqvist  <tml@iki.fi>
998
999         * glib.h (g_trash_stack_push): Add a cast.
1000
1001         * gslist.c
1002         * glist.c: Make the inline functions static inline, and add
1003         separate extern wrappers. Not all compilers produce callable entry
1004         points for inline functions, even if gcc does.
1005
1006 Sun Aug 15 02:47:14 1999  Tim Janik  <timj@gtk.org>
1007
1008         * glib.h (g_trash_stack_pop): eliminate memset() call, since string.h
1009         has not neccessarily been included prior to glib.h.
1010
1011 Mon Aug  2 21:03:10 1999  Tim Janik  <timj@gtk.org>
1012
1013         * configure.in: added --enable-msg-prefix option.
1014
1015         * gmessages.c (g_log_default_handler): feature "prg_name (pid:%u): "
1016         if --enable-msg-prefix was selected (use "(process:%u): " if
1017         g_get_prgname () returns NULL, along the lines of g_on_error_query).
1018
1019 1999-08-03  Tor Lillqvist  <tml@iki.fi>
1020
1021         * glib.h
1022         * gstrfuncs.c
1023         * tests/strfunc-test.c: Rename g_strccpy to g_strcompress and
1024         g_strecpy to g_strescape per Tim Janik's suggestion. Dropped the
1025         destination parameter, always g_malloc a new string.  Fix bug in
1026         g_strcompress, octal digits were gobbled up without limit, should
1027         use max three.
1028
1029         Sources that use g_strescape must have ifdefs to be compilable
1030         both with GLib 1.2 and 1.3.
1031
1032 Sat Jul 31 17:52:03 PDT 1999 Manish Singh <yosh@gimp.org>
1033
1034         * glib.h
1035         * gstrfuncs.c: the #define for g_strescape interfered with the
1036         compilation of the function, so just remove the function and
1037         note that it's deprecated in the header
1038
1039 1999-08-01  Tor Lillqvist  <tml@iki.fi>
1040
1041         * gstrfuncs.c (g_strccpy, g_strecpy): New functions.
1042
1043         * glib.h: Declare and document them. Define the deprecated
1044         g_strescape as a macro that calls g_strecpy.
1045
1046         * tests/strfunc-test.c (main): Test them.
1047
1048         * makefile.{cygwin,msc}.in
1049         * tests/makefile.{cygwin,msc}.in: Remove gstack and its test
1050         program.
1051
1052         * glib.def: Additions and removals.
1053
1054         * README.win32: Improve gcc build instructions.
1055
1056         * build-dll: Also build import library for MSVC.
1057
1058 Sat Jul 24 20:11:35 1999  Tim Janik  <timj@gtk.org>
1059
1060         * merged GLib 1.3.0 with glib-1.2.3 from Fri Jul 16 22:18:36.
1061         * incorporated proposed cleanups from gtk-devel-list.
1062
1063         * bumped version number to GLib-1.3.1
1064
1065         * glib.h:
1066         * gqueue.c:
1067         * gstring.c:
1068         * glist.c:
1069         removed string tokenisation (we got g_strsplit() and g_strjoin()
1070         already) and readline functions.
1071         s/g_list_delete/g_list_delete_link.
1072         implemented g_slist_delete_link.
1073         removed notion of g_ATEXIT() macro in glib.h, this is an *internal*
1074         macro, g_atexit() is provided for public consumption.
1075         added GTrashStack inline utility functions.
1076         reimplement double eneded queues.
1077         removed GStack implementation, people can use a queue or a (singly)
1078         linked list for this task.
1079         deprecated g_strescape(), we need the SunOS variants here.
1080
1081         * gdate.c: added DEBUG_MSG() macro to wrap old messages.
1082         
1083         * *.*: CVS merges.
1084
1085         * upgrade to libtool 1.3.3.
1086
1087 1999-07-21  Tor Lillqvist  <tml@iki.fi>
1088
1089         Win32: With the latest gcc (2.95, pre-release), we can have binary
1090         compatibility with MSVC by using the switch -fnative-struct. No
1091         longer build DLLs with .gcc in the name when using gcc.
1092
1093         * README.win32: Renew gcc build instructions.
1094
1095         * build-dll: Comments change, handle also .a files.
1096
1097         * makefile.cygwin.in
1098         * tests/makefile.cygwin.in: Remove .gcc from DLL name.
1099         
1100 1999-07-13  Tor Lillqvist  <tml@iki.fi>
1101
1102         * README.win32: Correct URL for mingw runtime sources.
1103
1104         * build-dll: Combine commands with &&.
1105
1106         * glib.h: Map also rmdir() and hypot() for MSVCRT library.
1107
1108         * makefile.cygwin.in
1109         * tests/makefile.cygwin.in: New DLL naming style. GCC-compiled DLLs are
1110         now called *.gcc.dll, to avoid binary incompatibilities with
1111         MSVC-compiled versions.
1112
1113         * makefile.msc.in: Cosmetics.
1114
1115 1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1116
1117         * configure.in: Test for pthread_join rather than for
1118         pthread_create to determine the right thread-lib. Makes it work on
1119         mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
1120         <javu@piano.ux.phys.jyu.fi>.
1121
1122 1999-07-02  Tor Lillqvist  <tml@iki.fi>
1123
1124         * README.win32: Note about need to fix another bug in the mingw32
1125         headers.
1126
1127         * makefile.msc.in: Debugging turned on via an nmake variable,
1128         no need to edit the makefile.
1129
1130 1999-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1131
1132         * configure.in, acconfig.h, gutils.c: Added a g_memmove
1133         replacement for platforms without memmove, where bcopy can't
1134         handle overlapping copies and the corresponding checks, which is
1135         taken form the PERL Configure routine.
1136
1137         * glib.h: Updated the commentary about g_memmove to be right and
1138         more GLib-like.
1139         
1140         * configure.in: Removed test for rand_r, as it isn't used anymore.
1141
1142 1999-06-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1143
1144         * glib.h, grand.c: Finally removed the g_random_normal and
1145         g_rand_normal functions.
1146
1147 1999-06-28  Tor Lillqvist  <tml@iki.fi>
1148
1149         * glib.def: Add missing export of g_strncasecmp.
1150
1151 1999-06-21  Jose Mercado  <jmercado@mit.edu>
1152
1153         * glib.spec.in: Changed version number (1.1->1.3) in files section
1154         to allow rpm to build packages again.
1155
1156 1999-06-21  Tor Lillqvist  <tml@iki.fi>
1157
1158         * README.win32: Update the pthreads snapshot version we want.
1159         Advice how to hand-expand the makefile.*.in files.
1160
1161         * config.h.win32.in: Define values needed by Sebastian Wilhelmi's
1162         new thread stuff.
1163
1164         * glib.def: Add new functions.
1165
1166         * glibconfig.h.win32.in: Update the pthreads snapshot version.
1167         Fix typo.
1168
1169         * gthread.c: Include config.h, guard inclusion of unistd.h.  When
1170         using gcc on Win32, g_thread_functions_for_glib_use must be marked
1171         for export here, too.
1172
1173         * gtimer.c: Implement g_usleep on native Win32 using Sleep (which
1174         only has millisecond granularity, though).
1175         
1176         * makefile.cygwin.in
1177         * makefile.msc.in: Update pthreads snapshot version. File
1178         name changes. Remove testgthread.
1179
1180         * tests/makefile.cygwin.in
1181         * tests/makefile.msc.in: Add thread-test. Link with gthread lib.
1182
1183 1999-06-18  Jeff Garzik  <jgarzik@pobox.com>
1184
1185         * tests/Makefile.am:  Re-order tests in alpha order.
1186
1187 1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1188
1189         * configure.in: Changed test for pthread_attr_setstacksize from
1190         AC_TRY_COMPILE to AC_TRY_LINK.
1191
1192 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1193
1194         * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
1195         Completed the thread support in GLib. Thread creation,
1196         prioritizing threads, yielding, joining threads as well as
1197         reader/writer locks and recursive mutexes are now in place. Please
1198         test heavily on your platform. It is so far tested on
1199         Linux/i386/pthreads, Solaris/Sparc/pthreads and
1200         Solaris/Sparc/solaristhreads.
1201
1202         * gtimer.c, glib.h: Implement g_usleep (gulong microseconds) for
1203         thread safe sleeping. (sleep() is not MT-safe at all!)
1204
1205         * gutils.c: Avoid compiler warning.
1206
1207         * tests/Makefile.am, tests/thread-test.c: New program to test some
1208         aspects of the thread implementation.
1209
1210         * gthread.c, Makefile.am: Renamed from gmutex.c to reflect the
1211         change of content.
1212
1213         * configure.in: Purged all appearances of nspr. 
1214
1215 Wed Jun  2 11:42:46 PDT 1999 Manish Singh <yosh@gimp.org>
1216
1217         * acinclude.m4
1218         * config.guess
1219         * config.status
1220         * ltconfig
1221         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
1222
1223 1999-05-29  Tor Lillqvist  <tml@iki.fi>
1224
1225         * gstrfuncs.c (g_strescape): Backslashify also '"' characters.
1226
1227         * glib.h: Document g_strescape.
1228
1229 1999-05-12  Tor Lillqvist  <tml@iki.fi>
1230
1231         * glib.h (Win32): Map fileno to _fileno for mingw32. Map fstat to
1232         _fstat.
1233
1234         * README.win32: Advice also to remove -lmoldname in the
1235         patch to the egcs-1.1.2 spec file.
1236
1237 Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
1238
1239         * gmodule/Makefile.am: Another small fix.
1240
1241 1999-05-08  Tor Lillqvist  <tml@iki.fi>
1242
1243         * Makefile.am tests/Makefile.am: Correct rules for making the
1244         win32-related files that are made from corresponding .in files.
1245         Is there a cleaner way than explicitly writing rules that invoke
1246         config.status?
1247
1248 Fri Jul 16 22:18:36 PDT 1999 Manish Singh <yosh@gimp.org>
1249
1250         * ltconfig
1251         * ltmain.sh: upgrade to libtool 1.3.3
1252
1253 1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1254
1255         * gdate.c, gstrfuncs.c, gstring.c: Fixed the use of the
1256         is..... and to..... macros, which take unsigned chars, not chars!
1257         Thanks to Morten Welinder <terra@diku.dk> for pointing this out.
1258
1259 Thu Jun  3 16:30:31 PDT 1999 Manish Singh <yosh@gimp.org>
1260
1261         * gerror.c (g_on_error_query): check isatty() before querying so
1262         we don't loop endlessly
1263
1264 Sat May 29 11:16:29 PDT 1999 Manish Singh <yosh@gimp.org>
1265
1266         * acinclude.m4
1267         * config.guess
1268         * config.status
1269         * ltconfig
1270         * ltmain.sh: upgrade to libtool 1.3.2
1271
1272 1999-05-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1273
1274         * gmain.c: provide a poll prototype for SunOS, as they do not do
1275         it self. Hint from Christian Parg <cparg@fs-design.de>.
1276
1277 Tue May 25 12:23:07 1999  Owen Taylor  <otaylor@redhat.com>
1278
1279         * gstrfuncs.c (g_strchug): Use g_memmove() not memmove().
1280         (Reported by Charles Levert <charles@comm.polymtl.ca>)
1281
1282 Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
1283
1284         * Released GLib 1.2.3
1285
1286 1999-05-08  Tor Lillqvist  <tml@iki.fi>
1287
1288         * Makefile.am tests/Makefile.am: Correct rules for making the
1289         win32-related files that are made from corresponding .in files.
1290         Is there a cleaner way than explicitly writing rules that invoke
1291         config.status?
1292         
1293 Sat May  1 10:18:01 PDT 1999 Manish Singh <yosh@gimp.org>
1294
1295         * acinclude.m4
1296         * config.guess
1297         * config.status
1298         * ltconfig
1299         * ltmain.sh: upgrade to libtool 1.3
1300
1301 1999-04-30  Tor Lillqvist  <tml@iki.fi>
1302
1303         * Makefile.am: Don't distribute glibconfig.h.win32.in, but
1304         glibconfig.h.win32. Generate it when making a dist. Also generate
1305         makefile.msc and config.h.win32 from corresponding .in files when
1306         making dist.
1307
1308         * configure.in: Also substitute @GLIB_INTERFACE_AGE@ and
1309         @GLIB_BINARY_AGE@ (needed in config.h.win32).
1310         
1311         * glibconfig.h.win32.in: Use static mutex structure and initial
1312         value corresponding to the 1999-04-07 snapshot of pthreads-win32.
1313
1314         * tests/Makefile.am: Distribute makefile.msc. Generate it when
1315         making dist.
1316
1317         * tests/makefile.msc.in: New file.
1318
1319         * tests/node-test.c: Include <stdlib.h> for exit().
1320
1321 Thu Apr 29 02:16:36 1999  Tim Janik  <timj@gtk.org>
1322
1323         * gstrfuncs.c: minor code cleanups.
1324
1325 Tue Apr 27 13:11:29 1999  Owen Taylor  <otaylor@redhat.com>
1326
1327         * gmain.c (g_main_poll): Mask out ERR HUP and NVAL from
1328         the events field so we don't give IRIX fits.
1329
1330 Tue Apr 20 08:42:22 1999  Tim Janik  <timj@gtk.org>
1331
1332         * gscanner.c (g_scanner_unexp_token): behave conservative with
1333         G_TOKEN_IDENTIFIER_NULL and always assume scanner->value.v_string
1334         to be "null" in that case.
1335
1336 1999-04-20  Havoc Pennington  <hp@pobox.com>
1337
1338         * gutils.c (g_vsnprintf):  When using the vsnprintf()
1339         implementation, '\0'-terminate the resulting string
1340         and return its length rather than -1.
1341
1342 Mon Apr 19 13:42:21 1999  Owen Taylor  <otaylor@redhat.com>
1343
1344         * gmain.c (g_main_iterate): Added missing
1345         #ifdef G_THREADS_ENABLED. (I never liked G_THREADS_ENABLED in
1346         the first place!)
1347
1348 1999-04-18  Havoc Pennington  <hp@pobox.com>
1349
1350         * gutils.c (g_snprintf): When using the vsnprintf()
1351         implementation, '\0'-terminate the resulting string
1352         and return its length rather than -1.
1353
1354 Fri Apr 16 06:52:07 1999  Tim Janik  <timj@gtk.org>
1355
1356         * gscanner.c (g_scanner_unexp_token): feature G_TOKEN_EOF as a valid
1357         expected token as well, so we get "- expected end of file" instead of
1358         "- expected (unknown) token <0>".
1359
1360 Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
1361
1362         * Released GLib 1.2.2
1363
1364 1999-04-12  Elliot Lee  <sopwith@mh69.mh.cuc.edu>
1365
1366         * g_strchug(): s/strcpy/memmove/
1367
1368 1999-04-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1369
1370         * configure.in: Adjusted the test for an unimplemented
1371         getpwuid_r. Info from Michael Pruett <mikep@ugcs.caltech.edu>.
1372
1373 Sun Apr 11 15:07:34 1999  Tim Janik  <timj@gtk.org>
1374
1375         * configure.in: bumped versin number to GLib 1.2.2, interface 2,
1376         binary 2.
1377         
1378         * NEWS: updates.
1379
1380 Sun Apr 11 14:37:06 1999  Tim Janik  <timj@gtk.org>
1381
1382         * gstrfuncs.c (g_strcasecmp): always check for s1, s2 != NULL.
1383
1384 Sat Apr 10 19:30:50 1999  Tim Janik  <timj@gtk.org>
1385
1386         * glib.h: removed braces around inline strings for the G_GNUC_FUNCTION
1387         and G_GNUC_PRETTY_FUNCTION macros, so the macros can be used for compile
1388         time string concatenation.
1389
1390 Thu Apr  8 19:53:19 1999  Owen Taylor  <otaylor@redhat.com>
1391
1392         * gmain.c (g_main_iterate): Check for two threads
1393         calling g_main_iterate at once.
1394
1395         * gmain.c: If the set of poll file descriptors changes
1396         during a call to poll(), abort that call, and start
1397         a new poll. My test program still segfaults
1398         obscurely on glibc 2.0 (in read()!!!), but now it works on
1399         glibc 2.1, so I'll blame something else for the other segfault.
1400
1401 1999-03-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1402
1403         * configure.in: Fixed slight bug, that made configure hang on some
1404         systems. Please do not merge this into 1.3 branch. It's taken care
1405         of differently there. Info from J. Rhett Aultman
1406         <cuplan@alley.gator.net>
1407         
1408 Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
1409
1410         * Released GLib 1.2.1
1411
1412         * README:
1413           INSTALL: 
1414           NEWS: 
1415           sanity_check: updated
1416
1417         * glibconfig.h.win32.in:
1418           Makefile.am:
1419           docs/glib-config.1.in:
1420           docs/Makefile.am: Added files used to generate new files.
1421
1422         * glibconfig.h.win32:
1423           docs/glib-config.1: Removed, now generated.
1424
1425         * configure.in: Added to output now-generated files.
1426         
1427 Tue Mar 23 13:43:39 PST 1999 Manish Singh <yosh@gimp.org>
1428
1429         * giounix.c: add user_data param to check and prepare functions
1430
1431 Mon Mar 22 03:54:43 1999  Tim Janik  <timj@gtk.org>
1432
1433         * glib.h:
1434         * gmain.c: add user_data to the GSource ->check and ->prepare functions,
1435         so it can be used to e.g. pass a GPollFd.
1436         (g_main_poll): only add poll records with an events mask != 0 to the
1437         fd_array. don't even bother calling poll_func() if fds=timeout=0.
1438         added debugging printouts around poll_func() invokation that can be
1439         enabled with #define G_MAIN_POLL_DEBUG.
1440
1441 Fri Mar 19 16:29:50 PST 1999 Manish Singh <yosh@gimp.org>
1442
1443         * acinclude.m4
1444         * config.guess
1445         * config.sub
1446         * ltconfig
1447         * ltmain.sh: upgrade to libtool 1.2f
1448
1449         * autogen.sh: libtool is not required to autogen glib
1450
1451         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
1452         needed)
1453
1454 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1455
1456         * gmem.c: Fixed another stupid fault of mine: Did
1457         s/g_static_/g_private_/g
1458
1459 Wed Mar 17 03:17:42 1999  Tim Janik  <timj@gtk.org>
1460         
1461         * configure.in bumped versin number to GLib 1.2.1, interface 1,
1462         binary 1.
1463         
1464         * NEWS: updates.
1465
1466         * glib.h: added GLIB_CHECK_VERSION() macro similar to
1467         GTK_CHECK_VERSION().
1468
1469 Sun Mar 14 17:50:35 1999  Tim Janik  <timj@gtk.org>
1470
1471         * gmem.c (g_mem_chunk_*): changed a bunch of g_assert() statements
1472         to g_return_if_fail().
1473         (g_mem_profile): 
1474         (g_mem_chunk_print): 
1475         (g_mem_chunk_info): removed some extraneous "\n"s at the end of the log
1476         messages.
1477
1478         * gtimer.c (g_timer_*): changed a bunch of g_assert() statements
1479         to g_return_if_fail().
1480         * grel.c (g_*): changed a bunch of g_assert() statements to
1481         g_return_if_fail() and added some extra ones to check relation != NULL.
1482
1483 1999-03-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1484
1485         * configure.in: Also accept _Pctime_r instead of ctime_r, while
1486         seraching for the right `_REENTRANT' flag. This is for Digital
1487         UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
1488
1489 Tue Mar  9 23:25:50 1999  Tim Janik  <timj@gtk.org>
1490
1491         * configure.in: check for working realloc (NULL,).
1492         * gmem.c (g_realloc): use malloc() for initial allocation on systems
1493         where realloc(NULL,) will not work (this is the case on SunOS, reported
1494         by Tom Geiger).
1495
1496 Mon Mar  8 07:42:08 1999  Tim Janik  <timj@gtk.org>
1497
1498         * ghook.c (g_hook_unref): when !hook_list->is_setup, wrap the
1499         flag around the call to g_hook_free() to avoid spurious
1500         warnings (happens during destruction phase).
1501
1502 1999-03-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1503
1504         * glibconfig.h.win32, config.h.win32: Moved G_THREADS_IMPL_POSIX
1505         from config.h.win32 to glibconfig.h.win32
1506
1507         * acconfig.h, configure.in, config.h.win32: Added test for DCE
1508         versions of mutex_trylock and cond_timedwait. The win32 versions
1509         are posix, aren't they?
1510
1511 1999-03-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1512
1513         * gmem.c: Fixed a stupid cut'n'paste error of mine. Thanks to
1514         Friedrich Dominicus <Friedrich.Dominicus@inka.de>
1515
1516 1999-03-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1517
1518         * gutils.c (g_get_any_init): Fixed yet another bloody
1519         implementation of getpwuid_r on AIX. Thanks to Olaf Dietsche
1520         <olaf.dietsche+list.gtk@netcologne.de>. I would like a configure
1521         test better than that, but have no idea, how to do that easily.
1522
1523 Sun Feb 21 22:11:51 CST 1999  Shawn T. Amundson <amundson@gtk.org>
1524
1525         * Released GLib 1.2.0
1526
1527         * AUTHORS: updated
1528
1529 Wed Feb 24 00:08:42 CST 1999 Shawn T. Amundson <amundson@gtk.org>
1530
1531         * *.[ch]: inserted additional note to look for ChangeLog and
1532           AUTHORS file for a log of modifications.
1533
1534 Sun Feb 21 14:01:00 1999  Dr Mike <drmike@redhat.com>
1535
1536         * Made specfile generated, tweaked slightly
1537         
1538 Sat May  8 06:00:17 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
1539
1540         * configure.in
1541           gmodule/Makefile.am
1542           gthread/Makefile.am: Better testing reveals better
1543           methods.  Fixes for BeOS.
1544
1545 Sat May  8 01:52:29 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
1546
1547         * configure.in
1548           gerror.c
1549           gmain.c
1550           gstrfuncs.c
1551           gutils.c
1552           ltconfig
1553           ltmain.sh
1554           gmodule/Makefile.am
1555           gmodule/gmodule.c
1556           gmodule/gmoduleconf.h.in
1557           gmodule/gmodule-beos.c
1558           gthread/Makefile.am: Port to BeOS by myself and Richard Offer.
1559
1560 1999-05-06  Tor Lillqvist  <tml@iki.fi>
1561
1562         * makefile.msc.in makefile.cygwin.in glibconfig.h.win32.in
1563         config.h.win32.in tests/makefile.msc.in tests/makefile.cygwin.in:
1564         New files, used to generate corresponding non-.in files when
1565         making a dist. This is just so the version numbers will be kept in
1566         synch automatically.
1567
1568         * configure.in: Also substitute @GLIB_MAJOR_VERSION@,
1569         @GLIB_MINOR_VERSION@, and @GLIB_INTERFACE_AGE@.
1570         
1571         * Makefile.am tests/Makefile.am: Also distribute makefile.cygwin.
1572         
1573         * gerror.c (g_on_error_query): On Win32, put up a MessageBox and
1574         then exit.
1575
1576         * glib.def: Add a couple of functions.
1577         
1578 Sat May  1 10:26:20 PDT 1999 Manish Singh <yosh@gimp.org>
1579
1580         * acinclude.m4
1581         * config.guess
1582         * config.status
1583         * ltconfig
1584         * ltmain.sh: upgrade to libtool 1.3
1585
1586 1999-04-25  Tor Lillqvist  <tml@iki.fi>
1587
1588         * README.win32: More editing.
1589         * build-dll: Use gcc, not ld to link.
1590         * glib.h: On native Win32 use _unlink().
1591         * gscanner.c: Use corrent NATIVE_WIN32 feature test macro,
1592         not _MSC_VER.
1593         * gstring.c: Include <io.h> on Win32 for _read prototype.
1594         * gutils.c: Remove old IO channel code (was in #if 0).
1595         * makefile.cygwin: Don't need to link with kernel32 and msvcrt
1596         explicitly, they are included anyway.
1597
1598 1999-04-24  Tor Lillqvist  <tml@iki.fi>
1599
1600         Support added for building using a GNU toolchain on Win32,
1601         i.e. gcc -mno-cygwin on cygwin (a.k.a. mingw32, using egcs-1.1.2).
1602
1603         * README.win32: Updated.
1604         * build-dll makefile.cygwin tests/makefile.cygwin: New files.
1605         * glib.h glib.def glibconfig.h.win32: Slight updates. 
1606         * gmain.c: No need to include <fcntl.h> and <io.h> on Win32.
1607         * gmain.c gutils.c testglib.c tests/string-test.c: Test for
1608         NATIVE_WIN32, not _MSC_VER.
1609         * gmutex.c: Must declare g_thread_functions_for_glib_use as
1610         exported (using the GUTILS_C_VAR macro).
1611         * gutils.c gmodule/libgplugin_[ab].c: LibMain not needed.
1612         * gmodule/gmoduleconf.h.win32: Need underscore with gcc.
1613         * gthread/gthread.c: With gcc on Win32, must use memcpy to assign
1614         value of g_thread_functions_for_glib_use (?).
1615         * makefile.msc tests/makefile.msc: Cosmetics.
1616
1617 Fri Apr 23 14:29:25 BST 1999  Tony Gale <gale@gtk.org>
1618
1619         * glib.h: Fix typo in g_string_ncasecmp macro (by me).
1620           Add b_string_strncasecmp macro.
1621
1622 1999-04-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1623
1624         * gutils.c (g_get_any_init): use sysconf (_SC_GETPW_R_SIZE_MAX) as
1625         the new initinal bufsize for getpwuid_r on systems, that support
1626         this. Hint from Holger Duerer <H.Duerer@zait.uni-bremen.de>.
1627
1628 Sat Apr 17 20:55:13 BST 1999  Tony Gale <gale@gtk.org>
1629
1630         * glib.h, gstring.c: Add new g_string functions for reading
1631           from file/socket descriptors, and tokenising strings.
1632
1633           Added various g_string macros.
1634
1635 Tue Apr 13 23:28:32 1999  Tor Lillqvist  <tml@iki.fi>
1636
1637         * README.win32: Mention the tests directory.
1638
1639         * glib.def: Add the functions from grand.c.
1640
1641         * glibconfig.h.win32: Add unsigned max values, and the format
1642         strings.
1643
1644         * makefile.msc: Add grand.
1645
1646         * tests/{date-test,node-test}.c: Include <stdlib.h> for exit().
1647
1648         * tests/makefile.msc: New file.
1649
1650 1999-04-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1651
1652         * glib.h: Moved struct declaration up. Style fixes.
1653
1654         * grand.c: Style fixes. Only try to open /dev/random once.
1655
1656         * tests/rand-test.c (main): New tests; Slight bug fix. 
1657
1658 1999-04-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1659
1660         * grand.c, tests/rand-test.c: New files to implement the Mersenne
1661         Twister Pseudo Random Number Generator.
1662
1663         * glib.h, AUTHORS, Makefile.am, tests/Makefile.am: Changed
1664         accordingly.
1665
1666 Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
1667
1668         * Released GLib 1.3.0
1669
1670 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1671
1672         * configure.in: Added a check for the right format to printf and
1673         scanf long longs. It is %qi instead of %lli on FreeBSD for
1674         whatever reason.
1675
1676 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
1677
1678         * Makefile.am (glibconfig.h): Make sure `glibconfig.h' exists
1679         after the rule is fired.
1680         (install-exec-local): Install glibconfig.h only if the contents
1681         are different from the currently installed glibconfig.h.
1682
1683 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
1684
1685         * Makefile.am (configexecincludedir): Rename from 
1686         configincludedir so that glibconfig.h will be installed 
1687         as part of `make install-exec'. 
1688
1689 Thu Mar 25 22:45:47 1999  Tor Lillqvist  <tml@iki.fi>
1690
1691         * config.h.win32: Update version numbers.
1692
1693         * glibconfig.h.win32: Update version numbers and pthreads-win32-
1694         related magic values.
1695
1696         * README.win32: Some improvements.
1697
1698         * makefile.msc: Add gqueue and gstack. Correct version number.
1699
1700 Fri Mar 19 16:29:50 PST 1999 Manish Singh <yosh@gimp.org>
1701
1702         * acinclude.m4
1703         * config.guess
1704         * config.sub
1705         * ltconfig
1706         * ltmain.sh: upgrade to libtool 1.2f
1707
1708         * autogen.sh: libtool is not required to autogen glib
1709
1710         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
1711         needed)
1712
1713 1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
1714
1715         * glib.def: Add new g_list, g_stack, g_queue functions.
1716
1717 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1718
1719         * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
1720         to hold various defines to get the right thread implementation on
1721         different platforms. Also look in -ldce for pthread_create. Should
1722         make it work on HP-UX 10.x. Information from "D. Emilio Grimaldo
1723         Tunon" <emilio_tunon@nl.compuware.com>.
1724
1725 1999-03-17  Jeff Garzik  <jgarzik@pobox.com>
1726
1727         * gstack.c, gqueue.c:
1728         Add copyright, clean up code a bit.
1729
1730 1999-03-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1731
1732         * configure.in: Added missing values for G_MAXU(SHORT|INT|LONG) on
1733         platforms with only /usr/include/values.h.
1734
1735         * acconfig.h: Removed unnecessary macros.
1736
1737         * glibconfig.h.win32, config.h.win32: Moved G_THREADS_IMPL_POSIX
1738         from config.h.win32 to glibconfig.h.win32. Taken from glib 1.2
1739         branch.
1740
1741         * configure.in: Also accept _Pctime_r instead of ctime_r, while
1742         seraching for the right `_REENTRANT' flag. This is for Digital
1743         UNIX 4.0d. Taken from glib 1.2 branch.
1744
1745 Wed Mar 17 03:14:56 1999  Tim Janik  <timj@gtk.org>
1746
1747         * glib.h: added GLIB_CHECK_VERSION() macro similar to
1748         GTK_CHECK_VERSION().
1749
1750 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
1751
1752         * merges from glib-1-2:
1753         
1754 Sun Mar 14 17:50:35 1999  Tim Janik  <timj@gtk.org>
1755
1756         * gmem.c (g_mem_chunk_*): changed a bunch of g_assert() statements
1757         to g_return_if_fail().
1758         (g_mem_profile):
1759         (g_mem_chunk_print):
1760         (g_mem_chunk_info): removed some extraneous "\n"s at the end of the log
1761         messages.
1762
1763         * gtimer.c (g_timer_*): changed a bunch of g_assert() statements
1764         to g_return_if_fail().
1765         * grel.c (g_*): changed a bunch of g_assert() statements to
1766         g_return_if_fail() and added some extra ones to check relation != NULL.
1767
1768 Tue Mar  9 23:25:50 1999  Tim Janik  <timj@gtk.org>
1769
1770         * configure.in: check for working realloc (NULL,).
1771         * gmem.c (g_realloc): use malloc() for initial allocation on systems
1772         where realloc(NULL,) will not work (this is the case on SunOS, reported
1773         by Tom Geiger).
1774
1775 Mon Mar  8 07:42:08 1999  Tim Janik  <timj@gtk.org>
1776
1777         * ghook.c (g_hook_unref): when !hook_list->is_setup, wrap the
1778         flag around the call to g_hook_free() to avoid spurious
1779         warnings (happens during destruction phase).
1780
1781 1999-03-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1782
1783         * gmem.c: Fixed a stupid cut'n'paste error of mine. Thanks to
1784         Friedrich Dominicus <Friedrich.Dominicus@inka.de>
1785
1786 1999-03-16  Timur Bakeyev  <mc@bat.ru>
1787
1788         * configure.in: Fix problem with pthread_create in libc, as running
1789         "gcc test.c -l " is not legal.
1790
1791 1999-03-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1792
1793         * tests/type-test.c: Added a test for the
1794         G_(U)?INT(16|32|64)_FORMAT and G_(MIN|MAX|MAXU)(SHORT|INT|LONG)
1795         macros.
1796
1797         * configure.in: Removed G_(U)?INT8_FORMAT again, as it can't be
1798         used for scanf.
1799
1800         * configure.in: Added the macros G_MAXU(SHORT|INT|LONG). I do not
1801         know how to handle these on platforms with /usr/include/values.h,
1802         but without /usr/include/limits.h. Please someone add this.
1803
1804
1805 1999-03-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1806
1807         * configure.in: Added the macros G_(U)?INT(8|16|32|64)_FORMAT to
1808         use for printf and (much more important) scanf format strings for
1809         the corresponding GLib types. 
1810
1811         * glib.h Added G_(U)?(SHORT|INT|LONG)_FORMAT for consistency. It
1812         however makes no sense to also provide G_(FLOAT|DOUBLE)_FORMAT, as
1813         they are different for printf (f for both) and scanf (f for float,
1814         lf for double). Defining G_INT_FORMAT makes sense however, as we
1815         might want to define gint to something different than int someday
1816         in the future. Idea from Sascha Brawer <sb@adasys.ch>.
1817         
1818 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
1819
1820         * gdate.c:
1821         Commented out debugging output.
1822
1823         * tests/Makefile.am, tests/date-test.c:
1824         Added test of the GDate module, based closely on testgdate.c.
1825
1826         * tests/Makefile.am:
1827         Bugfix - compile tests with @GLIB_DEBUG_FLAGS@.
1828
1829 1999-03-14  Raja R Harinath  <harinath@cs.umn.edu>
1830
1831         * configure.in (glibconfig.h): Remove widechar tests and defines.
1832         (fd_set): Change the grep for `fd_mask' to search for `fd_set'.
1833         * gerror.c (fd_mask): Remove conditional typedef.  It is not used
1834         elsewhere in the file.
1835         * gmain.c (fd_mask): Likewise.
1836
1837 1999-03-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1838
1839         * configure.in: Test for posix threads first, then for dce threads.
1840
1841 1999-03-11  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1842
1843         * configure.in: Revamped the thread configure stuff. Now dce
1844         threads (old posix draft) are recogniced. This is necessary,
1845         because dce threads are in fact working quite differently from
1846         posix threads. Also changed the conditions for checking for MT
1847         safe functions a bit, because G_THREADS_IMPL_NONE still have to
1848         compile thread safe. NOTE: Please do not commit my change to
1849         glib-1-2/{acconfig.h,configure.in,config.h.win32} from 1999-03-03,
1850         as the current change will take care of that too.
1851
1852 Tue Mar  9 14:37:32 1999  Jeff Garzik  <jgarzik@pobox.com>
1853
1854         * Makefile.am, glib.h, gstack.c, gqueue.c,
1855           tests/Makefile.am, tests/queue-test.c, tests/stack-test.c:
1856         Added stack, queue ADTs and related tests.
1857
1858         * glib.h, glist.c:
1859         New g_list_delete() function.
1860
1861 Sat Mar  6 11:03:08 1999  Asbjorn Pettersen  <ape@lrdpf.spacetec.no>
1862
1863         * gutils.c (g_get_any_init): add OS/2 changes.
1864         change '\\' in HOME to '/'.
1865
1866 1999-03-03  Josh MacDonald  <jmacd@spin.dsl.pacbell.net>
1867
1868         * glib.def: g_spaced_primes_closest was omitted here, so I
1869         couldn't build Xdelta on Windows.
1870
1871 1999-03-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1872
1873         * gutils.c (g_get_any_init): Fixed yet another bloody
1874         implementation of getpwuid_r on AIX. Thanks to Olaf Dietsche
1875         <olaf.dietsche+list.gtk@netcologne.de>. I would like a configure
1876         test better than that, but have no idea, how to do that easily.
1877
1878 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
1879
1880         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
1881         new one.
1882
1883         * configure.in: set glib version to 1.3.0.