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