Doc fixes.
[platform/upstream/glib.git] / ChangeLog.pre-2-2
1 Mon Sep 10 11:42:58 2001  Owen Taylor  <otaylor@redhat.com>
2
3         * glib/gutf8.c glib/gstring.c glib/gfileutils.c glib/gmain.c: 
4         Doc fixes.
5
6 Sat Sep  8 17:14:51 2001  Owen Taylor  <otaylor@redhat.com>
7
8         * glib/gfileutils.[ch]: Add g_build_path(), 
9         g_build_filename(), to create separated paths, 
10         suppressing duplicate separators, from varargs
11         lists.
12
13         * tests/strfunc-test.c: Add tests for g_build_path(),
14         g_build_filename().
15
16 Sat Sep  8 14:11:53 2001  Owen Taylor  <otaylor@redhat.com>
17
18         * glib/Makefile.am (libglib_1_3_la_SOURCES): Add
19         gbsearcharray.[ch].
20
21         * glib/glib-object.h: Remove include of gbsearcharray. 
22
23 Mon Sep  3 23:29:51 2001  Owen Taylor  <otaylor@redhat.com>
24
25         * Version 1.3.7
26
27         * Makefile.am (EXTRA_DIST): Distribute po/po2tbl.sed.in
28
29         * Makefile.am: Remove references to glib.rc[.in]
30
31         * NEWS: Various additions.
32
33 2001-09-04  Tor Lillqvist  <tml@iki.fi>
34
35         * README.win32: Update. Don't mention pthreads.
36
37         * build-dll: Remove, moved to the build module.
38
39         * glibconfig.h.win32.in: Don't mention pthreds here, either.
40
41         * glib/gstrfuncs.c: Mark the correct variable for export from DLL.
42
43         * glib/giowin32.c (g_io_win32_msg_create_watch): Owen forgot to
44         rename the win32_watch_funcs variable here, too.
45
46         * */makefile.mingw.in: Don't use version number in import library
47         name. Use whole version number in DLL name. Use build-dll from the
48         build module.
49
50 Tue Sep  4 01:50:24 2001  Tim Janik  <timj@gtk.org>
51
52         * NEWS: updates for 1.3.7 release.
53
54 Mon Aug 27 14:56:12 2001  Owen Taylor  <otaylor@redhat.com>
55
56         * glib/gmain.h: Add closure_marshal/closure_callback
57         fields to GSourceFuncs for use by g_source_set_closure().
58
59         * glib/gmain.c glib/giounix.c glib/giowin32.c 
60           glib/gmain.h: Export the SourceFuncs vtables so GObject
61         can use them to figure out closure callbacks/marshallers
62         for the default source types.
63
64 Sun Sep  2 13:05:53 2001  Owen Taylor  <otaylor@redhat.com>
65
66         * glib/gstrfuncs.c (g_strchomp): Replace some uses
67         of isspace() with g_ascii_isspace().
68
69         * glib/gutf8.c glib/gunicode.h glib/gstrfuncs.[ch]: Add
70         extra indirections to g_utf8_skip and g_ascii_table to
71         avoid great whopping copy relocs.
72
73 Sun Sep  2 11:10:42 2001  Owen Taylor  <otaylor@redhat.com>
74
75         * glib/gen-unicode-tables.pl glib/gunicomp.h
76         glib/gunichartables.h glib/giounix.c: Fix some variables that 
77         should have been static.
78
79 2001-08-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
80
81         * glib/gthread.h, glib/gthread.c: Add 'want_to_read' to
82         GStaticRWLock to avoid calling g_cond_broadcast, when no one is
83         waiting.
84
85         * glib/gmain.c (g_main_context_add_poll_unlocked): Don't free
86         cached_poll_array, when adding new poll's. This is taken care for
87         in g_main_context_iterate.
88
89 2001-08-30  Tor Lillqvist  <tml@iki.fi>
90
91         After being away for about five months, I'm back working on
92         this...  For now, still using same build setup for Win32. Probably
93         will change to not including version numbers in the import library
94         names, though. (But the DLL names would still include them,
95         possibly even also the micro version number.) That would be more
96         Unix-like. Also, will have to check out newest mingw tool versions
97         to see if the build-dll script now can be retired.
98         
99         * makefile.mingw
100         * makefile.msc: New files, no need to generate from .in as
101         they don't contain references to automake variables.
102         
103         * makefile.mingw.in
104         * makefile.msc.in: Removed.
105         
106         * glib.rc.in: Remove
107         * glib/glib.rc.in: Moved here.
108         
109         * Makefile.am
110         * glib/Makefile.am: Corresponding changes.
111
112         * glib/glib.def: Fix typo, add new entries.
113
114         * glib/gspawn-win32-helper.c: More debugging. Doesn't work
115         currently (or then it never has on Win2k, which I now use?)
116
117         * glib/gstrfuncs.c
118         * glib/gstrfuncs.h: Mark g_ascii_table for export/import on Win32.
119
120         * */makefile.mingw.in: Reflect new location of glib library.
121         
122 2001-08-30  Michael Natterer  <mitch@gimp.org>
123
124         * glib/giochannel.h: (struct GIOChannel): "gboolean foo : 1"
125         results in TRUE being -1 once assigned, use "guint foo : 1"
126         instead.
127
128 2001-08-27  Darin Adler  <darin@bentspoon.com>
129
130         * glib/gconvert.h:
131         * glib/gconvert.c: (g_filename_from_uri):
132         Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE to
133         G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI.
134         
135         * tests/.cvsignore:
136         * tests/uri-test.c:
137         Added a lot more test for the new URI functions, including a
138         number that seem to indicate some minor bugs.
139
140 2001-08-26  Alex Larsson  <alexl@redhat.com>
141
142         * glib/gconvert.[ch] (g_filename_from_uri,
143         g_filename_to_uri): New functions to convert
144         between local pahtnames and file: uris.
145
146         * tests/Makefile.am:
147         * tests/uri-test.c:
148         Tests for the new functions.
149
150 2001-08-25  Alexander Larsson  <alla@lysator.liu.se>
151
152         * glib/gstrfuncs.[ch]:
153         * docs/reference/glib/glib-overrides.txt:
154         * docs/reference/glib/glib-sections.txt:
155         * docs/reference/glib/tmpl/string_utils.sgml:
156         Implement and document g_ascii_isxxx.
157
158         * tests/strfunc-test.c:
159         Add tests for g_ascii_isxxx
160         
161         * glib/guniprop.c (g_unichar_ispunct):
162         include symbols, not just punctuation.
163         (g_unichar_isspace): Vertical tab is not
164         considered whitespace.
165         
166         * tests/shell-test.c:
167         Output errors on stderr
168
169 2001-08-24  Alexander Larsson  <alla@lysator.liu.se>
170
171         * glib/gconvert.[ch] (g_convert_with_iconv):
172         New function, doing the same as g_convert but taking
173         a GIConv argument. The old g_convert is just
174         a call to this with a newly opened GIConv.
175
176 2001-08-24  Darin Adler  <darin@bentspoon.com>
177
178         * tests/shell-test.c: (check_string_result): Fix bad indenting.
179         I figured I should fix this since I just pointed Alex here to
180         look at this as an example.
181
182 2001-08-24  Ron Steinke  <rsteinke@w-link.net>
183
184         * glib/giochannel.c: Matthias Clasen's fix for
185         the buffer corruption bug by setting outbuf _after_
186         the call to g_string_set_size()
187
188         * glib/giochannel.c: kept the buffers from perpetually
189         growing by subtracting 1 from allocated_len in the calculation
190         of available space to account for the null at the end of the
191         buffer
192
193         * glib/giochannel.c: fixed g_io_channel_write_chars()
194         to not write more than space_in_buf bytes for the UTF-8 case
195
196 Fri Aug 24 11:15:46 2001  Owen Taylor  <otaylor@redhat.com>
197
198         * glib/gstrfuncs.c docs/Changes-2.0.txt: Patch from Darin
199         Adler to restore Glib-1.2 handling of empty strings,
200         and to fix off-by-one with @max_tokens. (#57663).
201         Doc improvements.
202
203         * tests/strfunc-test.c: Change tests to correspond to
204         new behavior of g_strsplit().
205
206 Thu Aug 23 11:09:58 2001  Owen Taylor  <otaylor@redhat.com>
207
208         * glib/ghash.c (g_hash_table_foreach_remove_or_steal): 
209         Patch from Josh Pritikin to fix reversed key and value destroy 
210         functions. (#59433)
211
212         * glib/giochannel.h (struct _GIOChannel): Mark structure
213         /*< private >*/
214
215 Thu Aug 23 16:14:17 2001  Tim Janik  <timj@gtk.org>
216
217         * glib/gmacros.h (G_GNUC_NO_INSTRUMENT): new macro.
218
219 2001-08-21  Abel Cheung  <maddog@linux.org.hk>
220
221         * configure.in: Added "zh_TW" to ALL_LINGUAS.
222
223 2001-08-20  Sven Neumann  <sven@gimp.org>
224
225         * Makefile.am: added po to SUBDIRS
226
227 Sun Aug 19 21:32:39 2001  Owen Taylor  <otaylor@redhat.com>
228
229         * glib/ghash.c: Eliminate use of floating point when 
230         determining if the hash table needs to be resized,
231         and also factor out the test from g_hash_table_resize()
232         to save function calls for the common case.
233         (#59124)
234
235         * glib/gmain.c (g_main_context_query): Document the
236         return value.
237
238 2001-08-19  Darin Adler  <darin@bentspoon.com>
239
240         * glib/gshell.c: (g_shell_quote): Added missing \ character.
241
242         * tests/shell-test.c: (check_string_result), (test_shell_unquote),
243         (main): Added tests for g_shell_quote and g_shell_unquote.
244
245 2001-08-19  Fatih Demir <kabalak@gtranslator.org>
246
247         * configure.in: Added "ta" to the languages list.
248
249 2001-08-19  Havoc Pennington  <hp@pobox.com>
250
251         * glib/gshell.c (g_shell_unquote): add comment about shell quoting
252         rules to the docs.
253
254 2001-08-16  Ron Steinke  <rsteinke@w-link.net>
255
256         * glib/giounix.c: fixed an error in setting close_on_unref
257         in g_io_channel_new_file ()
258
259 2001-08-16  Ron Steinke  <rsteinke@w-link.net>
260
261         * glib/giochannel.c glib/glib.def glib/giochannel.h: Added
262         new functions g_io_channel_[set,get]_close_on_unref ()
263
264         * glib/giochannel.c: glib/giochannel.h: Documentation fixes
265
266         * glib/giochannel.c: Fixed g_io_channel_write_chars ()
267         so that bytes_written is always set to an appropriate
268         value when it returns
269
270         * glib/giounix.c: changed g_io_channel_get_flags () to
271         set the is_readable and is_writeable flags cached
272         by the channel
273
274 Wed Aug 15 11:09:56 2001  Tim Janik  <timj@gtk.org>
275
276         * Makefile.am: let the generated .pc files depend on config.status,
277         so they get correctly remade.
278
279 Sun Aug 12 21:05:13 2001  Tim Janik  <timj@gtk.org>
280
281         * glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
282         have a body for G_DISABLE_CHECKS and G_DISABLE_ASSERT.
283         fixes #58873.
284
285 2001-08-12  Ron Steinke  <rsteinke@w-link.net>
286
287         * glib/giochannel.c: safer handling of errno, fixed
288         a bug in an assert
289
290 Sun Aug 12 10:09:00 2001  Owen Taylor  <otaylor@redhat.com>
291
292         * tests/iochannel-test.c (main): Find test case for
293         srcdir != builddir, miscellaneous cleanups.
294
295         * tests/Makefile.am (EXTRA_DIST): Distribute casefold.txt,
296         casemap.txt iochannel-test-infile.
297
298         * glib-2.0-uninstalled.pc.in: Fix for move of glib files
299         into subdir. (Pointed out by Steve Baker)
300
301 Sat Aug  4 01:04:08 2001  Tim Janik  <timj@gtk.org>
302
303         * glib/gscanner.c (g_scanner_unexp_token): fix INT and FLOAT warnings
304         for invalid token values.
305
306 2001-08-10  Ron Steinke  <rsteinke@w-link.net>
307
308         * glib/giochannel.c: Fixed a "sense of comparison" bug,
309         added an assert to check when g_io_channels_read_chars ()
310         is looping endlessly due to encoded_read_buf being corrupted.
311
312 2001-08-06  Sven Neumann  <sven@gimp.org>
313
314         * glib/gutils.[ch]: added new function g_nullify_pointer().
315         
316 2001-08-05  Ron Steinke  <rsteinke@w-link.net>
317
318         * glib/giochannel.c glib/giochannel.c glib/glib.def
319         docs/reference/glib/glib-sections.txt: Added new functions
320         g_io_channel_[read,write]_unichar ()
321
322         * glib/giochannel.h: Finally remembered to remove the
323         old error message G_IO_CHANNEL_ERROR_PCHAR_FLUSH
324
325         * glib/giochannel.c: Some fixes to g_io_channel_fill_buffer ()
326         and g_io_channel_write_chars ()
327
328 2001-08-05  Ron Steinke  <rsteinke@w-link.net>
329
330         * glib/giochannel.c: Replaced the local use_buf variable with a macro
331         in most places. This allows us to check some things without worrying
332         whether we have allocated the read buffers yet, and allows us to allocate
333         the buffers later in some cases.
334
335         * glib/giochannel.c: Introduced a MAX_CHAR_SIZE macro, which is
336         supposed to be greater than or equal to the length in bytes
337         of the longest character in any encoding. This is necessary
338         to get the minimum buffer size for successful writing.
339
340         * glib/giochannel.c: Fixed g_io_channel_set_encoding () so
341         that it just prints a warning if partial_write_buf isn't
342         empty instead of failing.
343
344         * glib/giochannel.c: Fixed several functions so they can accept
345         NULL parameters for pointers to return values.
346
347         * glib/giochannel.c: Altered the error handling for
348         g_io_channel_read_chars () to only return an error if
349         it doesn't have any buffered data.
350
351         * glib/giochannel.c: Rewrote g_io_channel_write_chars ()
352         to fix the error handling and remove duplicate sections
353         of code.
354
355         * glib/giounix.c: Fixed g_io_channel_new_file () to
356         call fstat () to set the is_seekable flag, in case someone
357         uses it on a FIFO.
358
359 Sun Aug  5 08:25:30 2001  Owen Taylor  <otaylor@redhat.com>
360
361         * glib/gmacros.h: Include stddef.h so that we use
362         the system's definition of NULL. (#54730)
363
364 2001-08-04  Alexander Larsson   <alexl@redhat.com>
365         
366         * win32-fixup.pl: 
367         Hacky script to fix up your .msc.in files on windows. 
368         Dunno if this is a good solution yet.
369         
370         * build/win32/module.defs:
371         Back down libiconv version to 1.3, since that is what tor distributes.
372         
373         * glib/glib.def:
374         Update
375
376         * gobject/makefile.msc.in:
377         build gobject-query.exe and gmarshal.strings, add libiconv dependency to linklines.
378
379         * gobject/marshal-genstrings.pl:
380         New file. perl script to generate gmarshal.strings.
381         
382 2001-08-03  Ron Steinke  <rsteinke@w-link.net>
383
384         * glib/giochannel.c: Fixed g_io_channel_seek_position()
385         so that G_SEEK_CUR can be used with UTF-8 encoding
386
387         * glib/giochannel.c: Changed test to decide whether
388         use_buf is encoded_read_buf or read_buf from
389         "if (channel->do_encode)" to "if (channel->encoding)" to
390         fix bug 58472
391
392         * tests/iochannel-test.c: Fixed so it doesn't output
393         double newlines
394
395         * glib/giochannel.c: Fixed g_io_channel_fill_buffer()
396         so that encoded_read_buf is created for UTF-8 encoding
397
398 2001-08-03  Darin Adler  <darin@bentspoon.com>
399
400         * tests/strfunc-test.c: (strv_check), (main):
401         Improve strfunc test to test the split function in a way that
402         demonstrates its idiosyncrasies.
403         * tests/.cvsignore:
404
405 2001-08-03  Sven Neumann  <sven@gimp.org>
406
407         * configure.in: beautified configure help output.
408         
409         * glib/gtree.c: changed help for g_tree_insert(); it was misleading.
410
411 Fri Aug  3 10:20:10 2001  Owen Taylor  <otaylor@redhat.com>
412
413         * glib/guniprop.c (g_unichar_xdigit_value): Fix computation
414         (Fix from Cesar Rincon)
415
416 2001-08-01  Christopher James Lahey  <clahey@ximian.com>
417
418         * glib/gutf8.c (g_utf8_find_prev_char): Made g_utf8_find_prev_char
419         able to return the first character of a string.
420
421 2001-07-31  Ron Steinke  <rsteinke@w-link.net>
422
423         * glib/giochannel.h: Committed this file, which is where
424         the changes in my previous changelog entry happened,
425         not giochannel.c
426
427 2001-07-31  Sven Neumann  <sven@gimp.org>
428
429         * glib/gmem.c: declare gboolean vtable_set static.
430
431 2001-07-30  Ron Steinke  <rsteinke@w-link.net>
432
433         * glib/giochannel.c docs/reference/glib/glib-sections.txt
434         tests/iochannel-test.c: removed G_IO_CHANNEL_*_LINE_TERM macros
435
436         * glib/giochannel.c put /*<public>*/ and /*<private>*/ tags in
437         the GIOChannel structure
438
439
440 2001-07-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
441
442         * configure.in: #undef inline before testing whether it works to
443         avoid false positives. Patch from Garry R. Osgood
444         <grosgood@rcn.com>. Fixes bug #58272.
445
446         * gmodule/gmodule.c (parse_libtool_archive): build the library
447         name ourselfs ... so we can load the library specified and not
448         mangle any name not beggining in 'lib'. Patch from Michael Meeks
449         <michael@ximian.com>. Fixes bug #58226.
450
451 2001-07-29  Ron Steinke  <rsteinke@w-link.net>
452
453         * glib/giochannel.c: Matthias Classen's patch to give
454         g_io_channel_flush() the correct sense when testing
455         whether the buffer is empty
456         * glib/giounix.c: Matthias Classen's patch to set
457         the mode of a file created with g_io_channel_new_file()
458
459 Sun Jul 29 16:08:17 2001  Tim Janik  <timj@gtk.org>
460
461         * glib/gscanner.[hc]: removed deprecated g_scanner_stat_mode().
462
463         * glib/gscanner.c (g_scanner_msg_handler): by default, print scanner
464         errors and warnings to stderr.
465
466 2001-07-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
467
468         * glib/gtypes.h: Use G_GNUC_EXTENSION instead of
469         __extension__. Patch from Pavel Roskin <proski@gnu.org>.
470
471 2001-07-26  Darin Adler  <darin@bentspoon.com>
472
473         * configure.in:
474         * m4macros/glib-2.0.m4:
475         Update location of pkgconfig from sourceforge.net to new
476         location at freedeskop.org.
477
478 2001-07-26  Michael Natterer  <mitch@convergence.de>
479
480         * gobject/glib-genmarshal.c: added a "release_check" to the
481         OutArgument structure, which, if present, gets integrated in the
482         marshaller code and protects us from stuff like
483         g_object_unref(NULL) on marshaller return values.
484
485 2001-07-23  Padraig O'Briain  <Padraig.Obriain@sun.com>
486
487         * gobject/gobjectnotifyqueue.c: fix unconditional check of
488         first GParamSpec in g_object_notify_queue_thaw(); prevent
489         property notification being lost
490
491 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
492
493         * glib/giochannel.c: fixed g_io_channel_seek_position() so that
494         G_SEEK_CUR works for UTF-8 channel encoding, and unallocated
495         converters are not flushed after the seek; fixed
496         g_io_channel_get_buffer_condition() so that G_IO_IN is only
497         set if the read buffer contains at least one full character
498
499 2001-07-23  Sven Neumann  <sven@gimp.org>
500
501         * Makefile.am: removed glib.def from EXTRA_DIST ...
502         * glib/Makefile.am: ... and added it here.
503
504 2001-07-22  Hans Breuer  <hans@breuer.org>
505
506         * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
507         the code actually have an effect (Use |= to set bits). Not
508         absolutely sure if is the right one.
509
510         * glib/giowin32.c (g_io_win32_<check|prepare>) : don't modify
511         watch->condition but restored the previous behaviour.
512         Now gio-test as well as The Gimp work again ...
513         
514 2001-07-21  Hans Breuer  <hans@breuer.org>
515
516         * glib/giowin32.c (g_io_channel_new_file) : set the
517         corresponding p(ermission)mode of the file when creating,
518         otherwise a wronly file couldn't be overwritten (at least
519         not on Win9x).
520
521 2001-07-21  Hans Breuer  <hans@breuer.org>
522
523         * glib/giowin32.c : intial implementation of new API functions.
524         Not sure if it behaves as intended ...
525
526         * glib.def : removed, glib/glib.def is the file used since moved
527         * glib/glib.def : updated
528
529         * tests/makefile.msc : added iochannel-test
530
531 Fri Jul 20 19:19:10 (UTC) 2001  Ron Steinke  <rsteinke@w-link.net>
532
533         * glib/giochannel.c: API changes, fixes to
534         error handling, some internal restructuring
535         * glib/giochannel.h: API changes, documentation for
536         elements in GIOChannel structure
537         * glib/giounix.c: Matched API changes, implemented
538         backend to set is_readable, is_writeable, is_seekable
539         flags, added a test to catch large values of count
540         for which the behavior of write() is undefined
541         * glib/giowin32.c: Changed to match new prototypes for
542         io_close() and io_seek(), removed references to
543         G_IO_STATUS_INTR, set is_seekable flag in channel
544         creation functions
545         * glib.def: Renamed g_channel_error_quark() and
546         g_channel_error_from_errno() to g_io_channel_error_quark() and
547         g_io_channel_error_from_errno(); added new functions
548         g_io_channel_get_buffered() and g_io_channel_set_buffered()
549         * docs/reference/glib/glib-sections.txt: Modified iochannel
550         section to reflect new functions and API changes
551         * tests/iochannel-test.c: Fixed to work with API changes
552         * tests/iochannel-test-infile: New file; input file
553         for iochannel-test
554         * tests/unicode-collate.c tests/unicode-normalize.c:
555         Changed G_IO_FILE_MODE_READ to "r" to match API change
556
557 Fri Jul 20 19:16:24 (UTC) 2001  Ron Steinke  <rsteinke@w-link.net>
558
559         * gobject/glib-genmarshal.c: modified to create header files
560         using G_[BEGIN,END]_DECLS instead of #ifdef __cplusplus ...
561
562 Fri Jul 20 14:11:29 2001  Owen Taylor  <otaylor@redhat.com>
563
564         * glib/gutf8.c glib/gunidecomp.c: s/size_t/gsize/ to match
565         prototypes.
566
567 Thu Jul 19 16:05:21 2001  Owen Taylor  <otaylor@redhat.com>
568
569         * glib/gcompletion.c (g_completion_complete): Fix memory
570         leak and dubious list manipulation. (Found by 
571         Ron Koerner, #53408)
572
573         * glib/gfileutils.c (get_contents_stdio): Call fclose()
574         on FILE * on error. (#57057)
575
576 2001-07-20  Hans Breuer  <hans@breuer.org>
577
578         * glib/glib/giowin32.c : make it compile again
579
580         * glib/glib.def : updated exports
581
582         * glib/makefile.msc.in :
583         * glib/makefile.mingw.in : 
584         * tests/makefile.msc.in : reflect glib move
585
586         * tests/mainloop-test.c : #include <io.h> for _pipe()
587
588         * tests/gio-test.c : casts for strict compiler settings
589
590         * makefile.msc.in : new master makefile reflecting the glib
591         move. The '.in' isn't really needed anymore, because there
592         is no version number in it
593
594 2001-07-19  Darin Adler  <darin@bentspoon.com>
595
596         * glib/gstrfuncs.c: (g_ascii_strdown), (g_ascii_strup): Add
597         missing const.
598         (g_strsplit): Add g_return_val_if_fail for case of empty
599         delimiter, which can result in an infinite loop otherwise.
600         * glib/gstrfuncs.h: Add missing const.
601         * tests/.cvsignore: Ignore a generated file.
602         
603         * tests/array-test.c:
604         * tests/dirname-test.c:
605         * tests/hash-test.c:
606         * tests/list-test.c:
607         * tests/node-test.c:
608         * tests/relation-test.c:
609         * tests/shell-test.c:
610         * tests/slist-test.c:
611         * tests/spawn-test.c:
612         * tests/strfunc-test.c:
613         * tests/string-test.c:
614         * tests/testglib.c:
615         * tests/tree-test.c:
616         * tests/type-test.c:
617         Add an #undef G_DISABLE_ASSERT so all tests will assert even if
618         asserts are disabled inside glib itself.
619
620 Fri Jul 13 19:20:06 2001  Owen Taylor  <otaylor@redhat.com>
621
622         * glib/gstring.c (g_string_insert/append/prepend_unichar):
623         Add functions to insert a unichar as UTF-8, since this
624         is reasonably common.
625
626         * glib/gutf8.c glib/gunicode.h (g_utf8_get_char_validated):
627         New function exposing iterating through possibly invalid/incomplete
628         UTF-8 to unicode to the outside world.
629
630         * glib/gutf8.c (g_utf8_get_char_extended): Fix max_len argument
631         to be gssize, not gsize.
632
633 2001-07-17  Kjartan Maraas  <kmaraas@gnome.org>
634
635         * configure.in: Added "nn" to ALL_LINGUAS.
636         
637 2001-07-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
638
639         * glib/gmain.c: Add some assertions. Simplify and fix
640         g_main_context_release(). Fix some locking bugs in
641         g_main_loop_run().
642
643 2001-07-12  Mark Murnane  <Mark.Murnane@sun.com>
644
645         * glib/gmessages.c: Changed prototype of printf_string_upper_bound
646         to return gsize.  Now matches the actual function body.
647
648         * glib/gstrfuncs.c (g_strrstr_len): Changed type of parameter #2 
649         from gint to gssize.  Now matches the prototype in gstrfuncs.h.
650         
651 2001-07-11  Darin Adler  <darin@bentspoon.com>
652
653         * .cvsignore: Add some generated files.
654
655         * glib/gmain.c: (g_main_context_iterate): Comment out cruft
656         after #endif to avoid gcc warning.
657         * gmodule/gmodule.c: (g_module_set_error_unduped): Remove
658         const from type to avoid gcc warning.
659         * gobject/gsignal.c: (g_signal_emitv): ifdef variable used
660         only if G_ENABLE_DEBUG to avoid gcc warning.
661         * gobject/gtype.c: (type_iface_vtable_init_Wm),
662         (type_iface_vtable_finalize_Wm): ifdef call needed only
663         if !G_DISABLE_ASSERT to avoid gcc warning.
664         * tests/testglib.c: (main): ifdef call needed only if
665         !G_DISABLE_ASSERT to avoid gcc warning. Maybe later we
666         should make the test to #undef G_DISABLE_ASSERT.
667         * tests/unicode-collate.c: Add include of <string.h> to
668         avoid gcc warning.
669
670 Wed Jul 11 11:13:50 2001  Owen Taylor  <otaylor@redhat.com>
671
672         * glib/Makefile.am (libglib_1_3_la_SOURCES): Add gunicomp.h
673         (Reported by Sven Neumann).
674
675         * glib/guniprop.c (g_utf8_str/updown) glib/gunicollate.c
676         (g_utf8_collate_key): Fix shadowing problems reported by
677         many (D. Adler, S. Neumann, M. Murmane, L. Peter)
678
679 Fri Jul  6 00:02:41 2001  Tim Janik  <timj@gtk.org>
680
681         * glib/gmessages.c (printf_string_upper_bound): fix negative exponent
682         handling (numbers<0).
683         
684         * glib/gutils.h (g_bit_storage): take a gulong as argument.
685         same for g_bit_nth_lsf() and g_bit_nth_msf() as mask.
686
687 2001-07-08  Martin Baulig  <baulig@suse.de>
688
689         * tests/unicode-normalize.c, tests/unicode-collate.c:
690         Reflect latest g_io_channel_new_file() API changes, use
691         G_IO_FILE_MODE_READ instead of "r".
692
693 Fri Jul  6 22:34:32 2001  Owen Taylor  <otaylor@redhat.com>
694
695         * glib/gunicode.h glib/gunidecomp.c glib/guniprop.c 
696           glib/gunicollate.c: Add length arguments to
697         g_utf8_{strup,strdown,casefold,collate_key}.
698
699         * glib/gdate.c: Fix for above.
700
701 2001-07-06  Pablo Saratxaga <pablo@mandrakesoft.com>
702
703         * configure.in: added Basque (eu) to ALL_LINGUAS
704
705 Mon Jul  2 19:48:52  2001 Andrew Lanoix <alanoix@umich.edu>
706
707         *giowin32.c: g_source_remove()ing an socket iochannel closes
708         the socket when it should not. Patch by Peter Zelezny 
709         <zed@linux.com>
710
711         *giowin32.c: Fix a few typos
712         
713 Mon Jul  2 16:03:21 2001  Owen Taylor  <otaylor@redhat.com>
714
715         * glib/giochannel.c (g_io_channel_get_buffer_condition): Fix.
716
717         * glib/giunix.c: Fix prepare/check/dispatch for watches.
718
719         * tests/unicode-normalize.c: #include <string.h>
720
721 Sat Jun 30 23:14:32 2001  Tim Janik  <timj@gtk.org>
722
723         * glib/glist.[hc]: added g_list_insert_before().
724
725         * glib/gslist.c (g_slist_insert_before): provide an implementation,
726         prototype was already present...
727
728 Sun Jul  1 20:16:25 2001  Owen Taylor  <otaylor@redhat.com>
729
730         * glib/guniprop.c (g_unichar_totitle): Use G_N_ELEMENTS
731         rather than a custom macro.
732
733         * glib/gen-unicode-tables.pl: Adapt to changes in table
734         formats for Unicode 3.1
735
736         * glib/gunicode.h glib/guniprop.c glib/gunichartables.h
737           glib/gen-unicode-tables.pl: Add case conversion functions
738         g_utf8_casefold, g_utf8_strup, g_utf8_strdown.
739
740         * tests/unicode-caseconv.c tests/gen-casefold-txt.pl
741           tests/gen-casemap-txt.pl tests/casefold.txt 
742           tests/casemap.txt: Test cases for case conversion.
743
744         * glib/gunicode.h glib/gunidecomp.[ch] glib/gunicomp.h
745           glib/gen-unicode-tables.pl: Add function to do Unicode
746         normalization g_utf8_normalize().
747
748         * tests/unicode-normalize.c: Test program for case conversion.
749
750         * glib/gunicode.h glib/gunicollate.c: Add collation functions
751         g_utf8_collate, g_utf8_collate_key.
752
753         * test/unicode-collate.c: Test program for collation.
754
755         * glib/gdate.c (g_date_fill_parse_tokens): Fix uninitialized
756         variable.
757
758         * glib/gdate.c (g_date_strftime) docs/Changes-2.0.txt:
759         Make work with UTF-8 even if the locale isn't UTF-8 based.
760         Still somewhat of broken, if the format string contains 
761         characters not representable in the current locale, will warn
762         and not work.
763         
764         * glib/gdate.c: Use UTF-8 normalization and casefolding.
765
766 Sat Jun 30 16:03:16 2001  Owen Taylor  <otaylor@redhat.com>
767
768         * glib/giowin32.c glib/giounix.c glib/gmain.[ch]:
769         Rename GSourceFuncs::destroy to GSourceFuncs::finalize.
770         (#56858)
771
772 Sat Jun 30 15:49:10 2001  Owen Taylor  <otaylor@redhat.com>
773
774         * glib/gmain.[ch]: (Mostly patch from Sebastian Wilhemi)
775         Make some changes to the way that GMainContext works:
776
777          - a GMainContext is no longer associated with a single
778            thread, but any thread can acquire ownership 
779            of thread and iterate.
780
781          - There is a facility g_main_context_wait() for
782            non-owner-threads to wait either for ownership
783            or for a condition to be broadcast.
784
785          - For efficiency, GMainLoop just piggybacks of
786            of the loops mutex / condition instead of
787            having a separate mutex/condition for each
788            GMainLoop.
789
790         * glib/gthread.[ch]: Remove hacks to store the thread's
791         GMainContext in the GThread structures, since we
792         no longer have the GMainContext <=> GThread correspondence.
793         
794         * glib/gmain.[ch]: Make g_main_context_wakeup() public
795         so someone could completely duplicate GMainLoop 
796         with the public API.
797
798         * tests/mainloop-test: Fix up to the new API. Decidedly
799         doesn't work at the moment, but that may be the IO
800         channel changes, or preexisting locking problems.
801
802 Sat Jun 30 13:18:28 2001  Owen Taylor  <otaylor@redhat.com>
803
804         * glib/gstrfuncs.c glib/gstring.h: Try compiling
805         before committing, why don't you? Simple fixes
806         for my stupid typos. 
807
808 Sat Jun 30 12:49:26 2001  Owen Taylor  <otaylor@redhat.com>
809
810         Patch from Darin Adler (#54166)
811         
812         * glib/gstrfuncs.[ch]: Add ascii-only, locale-insensitive
813         g_ascii_to[lower/upper], g_ascii_str[down/up],
814         g_ascii_is[upper/lower] and deprecate the locale-affected
815         versions which break for UTF-8, etc. Make
816         g_ascii_strup/strdown duplicating,
817         not in-place for consistency with UTF-8 functions.
818
819         * glib/gstring.[ch]: Add ascii-only, locale-insensitive
820         g_string_ascii_[down/up], and deprecate the locale-affected
821         versions which break for UTF-8, etc.
822
823         * glib/gutils.c glib/gwin32.c test/testglib.c: Use
824         the g_ascii_* functions where appropriate.
825
826 Fri Jun 29 13:36:39 2001  Owen Taylor  <otaylor@redhat.com>
827
828         * glib/gstring.[ch] (g_string_set_size): Add function to 
829         allow setting the length of a string greater than the 
830         current length (for buffering usage)
831
832         * glib/gstring.[ch]: Expose string->allocated_len, since
833         that is useful when using GString simply as a buffer. 
834         (Renamed from string->alloc)
835
836         * glib/giochannel.[ch] glib/giounix.c glib/giowin32.c:
837         Major patch from Hidetoshi Tajima and Ron Steinke
838         reworking GIOChannel to have:
839
840          - Buffering
841          - Sane and useful error reporting
842          - Streaming encoding conversion with iconv
843          - Convenience functions to read by lines or 
844            an entire file.
845
846         Also fix remaining 64 bit cleanliness issues.
847
848         * tests/iochannel-test.c tests/Makefile.am: Test case
849         for IO channel streaming conversion. Still needs 
850         some fixing up.
851
852 Thu Jun 28 16:57:44 2001  Tim Janik  <timj@gtk.org>
853
854         * configure.in (GLIB_MICRO_VERSION): up version number to 1.3.7,
855         interface age 0, binary age 0.
856
857 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
858
859         * glib/gmarkup.c: Fix a typo.
860         
861 2001-06-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
862
863         * Makefile.am, configure.in: Removed glib-config-2.0, as we have
864         pkg-config now.
865
866         * glib/Makefile.am: Added -I$(top_srcdir) for builddir != srcdir.
867
868         * Makefile.am: Removed gen-unicode-tables.pl from EXTRA_DIST.
869
870 Tue Jun 26 11:43:46 2001  Owen Taylor  <otaylor@redhat.com>
871
872         * configure.in Makefile.am *.[ch] glib/*.[ch] glib/Makefile.am:
873         Move glib library into a subdirectory, make all GLib include
874         files include as <glib/glist.h>
875
876         * tests/testglib.c tests/testgdate.c tests/testgdateparser.c
877           tests/timeloop.c tests/timeloop-basic.c: Move all tests into
878         the tests/ subdirectory.
879
880 Sat Jun 23 17:34:38 2001  Tim Janik  <timj@gtk.org>
881
882         * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).
883
884 Wed Jun 20 12:00:54 2001  Owen Taylor  <otaylor@redhat.com>
885
886         Changes for 64-bit cleanliness, loosely based on patch 
887         from Mark Murnane.
888         
889         * gconvert.c (g_convert/g_convert_with_fallback): Remove
890         workarounds for since-fixed GNU libc bugs. Minor
891         doc fix.
892
893         * gconvert.[ch]: Change gint to gsize/gssize as
894         appropriate.
895
896         * gconvert.c (g_locale/filename_to/from_utf8): Fix incorrect
897         computation of bytes_read / bytes_written.
898
899         * gfileutils.[ch] (g_file_get_contents): Make length
900         out parameter 'gsize *len'.
901
902         * ghook.c (g_hook_compare_ids): Don't compare a
903         and b as 'a - b'.
904
905         * gmacros.h (GSIZE_TO_POINTER): Add GPOINTER_TO_SIZE,
906         GSIZE_TO_POINTER.
907
908         * gmain.c (g_timeout_prepare): Rewrite to avoid
909         overflows. (Fixes bug when system clock skews
910         backwards more than 24 days.)
911
912         * gmarkup.[ch]: Make lengths passed to callbacks
913         gsize, length for g_markup_parse-context_parse(),
914         g_markup_escape_text() gssize.
915
916         * gmessages.[ch] (g_printf_string_upper_bound): Change
917         return value to gsize.
918
919         * gmessages.c (printf_string_upper_bound): Remove
920         a ridiculous use of 'inline' on a 300 line function.
921
922         * gstring.[ch]: Represent size of string as a gsize,
923         not gint. Make parameters to functions take gsize,
924         or gssize where -1 is allowed.
925
926         * gstring.c (g_string_erase): Make
927         g_string_erase (string, pos, -1) a synonym for
928         g_string_truncate for consistency with other G*
929         APIs.
930
931         * gstrfuncs.[ch]: Make all functions taking a string
932         length, take a gsize, or gssize if -1 is allowed.
933         (g_strstr_len, g_strrstr_len). Also fix some boundary
934         conditions in g_str[r]str[_len].
935
936         * gutf8.c tests/unicode-encoding.c: Make parameters that 
937         are byte lengths gsize, gssize as appropriate. Make 
938         character offsets, other counts, glong.
939
940         * gasyncqueue.c gcompletion.c
941           timeloop.c timeloop-basic.c gutils.c gspawn.c.
942         Small 64 bit cleanliness fixups.
943
944         * glist.c (g_list_sort2, g_list_sort_real): Fix functions
945         that should have been static.
946
947         * gdate.c (g_date_fill_parse_tokens): Fix extra
948         declaration that was shadowing another.
949
950         * tests/module-test.c: Include string.h
951
952 Mon Jun 18 15:43:29 2001  Owen Taylor  <otaylor@redhat.com>
953
954         * gutf8.c (g_get_charset): Make argument
955         G_CONST_RETURN char **.
956
957 2001-06-22  Andrew Lanoix <alanoix@umich.edu>
958         
959         *giowin32.c: Debug and partial rewrite of async socket code
960         on windows, which fixes major MT issues. Some test code kindly 
961         provided by wroberts1@home.com.
962         
963 Thu Jun 14 14:09:46 2001  Owen Taylor  <otaylor@redhat.com>
964
965         * gstrfuncs.c (g_strconcat): Fix a use of strcat that
966         wasn't replaced with g_stpcpy in the original 
967         stpcpy-for-efficiency patch.
968
969 2001-06-11  Havoc Pennington  <hp@redhat.com>
970
971         * NEWS: updated
972
973         * configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
974
975 2001-06-08  Alex Larsson  <alexl@redhat.com>
976
977         * gstrfuncs.[ch]:
978         Added new functions g_strstr_len, g_strrstr and g_strrstr_len
979         
980         * tests/strfunc-test.c:
981         Add some tests for the new functions.
982         
983         * gunicode.h:
984         * gutf8.c:
985         Add length argument to g_utf8_strchr and g_utf8_strrchr.
986         
987 2001-06-08  Havoc Pennington  <hp@redhat.com>
988
989         * gspawn.c: support G_SPAWN_FILE_AND_ARGV_ZERO specifying that 
990         the vector passed in to g_spawn_* contains a filename to 
991         execute in argv[0] then the actual argv begins at argv + 1.
992         Kind of a lame hack, but this isn't something you commonly want
993         to do, and avoids adding more function arguments.
994
995 2001-06-08  Pablo Saratxaga <pablo@mandrakesoft.com>
996
997         * configure.in: Added Azeri (az) to ALL_LINGUAS
998
999 2001-06-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1000
1001         * docs/Makefile.am, configure.in: Remove docs/glib-config.1.in.
1002
1003         * gthread-2.0-uninstalled.pc.in (Cflags): Add @G_THREAD_CFLAGS@.
1004
1005 2001-06-07  Havoc Pennington  <hp@redhat.com>
1006
1007         * m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY, 
1008         GLIB_MKENUMS variables
1009
1010         * gmodule-2.0.pc.in: add gmodule_supported variable
1011
1012         * glib-2.0.pc.in: add glib_genmarshal, gobject_query,
1013         glib_mkenums variables  
1014
1015         * configure.in: put G_MODULE_SUPPORTED value into 
1016         .pc files
1017
1018         * autogen.sh: support AUTOGEN_SUBDIR_MODE
1019
1020         * Makefile.am: add -uninstalled.pc.in to EXTRA_DIST
1021
1022 2001-06-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1023
1024         * configure.in: Look for nanosleep function. 
1025
1026         * gtimer.c: Use nanosleep for g_usleep, when found.
1027
1028         * gtimer.c, gtimer.h: Add g_time_val_add function. Closes #54271.
1029
1030         * gasyncqueue.c: Documentation updates.
1031
1032         * gthreadpool.c: Use g_time_val_add now that we have it.
1033
1034 2001-06-01  Jon Trowbridge  <trow@gnu.org>
1035
1036        * gdate.c (g_date_update_julian): Changed to take a const
1037        argument, and then to cast out const.
1038        (g_date_update_dmy): Changed to take a const argument, and then
1039        cast out const.
1040        (g_date_get_weekday): Changed argument to be const.
1041        (g_date_get_month): Changed argument to be const.
1042        (g_date_get_year): Changed argument to be const.
1043        (g_date_get_day): Changed argument to be const.
1044        (g_date_get_julian): Changed argument to be const.
1045        (g_date_get_day_of_year): Changed argument to be const.
1046        (g_date_get_monday_week_of_year): Changed argument to be const.
1047        (g_date_get_sunday_week_of_year): Changed argument to be const.
1048        (g_date_compare): Changed arguments to be const.
1049        (g_date_to_struct_tm): Changed GDate argument to be const.
1050        (g_date_strftime): Changed GDate argument to be const.
1051        (g_date_clamp): Added.  The equivalent of the CLAMP macro for
1052        GDates.
1053        (g_date_order): Added.  Ensure that the first GDate argument
1054        preceeds the second, swapping them if necessary.
1055        (g_date_days_between): Added.  Computes the (signed) number of days
1056        between two dates.
1057
1058 Mon Jun  4 16:02:57 2001  Owen Taylor  <otaylor@redhat.com>
1059
1060         * gstrfuncs.c (g_strup/strdown): to match g_strcasecmp,
1061         check if it is lower/upper before converting to upper/lower
1062         [ not required by ISO... ] (#55682, Jon Trowbridge)
1063
1064 Mon Jun  4 15:59:15 2001  Owen Taylor  <otaylor@redhat.com>
1065
1066         * gunicode.h: Make a bit more standalone by adding include
1067         of gerror.h. #54543.
1068         
1069         * gunicode.h: Change size_t to g_size. (Ugh)
1070
1071 2001-05-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1072
1073         * grand.h (g_random_boolean, g_rand_boolean): Fix to stupid bug in
1074         g_random_boolean, also both functions now return 1 or 0 instead of
1075         1<<15 or 0.
1076
1077         * tests/rand-test.c: Extended testcases.
1078
1079         * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and
1080         G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly
1081         guarded by #if(n)def __cplusplus.
1082
1083 2001-05-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1084
1085         * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags.
1086
1087 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
1088
1089         * autogen.sh (have_libtool): Fix GNU sedism
1090
1091 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1092
1093         * tests/Makefile.am, tests/qsort-test.c: Add test case for the
1094         g_qsort_with_data func. It works. This fixes bug #52605.
1095
1096         * tests/Makefile.am, tests/cxx-test.C: Now that we check for a C++
1097         compiler in configure.in anyway, I added a test, that the GLib
1098         headers can be inclued into a C++ program. This fixes bug #52605.
1099
1100         * configure.in: Don't bail out, if no C++ compiler is
1101         found. Define G_HAVE_ISO_VARARGS only if appropriate.
1102
1103         * gmessages.h: Thus we can revert the previous patch.
1104
1105 2001-05-29  James Henstridge  <james@daa.com.au>
1106
1107         * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed
1108         even when we don't have ISO vararg support.  Changed to
1109         "#if G_HAVE_ISO_VARARGS".
1110
1111 Mon May 28 11:40:34 2001  Owen Taylor  <otaylor@redhat.com>
1112
1113         * configure.in: Check for __VARARGS__ separately for C and C++.
1114
1115 2001-05-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1116
1117         * configure.in: Fix typo.
1118
1119 Sun May 27 05:09:18 2001  Tim Janik  <timj@gtk.org>
1120
1121         * gmain.c (g_main_context_prepare): unlock context when bailing
1122         out with a warning.
1123         (g_main_context_check): same here.
1124
1125         * gmain.c (g_main_context_check): before returning due to
1126         changed pollfds, unlock context.
1127         
1128 Thu May 24 21:24:16 CEST 2001 Paolo Molaro <lupus@ximian.com>
1129
1130         * gmarkup.c: back out change by mitch@convergence.de and apply patch in
1131         bug id #52067 that fixes the same problem in a more complete manner.
1132         This fixes also a segfault for a malformed XML file and adds a new
1133         test case.
1134
1135 2001-05-24  Hans Breuer  <hans@breuer.org>
1136
1137         * grel.c : reflect renaming of g_string_sprintfa to g_string_printfa
1138
1139         * makefile.msc.in : create an additional static lib to be used from
1140         (at least) glib-genmarshal
1141
1142 2001-05-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1143
1144         * garray.c (g_array_remove_index_fast): Tiny speed improvement
1145         suggested by noon@users.sourceforge.net.
1146
1147 2001-05-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1148
1149         * config.h.win32.in: Removed POSIX_*. Defined G_THREAD_SOURCE to
1150         "gthread-win32.c".
1151
1152         * glibconfig.h.win32.in: Define G_HAVE_ISO_VARARGS for gcc, don't
1153         know about MSC. Define G_THREADS_IMPL_WIN32 instead of
1154         G_THREADS_IMPL_POSIX and define the right static mutex macros and
1155         types.
1156
1157         * glib.def: g_thread_create renamed to g_thread_create_full.
1158
1159         * gthread.c: memcpy is not necessary here. We can simply use
1160         struct assignment.
1161
1162         * gmessages.c: Fix compilation error on win32. Added
1163         GFileDescriptor, wich is gint on Unix and FILE* on win32.
1164
1165 2001-05-21  Andrew Lanoix <alanoix@umich.edu>
1166
1167         *giowin32.c: G_IO_WIN32_WINDOWS_MESSAGES channels
1168         not handled correctly in g_io_win32_check()
1169
1170 Sun May 20 10:47:47 2001  Owen Taylor  <otaylor@redhat.com>
1171
1172         * configure.in: Fix some problems in writing out varargs
1173         tests in configure.in
1174
1175 Fri May 18 10:52:23 2001  Owen Taylor  <otaylor@redhat.com>
1176
1177         * configure.in gmessages.h: Use compile checks for ISO C99 and GNU
1178         extension varargs macros syntax and store result in glibconfig.h
1179         (G_HAVE_ISO_VARARGS, G_HAVE_GNUC_VARARGS) rather than relying
1180         on checking predefined macros.
1181
1182 2001-05-18  Michael Natterer  <mitch@convergence.de>
1183
1184         * gmarkup.c: don't g_strdup()/g_free() all parsed attributes and
1185         their values twice but simply copy the string pointers from the
1186         GMarkupAttribute struct to the string arrays before passing them
1187         to start_element().
1188
1189 2001-05-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1190
1191         * gthread.c, gthread.h: Renamed g_thread_create to
1192         g_thread_create_full and added macro g_thread_create, which omits
1193         'stack_size', 'bound' and 'priority' parameters. Also removed
1194         'bound' from GThread struct.
1195
1196         * gthreadpool.h, gthreadpool.c: Adapted GThreadPool to the above
1197         changes. GThreadPool lost the 'priority' and 'bound'
1198         members. g_thread_pool_new the 'stack_size', 'bound' and
1199         'priority' parameters.
1200
1201         * tests/mainloop-test.c, tests/thread-test.c,
1202         tests/threadpool-test.c: Adapted to the above changes.
1203
1204         * gmem.c (g_mem_profile): Fixed mutex deadlock.
1205
1206 2001-05-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1207
1208         * makefile.mingw.in: Add gpattern.o to objects.
1209
1210         * glib.def: Export g_thread_exit as well.
1211
1212         * Makefile.am: Fix BUILT_EXTRA_DIST exporting.
1213
1214 Sun May 13 10:31:17 2001  Owen Taylor  <otaylor@redhat.com>
1215
1216         * glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am:
1217         Add inter-library dependencies.
1218
1219         * acinclude.m4: Remove libtool macros.
1220
1221         * autogen.sh: Require libtool-1.4, automake-1.4p1.
1222
1223 2001-05-15  Havoc Pennington  <hp@redhat.com>
1224
1225         * configure.in (AC_OUTPUT): m4macros/Makefile
1226
1227         * m4macros/Makefile.am, m4macros/glib-2.0.m4,
1228         m4macros/glib-gettext.m4:
1229         m4 files moved here on server, Makefile.am added
1230          
1231         This is so you can aclocal -I m4macros while avoiding acinclude.m4
1232
1233         * Makefile.am: add m4macros subdir, remove references to glib-2.0.m4
1234
1235 2001-05-14  Havoc Pennington  <hp@redhat.com>
1236
1237         * gutf8.c (g_utf8_get_char): fix docs; they said we validated 
1238         the UTF-8, but we can't possibly detect partial chars since
1239         there's no length arg here, so trying to use this function 
1240         on invalid UTF-8 is a bad idea.
1241
1242 Thu May 10 23:21:30 2001  Owen Taylor  <otaylor@redhat.com>
1243
1244         * gmessages.c (g_log_write_prefix): Avoid using stdio
1245         to be as robust as possible in out-of-memory.
1246
1247         * gmessages.c (g_log_default_handler): Remove some dead
1248         code.
1249
1250         * gutils.c (g_parse_debug_string): Fix to avoid mallocs.
1251
1252 Fri May 11 18:25:23 2001  Tim Janik  <timj@gtk.org>
1253
1254         * gdataset.c:
1255         (g_dataset_foreach):
1256         (g_datalist_foreach): make these safe against removal of the
1257         current element.
1258
1259 2001-05-10  Havoc Pennington  <hp@pobox.com>
1260
1261         * gmessages.c (g_log_write_prefix): change env variable to
1262         G_MESSAGES_PREFIXED, suggested by Tim
1263
1264 Thu May 10 15:19:01 2001  Tim Janik  <timj@gtk.org>
1265
1266         * gscanner.c (g_scanner_key_hash): use g_str_hash() algorithm
1267         to generate hashes.
1268
1269         * gmem.c (standard_calloc): free() doesn't return a value
1270         (Mark Murnane).
1271
1272 2001-04-26  Havoc Pennington  <hp@redhat.com>
1273
1274         * configure.in: Get rid of --enable-msg-prefix
1275
1276         * gmessages.c: make whether to prefix the messages with
1277         appname/pid a runtime setting, not a compile-time setting.  Change
1278         default to include prefix for debug/warning/error type messages.
1279
1280 2001-05-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1281
1282         * gthread.c, gthread.h: Renamed 'value' and 'arg' to 'data' and
1283         'thread_func' to 'func' to make it more consistent with the rest
1284         of GLib.
1285
1286         * gthreadpool.c, gthreadpool.h: Moved 'stack_size' from the public
1287         members of GThreadPool to the private ones. Renamed 'thread_func'
1288         to 'func' as above. Moved up 'user_data' in g_thead_pool_new
1289         argument list and in GThreadPool struct.
1290         
1291 Tue May  8 15:33:31 2001  Tim Janik  <timj@gtk.org>
1292
1293         * gcompletion.h: removed #include <unistd.h> sneaked in by
1294         sopwith in november.
1295
1296 2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1297
1298         * gmain.c, gthread.c, gthread.h: Moved func and arg members from
1299         GRealThread to GThread, such that they can be accessed by the
1300         user.
1301
1302         * gthread.c, gthread.h: Due to popular demand (Tim being the
1303         populus here ;-) threads now have a 'return value', which is
1304         returned by g_thread_join and is either the return of the topmost
1305         thread function or the value given to g_thread_exit.
1306         
1307         * gthreadpool.c, tests/mainloop-test.c, tests/thread-test.c:
1308         Adapted to the above change.
1309
1310 2001-01-06  Hans Breuer  <hans@breuer.org>
1311
1312         * glib.def : don't try to export g_strcpy, it is g_stpcpy;
1313         updated and added some tweaking for functions which got 
1314         renamed recently, to avoid the update hassle if it can 
1315         simply be done compatible. Should vanish if there is a 
1316         stable version for win32.
1317
1318 Fri May  4 11:49:18 2001  Owen Taylor  <otaylor@redhat.com>
1319
1320         * Released 1.3.5
1321
1322         * NEWS: Updated
1323
1324         * configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5,
1325         interface/binary age 0.
1326
1327 2001-05-04  Sven Neumann  <sven@convergence.de>
1328
1329         * ghash.c: fixed a typo in a comment.
1330
1331         * gtree.[ch]: added new functions g_tree_new_full(), g_tree_replace(), 
1332         g_tree_steal() and g_tree_foreach() to adapt GTree to the GHashTable
1333         API. Moved comments into the C file.
1334
1335         * docs/reference/glib/glib-sections.txt
1336         * docs/reference/glib/tmpl/glib-unused.sgml
1337         * docs/reference/glib/tmpl/hash_tables.sgml
1338         * docs/reference/glib/tmpl/linked_lists_double.sgml
1339         * docs/reference/glib/tmpl/linked_lists_single.sgml
1340         * docs/reference/glib/tmpl/macros_misc.sgml
1341         * docs/reference/glib/tmpl/trees-binary.sgml: updated documentation
1342         
1343 Thu May  3 06:38:28 2001  Owen Taylor  <otaylor@redhat.com>
1344
1345         * g[s]list.c (g_[s]list_foreach) docs/Changes-2.0.txt: Make
1346         foreach() safe against removal of the _current_ element. While
1347         this could break some code, the new behavior is consistent with
1348         the rest of GLib/GTK+ and probably is what people expect in most
1349         cases. (Suggested by Paul Kuykendall, #50071)
1350
1351 Wed May  2 11:10:22 2001  Owen Taylor  <otaylor@redhat.com>
1352
1353         * gutf8.c (g_utf8_to_ucs4_fast): Fix read past end of the string.
1354         (#50404, fix from Jonas Borgström)
1355         
1356 Sun Apr 29 00:37:34 2001  Tim Janik  <timj@gtk.org>
1357
1358         * ghook.[hc]: made hook ids a gulong.
1359
1360 2001-04-20  Dan Winship  <danw@ximian.com>
1361
1362         * configure.in: Add a check for the Darwin dynamic linker. Use
1363         AC_TRY_LINK when checking for "nonposix getpwuid_r" so it notices
1364         "no getpwuid_r" correctly.
1365
1366         * testglib.c (main): Make template[] bigger to prevent an overrun.
1367         Remove an unused variable. Initialize error to NULL.
1368
1369         * tests/gio-test.c (main): Add a cast to prevent a warning when
1370         size_t is a long.
1371
1372         * tests/type-test.c (main): Add an #ifdef to prevent a warning
1373         when G_HAVE_GINT64 is defined and G_GINT64_FORMAT isn't.
1374
1375 2001-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1376
1377         * ghash.c, ghash.h: Remove definition of g_hash_table_freeze and
1378         g_hash_table_thaw. Instead added G_DISABLE_DEPRECATED-guarded
1379         macros to ghash.h to go along the lines of the standard.
1380
1381         * gscanner.c, gscanner.h: Dito for g_scanner_freeze_symbol_table
1382         and g_scanner_thaw_symbol_table.
1383
1384         * gutils.c, gutils.h: Dito for g_dirname. g_basename is still
1385         defined in gutils.c, but declared ing gutils.h only
1386         G_DISABLE_DEPRECATED-guarded.
1387         
1388         * configure.in: Removed bashism in test for the pkg-config
1389         version.
1390
1391         * configure.in: Rewrote test for multithread flag. Now uses
1392         localtime_r, which hopefully has a consistent prototype across
1393         different platforms. Also it uses a clever double EGREP trick
1394         instead of compiling, which could give false positives. Thanks to
1395         Dan Winship <danw@ximian.com> for the hint.
1396
1397 Wed Apr 18 17:35:38 2001  Owen Taylor  <otaylor@redhat.com>
1398
1399         * gutils.c (_glib_gettext): Add missing static pointed
1400         out by Michael Meeks.
1401
1402 Wed Apr 18 09:37:07 2001  Owen Taylor  <otaylor@redhat.com>
1403
1404         * MAINTAINERS: Removed. Keeping README, README.cvs-commits
1405         HACKING, and AUTHORS up to date is plenty without extra
1406         random files that someone thought a module should have.
1407         (Actually, I believe this was used for debbugs in the past.)
1408
1409 Tue Apr 17 11:47:07 2001  Owen Taylor  <otaylor@redhat.com>
1410
1411         * Released 1.3.4
1412
1413         * NEWS: Updated
1414
1415 Tue Apr 17 10:43:36 2001  Owen Taylor  <otaylor@redhat.com>
1416
1417         * gstrfuncs.c: Define _GNU_SOURCE for stpcpy
1418
1419         * tests/mainloop-test.c (main): Wait for all threads
1420         to start before beginning tests.
1421
1422 2001-04-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1423
1424         * gthreadpool.c (g_thread_pool_thread_proxy): Until now every
1425         thread pool always had at least one tread waiting to avoid
1426         switching overhead in case a new task would be added soon after
1427         one finished. This however means a big waste of threads, if many
1428         mostly inactive thread pools are involved. Now such a waiting
1429         thread will only wait for half a second (This value is of course
1430         very randomly picked) and go to the global threadpool afterwards.
1431
1432 Mon Apr 16 12:04:52 2001  Owen Taylor  <otaylor@redhat.com>
1433
1434         * configure.in: Remove warnings about conflicts with the
1435         stable version.
1436
1437         * glib-2.0.m4: Fix some of the error text to be halfway
1438         up to date.
1439
1440         * README.in INSTALL.in: Add these to generate README, INSTAL
1441         (as in the stable branch). Update.
1442
1443         * HACKING: Update.
1444
1445 2001-04-16  Havoc Pennington  <hp@redhat.com>
1446
1447         * gqsort.c: docs
1448
1449         * gfileutils.c: docs
1450
1451         * gwin32.c: docs fixes
1452
1453         * gconvert.c: docs
1454
1455         * guniprop.c: docs
1456
1457         * gutf8.c: docs
1458
1459 2001-04-16  Havoc Pennington  <hp@redhat.com>
1460
1461         * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for
1462         glib" so the output looks right 
1463
1464 2001-03-23  Havoc Pennington  <hp@redhat.com>
1465
1466         * gutils.c (g_parse_debug_string): make GDebugKeys argument 
1467         const
1468
1469 2001-04-14  Hans Breuer  <hans@breuer.org>
1470
1471         * glib.def : 
1472         * makefile.msc.in : updated
1473
1474         * gpattern.c : include "gutils.h" to resolve the inline hassle
1475
1476 2001-04-11  Alexander Larsson  <alexl@redhat.com>
1477
1478         * glib-2.0.m4: Pass pkg-config options
1479         before the other args so it works even if
1480         POSIXLY_CORRECT is set.
1481
1482 Mon Apr  9 18:57:44 2001  Tim Janik  <timj@gtk.org>
1483
1484         * configure.in: increment version to 1.3.4 (binary 0, interface 0).
1485
1486 2001-04-05  Christian Rose  <menthos@menthos.com>
1487
1488         * configure.in: Added sv to ALL_LINGUAS.
1489
1490 Wed Apr  4 09:18:55 2001  Tim Janik  <timj@gtk.org>
1491
1492         * Released GLib-1.3.3.
1493
1494 Tue Apr  3 20:22:59 2001  Tim Janik  <timj@gtk.org>
1495
1496         * NEWS: updates.
1497
1498         * NEWS.pre-1-3: take over old news.
1499
1500 Tue Apr  3 12:38:16 2001  Owen Taylor  <otaylor@redhat.com>
1501
1502         * glib-config-2.0.in: Exit with an error message that you
1503         should use pkg-config instead.
1504
1505         * configure.in (PACKAGE): Require pkg-config.
1506
1507         * tests/Makefile.am (EXTRA_DIST): Add utf8.txt.
1508
1509         * configure.in (GLIB_MICRO_VERSION): Up MICRO to 3,
1510         leave interface/binary at 0.
1511
1512 Tue Apr  3 13:46:22 2001  Tim Janik  <timj@gtk.org>
1513
1514         * glist.[hc]: added g_list_nth_prev() which walks ->prev instead
1515         of ->next.
1516
1517         * gpattern.[hc]: added shell-style pattern matching code from beast,
1518         derived from the gtk_pattern_*() code, but with a couple of bug fixes
1519         and a number of optimizations.
1520
1521 2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1522
1523         * gthreadpool.c: Added documentation.
1524
1525         * gthreadpool.c: The global thread pool now also is seperated for
1526         bound and unbound threads. Only threads with standard stack size
1527         go to the global pool. g_thread_pool_new now protects the global
1528         setup of inform_mutex etc. with a lock. Fixed some typos. Unlock
1529         the queue after g_thread_pool_wakeup_and_stop_all in the proxy.
1530
1531 2001-04-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1532
1533         * gmain.c: Use the new GRealThread member "context" instead of a
1534         GStaticPrivate to store the thread specific main loop context.
1535
1536         * gthread.c: Added "context" member to GRealThread and updated
1537         g_thread_create, g_thread_self and g_thread_cleanup accordingly.
1538         
1539         * gthread.c, gthread.h: Removed the functions
1540         g_static_private_(get|set)_for_thread and adapted
1541         g_static_private_(get|set) and g_static_private_free
1542         accordingly. This fixes Bug #51435.
1543         
1544 2001-03-30  Sven Neumann  <sven@gimp.org>
1545
1546         * ghash.[ch]
1547         * docs/reference/glib/tmpl/hash_tables.sgml: added new functions
1548         g_hash_table_new_full, g_hash_table_replace, g_hash_table_steal and
1549         g_hash_table_foreach_steal. Moved most docs out of the template
1550         file into the C file. Please proofread the new documentation.
1551
1552 2001-03-29  Tor Lillqvist  <tml@iki.fi>
1553
1554         * glib.def: Updates.
1555         * tests/makefile.mingw.in
1556         * tests/makefile.msc.in: Add module-test rules.
1557
1558 Mon Mar 26 14:14:53 2001  Owen Taylor  <otaylor@redhat.com>
1559
1560         * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED
1561
1562         * gmain.h timeloop.c: Surround the cruftiest stuff with
1563         #ifndef G_DISABLE_DEPRECATED.
1564
1565         * gcompat.h gdate.h: Move compat defines back to 
1566         gdate.h, surround with #ifndef G_DISABLE_DEPRECATED. 
1567         Remove gcompat.h.
1568
1569 Mon Mar 26 13:34:50 2001  Owen Taylor  <otaylor@redhat.com>
1570
1571         [ Patch from DindinX  <David.Odin@bigfoot.com>, added docs ]
1572  
1573         * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
1574         have stpcpy ().
1575         * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
1576         g_stpcpy () so these functions run much faster.
1577         * config.h.win32.in, glib.def: add reference to g_stpcpy ()
1578         * configure.in: Add a test for the stpcpy () function.
1579  
1580 2001-03-20  Havoc Pennington  <hp@redhat.com>
1581
1582         * gutf8.c (g_utf8_strlen): rewrite, based on bug #52328 from
1583         Anders
1584
1585 2001-03-19  Havoc Pennington  <hp@redhat.com>
1586
1587         * gutf8.c (g_unichar_validate): added this function
1588
1589 2001-03-18  Tor Lillqvist  <tml@iki.fi>
1590
1591         * gspawn-win32.c (SETUP_DEBUG): Add braces to silence gcc -Wall.
1592
1593         * gspawn-win32-helper.c (write_no_error): Remove unused function.
1594
1595         * tests/makefile.mingw.in (module-test.exe): Add rules for
1596         building module-test.
1597
1598 Wed Mar 14 18:46:54 2001  Tim Janik  <timj@gtk.org>
1599
1600         * gscanner.[hc]: removed archaic gpointer derived_data; relict and
1601         added a GData member instead.
1602         
1603         * glist.[hc]: added g_list_remove_all().
1604
1605         * gslist.[hc]: added g_slist_remove_all().
1606
1607 Sat Mar 17 19:54:51 2001  Owen Taylor  <otaylor@redhat.com>
1608
1609         * timeloop.c: Reorder headers to make FreeBSD happy. 
1610
1611 2001-03-13  Tor Lillqvist  <tml@iki.fi>
1612
1613         From Edward M. Lee  <tailbert@yahoo.com>:
1614
1615         * gdate.c (g_date_set_parse): add support for dates that in the
1616         form "Wed Mar 14 2001". Running testgdate on cygwin requires this.
1617
1618 Fri Mar  9 18:01:43 2001  Tim Janik  <timj@gtk.org>
1619
1620         * gscanner.[hc]: made config arg to g_scanner_new() const.
1621
1622 2001-03-12  Tor Lillqvist  <tml@iki.fi>
1623
1624         * tests/Makefile.am (libmoduletestplugin_b_la_LIBADD,
1625         libmoduletestplugin_b_la_LIBADD): Link with the libgmodule la only
1626         on Win32.
1627
1628 2001-03-10  Tor Lillqvist  <tml@iki.fi>
1629
1630         * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too.
1631
1632         * tests/Makefile.am: Use the _LIBADD dependency on libglib only on
1633         Win32.
1634
1635 2001-03-09  Tor Lillqvist  <tml@iki.fi>
1636
1637         * README.win32: Update with some information about using configure
1638         and libtool.
1639
1640 2001-03-09  Hans Breuer  <hans@breuer.org>
1641
1642         * gobject/gobject.def : updated
1643
1644 2001-03-08  Tor Lillqvist  <tml@iki.fi>
1645
1646         * glib.def
1647         * gobject/gobject.def
1648         * gobject/makefile.mingw.in: Update.
1649
1650 2001-03-08  Sven Neumann  <sven@gimp.org>
1651
1652         * gtree.[ch]: 
1653         * docs/reference/glib/tmpl/trees-binary.sgml: added new function 
1654         g_tree_lookup_extended().
1655
1656 Thu Mar  8 16:23:34 2001  Tim Janik  <timj@gtk.org>
1657
1658         * ghook.[hc]: destruction cleanup. there's one
1659         ->finalize_hook member in the hooklist now that gets
1660         called when a hook should be destroyed, that's it.
1661         that function is guarranteed to be called only when
1662         all ref_counts to the hook vanished, thus also when
1663         the hook is not in call.
1664
1665 2001-03-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1666
1667         * configure.in (FLAG_DOES_NOT_WORK): Fix typo and thus bug #51862.
1668
1669 Wed Mar  7 09:32:06 2001  Tim Janik  <timj@gtk.org>
1670
1671         * glib-object.h: add gvaluearray.h.
1672
1673         * gstring.[hc]: fixup naming of g_string_sprint*.
1674         
1675         * gtypes.h: fixed GCompareDataFunc naming.
1676
1677 2001-03-07  Christian Meyer  <chrisime@gnome.org>
1678
1679         * configure.in: Added de (German) to ALL_LINGUAS.
1680
1681 2001-03-02  Christophe Merlet  <redfox@eikonex.org>
1682
1683         * configure.in: Added fr (French) to ALL_LINGUAS.
1684
1685 2001-03-01  Tor Lillqvist  <tml@iki.fi>
1686
1687         * gutils.c (g_path_is_absolute): (Win32) Remove test for initial
1688         double backslash (UNC path), this will of course be matched by the
1689         test for an initial G_DIR_SEPARATOR right up front. Silly me.
1690         (g_find_program_in_path): Implement on Win32. Append the
1691         executable file name suffixes from PATHEXT in turn while looking
1692         for the program.
1693         (g_find_program_in_path): If the program we are looking for is a
1694         relative path in a subdirectory, don't do any path search.
1695         (g_get_any_init): (Win32) Also look for the USERPROFILE env var
1696         indicating the home directory equivalent.
1697         (g_find_program_in_path): (Win32): Use MAXPATHLEN, not PATH_MAX
1698         which isn't defined with MSVC.
1699
1700         * testglib.c (main): Test g_find_program_in_path() on Win32 by
1701         looking for more.com and regedit.
1702
1703         * glib.def: Add g_find_program_in_path.
1704
1705 2001-02-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1706
1707         * gthreadpool.c (g_thread_pool_thread_proxy): Make
1708         max_unused_threads work for -1 as well.
1709
1710 2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1711
1712         * gthread.h (struct _GThread): Change the order to match the order
1713         in g_thread_create().
1714
1715         * gthread.c (g_static_rec_mutex_lock_full): Also do the right
1716         thing (behave like 'depth' calls to g_static_rec_mutex_lock) for a
1717         mutex, that is already locked.
1718
1719 Thu Feb 22 10:31:36 2001  Owen Taylor  <otaylor@redhat.com>
1720
1721         * gmain.c (g_source_remove_poll): Add missing implementation
1722         of g_source_remove_poll. (Pointed out by Stefan Westerfeld)
1723
1724 2001-02-21  Tor Lillqvist  <tml@iki.fi>
1725
1726         * gutils.c (g_find_program_in_path): Implement on Win32.
1727
1728         Cygwin support contributed by Stefan Ondrejicka
1729         <ondrej@idata.sk>. Hopefully I got it all in while simultaneously
1730         adding support for auto*/libtool for mingw.
1731
1732         * Makefile.am: Changes for auto* support on Cygwin and Win32. Do
1733         still distribute the hand-written makefiles and *.win32.in files,
1734         though. Use GIO, GSPAWN and PLATFORMDEP macros set by configure.
1735         Use -no-undefined. Pass -export-symbols glib.def to libtool.
1736         
1737         * configure.in: Define G_PLATFORM_WIN32 on both pure Win32 (mingw)
1738         and Cygwin. Add AC_CYGWIN, AC_EXEEXT and AC_LIBTOOL_WIN32_DLL
1739         calls for Cygwin and mingw support.  Check for %I64u guint64
1740         format (in MS C library). Set G_MODULE_IMPL on mingw and
1741         Cygwin. Use ac_object and ac_exeext.  Set GIO, GSPAWN, PLATFORMDEP
1742         and G_LIBS_EXTRA. Compile timeloop only on Unix. Define OS_WIN32
1743         automake conditional on Win32.
1744         
1745         * glib.h: Include gwin32.h also on Cygwin.
1746
1747         * gfileutils.c (get_contents_posix): Use O_BINARY (defined as 0 on
1748         Unix) for Cygwin's sake.
1749
1750         * gtimer.c (GETTIME): Reduce #ifdefs, use a macro GETTIME().
1751
1752         * gconvert.c
1753         * gthread.c
1754         * gutf8.c
1755         * gutils.c: For code needed both on Cygwin and native Win32,
1756         test for G_PLATFORM_WIN32.
1757
1758         * gmarkup.h: Use G_BEGIN_DECLS and G_END_DECLS.
1759         
1760         * gtypes.h: Refine GLIB_VAR definition. Also check for DLL_EXPORT
1761         in case compiling a static library on Win32 or Cygwin.
1762
1763         * gwin32.c: No <direct.h> on Cygwin. No need for ftruncate() or
1764         dirent emulation on Cygwin.
1765         (get_package_directory_from_module) Convert return value from
1766         GetModuleFileName() to POSIX path on Cygwin.
1767
1768         * tests/Makefile.am (progs_LDADD): Link with libglib, libgthread
1769         and libgmodule as appropriate. Use -no-undefined.
1770
1771         * gbacktrace.c: Move #ifdefs around a bit on Win32.
1772
1773 2001-02-21  Tor Lillqvist  <tml@iki.fi>
1774
1775         * gshell.c (unquote_string_inplace): Make static.
1776
1777         * gthread.h: Include gtypes.h to be sure to get GLIB_VAR
1778         definition, remove definition from here.
1779
1780         * gunicode.h: Remove duplicate GLIB_VAR definition from here, too.
1781
1782         * gutils.c: (Win32) Use USERPROFILE as home dir if present. On
1783         Win2k, HOMEDRIVE and HOMEPATH aren't reliable.
1784         
1785         * Makefile.am (INCLUDES): Add -DGLIB_COMPILATION.
1786
1787         * makefile.mingw.in: Remove install target, Windows isn't Unix.
1788         (DEFINES): Add -DDLL_EXPORT.
1789
1790         * testgdate.c
1791         * testgdateparser.c
1792         * testglib.c: Undefine GLIB_COMPILATION.
1793
1794         * testglib.c: Make some vars static. Add Cygwin path tests.
1795
1796         * glib.def: Updates.
1797
1798         * .cvsignore
1799         * */.cvsignore: Ignore also .obj, .dll, .lib and .exe files.
1800
1801 2001-02-19  Hans Breuer <hans@breuer.org>
1802
1803         * glib/glib.def, gobject/gobject.def : added nissing symbols
1804
1805         * gobject/makefile.msc : updated
1806
1807         * glib/gmessages.c : call the "debug interrupt" before exiting the
1808         program, if build with msvc as debug version. Which gives the opportunity
1809         to see the callstack, etc.
1810
1811         * glib/gthread.c : thread->pid is only defined #ifdef
1812         G_THREAD_USE_PID_SURROGATE
1813
1814 Mon Feb 19 07:32:38 2001  Tim Janik  <timj@gtk.org>
1815
1816         * glib-config-2.0.in (lib_glib): my name is glib-config-2.0!
1817         don't exit with errorcode!=0 for --help or -h.
1818         
1819         * Makefile.am:
1820         * configure.in: build glib-config-2.0.
1821
1822 2001-02-17  Havoc Pennington  <hp@pobox.com>
1823
1824         * gthread.c: include string.h
1825
1826         Applied patch from Soeren Sandmann:
1827         
1828         * testglib.c: const fixes
1829
1830         * gwin32.h: format cleanups
1831
1832         * gutils.c (g_atexit): constify a variable
1833         (g_find_program_in_path): constification
1834         (g_basename): G_CONST_RETURN
1835         (g_path_skip_root): G_CONST_RETURN
1836         (g_getenv): G_CONST_RETURN
1837         (g_get_user_name): G_CONST_RETURN
1838         (g_get_real_name): G_CONST_RETURN
1839         (g_get_home_dir): G_CONST_RETURN
1840         (g_get_tmp_dir): G_CONST_RETURN
1841         (g_get_prgname): G_CONST_RETURN
1842         (_glib_gettext): G_CONST_RETURN
1843
1844         * gunicode.h: formatting cleanups
1845
1846         * gstrfuncs.c (g_strerror): G_CONST_RETURN
1847         (g_strsignal): G_CONST_RETURN
1848
1849         * gspawn.c (g_execute): const on variables
1850
1851         * gmessages.c (printf_string_upper_bound): fix const on a variable
1852
1853         * gmem.c (g_mem_chunk_new): make the "name" arg const
1854         (struct _GRealMemChunk): make the "name" field const
1855
1856         * gfileutils.c (g_file_open_tmp): store const return in a const
1857         gchar* variable
1858
1859         * gdataset.c (g_quark_to_string): G_CONST_RETURN
1860
1861 Sat Feb 17 07:26:33 2001  Tim Janik  <timj@gtk.org>
1862
1863         * configure.in (G_MODULE_HAVE_DLERROR): add check for broken RTLD_GLOBAL
1864         (on OSF1 V5.0).
1865
1866 2001-02-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1867
1868         * acconfig.h, configure.in: Reverted the changes necessary to
1869         enlarge the system thread for G_THREAD_USE_PID_SURROGATE.
1870
1871         * gthread.c: Now implement G_THREAD_USE_PID_SURROGATE in gthread.c
1872         instead of gthread/gthread-posix.c. While the latter has the
1873         advantage, that it is conceptually cleaner, it makes
1874         g_thread_self_posix_impl _very_ slow and that hurts
1875         GStaticRecMutex and other things. So the new version is less
1876         clean, but faster.
1877
1878 2001-02-09  Havoc Pennington  <hp@redhat.com>
1879
1880         * gconvert.c (g_convert): don't overwrite errors
1881
1882         * gerror.c (g_set_error): improve warning message if an error is
1883         overwritten     
1884         (g_propagate_error): ditto
1885
1886 2001-02-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1887
1888         * gthread.c, gthread.h: Added functions g_static_rec_mutex_init,
1889         g_static_rec_mutex_free, g_static_private_init,
1890         g_static_private_free, g_static_rw_lock_init to allow the usage of
1891         all those types dynamically. (g_static_rw_lock_free already
1892         existed). Aditionally freed static_private indeces are reused
1893         now. Untill now the array would just grow if you would use more
1894         and more static_private. That required adding a slist of all
1895         running threads, which could potentially be of good use later. It
1896         is not exported however. Renamed a LOCK and small indentation
1897         fixes.
1898
1899         * tests/thread-test.c: Test the new static_private index freing
1900         and reusing feature.
1901         
1902 Mon Feb 12 15:01:09 2001  Owen Taylor  <otaylor@redhat.com>
1903
1904         * configure.in (gtk_doc_min_version): Add check for gtk-doc version.
1905
1906 2001-02-10  Tor Lillqvist  <tml@iki.fi>
1907
1908         * gtypes.h
1909         * gutils.h: Move GLIB_VAR definition from gutils.h to gtypes.h
1910
1911         * glib.def
1912         * gmem.h: Mark glib_mem_profiler_table for export.
1913
1914         * gwin32.c (get_package_directory_from_module): Don't store
1915         address of local variable in hashtable.
1916
1917 2001-02-08  Fatih Demir <kabalak@kabalak.net>
1918
1919         * configure.in: Added "tr" to ALL_LINGUAS.
1920
1921 2001-02-04  Tor Lillqvist  <tml@iki.fi>
1922
1923         * gwin32.c (g_win32_getlocale): Use "nn" for Nynorsk, as nn.po
1924         files are appearing now. If the sublanguage starts with '@', don't
1925         use a '_' separator. South Africa is 'ZA', not 'SA'.
1926
1927 Sun Feb  4 07:38:32 2001  Tim Janik  <timj@gtk.org>
1928
1929         * docs/debugging.txt: s/glib_trap_/g_trap_/. add comments on
1930         g_trap_instance_signals, g_trace_instance_signals and
1931         GRUNTIME_DEBUG.
1932
1933         * gmem.c: s/glib_trap_/g_trap_/.
1934         
1935 2001-02-04  Tor Lillqvist  <tml@iki.fi>
1936
1937         * tests/Makefile.am (thread_LDADD): Change order of libs,
1938         put progs_LDADD last. Needed for cygwin, says jbdoll@kepri.re.kr.
1939
1940 2001-02-02  Tor Lillqvist  <tml@iki.fi>
1941
1942         * giochannel.h
1943         * giowin32.c
1944         * gmain.c: Stylistic cleanups. Use G_STRLOC in g_warning() calls.
1945
1946         * glib.def: Add missing functions.
1947
1948 2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1949
1950         * gthread.c, gthread.h: Added g_static_mutex_init to allow
1951         initialization of a GStaticMutex, that can not be initialized with
1952         G_STATIC_MUTEX_INIT, for example in allocated structures.
1953
1954 Wed Jan 31 13:46:58 2001  Owen Taylor  <otaylor@redhat.com>
1955
1956         * acinclude.m4 glib-gettext.m4: Fix problem with --disable-nls.
1957
1958 2001-01-31  Tor Lillqvist  <tml@iki.fi>
1959
1960         * glibconfig.h.win32.in: Corresponding change as below to
1961         GStaticMutex.
1962
1963 2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1964
1965         * gthread.c, gthread.h: Added g_static_mutex_free to allow using
1966         GStaticMutexes with limited lifetime without leaking.
1967         
1968         * configure.in: GStaticMutex doesn't have to provide extra space
1969         for debugging information for G_ERRORCHECK_MUTEXES, as then the
1970         non-default implementation (runtime_mutex) is used anyway.
1971
1972         * gthread.h (g_cond_wait): Added debug information for
1973         g_mutex_free calls, if G_ERRORCHECK_MUTEXES is defined.
1974
1975 2001-01-29  Tor Lillqvist  <tml@iki.fi>
1976
1977         * glibconfig.h.win32.in: Use the same GMutex structure as the
1978         configure-generated glibconfig.h does.
1979
1980         * gstrfuncs.c (g_strsignal): Declare strsignal() on Cygwin, too,
1981         says jbdoll@kepri.re.kr.
1982
1983 2001-01-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1984
1985         * gthread.c: Broadcast the condition, if there are waiting
1986         readers, as all might read at the same time. Only signal the
1987         writer thread, if there are no more readers.
1988
1989 2001-01-25  Tor Lillqvist  <tml@iki.fi>
1990
1991         * makefile.mingw.in
1992         * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw
1993         if makefile.mingw.in has changed with a check if said .in file
1994         exists. (This rule is mainly a convenience for yours truly.)
1995
1996         * giowin32.c: Socket support rewritten. It was utterly broken, and
1997         untested in fact. We still do use a thread for each socket being
1998         watched, but instead of blocking in recv() (which of course was
1999         plain stupid for sockets being listen()ed on in a server-type
2000         application), we block in select(). The read method for sockets
2001         calls recv(). It is now possible for the application to call
2002         accept(), recv() or send() in the callback, just like on
2003         Unix. Tested with code kindly provided by Andrew Lanoix.
2004
2005         Rename g_io_channel_win32_new_stream_socket() to
2006         g_io_channel_win32_new_socket() as it isn't restricted to stream
2007         sockets.
2008         
2009         * gmain.c (g_poll): Related changes in the Win32 version of
2010         g_poll(). When polling for messages, always do a PeekMessage()
2011         first. We used to miss messages if several were posted between
2012         calls to g_poll().
2013
2014         * giochannel.h: Improve Win32-related comments.
2015
2016         * gutf8.c: (Win32) Include <stdio.h> for sprintf.
2017
2018         * tests/gio-test.c: (Win32) Add tests for polling for Windows
2019         messages.
2020
2021         * tests/makefile.mingw.in: Remove superfluous compilation command
2022         line.
2023
2024 2001-01-23  Alex Larsson  <alexl@redhat.com>
2025
2026         * gmain.c (g_source_callback_unref): Free the callback
2027         (g_source_set_callback): Initialize the callback refcount
2028
2029 2001-01-20  Tor Lillqvist  <tml@iki.fi>
2030
2031         * gutils.c (g_get_codeset): (Win32) Even if g_get_codeset() is
2032         currently commented out from gutils.h, fix it to return the same
2033         CP%d value as g_get_charset().
2034
2035 2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>
2036
2037         * gconvert.c: Fix typo.
2038         * gfileutils.c: Same here.
2039         * configure.in: Added no to ALL_LINGUAS
2040         
2041 2001-01-17  Tor Lillqvist  <tml@iki.fi>
2042
2043         * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc
2044         comments.
2045         (g_win32_get_package_installation_directory): Add one parameter,
2046         the name of a DLL in the package. Add possibility to use that to
2047         deduce the installation directory if not entered into the
2048         Registry. Make the return value dynamically allocated.
2049         (g_win32_get_package_installation_subdirectory): New convenience
2050         function.
2051
2052         * gutils.c (GLIB_LOCALE_DIR)
2053         * gwin32.h: Adapt accordingly.
2054
2055         * testglib.c (main): Adapt tests accordingly.
2056
2057 Tue Jan 16 23:20:38 2001  Owen Taylor  <otaylor@redhat.com>
2058
2059         * gutils.c glibintl.h: Optimize for size rather than speed by
2060         making _() always call _glib_gettext() instead of conditionally
2061         calling gettext() or _glib_gettext_init. glib only uses translated
2062         strings in slow error handling code anyways.
2063
2064         * glibintl.h: g'ify types.
2065
2066         * Makefile.am: include glibintl.h in _SOURCES
2067
2068 2001-01-17  Tor Lillqvist  <tml@iki.fi>
2069
2070         * config.h.win32.in: Define ENABLE_NLS and GETTEXT_PACKAGE.
2071
2072         * makefile.mingw.in
2073         * makefile.msc.in: Use the GNU intl library.
2074
2075         * gwin32.c (g_win32_get_package_installation_directory): New
2076         function. To be used by various GLib-using packages to get their
2077         installation directory, which should be stored in the Registry by
2078         some installer.
2079
2080         * gwin32.h: Declare it.
2081
2082         * testglib.c (main): Test it.
2083
2084         * gutils.c: On Win32, define GLIB_LOCALE_DIR using
2085         g_win32_get_package_installation_directory().
2086
2087         * glib.def: Update.
2088
2089 Mon Jan 15 21:39:06 2001  Owen Taylor  <otaylor@redhat.com>
2090
2091         * glib-2.0.pc.in (Libs) glib-config-2.0.in: Add @INTLLIBS@.
2092
2093 Mon Jan 15 21:12:49 2001  Owen Taylor  <otaylor@redhat.com>
2094
2095         * configure.in acconfig.h glibintl.h gutils.c
2096         po/{Makefile.in.in,POTFILES.in,po2tbl.in}: Add gettext
2097         support.
2098
2099         * glib-gettext.m4 acinclude.m4: Clean up the GTK+ gettext macros
2100         some more and put them in this file, though they also need
2101         to be included in acinclude.m4 due to the brokeness of
2102         aclocal.
2103
2104         * gspawn.c gspawn-win32.c gutf8.c gconvert.c gfileutils.c
2105         gshell.c: Remove dummy _() #defines, include glibintl.m4.
2106
2107 2001-01-09  Tor Lillqvist  <tml@iki.fi>
2108
2109         * giowin32.c: Rework the changes needed to pass mainloop-test. Now
2110         we don't need to call TerminateThread() after all, which is a
2111         relief, as the docs have a BIG RED WARNING SIGN about using that
2112         API. Instead, when closing a fd channel that has a reader thread
2113         running, just mark it as non-running and additionally mark the fd
2114         as ripe for closing. When the reader thread hopefully eventually
2115         gets something (and EOF or some actual data), it will note that it
2116         shouldn't be running, break out of the loop, and close the fd.
2117
2118         The socket channel closing code should probably be changed
2119         similarily, but that will have to wait until I have a test case.
2120         
2121         (g_pipe_readable_msg, g_io_channel_win32_new_pipe,
2122         g_io_channel_win32_new_pipe_with_wakeups,
2123         g_io_channel_win32_pipe_request_wakeups,
2124         g_io_channel_win32_pipe_readable): Remove these, have been
2125         obsolete for some time.
2126         
2127         * gutils.c (g_basename, g_dirname): Don't warn about deprecation
2128         on Win32. Code written for GLib 1.2 doesn't have much choice but
2129         to use GLib >= 1.3 on Win32.
2130
2131         * glib.def: Update.
2132
2133 2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2134
2135         * gmem.c: Made g_profile_mutex a GMutex* instead of
2136         G_LOCK_DEFINE_STATIC to avoid deadlock for thread implementations
2137         without native static mutexes. Contruct g_profile_mutex in
2138         g_mem_init().
2139
2140 2001-01-06  Tor Lillqvist  <tml@iki.fi>
2141
2142         * gconvert.c (g_locale_to_utf8, g_locale_from_utf8): Get len using
2143         strlen() if arg is negative in the Win32 code, too.
2144
2145         * giowin32.c: Changes necessary to be able to run
2146         mainloop-test. We can't close the fd that our (internal) reader
2147         thread is sitting doing a blocking read() from. We must terminate
2148         the thread first. Keep track of thread handle, and close it when
2149         thread is dying. Start reader thread with the lower-level
2150         CreateThread() instead of _beginthreadex() from the C runtime, in
2151         order to be able to use TerminateThread(). Hopefuly this isn't
2152         harmful.
2153
2154         * glib.def: Update.
2155
2156         * tests/makefile.{mingw,msc}.in (TESTS): Add mainloop-test and
2157         unicode-encoding.
2158
2159         * tests/mainloop-test.c: Portability: <unistd.h>, need <fcntl.h>
2160         on Win32.
2161
2162         * tests/unicode-encoding.c (process): Add missing "line" argument
2163         to fail(). On Win32, convert UTF-16LE, as libiconv'c ivonf always
2164         converts to UTF-16BE if we ask for unspecific UTF-16.
2165         (main) Handle also '\r'.
2166
2167 Fri Jan  5 11:25:42 2001  Owen Taylor  <otaylor@redhat.com>
2168
2169         * configure.in (PACKAGE): move $enable_debug down below
2170         checks for GCC to avoid setting CFLAGS prematurely,
2171         change checks to avoid adding -g twice.
2172
2173         * gutf8.c (g_ucs4_to_utf8): Support len < 0 to mean
2174         0 termination.
2175
2176         * gutf8.c (g_utf8_to_ucs4): Terminate result with 0.
2177
2178         * tests/mainloop-test.c (main): Fix uses of 
2179         g_main_loop_destroy().
2180
2181         * tests/unicode-encoding.c tests/Makefile.am tests/utf8.txt:
2182         Tests for unicode-conversion code.
2183
2184         * gconvert.c (g_convert, g_convert_with_fallback): work around
2185         a couple of GNU libc bugs.
2186
2187         * gconvert.[ch] (g_{locale,filename}_{to,from}_utf8): Standardize
2188         arguments to match g_convert(). Document.
2189
2190         * gunicode.[ch]: 
2191           - Implement conversion functions to and from UTF-16
2192           - Standardize unicode conversion functions on prototype like
2193             g_convert.
2194           - Add a lot of error checking to unicode conversion functions.
2195
2196         * gunicode.[ch] (g_utf8_to_ucs4_fast): Add fast, non-checking
2197         variant of g_utf8_to_ucs4.
2198
2199         * gutf8.c (g_utf8_validate): 
2200          - add g_return_if_fail (str != NULL).
2201          - add checks for overlong strings, non-valid Unicode characters (>= 110000)
2202            and single surrogates.
2203
2204 2001-01-05  Tor Lillqvist  <tml@iki.fi>
2205
2206         * testglib.c (main): Add test for g_path_skip_root().
2207
2208         * gfileutils.c (g_file_open_tmp): (Win32:) Look also for (illegal)
2209         forward slashes in the template.
2210
2211         * gutils.c (g_path_skip_root): On Win32, skip the \\server\share
2212         part of UNC paths. On all platforms, skip several initial
2213         slashes. Add a few comments.
2214         (g_get_any_init): On Win32, in case HOME is Unix-style with
2215         (forward) slashes (some other applications apparently set it up
2216         this way, convert to backslashed form.
2217
2218         * configure.in (glib_os): Remove stray 'v'. Add case for mingw,
2219         although using configure for mingw surely doesn't work yet.
2220
2221         * glib.def: Update.
2222
2223 2001-01-02  Havoc Pennington  <hp@redhat.com>
2224
2225         * configure.in: remove glib-config-2.0
2226
2227         * Makefile.am: remove glib-config-2.0
2228
2229 2001-01-03  Havoc Pennington  <hp@pobox.com>
2230
2231         * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, 
2232         fix from Michael Meeks
2233
2234         * Makefile.am (INCLUDES): DISABLE was spelled wrong
2235
2236 Wed Jan  3 14:10:49 2001  Owen Taylor  <otaylor@redhat.com>
2237
2238         * gmain.[ch]: Switch GMainLoop to be ref/unref, use to
2239         make dropping reference to running loop safe.
2240
2241 Wed Dec 13 20:41:49 2000  Owen Taylor  <otaylor@redhat.com>
2242
2243         * gmain.c (g_source_unref_internal): Unref callback->cb_data
2244         if it was still set when the source is freed. (Usually, this
2245         will be done by g_source_destroy.)
2246
2247 2001-01-02  Dan Winship  <danw@helixcode.com>
2248
2249         * garray.h (g_array_append_val, g_array_prepend_val,
2250         g_array_insert_val): Use parentheses around an argument to make
2251         these cause an error if you pass a non-lvalue for the value,
2252         rather than silently doing the wrong thing.
2253
2254 2000-12-29  Tor Lillqvist  <tml@iki.fi>
2255
2256         * glibconfig.h.win32.in: Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.
2257
2258         * glib.def: Update.
2259
2260         * {.,*}/makefile.{mingw,msc}.in: Add -DG_ENABLE_DEBUG.
2261         
2262 Fri Dec 29 14:53:18 2000  Tim Janik  <timj@gtk.org>
2263
2264         * configure.in: we can't grow _cv_ variables by using a backticked
2265         expr that refers back to the variable (glib_cv_sizeof_system_thread for
2266         G_THREAD_USE_PID_SURROGATE), that'd keep the variable growing every time
2267         it's evaluated. quantum states, anyone?)
2268
2269 Thu Dec 28 10:21:46 2000  Tim Janik  <timj@gtk.org>
2270
2271         * gmem.[hc]: got rid of outdated dmalloc support. provide g_try_malloc()
2272         and g_try_realloc() which _may_ fail and return NULL.
2273         nuked g_mem_check(), provided GMemVTable for memory function
2274         virtualization, alterable at program startup with g_mem_set_vtable().
2275         provided glib_mem_profiler_table and g_mem_profile() to support limited
2276         profiling information out of the box (uses mprotect() for free()ed areas
2277         on linux).
2278         provide globally visible G_MEM_ALIGN.
2279         buncha cleanups.
2280
2281         * docs/macros.txt: file to get a clue about the various configuration
2282         macros.
2283
2284         * docs/debugging.txt: explain debugging traps.
2285
2286         * configure.in: got rid of --enable-mem-check and --enable-mem-profile,
2287         define GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. check malloc prototypes
2288         and define SANE_MALLOC_PROTOS is we can use them.
2289         <boy, is this file a mess>
2290
2291         * gutils.c, gscanner.c: fix up compatibility warnings, use g_message().
2292
2293 2000-12-27  Tor Lillqvist  <tml@iki.fi>
2294
2295         * README.win32: Update.
2296
2297 2000-12-25  Tor Lillqvist  <tml@iki.fi>
2298
2299         * gmessages.c: (Win32) Use a MessageBox for fatal
2300         messages. Collect eror message into a buffer, and display that.
2301
2302         * glib.def: Update.
2303
2304         * glibconfig.h.win32.in: Update. Remove unused wchar and wctype
2305         macros, add G_MODULE_SUFFIX.
2306
2307 2000-12-24  Ali Abdin  <aliabdin@aucegypt.edu>
2308
2309         * Makefile.am, gcompat.h, glib.h: New gcompat.h header file
2310           as recommended by Havoc.
2311
2312         * gdate.c, gdate.h, testgdate.c,
2313           docs/reference/glib/glib-sections.txt,
2314           docs/reference/glib/tmpl/date.sgml, tests/date-test.c: Rename some
2315           of the gdate functions to use the '_get' in their name. Patch
2316           reviewed by Havoc.
2317                 
2318 2000-12-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2319
2320         * configure.in: Determine the suffix of the shared librarries for
2321         this system. This is done analogous to
2322         ltconfig.sh. G_MODULE_SUFFIX in glibconfig.h is set to either
2323         "sl", "dll", or (most often) "so".
2324
2325         * tests/Makefile.am, tests/module-test.c,
2326         tests/libmoduletestplugin_a.c, tests/libmoduletestplugin_b.c:
2327         Added new testcase for gmodule. This is mostly copied from
2328         gmodule/testgmodule.c, but unlike that is is quiet. (Why BTW are
2329         some tests that verbose, not to say loquacious...)
2330
2331 2000-12-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2332
2333         * grand.c: Updated G_RAND_DOUBLE_TRANSFORM to be more
2334         accurate. Redid g_rand_double() such that it returns 52 bits after
2335         the point instead of 32 as before. That OTOH requires calling
2336         g_rand_int() twice. Overhauled g_rand_int_range(), which is easier
2337         now thanks to the new precision of g_rand_double(). Thanks to
2338         Sverre Johansen <sj@ifi.uio.no> for the hint.
2339
2340         * grand.h: Added g_rand_boolean() and g_random_boolean()
2341         macros. While they could be omitted due to extreme simplicity,
2342         they make intention clearer in code and are therefore good to have.
2343
2344         * grand.c, grand.h: Renamed all 'min' and 'max' parameters to'
2345         begin' and 'end' resp. to avoid making people think, that 'max' is
2346         included in the interval. 'end' now isn't, whereas 'begin'
2347         is. That's similar to the use in the STL.
2348
2349         * gslist.c, glist.c: Ok, I'm a moron. When I originally
2350         implemented ENABLE_GC_FRIENDLY, I forgot to include config.h into
2351         the affected files. Now that Alex did that for those two,
2352         inevitable typos surfaced, which are now fixed.
2353         
2354         * garray.c, ghash.c, gqueue.c, gtree.c: Include config.h as well,
2355         as ENABLE_GC_FRIENDLY should be known.
2356
2357 2000-12-19  Alexander Larsson  <alexl@redhat.com>
2358
2359         * configure.in:
2360         Added --disable-mem-pools option.
2361
2362         * glist.c:
2363         * gslist.c:
2364         * gnode.c:
2365         * gmem.c:
2366         Disable free list and memory chunks if DISABLE_MEM_POOLS is defined.
2367
2368 2000-12-17  Tor Lillqvist  <tml@iki.fi>
2369
2370         * gutf8.c (g_utf8_get_charset_internal): (Win32) Use GetACP to get
2371         the current ANSI codepage.
2372
2373         * gunicode.h: Add comment that the static string g_get_charset
2374         sets the parameter to point to should be copied in case the
2375         charset might be changed later in the program.
2376
2377 2000-12-14  Tor Lillqvist  <tml@iki.fi>
2378
2379         * makefile.{mingw,msc}.in: No need to -DGSPAWN_HELPER when
2380         compiling gspawn-win32-helper any longer.
2381
2382         * giowin32.c (g_io_win32_dispatch): Warn if no callback. Call
2383         callback correctly.
2384         (g_io_win32_create_watch): Fix typo.
2385         (g_io_win32_fd_create_watch): Ditto.
2386         (g_io_channel_unix_new): If it is a file descriptor (i.e., a Unix
2387         fd lookalike provided by the C library), call
2388         g_io_channel_win32_new_fd(). If it is a socket (from WinSock),
2389         call g_io_cahnnel_win32_new_stream_socket(). Hopefully sockets and
2390         fds don't overlap. TODO: Implement also datagram sockets.
2391         (g_io_channel_win32_poll): Call g_main_context_get_poll_func().
2392
2393         * gcompletion.h: Include <unistd.h> only on Unix. Is this
2394         inclusion really needed here? OTOH, do include <stddef.h>, for
2395         size_t.
2396
2397         * gmessages.c: (Win32) Don't define a function called "write" that
2398         might clash with the prototype from <io.h>, use a #define.
2399
2400         * glib.def: Update.
2401
2402         * gmain.c (g_source_add_poll): Don't return a value from void
2403         function.
2404         (g_main_context_get_poll_func): Compile also for non-Win32, as
2405         presumably was intended. The result var is a GPollFunc, not a
2406         GPollFunc*. Return the result!
2407
2408 2000-12-13  Havoc Pennington  <hp@redhat.com>
2409
2410         * gconvert.c (open_converter): make static
2411
2412         * gutf8.c (g_utf8_validate): Simplify logic a bit, maybe 
2413         speeding it up - now we just return FALSE if we had to bail out
2414         for any reason before getting to the end of the string, as defined 
2415         by a nul byte if len was -1, defined by the len otherwise. This 
2416         also fixes a bug where nul bytes were not treated as invalid 
2417         when the length was specified.
2418
2419 2000-12-12  Havoc Pennington  <hp@pobox.com>
2420
2421         * gmain.c (g_main_context_destroy): don't try to use thread stuff
2422         unless G_THREADS_ENABLED
2423         (g_main_context_query): ditto
2424         (g_main_context_check): ditto
2425         (g_main_loop_quit): ditto
2426
2427 Tue Dec 12 18:58:22 2000  Tim Janik  <timj@gtk.org>
2428
2429         * ghash.c (g_hash_table_remove): return whether a value
2430         got removed.
2431
2432 Tue Dec 12 15:18:10 2000  Owen Taylor  <otaylor@redhat.com>
2433
2434         * gmain.[ch]: Revert unauthorized changes.
2435
2436 2000-12-12  Elliot Lee  <sopwith@redhat.com>
2437
2438         * gmain.c, gmain.h (g_main_context_new, g_main_context_destroy):
2439         GMainContext useful in implementing some additional styles of
2440         main loop usage.  To do this, however, Joe Hacker needs to be able
2441         to create/destroy GMainContext's at will. This is just an export
2442         of existing functionality, rather than any new functionality.
2443
2444         They are listed in the "Low level functions for implementing custom
2445         main loops" section of the header file, to avoid confusing people.
2446
2447 Sun Dec 10 10:47:11 2000  Owen Taylor  <otaylor@redhat.com>
2448
2449         * gmain.c (g_source_destroy_internal): Remove pollfds
2450         from the context here, not when actually freeing the
2451         source.
2452
2453         * gmain.c (g_source_unref_internal): Free source list
2454         and source, call source->source_funcs->destroy().
2455
2456         * giochannel.c: Unreference io_channel properly.
2457
2458 Thu Dec  7 15:22:30 2000  Owen Taylor  <otaylor@redhat.com>
2459
2460         * tests/mainloop-test.c (recurser_start): Add a bunch
2461         of unrefs.
2462
2463         * gmain.c (g_source_attach): Reference the source
2464         when adding (pointed out by Elliot)
2465
2466 2000-12-08  Raja R Harinath  <harinath@cs.umn.edu>
2467
2468         * acglib.m4 (GLIB_AC_DIVERT_BEFORE_HELP): 
2469         Rename from GLIB_DIVERT_BEFORE_HELP.  
2470         Update to track autoconf 2.49b.
2471         * configure.in: Reflect above change.
2472         (AC_EGREP_HEADER): Rename from really obselete AC_HEADER_EGREP.
2473         (debug_default): Replace "if test `expr ...`" with "case". 
2474
2475         * tests/Makefile.am (TESTS): Rearrange into other variables, and
2476         include run-markup-tests.sh.
2477         (TESTS_ENVIRONMENT): New.  Pass $srcdir to tests.
2478         (noinst_PROGRAMS): Rename to ...
2479         (check_PROGRAMS): ... this.  'automake' ensures that these are
2480         built before running the tests.
2481         * tests/run-markup-tests.sh: Support $srcdir != $builddir.
2482
2483 2000-12-08  Havoc Pennington  <hp@pobox.com>
2484
2485         * tests/Makefile.am (TESTS): move markup-test to noinst_PROGRAMS;
2486         it isn't a proper test, the proper test would be 
2487         run-markup-tests.sh, but that can't go in tests, so we need 
2488         a manual make check rule. Didn't do that yet.
2489
2490 2000-12-07  Raja R Harinath  <harinath@cs.umn.edu>
2491
2492         * gmain.h: Don't put anything after an #endif.
2493         * gmain.c: Likewise.
2494
2495 2000-12-06  Havoc Pennington  <hp@pobox.com>
2496
2497         * tests/strfunc-test.c (main): add g_strdupv test
2498
2499         * gstrfuncs.c (g_strdupv): Add a function to copy 
2500         an array of strings
2501
2502 Tue Dec  5 12:23:04 2000  Owen Taylor  <otaylor@redhat.com>
2503
2504         * gmain.[hc]: Major change in API for creating sources
2505         to handle multiple main loops (GMainContext *). 
2506
2507         GSources are now exposed as GSource * and implemented
2508         with structure derivation.
2509
2510         * giochannel.[ch]: Changed vtable for GIOChannel to correspond
2511         to the new mainloop API, add g_io_channel_create_watch().
2512          
2513         * gtypes.h: Move GTimeVal here.
2514
2515         * gthread.h: Remove gmain.h include to avoid circularity.
2516         
2517         * giounix.c: Update for new GMain API.
2518          
2519         * giowin32.c: Update for new GMain API. (No check for
2520         proper compilation or working.)
2521
2522         * timeloop.c timeloop-basic.c: A benchmarking program for
2523         the main loop comparing the main loop against a 
2524         hand-written (timeloop-basic.c) variant. 
2525
2526         * tests/mainloop-test.c: New torture test of mainloop.
2527         
2528         * docs/Changes-2.0.txt: Started. Added text about
2529         changes to GMain.
2530
2531         * gmain.c (g_main_add_poll_unlocked): Initial fd->revents
2532         to zero. (#8482, Benjamin Kahn)
2533
2534 2000-12-01  Tor Lillqvist  <tml@iki.fi>
2535
2536         * {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.
2537
2538         * makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.
2539
2540         * glib.def: Update correspondingly.
2541
2542 2000-11-21  Havoc Pennington  <hp@pobox.com>
2543
2544         * gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
2545         and nothing when G_DISABLE_CONST_RETURNS is defined.
2546
2547 2000-11-29  Havoc Pennington  <hp@redhat.com>
2548
2549         * gunidecomp.c (COMBINING_CLASS): 
2550         s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
2551
2552         * gunichartables.h: Update for data in Unicode 3.0.1
2553
2554         * gunidecomp.h: Ditto
2555         
2556         * gunicode.h (GUnicodeBreakType): Enum for line break properties
2557         (g_unichar_break_type): Get the break property for a char
2558         
2559         * gunibreak.h: Autogenerated line break property tables
2560
2561         * gunibreak.c (g_unichar_break_type): added 
2562         
2563         * Makefile.am (EXTRA_DIST): dist gen-unicode-tables.pl
2564
2565         * Makefile.am (libglib_1_3_la_SOURCES): Add gunibreak.h, gunibreak.c
2566         
2567         * gen-unicode-tables.pl: Include the script to update the unicode
2568         char tables
2569
2570 2000-11-28  Elliot Lee  <sopwith@redhat.com>
2571
2572         * gmarkup.c: Fix warnings.
2573
2574         * guniprop.c, gunidecomp.c: Make warnings go away by using
2575         GPOINTER_TO_INT() instead of (int).
2576
2577         * gcompletion.[ch]: Add g_completion_set_compare(),
2578         to allow (for example) using case-insensitive completion.
2579
2580 2000-11-28  Tor Lillqvist  <tml@iki.fi>
2581
2582         Patches by Hans Breuer:
2583         
2584         * gspawn-win32.c: Move the code for gspawn-win32-helper to its own
2585         file.
2586
2587         * makefile.{mingw,msc}.in: Change accordingly.
2588
2589         * gspawn-win32-helper.c: New file.
2590
2591         * Makefile.am (EXTRA_DIST): Add it.
2592
2593         * gmarkup.c (find_current_text_end): Fix assertion not to check an
2594         uninitialised variable.
2595
2596 2000-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2597
2598         * gthread.c: Set the thread data before locking the mutex, because
2599         the locking call might use g_thread_self ().
2600
2601         * gthread.h: Do only show the location of the locking/unlocking
2602         for -DG_ERRORCHECK_MUTEXES and not the name of the mutex. Add the
2603         errorcheck capability for g_cond_wait and g_cond_timed_wait as
2604         well.   
2605
2606 2000-11-27  Havoc Pennington  <hp@redhat.com>
2607
2608         * gthread.h: Add void in empty function arg list
2609
2610 2000-11-22  Tor Lillqvist  <tml@iki.fi>
2611
2612         * makefile.{mingw,msc}.in: Add gqsort.
2613
2614         * glib.def: Update.
2615
2616 2000-11-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2617
2618         * configure.in: Add a surrogate for thread priorities using PID
2619         niceness for systems with no thread priorities and different PIDs
2620         for threads of the same process (most notably: Linux). Define
2621         G_THREAD_USE_PID_SURROGATE in that case, as used by
2622         gthread-posix.c. Also make the system thread bigger by
2623         sizeof (long) to contain the thread's PID.
2624
2625         * gfileutils.c: Include stdlib.h for mkstemp prototype.
2626
2627         * gthread.c: Add priority range checks to the affected functions.
2628
2629         * gthreadpool.c: Remove unused variable.
2630
2631 Mon Nov 20 18:55:17 2000  Jonathan Blandford  <jrb@redhat.com>
2632
2633         * gtree.[hc]: Patch from David Benson <daveb@idealab.com> to add
2634         user_data support to gtree functions.
2635
2636 Mon Nov 13 18:35:52 2000  Jonathan Blandford  <jrb@redhat.com>
2637
2638         * gtypes.h (GCompareFuncData): new func type to let you use user
2639         data when comparing nodes.
2640
2641         * gslist.c (g_list_sort_with_data): new function to sort with
2642         user_data. 
2643
2644         * glist.c (g_list_sort_with_data): new function to sort with
2645         user_data. 
2646
2647         * garray.[ch]: Added convenience functions to sort arrays.
2648
2649 2000-11-16  Havoc Pennington  <hp@redhat.com>
2650
2651         * guniprop.c (g_unichar_isspace): Use a switch here, maybe helps 
2652         the compiler optimize things. Also, ' ' is a SPACE_SEPARATOR,
2653         so don't special case it.
2654
2655 2000-11-17  Tor Lillqvist  <tml@iki.fi>
2656
2657         * glib.def: Add g_trash_stack entry points.
2658
2659 Fri Nov 17 15:43:00 2000  Owen Taylor  <otaylor@redhat.com>
2660
2661         * Released 1.3.2
2662         
2663         * NEWS: Update.
2664
2665         * tests/Makefile.am (dist-hook): Add code to distribute
2666         markup test files.
2667
2668 2000-11-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2669
2670         * configure.in: Check for the sched.h header and include it on
2671         gthread/gthread-posix.c if available.
2672
2673         * configure.in: Add -D_POSIX4_DRAFT_SOURCE to
2674         GTHREAD_COMPILE_IMPL_DEFINES. Also add -D_POSIX4A_DRAFT10_SOURCE
2675         to G_THREAD_CFLAGS. Really deploy GTHREAD_COMPILE_IMPL_DEFINES,
2676         when searching for thread libs. Look for sched_* functions in
2677         -lrte as well. All of that is necessary on DG/UX.
2678
2679         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADERS in
2680         various places to make it work more reliable, to make it accept
2681         macros instead of functions etc.
2682
2683         * configure.in: Replace some NULL's for checks with 0 to make it
2684         work without stdio.h everywhere.
2685
2686         * configure.in, gutils.c: changed the test for getpwuid_r to first
2687         test for a posix version and then for a non-posix version. No code
2688         change in gutils.c. Again this change deals better with getpwuid_r
2689         being a macro and not a function. Most of the above with kind help
2690         from Tethys <tet@isengard.europe.dg.com>. This fixes Bug #13403.
2691         
2692 2000-11-14  Tor Lillqvist  <tml@iki.fi>
2693
2694         * gwin32.h: Make #endif comment match #ifdef.
2695
2696 Mon Nov 13 14:00:20 2000  Owen Taylor  <otaylor@redhat.com>
2697
2698         * configure.in: Up version to 1.3.2
2699
2700         * gconvert.h (enum GConvertError): Remove trailing ,
2701
2702         * gfileutils.c (g_file_open_tmp): Fix comment to 
2703         properly describe return value.
2704
2705 2000-11-13  Tor Lillqvist  <tml@iki.fi>
2706
2707         * config.h.win32.in: Add USE_LIBICONV.
2708
2709         * gconvert.c: Check G_OS_WIN32 only after including glib.h. 
2710
2711         * glib.def: Update.
2712
2713 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2714
2715         * gthread.c (g_static_rec_mutex_*): Made recursive mutexes also
2716         work when the thread system is not (yet) initialized.
2717
2718 Sun Nov 12 18:34:32 2000  Owen Taylor  <otaylor@redhat.com>
2719
2720         * gconvert.[ch]: Create wrapper functions for iconv()
2721         so that we can transparently use the native iconv, 
2722         libiconv, or (in the future) a mini-iconv included
2723         with glib.
2724
2725         * glib-config-2.0.in glib-2.0.pc.in: Include @ICONV_LIBS@
2726
2727         * INSTALL: Added note about libiconv.
2728
2729         * configure.in: Add checks for libiconv from pango. If
2730         EILSEQ is not defined in errno.h add define for it into
2731         glibconfig.h so g_iconv can use it. (Note, recompiling
2732         from a system without EILSEQ to a system with EILSEQ
2733         will break binary compatibility)
2734
2735 2000-11-12  Robert Brady  <robert@suse.co.uk>
2736
2737         * gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8
2738
2739         * gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
2740         g_locale_{to.from}_utf8.  The locale_ variant honours 
2741         nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
2742         asked otherwise.
2743
2744         (g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
2745         != length and no bytesread pointer passed.
2746
2747 Sun Nov 12 15:29:53 2000  Owen Taylor  <otaylor@redhat.com>
2748
2749         * gfileutils.[ch]: template is a reserved word in
2750         C++ s/template/tmpl/. 
2751
2752 2000-11-11  Havoc Pennington  <hp@pobox.com>
2753
2754         * gmarkup.c (g_markup_parse_context_parse): Handle a long stream
2755         of bytes containing no UTF-8 character starts
2756
2757 2000-11-11  Tor Lillqvist  <tml@iki.fi>
2758
2759         * glib.def: Add missing entry points.
2760
2761         * gfileutils.c (g_mkstemp): Improve chance to generate unique
2762         names with less effort a bit.
2763
2764         * gfileutils.h: Add g_file_open_tmp() declaration.
2765
2766         * testglib.c: Include <io.h> on Win32.
2767
2768         * makefile.mingw.in: Correct the way to invoke sub-makes.
2769
2770 Sun Nov  5 13:20:54 2000  Owen Taylor  <otaylor@redhat.com>
2771
2772         * glib-object.h: Add gtypemodule.h
2773
2774 2000-11-11  Tor Lillqvist  <tml@iki.fi>
2775
2776         * gfileutils.c (g_file_open_tmp): New function, suggested by Havoc
2777         earlier this month.
2778         (g_mkstemp): Use only one case for letters in temp file name, as
2779         this will be used on systems with case-insensitive file systems.
2780
2781         * testglib.c (main): Test g_mkstemp() and g_file_open_tmp().
2782
2783 2000-11-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2784
2785         * gthreadpool.c: Don't take other threads with other priorities
2786         into account as changing the priority is highly
2787         unportable. (Actually using it at all already is unportable, but
2788         even sometimes where that works, changing priority is not
2789         possible).
2790
2791 2000-11-05  Havoc Pennington  <hp@pobox.com>
2792
2793         * gmarkup.h: rename G_MARKUP_FOO to
2794         G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG
2795
2796         * gmarkup.c: don't start doc comments with "Returns"
2797         
2798 2000-11-05  Havoc Pennington  <hp@pobox.com>
2799
2800         * gmarkup.c: inline docs
2801         (unescape_text): properly check strtoul for failure.
2802         
2803         * gerror.c (g_propagate_error): Free the src error if the dest
2804         location is NULL - I'm pretty sure that's what this function was 
2805         supposed to do.
2806
2807 2000-11-05  Havoc Pennington  <hp@pobox.com>
2808
2809         * gutils.c (g_find_program_in_path): cleanup docs, sync param 
2810         names to those in the header
2811
2812         * gfileutils.c (g_mkstemp): clean up docs
2813
2814         * gshell.h: sync param names with param names in .c file
2815
2816         * gfileutils.h (enum GFileTest): remove trailing comma from last
2817         member, confuses gtk-doc
2818
2819         * gmarkup.h: s/GMarkupErrorType/GMarkupError/g; to follow
2820         convention
2821
2822 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2823
2824         * gasyncqueue.c: Added documentation for asyncronous queues.
2825
2826         * gspawn.c: Include sys/select.h (some platforms need it for
2827         select). 
2828
2829         * gspawn.c: Changed unportable __FUNCTION__ to the verbatim
2830         function name.
2831
2832 2000-10-31  Tor Lillqvist  <tml@iki.fi>
2833
2834         * gutils.c
2835         * gutils.h
2836         * gfileutils.c
2837         * gfileutils.h: Actually, g_mkstemp() is better suited in gfileutils.
2838
2839 2000-10-30  Tor Lillqvist  <tml@iki.fi>
2840
2841         * configure.in: Check for mkstemp.
2842
2843         * gutils.c (g_mkstemp): New function. If HAVE_MKSTEMP, just call
2844         it, otherwise use code lifted from glibc.
2845
2846         * gutils.h: Declare it.
2847
2848         * glib.def: Here, too. Plus two missing functions.
2849
2850 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2851
2852         * gcache.h, gcache.c, ghash.h, ghash.c, grel.c, grel.h, gtypes.h:
2853         Introduced new function type GEqualFunc to return TRUE for equal
2854         params. This is now used instead of GCompareFunc (which should
2855         work akin to strcmp) here. This kind of fixes Bug #14412. Note
2856         that technically GCompareFunc and GEqualFunc are still the same
2857         types, as gint == gboolean.
2858
2859         * ghash.h, gutils.c: g_int_equal and g_direct_equal now return
2860         gboolean to be really become GEqualFunc.
2861
2862         * gscanner.c, testglib.c, tests/hash-test.c: Some tiny changes to
2863         follow the above change.
2864
2865 2000-10-27  Tor Lillqvist  <tml@iki.fi>
2866
2867         * makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
2868
2869         * glib.def: Add missing functions.
2870
2871         * tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
2872
2873 2000-10-24  Havoc Pennington  <hp@pobox.com>
2874
2875         * gmarkup.h, gmarkup.c: New module to parse a simple
2876         markup language
2877         
2878         * Makefile.am: add gmarkup.h, gmarkup.c
2879
2880         * tests/Makefile.am: add markup-test
2881
2882         * gstring.h (g_string_new_len): new function to create a string
2883         with a length
2884         (g_string_new): avoid a gratuitous realloc
2885
2886 2000-10-26  Tor Lillqvist  <tml@iki.fi>
2887
2888         * makefile.{mingw,msc}.in: Cosmetics.
2889
2890 2000-10-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2891
2892         * gstrfuncs.c (g_strsplit): When the string is ended by a
2893         delimiter, return an extra empty string just like for a delimiter
2894         at the start of the string. This makes the function behave more
2895         consistent and also fixes Bug #15026.
2896
2897 Tue Oct 24 22:09:14 2000  Tim Janik  <timj@gtk.org>
2898
2899         * glib-object.h: added newly added gobject/ headers.
2900
2901         * gmesage.c: print g_message() output to stderr instead of stdout.
2902
2903 2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2904
2905         * configure.in: Use one = instead of two, which is plainly wrong.
2906
2907 2000-10-19  Tor Lillqvist  <tml@iki.fi>
2908
2909         * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
2910         with user32.lib.
2911
2912         * gspawn-win32.c
2913         * gfileutils.c: Make them compile with picky MSVC.
2914
2915         * gwin32.h: New file. Move Win32-only stuff that isn't related to
2916         GIOChannels here from giochannel.h.
2917
2918         * Makefile.am: Add it here.
2919
2920         * giochannel.h: Move stuff to gwin32.h.
2921
2922         * glib.h: On Win32, include gwin32.h.
2923
2924 Mon Sep 11 10:03:24 2000  Owen Taylor  <otaylor@redhat.com>
2925
2926         * glib.h convert.c (g_convert_with_fallback): Change
2927         ERROR_OTHER to ERROR_FAILED, add some dummy marking with _().
2928
2929         * docs/reference/glib/glib-sections.txt
2930         docs/reference/glib/glib-docs.sgml Update for g_convert,
2931         g_unicode_validate.
2932
2933 2000-10-16  Tor Lillqvist  <tml@iki.fi>
2934
2935         * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
2936         takes care of it, correctly.
2937
2938         * giowin32.c (reader_thread): Some more debugging output.
2939         (g_io_channel_win32_poll): Remove unused vars.
2940
2941         * gfileutils.c: Changes for Win32, with no unistd.h and no
2942         S_ISLNK().
2943
2944         * gspawn-win32.c: Implementation of the g_spwan_* functions for
2945         Win32. Due to the general non-Unixness of Win32, much of the
2946         functionality that is relatively clean to implement on Unix, is
2947         hard to do on Win32. We must use a separate helper program to
2948         change directory, close extra file descriptors, redirect the std
2949         ones, as needed, and only then start the child process. No child
2950         process pid can be returned, unfortunately. Or if we used
2951         CreateProcess directly, it probably could. (Now we use the spawnv*
2952         functions from msvcrt.)
2953
2954         * Makefile.am (EXTRA_DIST): Add gspawn-win32.c
2955
2956         * glib.def: Add new entry points.
2957
2958         * glib.def
2959         * giowin32.c: Remove g_io_channel_win32_wait_for_condition(),
2960         g_io_channel_win32_poll() subsumes it.
2961
2962         * gbacktrace.h: G_BREAKPOINT for MSVC (on the ix86).
2963
2964         * gwin32.c (g_win32_getlocale): Use "sp" for
2965         LANG_CROATIAN+SUBLANG_SERBIAN_LATIN.
2966
2967         * makefile.{mingw,msc}.in (glib_OBJECTS): Add new files.
2968         Add gspawn-win32-helper.exe rule.
2969
2970         * tests/makefile.{mingw,msc}.in (TESTS): Add shell-test and
2971         spawn-test.
2972
2973         * tests/spawn-test.c: (run_tests): On Win32, don't try to run
2974         /bin/sh, but ipconfig (no special significance in choosing that,
2975         just a program that outputs something to stdout).
2976
2977 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
2978
2979         Remove need for acconfig.h, and misc. cleanups.
2980         * acglib.m4 (GLIB_SIZEOF): Add 'autoheader' comment to
2981         AC_DEFINE_UNQUOTED.
2982         (GLIB_BYTE_CONTENTS): Likewise.
2983
2984         * configure.in: Add 'autoheader' comments to all AC_DEFINE(...)
2985         and AC_DEFINE_UNQUOTED(...) lines.
2986         Replace AC_MSG_CHECKING/AC_CACHE_VAL with AC_CACHE_CHECK.
2987         (AM_PROG_LIBTOOL): Move after AC_PROG_CC.
2988         
2989         * acconfig.h: Empty out.
2990
2991         * Makefile.am (BUILT_EXTRA_DIST): New variable.  List 'dist'able
2992         files that are created in the builddir.
2993         (dist-hook): Handle those files.
2994         (libglib_1_3_la_SOURCES): Remove @ALLOCA@.  @ALLOCA@ should only
2995         be used in an _LDADD or _LIBADD, since it expands (if necessary)
2996         to 'alloca.o'.
2997
2998         * tests/Makefile.am (BUILT_EXTRA_DIST): New variable.
2999         (dist-hook): Handle $(BUILT_EXTRA_DIST).
3000         
3001 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3002
3003         * grand.c: Added inline documentation. 
3004
3005         * gtypes.h, gnode.h, gutils.h: Readded GFreeFunc,
3006         g_node_insert_after and g_find_program_in_path resp., which
3007         mysteriously disappeared during the glib.h dissection.
3008
3009 2000-10-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3010
3011         * glibconfig.h.win32.in: Adapted accordingly to header separation
3012         and GLIB_HAVE_ALLOCA_H renaming.
3013
3014         * Makefile.am: Added the new headers to glibinclude_HEADERS.
3015
3016         * glib.h: Forgot to include gerror.h.
3017
3018         * glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
3019         gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
3020         ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
3021         gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
3022         grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
3023         gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
3024         into many header files mostly according to the resp. *.c-files.
3025         
3026         * gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
3027         of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
3028         __END_DECLS.
3029
3030         * configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
3031         gunicode.h, : Changed guard-macro names to something more
3032         consistent.
3033
3034         * configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
3035
3036         * configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including
3037         alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h.
3038
3039         * configure.in: Removed cruft from old threading code.
3040
3041 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
3042
3043         Work with beta autoconf 2.50.
3044         * configure.in (GLIB_MAJOR_VERSION): Use GLIB_DIVERT_BEFORE_HELP
3045         instead of AC_DIVERT_PUSH(),AC_DIVERT_POP.
3046         (AC_CHECK_HEADERS): Remove redundant AC_DEFINE(HAVE_...).
3047         (REALLOC_0_WORKS): Move AC_DEFINE outside AC_CACHE_VAL.
3048         (dlopen): Quote nested AC_CHECK_... calls.
3049
3050         * acglib.m4 (GLIB_TR_SH, GLIB_TR_CPP): Utility macros copied from
3051         beta autoconf 2.50.
3052         (GLIB_DIVERT_BEFORE_HELP): New macro that works both with autoconf
3053         2.13 and beta autoconf 2.50.
3054         (GLIB_SIZEOF, GLIB_BYTECONTENTS): Use GLIB_TR_*.
3055
3056         * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
3057         that 'configure' depends on acglib.m4.
3058
3059 2000-10-09  Havoc Pennington  <hp@redhat.com>
3060
3061         * Makefile.am, tests/Makefile.am: Add new files.
3062
3063         * tests/spawn-test.c, tests/shell-test.c: new tests for
3064         the shell/spawn stuff
3065
3066         * gutils.c (g_find_program_in_path): convert a relative
3067         program name into an absolute pathname to an existing 
3068         executable
3069
3070         * gspawn.h, gspawn.c: New fork/exec API
3071
3072         * gshell.h, gshell.c: Shell-related utilities, at the moment
3073         simply routines to parse argv and quote/unquote strings
3074
3075         * guniprop.c (g_unichar_isspace): Return TRUE for the 
3076         ASCII space characters isspace() returns TRUE for.
3077
3078         * gfileutils.c (g_file_get_contents): Convenience function 
3079         to slurp entire file into a string and return it. Partially
3080         written by Joel Becker.
3081         (g_file_test): file test function
3082
3083 2000-10-06  Tor Lillqvist  <tml@iki.fi>
3084
3085         * makefile.msc.in: Revamp to be like makefile.mingw.in, make
3086         the MSVC build actually work again.
3087
3088         * gmodule/makefile.msc.in
3089         * gobject/makefile.msc.in
3090         * gthread/makefile.msc.in: New files, like their mingw counterparts.
3091
3092         * gmodule/Makefile.am
3093         * gobject/Makefile.am
3094         * gthread/Makefile.am: Make and distribute them.
3095
3096         * */makefile.mingw.in: Allow override of GLib version number from
3097         the build/win32/module.defs file.
3098
3099         * glib.def: Add new entry point.
3100
3101         * tests/gio-test.c (main): Fix the Win32-only code to use current
3102         API, g_io_channel_win32_make_pollfd() and g_io_channel_win32_poll().
3103
3104         Fixes from Hans Breuer:
3105
3106         * glib.h (struct DIR): Keep the last readdir result cached inside
3107         the DIR struct, to enable several DIRs being open simultaneously.
3108
3109         * gwin32.c (g_win32_readdir): Use the above instead of static.
3110
3111         * giowin32.c (g_io_channel_win32_make_pollfd): Insert cast to keep
3112         MSVC happy.
3113
3114 2000-10-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3115
3116         * glib.h: Changed alloca stuff a bit: when we have a working
3117         alloca.h, we're not messing with alloca any further. Should fix a
3118         bug reported by Bernd Demian <wega@csc-dd.de>.
3119
3120 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
3121
3122         * gnode.c (g_node_insert_after): Added function to keep symmetry
3123         with g_node_insert_before. 
3124
3125 2000-09-29  Martin Baulig  <baulig@suse.de>
3126
3127         Several minor ANSI C fixes.
3128
3129         Added missing casts:
3130         * gdate.c (g_date_fill_parse_tokens): `s = (guchar *) str'.
3131         * gmain.c (g_idle_dispatch): `func = (GSourceFunc) source_data'.
3132         (g_idle_add_full): `(gpointer) function' in call to g_source_add().
3133         * gstrfuncs.c (g_strdown): `s = (guchar *) string' and
3134         `return (gchar *) string'.
3135         (g_strup): Likewise.
3136         (g_strchug): `start = (guchar*) string' in 1st for() argument;
3137         `strlen ((gchar *) start)' in call to g_memmove().
3138         * gstring.c (g_string_down): `s = (guchar *) string->str'.
3139         (g_string_up): Likewise.
3140         * gthreadpool.c (stop_this_thread_marker):
3141         `(gpointer) &g_thread_pool_new'.
3142         * gunidecomp.h (decomp_table[]): Cast all the strings to
3143         `unsigned char *'.
3144
3145         Put text following #endif into comments:
3146         * gmain.c: here.
3147
3148 2000-09-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3149
3150         * configure.in, glib.h: Added errorcheck mutexes. These are
3151         activated through the preprocessor symbol
3152         G_ERRORCHECK_MUTEXES. Need to add an extra word to StaticMutex in
3153         order to achieve this. g_(static_)mutex_* functions instrument the
3154         mutex operations with mutex name and location, when compiled with
3155         -DG_ERRORCHECK_MUTEXES. g_thread_init activates the errorcheck
3156         mutexes, when compiled with -DG_ERRORCHECK_MUTEXES.
3157
3158 2000-09-28  Havoc Pennington  <hp@pobox.com>
3159
3160         * glib.h (GThreadPriority): fix indentation
3161         (GConvertError): generic error is conventionally called
3162         _FAILED rather than _OTHER, at least at the moment, 
3163         according to GError docs in docs/reference.
3164
3165         * gconvert.c: s/_OTHER/_FAILED/
3166
3167 2000-09-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3168
3169         * configure.in: Adjusted the test for an unimplemented
3170          getpwuid_r. Info from Michael Pruett. This is just a forward
3171          merge from glib-1-2.
3172
3173         * configure.in: Moved determination of G_THREAD_FLAGS before
3174         G_THREAD_LIBS. Check for UnixWare systems and set the right cflags
3175         and libs there (it needs -Kthread for the native compiler and
3176         -pthread for gcc). Thanks to Boyd Lynn Gerber <gerberb@zenez.com>
3177         for the info.
3178
3179         * configure.in: Fail immediately, when no thread library is found,
3180         instead of continuing searching for rt libs etc. Changed almost
3181         all occurances of $enable_threads to $have_threads, as that's,
3182         what we want.
3183
3184         * tests/threadpool-test.c: Define vars inside the guard to avoid
3185         warnings.
3186
3187         * configure.in, tests/type-test.c: Some platforms support 64 bit
3188         'long long', but you can not printf or scanf them. In that case,
3189         don't define G_G{UINT|INT}64_FORMAT. Changed the type-test program
3190         to reflect that.
3191
3192         * gutils.c (g_get_current_dir): max_len can't be initialized
3193         statically as it might call a function. So do it at first call.
3194
3195 Tue Sep 26 2000 Elliot Lee <sopwith@redhat.com>
3196
3197         * glib.h: Add G_GNUC_PURE macro (but don't use it anywhere).
3198
3199 Mon Sep 25 2000 Elliot Lee <sopwith@redhat.com>
3200
3201         * garray.c, glib.h, gmem.c: Add a few missing G_GNUC_CONST's.
3202
3203 2000-09-21  Tor Lillqvist  <tml@iki.fi>
3204
3205         * makefile.mingw.in: Add gconvert.o. Use libiconv.
3206
3207         * config.h.win32.in: Define HAVE_GETCWD.
3208
3209         * glib.def: Add new entry points.
3210
3211 2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3212
3213         * configure.in: The last released automake (1.4) still requires
3214         AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
3215         time being.
3216
3217 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3218
3219         * acconfig.h, configure.in, gutils.c: Test for the existence of
3220         getcwd, and use it only when found.
3221
3222         * glib.h: Only use the gcc-variable-macro-argument-extension for
3223         gcc >= 2.4. Both patches from Jonas Oberg <jonas@gnu.org>.
3224
3225 Mon Sep 18 10:58:21 2000  Owen Taylor  <otaylor@redhat.com>
3226
3227         * gutf8.c: Implement g_ucs4_to_utf8 which was in
3228         the header file but not implemented.
3229
3230 Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com>
3231
3232         * glib.h configure.in: Define g_alloca() as an
3233         alloca-that-works-anywhere.
3234
3235         * gconvert.c: Fix warnings which could have caused problems on
3236         64-bit platforms.
3237
3238 Sun Sep 10 12:37:40 2000  Owen Taylor  <otaylor@redhat.com>
3239
3240         * glib.h gconvert.c (g_convert): Havoc Pennington's implementation 
3241         of convenient character set conversion using iconv, with
3242         the addition of GError. We probably need a fallback that
3243         just does conversions between, say UTF-8,16,32 and ISO-8859-1
3244         for targets without iconv at all.
3245
3246         Also add g_convert_with_fallback() to take care of conversions 
3247         where we accept some loss going to the target encoding.
3248
3249 2000-09-10  Havoc Pennington  <hp@redhat.com>
3250
3251         * gutf8.c (g_utf8_validate): Add this function.
3252
3253 Sat Sep  9 18:50:42 2000  Owen Taylor  <otaylor@redhat.com>
3254
3255         * gstrfuncs.c (g_strescape): Add a missing g_return_if_fail().
3256
3257 Mon Aug 21 03:57:46 2000  Tim Janik  <timj@gtk.org>
3258
3259         * glib.h (G_BREAKPOINT): for non-i386 and non-alpha, or non gcc,
3260         implement BREAKPOINT() as raise (5 /* SIGTRAP */);
3261
3262         * glib.h: provide user-definable switch G_IMPLEMENT_INLINES,
3263         to turn on compilation of inline function implementations provided
3264         in header files with extern linkage.
3265         wrap inline function implementations into ifdef __G_UTILS_C__, so we
3266         really only compile them for gutils.c and not also into arbitrary user
3267         code that wants to make use of G_IMPLEMENT_INLINES.
3268         adjusted comment apropriately.
3269
3270         * gutils.c: to turn on compilation of inline functions, provide
3271         #define G_IMPLEMENT_INLINES 1 and #define __G_UTILS_C__.
3272
3273 2000-09-06  Havoc Pennington  <hp@redhat.com>
3274
3275         * gerror.c: docs
3276
3277         * docs/reference/glib/tmpl/error_reporting.sgml: docs
3278
3279 Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
3280
3281         * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
3282
3283 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3284
3285         * glib.h, gtimer.c, tests/thread-test.c:
3286         s/G_MICROSEC/G_USEC_PER_SEC/
3287
3288         * glib.h: Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h, as
3289         they are really superfluous.
3290
3291 Tue Sep  5 20:16:27 2000  Owen Taylor  <otaylor@redhat.com>
3292
3293         * configure.in docs/Makefile.am: Add gtk-doc checks
3294         for newly added docs/reference/ subdir.
3295
3296 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3297
3298         * gthread.c (g_thread_error_quark): Don't use a G_LOCK, as it
3299         isn't necessary.
3300
3301 2000-09-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3302
3303         * gstring.c (g_string_free): Use g_return_val_if_fail instead of
3304         g_return_if_fail, as the function now is supposed to return
3305         something.
3306
3307         * gerror.c, gerror.h (g_propagte_error): Added function
3308         g_propagte_error to hand over local errors to the calling
3309         function.
3310
3311         * glib.h: Include gerror.h before it is used for some g_thread_*
3312         functions.
3313
3314         * gthread.c, gthreadpool.c, glib.h: Enable error reporting for
3315         thread creation, namely for g_thread_create, g_thread_pool_new,
3316         g_thread_pool_push and g_thread_pool_set_max_threads.
3317
3318         * tests/thread-test.c, tests/threadpool-test.c: Adapted
3319         accordingly.
3320
3321 2000-08-31  Tor Lillqvist  <tml@iki.fi>
3322
3323         * glib.h
3324         * glib.def
3325         * giowin32.c (g_io_channel_win32_make_pollfd): New function, to
3326         make a GPollFD from a GIOChannel. Creates the events and starts
3327         the reader thread if necessary.
3328
3329         * glib.h
3330         * giowin32.c (g_io_channel_win32_poll): No use for separate
3331         condition parameter.
3332
3333         * gmain.c (g_get_current_time): (Win32): Simplify, use
3334         GetSystemTimeAsFileTime().
3335
3336 2000-08-27  Tor Lillqvist  <tml@iki.fi>
3337
3338         * giowin32.c (g_io_channel_win32_poll): New function, otherwise
3339         like g_io_channel_win32_wait_for_condition(), but accept several
3340         GPollFDs.
3341         (g_io_channel_win32_wait_for_condition): Call
3342         g_io_channel_win32_poll().
3343
3344         * glib.h: Declare g_io_channel_win32_poll().
3345
3346         * gwin32.c (g_win32_error_message): Don't believe return value
3347         from FormatMessage.
3348
3349 2000-08-25 Elliot Lee <sopwith@redhat.com>
3350
3351         * glib.h, gunicode.h, gmodule/gmodule.h:
3352         Mark the following functions G_GNUC_CONST (to allow optimization)
3353         because their results are a function of only their parameters: 
3354         g_int_hash, g_int_equal, g_direct_hash, g_direct_equal,
3355         g_quark_to_string, g_date_is_leap_year, g_date_days_in_month,
3356         g_date_monday_weeks_in_year, g_date_sunday_weeks_in_year,
3357         g_spaced_primes_closest, g_unichar_is*, g_unichar_to*,
3358         g_unichar_*digit_value, g_unichar_type
3359
3360 2000-08-21 Elliot Lee <sopwith@redhat.com>
3361
3362         * gobject/Makefile.am, gobject/gobject-query.c,
3363         gobject/gparamspecs.c: Fix inclusion of config.h
3364
3365 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
3366
3367         * tests/gio-test.c: Fix a couple of trivial bugs that
3368         were causing warnings.
3369
3370 Mon Aug 21 14:39:36 2000  Owen Taylor  <otaylor@redhat.com>
3371
3372         * glib.h: Use C99 varargs macros where possible 
3373         (check __STDC_VERSION__), otherwise, on gcc, use an alternate 
3374         form of gcc varargs which is more likely
3375         to be supported going forward. (Based on some code
3376         from Raja Harinath)
3377
3378 2000-08-17  Darin Adler  <darin@eazel.com>
3379
3380         * glib.h:
3381         * garray.c: (g_array_free), (g_ptr_array_free),
3382         (g_byte_array_free): Return the data left behind.
3383         * gstring.c: (g_string_free): Return the data left behind.
3384
3385         Changed the free calls that leave data behind so they
3386         return a pointer to the left-behind data, NULL if told not
3387         to leave anything behind. This makes these calls easier
3388         to use correctly, without any incompatible API change for
3389         callers that don't know about the return value. Of course,
3390         it would be even clearer if the free calls weren't dual-purpose
3391         in the first place.
3392
3393 2000-08-12  Tor Lillqvist  <tml@iki.fi>
3394
3395         * giowin32.c: Some indentation and spacing fixes. Add some more
3396         logging.
3397         (g_io_win32_add_watch): New function, with common code from
3398         g_io_win32_fd_add_watch and g_io_win32_sock_add_watch. Don't start
3399         more than one reader thread for a GIOChannel. We should obviously
3400         have just one reader thread reading a file descriptor or socket.
3401
3402 2000-08-10  Havoc Pennington  <hp@redhat.com>
3403
3404         * gthread-2.0.pc.in (Cflags): don't duplicate glib Cflags
3405
3406         * gmodule-2.0.pc.in (Cflags): don't duplicate glib Cflags
3407
3408         * gobject-2.0.pc.in (Cflags): don't duplicate Cflags from glib
3409         itself
3410
3411 2000-08-10  Havoc Pennington  <hp@redhat.com>
3412
3413         * glib-2.0.pc.in (Cflags): Look in glib-2.0/include for
3414         glibconfig.h
3415
3416 2000-08-07  Tor Lillqvist  <tml@iki.fi>
3417
3418         * tests/gio-test.c (shutdown_source): New function, that calls
3419         g_source_remove(). Check return value of g_source_remove(), and
3420         decrement running subprocess counter only if g_source_remove()
3421         actually did remove the source.
3422
3423         (recv_message): Call shutdown_source() on EOF condition. Return
3424         FALSE on G_IO_HUP and G_IO_ERR condition. Fix printf format typo.
3425
3426 Sun Aug  6 20:06:02 2000  Tim Janik  <timj@gtk.org>
3427
3428         * gmessages.c (g_log_domain_check_free): keep *last updated while
3429         running through the domain list, so we don't screw up the removal,
3430         patch provided by Gady Kozma <gadykozma@hotmail.com>.
3431
3432 Sun Aug  6 20:03:41 2000  Tim Janik  <timj@gtk.org>
3433
3434         * gmessages.c (g_log_remove_handler): keep *last updated while running
3435         through the handler list, so we don't screw up the removal.
3436
3437 Sun Jul 30 16:54:13 2000  Owen Taylor  <otaylor@redhat.com>
3438
3439         * gunicode.h: Fix stray character
3440
3441         * gutf8.c (g_unichar_to_utf8): Allow outbuf to be NULL, in
3442         which case we just compute the length.
3443
3444 2000-07-31  Havoc Pennington  <hp@redhat.com>
3445
3446         * Makefile.am (EXTRA_DIST): forgot to add .pc.in to EXTRA_DIST
3447
3448 2000-07-31  Havoc Pennington  <hp@redhat.com>
3449
3450         * glib-2.0.pc.in, gobject-2.0.pc.in, gmodule-2.0.pc.in,
3451         gobject-2.0.pc.in: pkg-config data files         
3452
3453         * Makefile.am: Install/dist the .pc files
3454
3455         * configure.in: Output the .pc files
3456
3457 2000-07-31  Tor Lillqvist  <tml@iki.fi>
3458
3459         * giowin32.c (buffer_read): The code didn't compile (must
3460         have been sleepy when committing). "return" instead of "break"
3461
3462         (g_io_win32_fd_add_watch): Cannot check if the file descriptor is
3463         readable by calling ReadFile to read zero bytes. ReadFile blocks
3464         on NT even if trying to read nothing at all. So, don't check if
3465         file descriptor is readable; assume this function isn't called
3466         otherwise.
3467
3468 Sun Jul 30 10:44:16 2000  Tim Janik  <timj@gtk.org>
3469
3470         * gmain.c (g_get_current_time): fix tor's recent changes which
3471         got rid of a required variable in the non-windows path.
3472
3473 2000-07-30  Tor Lillqvist  <tml@iki.fi>
3474
3475         Finally, a new and improved IO Channel and condition watch
3476         implementation for Win32. Based on code provided by Craig Setera.
3477
3478         When watching file descriptors, for which there is no select()
3479         like functionality on Win32 that would work on all Win32 platforms
3480         for all types of file descriptors (including anonymous pipes), we
3481         start a new thread that blocks while trying to read from the file
3482         descriptor. When the read returns, a Win32 Event is signalled that
3483         the polling routine eventually notices. Meanwhile, the data being
3484         read is stored in a circular buffer, from where the IO channel's
3485         read() method picks it up.
3486
3487         If the buffer fills up the reading thread has to wait for space
3488         becoming available. For this another Win32 Event is used. The IO
3489         Channel's read() method signals this when it has read some data
3490         out of the buffer.
3491
3492         The separate reader thread(s), and the circular buffer(s) with
3493         associated events mean lots of possibilities for fun parallelism
3494         errors. But it seems to work OK, i.e. GIMP runs.
3495
3496         * gmain.c: Small changes to the Win32 polling function.
3497         (g_main_win32_get_poll_func): New function. Perhaps it would be a
3498         good idea to provide this on all platforms.
3499
3500         * giowin32.c: The bulk of the new implementation.
3501         (g_io_channel_win32_wait_for_condition): New function. To be used
3502         where on Unix one does a select() on the channel's fd, like
3503         libgimp's gimp_extension_process(). Could be provided on all
3504         platforms.
3505
3506         * glib.h: Update documentation for IO Channels on Win32. Remove
3507         the declarations for the as of now obsolete old functions related
3508         to IO Channels for pipes with "wakeup" messages.
3509
3510         * glib.def: Some new functions.
3511
3512         * tests/gio-test.c: New file, to test GIOChannel and main loop.
3513
3514         * tests/Makefile.am
3515         * tests/makefile.mingw.in: Add it.
3516
3517         (Later the same night:)
3518
3519         * giowin32.c: Compile in the debugging code all the time, but only
3520         output debug messages if told so. Add (unadvertised) function to
3521         turn on/off debug messages for a channel.
3522
3523         (buffer_read): Don't loop. It is expected behaviour to return a
3524         short read occasionally, for instance when reading from
3525         pipes. It's the calling code that should loop if it *knows* how
3526         much the writer has written.
3527
3528         * tests/gio-test.c: Correct the program's name in the output.
3529         (recv_message): Loop calling g_io_channel_read() (in a new
3530         function read_all()) until we have all the bytes we want (that we
3531         know the writer has written/will write).
3532
3533 Thu Jul 27 05:15:11 2000  Tim Janik  <timj@gtk.org>
3534
3535         * gstrfuncs.c (g_strlcpy, g_strlcat): completed tor's fix
3536         to cover both #ifdef branches.
3537
3538 2000-07-26  Tor Lillqvist  <tml@iki.fi>
3539
3540         * gstrfuncs.c (g_strlcpy, g_strlcat): Return 0 on error, not NULL.
3541
3542         * glib.def: Add g_strlcpy, g_strlcat.
3543
3544         * glibconfig.h.win32.in: Add gsize and gssize.
3545
3546 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
3547
3548         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
3549         updates the license headers to the GNU Lesser General Public License,
3550         as well as updating the copyright year to 2000.
3551
3552 Wed Jul 26 05:47:48 2000  Tim Janik  <timj@gtk.org>
3553
3554         * configure.in:
3555         * testglib.c:
3556         * gstrfuncs.c:
3557         * glib.h: added g_strlcat() and g_strlcpy() wrappers, supplied by
3558         David Wheeler <dwheeler@ida.org>:
3559
3560         * glib.h, gstrfuncs.c: added g_strlcpy and g_strlcat to support
3561           safe manipulation of fixed-length string buffers.
3562           These functions were originally developed by Todd Miller to simplify
3563           development of security-related programs, and
3564           are available on many (but not all) Unix-like systems,
3565           including OpenBSD, FreeBSD, and Solaris.  See
3566           ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/strlcpy.3
3567           and http://www.openbsd.org/security.html.
3568           If there's a strlcpy/strlcat on the system, it's called, otherwise
3569           an implementation is provided.
3570
3571         * testglib.c: Added tests for g_strlcpy, g_strlcat.
3572
3573 Wed Jul 26 05:03:24 2000  Tim Janik  <timj@gtk.org>
3574
3575         * acglib.m4 (GLIB_SIZEOF): include <stdlib.h> and <stddef.h> if
3576         STDC_HEADERS is defined.
3577
3578         * glib.h:
3579         * glibconfig.h: define gsize and gssize in terms of GLIB_SIZEOF_SIZE_T
3580
3581         * glib.h (g_return_if_reached): applied darin's fix for copy'n
3582         paste error in the macro implementation.
3583
3584 Wed Jul 26 00:46:03 2000  Tim Janik  <timj@gtk.org>
3585
3586         * glib.h: applied patch from Darin Adler <darin@eazel.com> which
3587         supplies g_return_if_reached(), g_return_val_if_reached() and
3588         g_critical().
3589
3590 2000-07-22  Tor Lillqvist  <tml@iki.fi>
3591
3592         * build-dll: Fix resource handling, the resource file got left out
3593         from the DLL after all... Remove the WIN32APIHEADERS, not needed
3594         with current windres.
3595
3596         * glib.def: Add new functions.
3597
3598 2000-07-20  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3599
3600         * gutils.c, glib.h: Mark the functions g_basename and g_dirname
3601         deprecated. They will issue an warning once, when compiled with
3602         G_ENABLE_DEBUG, but continue to work as before. Instead the
3603         functions g_path_get_basename and g_path_get_dirname should be
3604         used, which BOTH return newly allocated memory, that has to freed
3605         by g_free. The new g_path_get_basename now strips trailing slashes
3606         from the path. This fixes #5097. For discussion see
3607         http://mail.gnome.org/pipermail/gtk-devel-list/2000-April/003139.html
3608
3609         * gwin32.c, testglib.c, tests/dirname-test.c: Use the new
3610         functions instead of the old ones.
3611
3612         * ghash.c, gscanner.c, glib.h: Mark the functions
3613         g_hash_table_freeze, g_hash_table_thaw and thus
3614         g_scanner_freeze_symbol_table and g_scanner_thaw_symbol_table
3615         deprecated. They will issue an warning once, when compiled with
3616         G_ENABLE_DEBUG. This fixes Bug #3883. For discussion see
3617         http://mail.gnome.org/pipermail/gtk-devel-list/2000-April/003139.html
3618
3619 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3620
3621         * configure.in, glib.h: glibconfig.h and glib.h now include files
3622         outside of the extern "C" block. Makes some C++ compiler
3623         happy. Reported by Denis Vakatov <vakatov@peony.nlm.nih.gov>.
3624
3625 Sat Jul 15 23:49:03 2000  Owen Taylor  <otaylor@redhat.com>
3626
3627         * glib/glib.texi: Remove incomplete start of info file -
3628         real docs are in RDP.   
3629
3630 Sat Jul 15 22:44:22 2000  Owen Taylor  <otaylor@redhat.com>
3631
3632         * configure.in: Add build/Makefile and 
3633         build/win32/Makefile to AC_OUTPUT() so things build
3634         again.
3635
3636 Sat Jul 15 09:11:46 2000  Tim Janik  <timj@gtk.org>
3637
3638         * gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah,
3639         the function went off when the while (n--) loop failed due to
3640         n==0 ;), reported by Jean-Louis HAMEL <jlhamel@club-internet.fr>.
3641
3642 2000-07-15  Tor Lillqvist  <tml@iki.fi>
3643
3644         * Makefile.am (SUBDIRS): Include the "build" module in GLib, too,
3645         to make it more self-contained. If your CVS client doesn't
3646         automatically get it, do a cvs get build in glib.
3647
3648         * */makefile.mingw.in: Include make.mingw from build in the glib
3649         source directory.
3650
3651 Fri Jul 14 16:26:35 2000  Owen Taylor  <otaylor@redhat.com>
3652
3653         * Release 1.3.1
3654
3655 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
3656
3657         * configure.in Makefile.am glib-config.m4 glib.m4: Move
3658         glib-config to glib-config-2.0 move glib.m4 to
3659         glib-2.0.m4
3660
3661         * Makefile.am gobject/Makefile.am gmodule/Makefile.am
3662         gthread/Makefile.am tests/Makefile.am: Change 
3663         library names to libglib-1.3.la, etc, so that we
3664         can distinguish glib-1.2 and glib-2.0 on the linkline.
3665
3666         * Makefile.am gobject/Makefile.am gmodule/Makefile.am:
3667         Move include files into /usr/include/glib-2.0.
3668
3669 Thu Jul  6 18:54:49 2000  Owen Taylor  <otaylor@redhat.com>
3670
3671         * docs/Makefile.am (EXTRA_DIST): Remove info files
3672         from the build.
3673
3674 2000-07-14  Tor Lillqvist  <tml@iki.fi>
3675
3676         * glib.def: Add g_error functions.
3677
3678         * makefile.mingw.in: Add gbacktrace.o.
3679
3680         * gbacktrace.c: No need to include <process.h>.
3681
3682 2000-07-12  Havoc Pennington  <hp@redhat.com>
3683
3684         * glib.h: #include <gerror.h>
3685
3686         * Makefile.am (include_HEADERS): Add gerror.h
3687         (libglib_la_SOURCES): Add gbacktrace.c
3688
3689         * gbacktrace.c: Move g_on_error_query() in here (moved on the 
3690         server, so history is preserved)
3691
3692         * gerror.h: GError interface
3693
3694         * gerror.c: GError implementation replaces stuff that's now in 
3695         gbacktrace.c
3696
3697 Sun Jul  9 21:20:45 2000  Owen Taylor  <otaylor@redhat.com>
3698
3699         * gunicode.h: Include stddef.h instead of stdlib.h
3700
3701 2000-07-08  Tor Lillqvist  <tml@iki.fi>
3702
3703         * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
3704
3705         * gunicode.h: Mark the g_utf8_skip array with GLIB_VAR.
3706
3707         * glib.def: Add two missing entry points.
3708
3709 Thu Jul  6 15:35:28 2000  Owen Taylor  <otaylor@redhat.com>
3710
3711         * Release 1.3.1
3712
3713         * Makefile.am (EXTRA_DIST): Dist fixes.
3714
3715         * configure.in: Moderate the warnings just a little bit.
3716
3717 2000-07-05  Tor Lillqvist  <tml@iki.fi>
3718
3719         * README.win32: Update.
3720
3721 Mon Jul  3 17:58:02 2000  Owen Taylor  <otaylor@redhat.com>
3722
3723         * gutf8.c (g_utf8_get_charset_internal): Fix up
3724         to correspond to configure.in checks.
3725
3726 Mon Jul  3 17:18:19 2000  Owen Taylor  <otaylor@redhat.com>
3727
3728         * glib.h: Comment g_get_codeset() out of the header file
3729         temporarily. (Very similar to g_get_charset(), need
3730         to resolve the two.)
3731
3732 2000-07-01  Tor Lillqvist  <tml@iki.fi>
3733
3734         * glib.def: Add new entry points.
3735
3736         * makefile.{mingw,msc}.in: Add the new Unicode object files.
3737
3738 Thu Jun 29 15:57:28 2000  Owen Taylor  <otaylor@redhat.com>
3739
3740         * NEWS: updated
3741
3742         * Makefile.am: added snapcheck target to go along with snapshot
3743
3744         * gstring.c glib.h (g_string_hash): Add g_string_hash to 
3745         go along with g_string_equal.
3746
3747 Tue Jun 27 12:40:23 EDT 2000  David A. Wheeler <dwheeler@dwheeler.com>
3748
3749         * glib.h: Added g_string_equal for comparing GStrings;
3750         changed g_str_equal so it returns gboolean (instead of gint).
3751
3752         * gstring.c: Modified GString implementation to support embedded
3753         ASCII NUL ('\0') characters, and implemented g_string_equal.
3754
3755         * testglib.c tests/string-test.c: Added tests for g_string_equal
3756         and tests for proper handling of embedded ASCII NUL characters.
3757
3758 Wed Jun 28 22:52:00 2000  Owen Taylor  <otaylor@redhat.com>
3759
3760         * Makefile.am (libglib_la_SOURCES): Fix
3761         gunichartable.h => gunichartables.h. (From Eric Limings)
3762
3763 Fri Jun 23 17:20:26 2000  Tim Janik  <timj@gtk.org>
3764
3765         * glib.h: define gstring in terms of gchar*. this typedef reflects
3766         the type name of the primitive G_TYPE_STRING in the gobject module.
3767
3768 Wed Jun 21 12:09:03 2000  Owen Taylor  <otaylor@redhat.com>
3769
3770         * gunicode.h gutf8.c guniprop.c gunidecomp.[ch] gunichartables.h
3771         Makefile.am glib.h: Initial pass at adding unicode support
3772         functions. A few things still need to be implemented, a bit
3773         of cleanup needs to be done, tests need to be added, and 
3774         the docs need to be finished, but this should allow replacing
3775         most or all use of libunicode.
3776
3777 2000-06-06  Tor Lillqvist  <tml@iki.fi>
3778
3779         * giowin32.c (g_io_channel_win32_pipe_readable): If we are
3780         watching the same pipe for different conditions (with different
3781         callbacks), check them all. Only call the callback for G_IO_IN
3782         from here. (This bug popped up when a watch for G_IO_ERR|G_IO_HUP
3783         was added to gimplib.)
3784
3785 2000-05-30  Tor Lillqvist  <tml@iki.fi>
3786
3787         * gutils.c (g_locale_get_codeset): Implement on Win32.
3788
3789         * glib.def: Add g_get_codeset.
3790
3791         * tests/Makefile.am (EXTRA_DIST): makefile.cygwin* has been
3792         renamed to makefile.mingw*.
3793
3794 Tue May 30 16:01:32 2000  Owen Taylor  <otaylor@redhat.com>
3795
3796         * glib.h gutils.c: Move the g_locale_get_codeset() up in the 
3797         header file to correspond to to comments about memory
3798         management. Rename to g_get_codeset() to avoid 
3799         polluting the g_locale_* namespace, which probably
3800         would have g_locale_get_codeset (GLocale *locale).
3801         Add a doc comment.
3802
3803 Mon May 29 14:10:35 2000  Owen Taylor  <otaylor@redhat.com>
3804
3805         * gutils.c (g_locale_get_codeset): Add function to get the 
3806         codeset name for the current locale.
3807
3808         * configure.in acconfig.h: Add check for nl_langinfo(CODESET);
3809
3810 Fri May 19 11:39:29 2000  Tim Janik  <timj@gtk.org>
3811
3812         * gutils.c (g_snprintf):
3813         (g_vsnprintf): added argument assertments.
3814
3815         * gstring.c (g_string_assign): added argument assertments.
3816         (g_string_truncate): make len a guint.
3817
3818 Fri May 19 09:00:44 2000  Tim Janik  <timj@gtk.org>
3819
3820         * gmem.c (g_free): fixed SIZEOF_LONG==4 assumption with
3821         ENABLE_MEM_CHECK, from Art Haas <ahaas@neosoft.com>.
3822
3823         * gslist.c (g_slist_reverse): shut up compiler.
3824
3825         * gscanner.c (g_scanner_get_token_ll): removed inline assignment.
3826
3827         * garray.c: remove index>=0 checks for unsigned indices.
3828
3829         * gmain.c (g_idle_prepare): timeout assignment fix.
3830
3831         * gtree.c (g_tree_node_rotate_right): shut up compiler.
3832
3833 2000-05-13  Tor Lillqvist  <tml@iki.fi>
3834
3835         * makefile.mingw.in
3836         * tests/makefile.mingw.in
3837         * build-dll: Rename makefile.cygwin(.in) to
3838         makefile.mingw(.in), which better describes what it is. Move the
3839         build of gmodule, gthread and gobject DLLs to makefiles in those
3840         directories. Move resource file handling and build number bump to
3841         build-dll, where it sits much cleaner.
3842
3843         * README.win32
3844         * Makefile.am (EXTRA_DIST): Update accordingly.
3845
3846         * glib.h: Add G_PI, G_PI_2, G_PI_4, G_E, G_LN2, G_LN10 and
3847         G_SQRT2. M_PI etc aren't necessarily in <math.h> in strict ISO C
3848         implementations.
3849
3850         * glib.def: Add g_strcanon.
3851
3852         * gtree.c (g_tree_node_rotate_left): Remove unused variables.
3853
3854         * gwin32.c (g_win32_opendir): Remove unneeded statement.
3855
3856 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
3857
3858         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
3859         broken and require an empty arg, give it to them.
3860
3861 Fri Apr 28 23:54:35 2000  Tim Janik  <timj@gtk.org>
3862
3863         * setup things for a new sub-library libgobject:
3864
3865         * Makefile.am (SUBDIRS): added gobject
3866
3867         * glib-config.in: feature -lgobject.
3868
3869         * configure.in (AC_OUTPUT): generate gobject/Makefile.
3870
3871         * glib.m4 (AM_PATH_GLIB): feature gobject module.
3872
3873         * glib.spec.in: added %{prefix}/lib/libgobject-1.3.so.*
3874
3875 Fri Apr 28 21:41:49 2000  Tim Janik  <timj@gtk.org>
3876
3877         * glib.h: added G_STRLOC macro.
3878         G_STRUCT_OFFSET(): signedness corrections.
3879         (G_CSET_DIGITS): list 0-9.
3880         * gscanner.c (g_scanner_config_template): use G_CSET_DIGITS.
3881
3882         * glib.h: 
3883         * gstrfuncs.c:
3884         (g_strdown):
3885         (g_strup):
3886         (g_strreverse): return the modified string instead of void, so
3887         calls to these functions can be nested.
3888         (g_strcanon): new function, canonicalizes string according to
3889         a given character set.
3890
3891 Fri Apr 28 19:45:16 2000  Tim Janik  <timj@gtk.org>
3892
3893         * gasyncqueue.c (g_async_queue_unref): get rid of an unused variable.
3894
3895 Wed May 10 19:52:44 2000  Owen Taylor  <otaylor@redhat.com>
3896
3897         * glib.m4: Print found version when test succeeds.
3898
3899 2000-05-04  Tor Lillqvist  <tml@iki.fi>
3900
3901         * makefile.cygwin.in
3902         * tests/makefile.cygwin.in: Include the common makefile snippet
3903         from ../build/win32.
3904
3905         Maybe CVSROOT/modules should be changed so that the 'build' module
3906         is included within the glib module (and gtk+, and gimp, and maybe
3907         others later), in the same way as the 'macros' module is included
3908         in lots of GNOME CVS modules?
3909
3910 2000-05-02  Tor Lillqvist  <tml@iki.fi>
3911
3912         * glib.def: Add new functions.
3913
3914         * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
3915
3916         * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
3917
3918 2000-04-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3919
3920         * gasyncqueue.c: New File implementing an asynchronous queue to be
3921         used for asynchronous inter-thread communication.
3922
3923         * gthreadpool.c: New File implementing a thread pool to be used
3924         for distributing work among several threads. 
3925
3926         * glib.h: Added the type and function declarations for these two
3927         types.
3928
3929         * tests/threadpool-test.c: New File implementing a test for the
3930         thread pool. This also checks the asynchronous queue underlying
3931         the thread pool.
3932
3933         * tests/Makefile.am: Changed accordingly.
3934
3935 2000-04-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3936
3937         * configure.in: Look for both pthread_create and pthread_join in
3938         the thread library. Some systems define one of them, but not both
3939         in libc. Arghh. Now we really start a thread and join it later and
3940         check, whether the thread to actually ran.
3941
3942         * glib.h, gcache.c, gtree.c: Changed the 'value' parameter of
3943         g_cache_remove from gpointer to gconstpointer. Dito for the 'key'
3944         parameter of g_tree_lookup and g_tree_remove and the 'data'
3945         parameter of g_tree_search. This function now takes a function of
3946         type GCompareFunc instead of GSearchFunc. This fixes Bug
3947         #8267. Thanks to Juan Toledo <toledo@users.sourceforge.net> for
3948         pointing that out.
3949
3950         * glib.h: Removed declaration of GSearchFunc.
3951
3952         * gmem.c: s/GSearchFunc/GCompareFunc/.
3953
3954 2000-04-19  Tor Lillqvist  <tml@iki.fi>
3955
3956         * glib.def: Update entry point list.
3957
3958 2000-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3959
3960         * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work
3961         for compilers with funny G_STMT_(START|END) macros.
3962
3963         * tests/thread-test.c: Implemented a check for that.
3964
3965         * gutils.c (g_getenv): Changed the win32 part of this function to
3966         be thread safe and to make the returned environment string
3967         persistent to match the UN*X behavior. This is again a response to
3968         Bug #8983.
3969
3970         * glib.h (G_LOCK_NAME): Removed parentheses around the lock name,
3971         as that seems to cause problems for some compilers and really
3972         isn't necessary.
3973
3974 Wed Apr 19 08:32:32 2000  Tim Janik  <timj@gtk.org>
3975
3976         * gscanner.c (g_scanner_new): make sure that
3977         scanner->config->cset_skip_characters is "" instead of NULL, so we
3978         don't segfault further on.
3979
3980 2000-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3981
3982         * glib.h, glist.h, gslist.h: Changed the 'data' parameters from
3983         gpointer to gconstpointer for the functions
3984         g_(list|slist)_(remove|find|find_custom|index), as they do not
3985         change this parameter. This fixes bug #4836.
3986
3987         * glib.h: Changed comment for g_getenv to reflect, that the
3988         returned memory must not be freed. Fixes bug #8983.
3989
3990 2000-04-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3991
3992         * configure.in, acconfig.h: Add configure test for garbage
3993         collector friendliness for GLib. If enabled, ENABLE_GC_FRIENDLY
3994         will be defined.
3995
3996         * garray.c, ghash.c, glist.c, gmain.c, gmem.c, gnode.c, gqueue.c,
3997         gslist.c, gtree.c: If ENABLE_GC_FRIENDLY is defined, NULLify all
3998         memory released by the user, but cached by GLib. This lets a
3999         garbage collector have a more correct view of the actually used
4000         memory.
4001
4002         * garray.c, glib.h: Added g_(array|ptr_array|byte_array)_sized_new
4003         functions, that reserve a certain amount of memeory for the array
4004         at creation time to avoid reallocation. Fixes bug #6707 from
4005         Charles Kerr <ckerr@osserver1.nssl.noaa.gov>.
4006
4007         * glib.h, gqueue.c, tests/queue-test.c (main): Renamed
4008         g_queue_create to g_queue_new in conformance to all other GLib
4009         data types.
4010
4011 2000-04-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4012
4013         * grand.c (g_rand_new): Fixed bug. Thanks to Marko Kreen
4014         <marko@l-t.ee> for reporting that.
4015
4016 2000-03-26  Tor Lillqvist  <tml@iki.fi>
4017
4018         * README.win32: Tell about using the mingw-based gcc, which is
4019         much easier than modifying the cygwin gcc to product mingw code
4020         for the msvcrt runtime.
4021
4022         * makefile.cygwin.in (WIN32APIHEADERS): Kludge to make it work
4023         with a "pure" mingw gcc, too.
4024
4025 2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4026
4027         * garray.c: Made GArray behave correctly. Now zero_terminated
4028         really means, that the element array->data[array->len] exists and
4029         is zeroed, and clear means that any unassigned elements obtained
4030         through g_array_set_size (the only way to get unassigned elements
4031         AFAICT) are zeroed. Added some macros to make the code more
4032         obvoius. Also made GPtrArray zero elements after
4033         g_ptr_array_set_size. This is done in a portbale way (assignment
4034         of NULL instead of just memsetting it to zero), though that might
4035         be more portability than we actually want.
4036
4037         * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
4038         tests/Makefile.am: Added various win32 related *.in files to
4039         EXTRA_DIST to let 'make distcheck' procude all the corresponding
4040         files, which it silently fails to do currently.
4041
4042 2000-03-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4043
4044         * configure.in: After finding the right thread library (containing
4045         e.g. pthread_create) we now search for the right realtime library
4046         (containing e.g. sched_get_priority_max). Makes the output of the
4047         thread related libraries correct. 
4048
4049         * gtimer.c (g_usleep): The current implementation of g_usleep
4050         (simply calling select) doesn't work reliable for multi-threaded
4051         programs on some platforms (bad omen for the main loop....), so I
4052         changed the implementation for thread-using programs to wait for a
4053         GCond for the specified amount of time (NB: sleep and usleep are
4054         not MT-safe in general, because they often use signals).
4055
4056 Wed Mar 22 16:49:57 2000  Owen Taylor  <otaylor@redhat.com>
4057
4058         * gmem.c (g_mem_chunk_area_compare): Fix indentation.
4059
4060 2000-03-22 Elliot Lee <sopwith@redhat.com>
4061
4062         * gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in
4063         comparing two pointers more than 4G apart.
4064
4065 2000-03-22  Tor Lillqvist  <tml@iki.fi>
4066
4067         * gutils.c: Move Win32-only includes after inclusion of glib.h, so
4068         that G_OS_WIN32 is defined.
4069
4070         * glibconfig.h.win32.in: Add GSystemThread.
4071
4072 2000-03-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4073
4074         * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
4075         <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
4076         path length might not be enough for the HURD. So I changed the
4077         loop to at least avoid an integer overflow, which could happen at
4078         beyond 2GB size ;-)
4079
4080         * configure.in: Test for sched_yield as the native yield function
4081         first. Corrected typo g_thread_sleep -> g_usleep. Corrected
4082         message for the pthread_create test. Negative Priorities are
4083         allowed (and used on Solaris), so consider
4084         sched_get_priority_min failed only if it returns -1, not <0. Check
4085         for sched_get_priority_min also in -lrt, if not found in -lpthread
4086         alone and add -lrt to G_THREAD_LIBS then. Remove special case
4087         handling of priorities for older solaris versions and posix
4088         threads. Thanks to Wan-Teh Chang <wtc@netscape.com> for suggesting
4089         some of those changes.
4090
4091         * config.guess, config.sub, ltconfig, ltmain.sh:
4092         Upgrade to libtool 1.3.4.
4093
4094 2000-03-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4095
4096         * glib.h, configure.in, gutils.h: always define G_GNUC_EXTENSION,
4097         even when not needed by GLib. That's actually also the way, the
4098         GLib reference manual describes that macro. Therefore I had to
4099         remove the lonesome #include <glibconfig.h> in gutils.c, which
4100         doesn't seem to be needed there however. This change should make
4101         Ben Gertzfield <che@debian.org> happy.
4102
4103         * gutils.c: Furthermore two warnings in gutils.c were voided,
4104         which crept in due to my last change.
4105
4106         * gutils.c (g_get_current_dir): Allocate only up to 128KB for a
4107         pathname. While this is an arbitrary value just like 2048, it
4108         seems to be enough (after all, even 4GB is an arbitrary value).
4109
4110 2000-03-20  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4111
4112         * gmain.c (g_main_poll): Warn in case of an error during the call
4113         to poll(2). Closes Bug#7564 as reported by David Helder
4114         <dhelder@umich.edu>.
4115
4116         * gutils.c (g_get_current_dir): Make g_get_current_dir work on
4117         systems with unlimited pathname length like the HURD (It worked
4118         there before, but only for pathes shorter than 2048). Closes
4119         Bug#4525 as reported by Marcus Brinkmann
4120         <Marcus.Brinkmann@ruhr-uni-bochum.de>.
4121
4122 2000-03-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4123
4124         * giounix.c (g_io_unix_write, g_io_unix_read): Interpret EINTR as
4125         G_IO_ERROR_AGAIN.
4126
4127 2000-03-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4128
4129         * configure.in: Added the missing POSIX_NO_YIELD and
4130         POSIX_NO_PRIORITIES warning messages.
4131
4132         * configure.in: Use AC_TRY_RUN instead of AC_TRY_LINK, to test for
4133         real thread support. On solaris pthread_create can be linked to
4134         even in -lc, but it doesn't work then.
4135
4136         * configure.in: Don't use priorities for threads, when the
4137         minimal/maximal priorities couldn't be determined at configure
4138         time.
4139
4140         * configure.in, gthread.c: Always define GSystemThread in
4141         glibconfig.h to represent a system thread.
4142
4143         * configure.in: Do not use native recursive threads, when
4144         possibe. We use some features, that they do not expose (namely the
4145         depth counter).
4146
4147         * glib.h, gthread.c: Redefined GStaticRecMutex. The functions are
4148         now implemented in a different way, which should be way
4149         faster. Alsothere are now functions g_static_rec_mutex_unlock_full
4150         and g_static_rec_mutex_lock_full to leave/enter a recursive mutex
4151         completly.
4152
4153         * gthread.c (g_thread_self): Do not test the system_thread to be
4154         non-zero to speed things up.
4155
4156         * gthread.c (g_mutex_init): Therefore set the system_thread of the
4157         main thread here.
4158
4159         * tests/thread-test.c: Rerun all tests once again, but this time
4160         we fool the system into thinking, that the available thread system
4161         is not native, but userprovided.
4162
4163 2000-03-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4164
4165         * gqueue.c (g_queue_push_tail_link, g_queue_push_head_link): We
4166         want the next and prev pointer of the inserted link to be NULL.
4167
4168 2000-03-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4169
4170         * configure.in: Another small change to the pthread_.. search
4171         pattern. Should work *now* for AIX.
4172
4173 2000-03-04  Tor Lillqvist  <tml@iki.fi>
4174
4175         * gwin32.c (g_win32_error_message): New function that returns the
4176         message string for a Win32 error code.
4177
4178         * glib.h: Declare it.
4179
4180         * glib.def: Export it, plus g_node_copy.
4181
4182 2000-03-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4183
4184         * configure.in: Make the search for pthread_attr_... prototypes
4185         find names at the start of a line also, like it is on AIX. Thanks
4186         to Valdis Kletnieks <Valdis.Kletnieks@vt.edu> for the info.
4187
4188 Wed Mar  1 10:39:39 2000  Tim Janik  <timj@gtk.org>
4189
4190         * gslist.c (g_slist_reverse): minor optimization.
4191
4192         * testglib.c (g_node_test): added a couple of tests for
4193         g_node_copy().
4194
4195         * glib.h:
4196         * gnode.c (g_node_copy): new function to copy subtrees,
4197         supplied by dbsears@ix.netcom.com.
4198         changed iterator to walk the children list backwards, so
4199         we get down from O(n^2) to O(n).
4200
4201         * gnode.c (g_node_first_sibling): applied patch from
4202         dbsears@ix.netcom.com to optimize access if node->parent
4203         is present.
4204
4205         * gutils.c (g_get_any_init): backed out HAVE_PW_GECOS check around
4206         assignment of g_real_name, sicne HAVE_PW_GECOS is never defined and
4207         thus breaks the original code.
4208
4209         * merged changes from 1.2.7.
4210
4211 Fri Jan 28 11:37:41 2000  Owen Taylor  <otaylor@redhat.com>
4212
4213         Bug #4156 - Changes vaguely modelled after Scott Gifford's patch
4214
4215         * gtimer.c (g_timer_elapsed): Never report negative times -
4216         clip times to 0.
4217
4218         * gmain.c (g_timeout_prepare): Guard against unexpected
4219         clock shifts by never setting a timeout of more than
4220         data->interval msecs.
4221
4222 2000-02-27  Tor Lillqvist  <tml@iki.fi>
4223
4224         * glib.def: Add new functions.
4225
4226 2000-02-23  Tor Lillqvist  <tml@iki.fi>
4227
4228         * README.win32: Add a missing step to the setup instructions for
4229         gcc-2.95.2. Thanks to Arnaud Charlet.
4230
4231         * glib.def: Add missing entry point.
4232
4233 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4234
4235         * configure.in: Changed GCC version test to also accept major
4236         versions > 2. Thanks to Ben Gertzfield <che@debian.org> for
4237         pointing this out.
4238
4239 Thu Feb 17 12:53:44 2000  Tim Janik  <timj@gtk.org>
4240
4241         * gstring.c: changed g_str_hash() to a 31 bit version based on
4242         a submission by Karl Nelson and hand optimized ad absurdum by
4243         various people ;)
4244
4245         * gstring.c: applied patch from havoc for new gstring functions,
4246         added some more sanity checks, coding style fixups.
4247
4248 2000-02-13  Havoc Pennington  <hp@pobox.com>
4249
4250         * tests/string-test.c (main): Add tests for the new GString 
4251         features
4252
4253         * testglib.c (main): Add tests for the new GString features
4254
4255         * gstring.c (g_string_insert_len): New function; insert 
4256         a given length of string at a given position. 
4257         (g_string_append): reimplement in terms of g_string_insert_len
4258         (g_string_append_len): new function
4259         (g_string_insert_c): accept -1 for "pos" arg to mean "append"
4260         (g_string_append_c): reimplement in terms of g_string_insert_c
4261         (g_string_prepend): reimplement in terms of g_string_insert_len
4262         (g_string_prepend_len): new function
4263         (g_string_prepend_c): reimplement in terms of g_string_insert_c
4264         (g_string_insert): reimplement in terms of g_string_insert_len
4265
4266         * glib.h: Declare g_string_insert_len, g_string_append_len,
4267         g_string_prepend_len
4268
4269 Sun Feb 13 08:16:47 2000  Tim Janik  <timj@gtk.org>
4270
4271         * configure.in: wtf??? someone destroyed the configure.in, reverting to
4272         an older version from Feb 4 which apears to still work.
4273
4274 2000-02-07  Tor Lillqvist  <tml@iki.fi>
4275
4276         * gmodule.rc.in gthread.rc.in: Move to corresponding subdirectories.
4277
4278         * Makefile.am
4279         * gmodule/Makefile.am
4280         * gthread/Makefile.am: Change accordingly.
4281
4282         * makefile.cygwin: Corresponding changes, some cleanup.
4283
4284 2000-02-05  Tor Lillqvist  <tml@iki.fi>
4285
4286         * glib.rc.in gmodule.rc.in gthread.rc.in: New files, for putting
4287         version info in the DLLs on Win32.
4288
4289         * Makefile.am: Generate corresponding *.rc files and distribute
4290         them.
4291
4292         * makefile.cygwin.in: Add rules to automatically bump a "build
4293         number" in the version info in the rc files each time the DLL is
4294         built. But do this only for the person who releases binaries. If
4295         others build the DLLs, the build number is set to zero.
4296
4297 Fri Feb  4 19:36:05 2000  Tim Janik  <timj@gtk.org>
4298
4299         * glib.h: 
4300         * gdataset.c: return stolen data from g_datalist_id_remove_no_notify()
4301         and g_dataset_id_remove_no_notify() to avoid second lookup for common
4302         use.
4303
4304 2000-02-01  Tor Lillqvist  <tml@iki.fi>
4305
4306         * glib.h
4307         * gstrfuncs.c (g_filename_to_utf8, g_filename_from_utf8): New
4308         functions for conversion between UTF-8 and the encoding expected
4309         by C runtime functions like open() and stat(), and returned by
4310         readdir().
4311
4312         Implement them on Win32 where we use the system "ANSI" codepage,
4313         which might be single-byte or double-byte. On Unix, just skip the
4314         issue for now and provide dummy implementations that return a copy
4315         of the argument.
4316
4317         * README.win32
4318         * build-dll
4319         * glib.def: Minor updates.
4320
4321 Wed Jan 26 05:24:38 2000  Tim Janik  <timj@gtk.org>
4322
4323         * glib.h:
4324         * gmain.c: s/current_time/dispatch_time/ for the dispatch() handlers.
4325         refetch the current time after invocation of poll() to cover up for
4326         the time spent in that function call.
4327
4328 Fri Jan 21 10:18:24 2000  Owen Taylor  <otaylor@redhat.com>
4329
4330         * glib.h (G_N_ELEMENTS): Added G_N_ELEMENTS macro to determine
4331         the number of elements in an array.
4332
4333 Sun Jan  9 13:28:36 2000  Tim Janik  <timj@gtk.org>
4334
4335         * gstrfuncs.c (g_strtod): correctly fetch the current locale,
4336         fix from owen.
4337
4338 1999-12-16  Tor Lillqvist  <tml@iki.fi>
4339
4340         * gmodule/gmodule-win32.c: Use FormatMessage to translate system
4341         error codes into textual messages.
4342
4343 1999-11-25  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4344
4345         * glib.h (G_TRYLOCK): This of course should return TRUE in a
4346         program with a thread-disabled GLib.
4347
4348 1999-11-18  Tor Lillqvist  <tml@iki.fi>
4349
4350         * glib.def: g_strjoin was missing.
4351
4352 1999-11-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4353
4354         * acconfig.h, config.h.win32.in, configure.in: Renamed
4355         GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect
4356         changed meaning.
4357
4358         * configure.in: Cope with systems, that have a pthread_t type,
4359         that is not a pointer. Hint from Karl Nelson
4360         <kenelson@ece.ucdavis.edu>. Define GLIB_SIZEOF_SYSTEM_THREAD to 4
4361         for Solaris. Cope with systems, that have no default mutex
4362         initialize, like obviously most DCE systems.
4363
4364         * glib.h, gthread.c: Changed the prototype of thread_create and
4365         thread_self to return the system thread into provided memory
4366         instead of a return value. This is necessary, as HPUX has a
4367         pthread_t, that is bigger than the biggest integral type there.
4368
4369         * gthread.c: system_thread is no longer a pointer, but an memory
4370         area of size GLIB_SIZEOF_SYSTEM_THREAD. Changed the
4371         zeroinitialization and the tests for zeroness accordingly.
4372
4373 1999-11-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4374
4375         * configure.in: Create docs/glib-config.1 from
4376         docs/glib-config.1.in. Makes 'make distcheck' happy (and me too).
4377
4378         * glib-config.1: Removed from CVS, as it is a generated file.
4379
4380 1999-11-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4381
4382         * configure.in: Make the test for getpwuid_r work on newer AIX
4383         versions, too. Still works on Solaris and Linux. Patch from Craig
4384         Rodrigues <rodrigc@mediaone.net>.
4385
4386 1999-11-08  Tor Lillqvist  <tml@iki.fi>
4387
4388         * gwin32.c (g_win32_getlocale): Look at env vars LC_ALL, LC_CTYPE
4389         and LANG first. Some refinements to the sublanguage logic.
4390
4391 1999-11-04  Tor Lillqvist  <tml@iki.fi>
4392
4393         * makefile.{cygwin,msc}.in: Add gwin32 object. Add rule to make .i
4394         (preprocessed source) files.
4395
4396 1999-11-01  Tor Lillqvist  <tml@iki.fi>
4397
4398         * glib.h
4399         * glib.def: Rename Win32-only functions from gwin_* to g_win32_*
4400         to match the GLib naming conventions.
4401
4402         * gutils.c
4403         * gwin32.c
4404         * testglib.c
4405         * Makefile.am: Move the Win32-only functions to the new
4406         file gwin32.c
4407
4408 1999-10-31  Tor Lillqvist  <tml@iki.fi>
4409
4410         * gutils.c (gwin_getlocale): New Win32-specific function, returns
4411         a Unixish current locale string (en, zh_TW etc).
4412
4413         * glib.h: Declare it.
4414
4415         * glib.def: Export it.
4416
4417         * testglib.c: Test it.
4418
4419         * gmessages.c (Win32: ensure_stdout_valid): Some improvements,
4420         make sure we don't call AllocConsole several times, which I think
4421         has happened.
4422
4423 Sun Oct 31 18:55:01 1999  ape@spacetec.no  (Asbjorn Pettersen)
4424
4425         * gcache.c (g_cache_remove): Test if node is NULL.
4426         If not tested, GIMP's script-fu will crash. 
4427
4428 Sun Oct 17 18:11:40 1999  Tim Janik  <timj@gtk.org>
4429
4430         * gdataset.c (g_data_set_internal): remove g_dataset_global_lock around
4431         destroy() notification here as well.
4432
4433 1999-10-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4434
4435         * gdataset.c (g_datalist_clear_i): Avoid Freezing, when g_datalist
4436         is called recursivly. Reported by Ola Andersson <rand@ling.umu.se>.
4437
4438 Tue Oct 12 14:17:12 1999  Tim Janik  <timj@gtk.org>
4439
4440         * glib.h: removed useless g_string(x) macro that cluttered the namespace
4441         and was just a poor wrapper around the cpp '#' symbol, use #x if you
4442         need to work around this.
4443         added new macro G_STRINGIFY(arg) that will convert arg to a string,
4444         no matter whether it contains macros or not.
4445
4446 1999-10-12  Tor Lillqvist  <tml@iki.fi>
4447
4448         * config.h.win32.in: Define the new GLIB_SIZEOF_* constants here,
4449         too.
4450
4451         * glib.h: Small Win32 comments improvement.
4452
4453 Tue Oct 12 12:16:12 1999  Tim Janik  <timj@gtk.org>
4454
4455         * gmessages.c (g_printf_string_upper_bound): completly new
4456         implementation for printf string upper bounds calculation.
4457         we handle all glibc 2.1 format specifiers now, except for positional
4458         parameters (%nn$...) and wide char strings, plus some obscure upper
4459         case variants of the standard conversions. this fixes a lot of
4460         bugs in the old code, i.e.
4461         - NULL format strings
4462         - floats with exponents >+24
4463         - %G
4464         - precision specifications in general
4465         - negative field widths
4466         - %p for SIZEOF_VOID_P > 4 platforms
4467         we now issue warnigns in places where the old code would have
4468         caused buffer overruns anyways. warnings are suppressed when invoked
4469         from glogv(), to avoid infinite recursions if someone passes a log
4470         message that comes with really obscure format specifications.
4471
4472 Tue Oct 12 11:49:00 1999  Tim Janik  <timj@gtk.org>
4473
4474         * gstrfuncs.c: nuked old g_printf_string_upper_bound() version.
4475
4476 Tue Oct 12 03:34:40 1999  Tim Janik  <timj@gtk.org>
4477
4478         * glib.h: added GFloatIEEE754 and GDoubleIEEE754 unions to access sign,
4479         mantissa and exponent of IEEE floats and doubles (required by the new
4480         version of g_printf_string_upper_bound). the unions are endian specific,
4481         we handle G_LITTLE_ENDIAN and G_BIG_ENDIAN as of currently. ieee floats
4482         and doubles are supported (used for storage) by at least intel, ppc and
4483         sparc, reference:
4484         http://twister.ou.edu/workshop.docs/common-tools/numerical_comp_guide/ncg_math.doc.html
4485
4486 Mon Oct 11 18:01:49 1999  Tim Janik  <timj@gtk.org>
4487
4488         * configure.in: added additional checks to figure sizes of size_t,
4489         ptrdiff_t and intmax_t (required by g_printf_string_upper_bound).
4490
4491 Wed Oct  6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
4492
4493         * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
4494
4495 1999-10-05  Tor Lillqvist  <tml@iki.fi>
4496
4497         * glib.h: (Win32) Drop the mapping of POSIX function names to the
4498         underscored versions, it's unnecessary after all. With MSVC we get
4499         them from oldnames.lib, with gcc-2.95 and mingw32 from
4500         -lmoldname-msvc. Add comment about what headers to include for
4501         prototypes.
4502
4503         * glibconfig.h.win32.in: Don't define WIN32 and NATIVE_WIN32.
4504
4505         * gerror.c (g_on_error_query): (Win32) Slightly increased verbosity.
4506
4507         * build-dll: Don't strip.
4508
4509         * tests/string-test.c tests/dirname-test.c: Use G_OS_WIN32.
4510
4511         * glib.def: Add g_thread_use_default_impl.
4512
4513 Sun Oct  3 19:46:55 PDT 1999 Manish Singh <yosh@gimp.org>
4514
4515         * configure.in: use G_HAVE_CYGWIN instead of G_OS_FEATURE_CYGWIN
4516
4517 Sun Oct  3 19:25:42 PDT 1999 Manish Singh <yosh@gimp.org>
4518
4519         * acconfig.h
4520         * configure.in
4521         * glibconfig.h.win32: G_OS_FOO #defines. I *think* I got the cygwin
4522         and beos stuff right, but I haven't tested it. The respective
4523         porters should fix any screwups
4524
4525         * glib.h
4526         * gerror.c
4527         * gmain.c
4528         * gmessages.c
4529         * gscanner.c
4530         * gthread.c
4531         * gtimer.c
4532         * gutils.c
4533         * testglib.c: use G_OS stuff
4534
4535 Wed Sep 22 01:53:18 1999  Tim Janik  <timj@gtk.org>
4536
4537         * glib.h (NULL): define NULL as (0L) if __cplusplus is defined, to
4538         avoid "ANSI C++ forbids implicit conversion from `void *' in argument
4539         passing" errors upon NULL usage in C++ programs (gcc-2.95 is on crack
4540         for erroring out on this, instead of just issueing a warning).
4541
4542         * glib.h (g_trash_stack_pop): use uncasted NULL again.
4543
4544 Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>
4545
4546         * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied
4547         patch from Soeren Sandmann <sandmann@daimi.au.dk>, to force mem
4548         chunk's area sizes to be a multitiple of atom_size, and to
4549         eliminate the MAX_MEM_AREA restriction of 65536 bytes. we also
4550         catch cases where users pass an area size < atom size with a
4551         return_if_fail statement now (which is ok, because previously this
4552         lead to memory corruption anyways).
4553
4554 Thu Sep 16 13:19:54 1999  Tim Janik  <timj@gtk.org>
4555
4556         * glib.h (g_trash_stack_pop): add explicit (GTrashStack*) cast for NULL
4557         pointer to cure ANSI C++ error.
4558
4559 Mon Sep 13 23:25:59 1999  Tim Janik  <timj@gtk.org>
4560
4561         * gmessages.c (g_logv): in case we have to abort the program,
4562         debugging is enabled and we are not called recursively, try
4563         to abort with raise (SIGTRAP) first, so developers may ignore
4564         certain failure conditions during debugging stage.
4565
4566 Thu Aug 26 15:09:36 1999  Tim Janik  <timj@gtk.org>
4567
4568         * Makefile.am:
4569         * gmodule/Makefile.am:
4570         * gthread/Makefile.am: added --export-dynamic so we can load dynmic
4571         modules, (required, according to the libtool 1.3.3 docu).
4572
4573 1999-07-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4574
4575         * grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
4576         which /dev/random might do. Do not XOR the time, when getting the
4577         seed form /dev/urandom, as this is good itself. Prevent the
4578         initial seed from being zero, which causes the PRNG to produce
4579         only zeros. Hints from Colin Plumb <colin@pgp.com>.
4580
4581 1999-08-17  Tor Lillqvist  <tml@iki.fi>
4582
4583         * glib.h (g_trash_stack_push): Add a cast.
4584
4585         * gslist.c
4586         * glist.c: Make the inline functions static inline, and add
4587         separate extern wrappers. Not all compilers produce callable entry
4588         points for inline functions, even if gcc does.
4589
4590 Sun Aug 15 02:47:14 1999  Tim Janik  <timj@gtk.org>
4591
4592         * glib.h (g_trash_stack_pop): eliminate memset() call, since string.h
4593         has not neccessarily been included prior to glib.h.
4594
4595 Mon Aug  2 21:03:10 1999  Tim Janik  <timj@gtk.org>
4596
4597         * configure.in: added --enable-msg-prefix option.
4598
4599         * gmessages.c (g_log_default_handler): feature "prg_name (pid:%u): "
4600         if --enable-msg-prefix was selected (use "(process:%u): " if
4601         g_get_prgname () returns NULL, along the lines of g_on_error_query).
4602
4603 1999-08-03  Tor Lillqvist  <tml@iki.fi>
4604
4605         * glib.h
4606         * gstrfuncs.c
4607         * tests/strfunc-test.c: Rename g_strccpy to g_strcompress and
4608         g_strecpy to g_strescape per Tim Janik's suggestion. Dropped the
4609         destination parameter, always g_malloc a new string.  Fix bug in
4610         g_strcompress, octal digits were gobbled up without limit, should
4611         use max three.
4612
4613         Sources that use g_strescape must have ifdefs to be compilable
4614         both with GLib 1.2 and 1.3.
4615
4616 Sat Jul 31 17:52:03 PDT 1999 Manish Singh <yosh@gimp.org>
4617
4618         * glib.h
4619         * gstrfuncs.c: the #define for g_strescape interfered with the
4620         compilation of the function, so just remove the function and
4621         note that it's deprecated in the header
4622
4623 1999-08-01  Tor Lillqvist  <tml@iki.fi>
4624
4625         * gstrfuncs.c (g_strccpy, g_strecpy): New functions.
4626
4627         * glib.h: Declare and document them. Define the deprecated
4628         g_strescape as a macro that calls g_strecpy.
4629
4630         * tests/strfunc-test.c (main): Test them.
4631
4632         * makefile.{cygwin,msc}.in
4633         * tests/makefile.{cygwin,msc}.in: Remove gstack and its test
4634         program.
4635
4636         * glib.def: Additions and removals.
4637
4638         * README.win32: Improve gcc build instructions.
4639
4640         * build-dll: Also build import library for MSVC.
4641
4642 Sat Jul 24 20:11:35 1999  Tim Janik  <timj@gtk.org>
4643
4644         * merged GLib 1.3.0 with glib-1.2.3 from Fri Jul 16 22:18:36.
4645         * incorporated proposed cleanups from gtk-devel-list.
4646
4647         * bumped version number to GLib-1.3.1
4648
4649         * glib.h:
4650         * gqueue.c:
4651         * gstring.c:
4652         * glist.c:
4653         removed string tokenisation (we got g_strsplit() and g_strjoin()
4654         already) and readline functions.
4655         s/g_list_delete/g_list_delete_link.
4656         implemented g_slist_delete_link.
4657         removed notion of g_ATEXIT() macro in glib.h, this is an *internal*
4658         macro, g_atexit() is provided for public consumption.
4659         added GTrashStack inline utility functions.
4660         reimplement double eneded queues.
4661         removed GStack implementation, people can use a queue or a (singly)
4662         linked list for this task.
4663         deprecated g_strescape(), we need the SunOS variants here.
4664
4665         * gdate.c: added DEBUG_MSG() macro to wrap old messages.
4666
4667         * *.*: CVS merges.
4668
4669         * upgrade to libtool 1.3.3.
4670
4671 1999-07-21  Tor Lillqvist  <tml@iki.fi>
4672
4673         Win32: With the latest gcc (2.95, pre-release), we can have binary
4674         compatibility with MSVC by using the switch -fnative-struct. No
4675         longer build DLLs with .gcc in the name when using gcc.
4676
4677         * README.win32: Renew gcc build instructions.
4678
4679         * build-dll: Comments change, handle also .a files.
4680
4681         * makefile.cygwin.in
4682         * tests/makefile.cygwin.in: Remove .gcc from DLL name.
4683
4684 1999-07-13  Tor Lillqvist  <tml@iki.fi>
4685
4686         * README.win32: Correct URL for mingw runtime sources.
4687
4688         * build-dll: Combine commands with &&.
4689
4690         * glib.h: Map also rmdir() and hypot() for MSVCRT library.
4691
4692         * makefile.cygwin.in
4693         * tests/makefile.cygwin.in: New DLL naming style. GCC-compiled DLLs are
4694         now called *.gcc.dll, to avoid binary incompatibilities with
4695         MSVC-compiled versions.
4696
4697         * makefile.msc.in: Cosmetics.
4698
4699 1999-07-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4700
4701         * configure.in: Test for pthread_join rather than for
4702         pthread_create to determine the right thread-lib. Makes it work on
4703         mips-sgi-irix6.5. Hitn from to Jari Vuoksenranta
4704         <javu@piano.ux.phys.jyu.fi>.
4705
4706 1999-07-02  Tor Lillqvist  <tml@iki.fi>
4707
4708         * README.win32: Note about need to fix another bug in the mingw32
4709         headers.
4710
4711         * makefile.msc.in: Debugging turned on via an nmake variable,
4712         no need to edit the makefile.
4713
4714 1999-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4715
4716         * configure.in, acconfig.h, gutils.c: Added a g_memmove
4717         replacement for platforms without memmove, where bcopy can't
4718         handle overlapping copies and the corresponding checks, which is
4719         taken form the PERL Configure routine.
4720
4721         * glib.h: Updated the commentary about g_memmove to be right and
4722         more GLib-like.
4723
4724         * configure.in: Removed test for rand_r, as it isn't used anymore.
4725
4726 1999-06-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4727
4728         * glib.h, grand.c: Finally removed the g_random_normal and
4729         g_rand_normal functions.
4730
4731 1999-06-28  Tor Lillqvist  <tml@iki.fi>
4732
4733         * glib.def: Add missing export of g_strncasecmp.
4734
4735 1999-06-21  Jose Mercado  <jmercado@mit.edu>
4736
4737         * glib.spec.in: Changed version number (1.1->1.3) in files section
4738         to allow rpm to build packages again.
4739
4740 1999-06-21  Tor Lillqvist  <tml@iki.fi>
4741
4742         * README.win32: Update the pthreads snapshot version we want.
4743         Advice how to hand-expand the makefile.*.in files.
4744
4745         * config.h.win32.in: Define values needed by Sebastian Wilhelmi's
4746         new thread stuff.
4747
4748         * glib.def: Add new functions.
4749
4750         * glibconfig.h.win32.in: Update the pthreads snapshot version.
4751         Fix typo.
4752
4753         * gthread.c: Include config.h, guard inclusion of unistd.h.  When
4754         using gcc on Win32, g_thread_functions_for_glib_use must be marked
4755         for export here, too.
4756
4757         * gtimer.c: Implement g_usleep on native Win32 using Sleep (which
4758         only has millisecond granularity, though).
4759
4760         * makefile.cygwin.in
4761         * makefile.msc.in: Update pthreads snapshot version. File
4762         name changes. Remove testgthread.
4763
4764         * tests/makefile.cygwin.in
4765         * tests/makefile.msc.in: Add thread-test. Link with gthread lib.
4766
4767 1999-06-18  Jeff Garzik  <jgarzik@pobox.com>
4768
4769         * tests/Makefile.am:  Re-order tests in alpha order.
4770
4771 1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4772
4773         * configure.in: Changed test for pthread_attr_setstacksize from
4774         AC_TRY_COMPILE to AC_TRY_LINK.
4775
4776 1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4777
4778         * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
4779         Completed the thread support in GLib. Thread creation,
4780         prioritizing threads, yielding, joining threads as well as
4781         reader/writer locks and recursive mutexes are now in place. Please
4782         test heavily on your platform. It is so far tested on
4783         Linux/i386/pthreads, Solaris/Sparc/pthreads and
4784         Solaris/Sparc/solaristhreads.
4785
4786         * gtimer.c, glib.h: Implement g_usleep (gulong microseconds) for
4787         thread safe sleeping. (sleep() is not MT-safe at all!)
4788
4789         * gutils.c: Avoid compiler warning.
4790
4791         * tests/Makefile.am, tests/thread-test.c: New program to test some
4792         aspects of the thread implementation.
4793
4794         * gthread.c, Makefile.am: Renamed from gmutex.c to reflect the
4795         change of content.
4796
4797         * configure.in: Purged all appearances of nspr. 
4798
4799 Wed Jun  2 11:42:46 PDT 1999 Manish Singh <yosh@gimp.org>
4800
4801         * acinclude.m4
4802         * config.guess
4803         * config.status
4804         * ltconfig
4805         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
4806
4807 1999-05-29  Tor Lillqvist  <tml@iki.fi>
4808
4809         * gstrfuncs.c (g_strescape): Backslashify also '"' characters.
4810
4811         * glib.h: Document g_strescape.
4812
4813 1999-05-12  Tor Lillqvist  <tml@iki.fi>
4814
4815         * glib.h (Win32): Map fileno to _fileno for mingw32. Map fstat to
4816         _fstat.
4817
4818         * README.win32: Advice also to remove -lmoldname in the
4819         patch to the egcs-1.1.2 spec file.
4820
4821 Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
4822
4823         * gmodule/Makefile.am: Another small fix.
4824
4825 1999-05-08  Tor Lillqvist  <tml@iki.fi>
4826
4827         * Makefile.am tests/Makefile.am: Correct rules for making the
4828         win32-related files that are made from corresponding .in files.
4829         Is there a cleaner way than explicitly writing rules that invoke
4830         config.status?
4831
4832 Fri Jul 16 22:18:36 PDT 1999 Manish Singh <yosh@gimp.org>
4833
4834         * ltconfig
4835         * ltmain.sh: upgrade to libtool 1.3.3
4836
4837 1999-06-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4838
4839         * gdate.c, gstrfuncs.c, gstring.c: Fixed the use of the
4840         is..... and to..... macros, which take unsigned chars, not chars!
4841         Thanks to Morten Welinder <terra@diku.dk> for pointing this out.
4842
4843 Thu Jun  3 16:30:31 PDT 1999 Manish Singh <yosh@gimp.org>
4844
4845         * gerror.c (g_on_error_query): check isatty() before querying so
4846         we don't loop endlessly
4847
4848 Sat May 29 11:16:29 PDT 1999 Manish Singh <yosh@gimp.org>
4849
4850         * acinclude.m4
4851         * config.guess
4852         * config.status
4853         * ltconfig
4854         * ltmain.sh: upgrade to libtool 1.3.2
4855
4856 1999-05-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4857
4858         * gmain.c: provide a poll prototype for SunOS, as they do not do
4859         it self. Hint from Christian Parg <cparg@fs-design.de>.
4860
4861 Tue May 25 12:23:07 1999  Owen Taylor  <otaylor@redhat.com>
4862
4863         * gstrfuncs.c (g_strchug): Use g_memmove() not memmove().
4864         (Reported by Charles Levert <charles@comm.polymtl.ca>)
4865
4866 Mon May 10 22:03:52 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
4867
4868         * Released GLib 1.2.3
4869
4870 1999-05-08  Tor Lillqvist  <tml@iki.fi>
4871
4872         * Makefile.am tests/Makefile.am: Correct rules for making the
4873         win32-related files that are made from corresponding .in files.
4874         Is there a cleaner way than explicitly writing rules that invoke
4875         config.status?
4876
4877 Sat May  1 10:18:01 PDT 1999 Manish Singh <yosh@gimp.org>
4878
4879         * acinclude.m4
4880         * config.guess
4881         * config.status
4882         * ltconfig
4883         * ltmain.sh: upgrade to libtool 1.3
4884
4885 1999-04-30  Tor Lillqvist  <tml@iki.fi>
4886
4887         * Makefile.am: Don't distribute glibconfig.h.win32.in, but
4888         glibconfig.h.win32. Generate it when making a dist. Also generate
4889         makefile.msc and config.h.win32 from corresponding .in files when
4890         making dist.
4891
4892         * configure.in: Also substitute @GLIB_INTERFACE_AGE@ and
4893         @GLIB_BINARY_AGE@ (needed in config.h.win32).
4894
4895         * glibconfig.h.win32.in: Use static mutex structure and initial
4896         value corresponding to the 1999-04-07 snapshot of pthreads-win32.
4897
4898         * tests/Makefile.am: Distribute makefile.msc. Generate it when
4899         making dist.
4900
4901         * tests/makefile.msc.in: New file.
4902
4903         * tests/node-test.c: Include <stdlib.h> for exit().
4904
4905 Thu Apr 29 02:16:36 1999  Tim Janik  <timj@gtk.org>
4906
4907         * gstrfuncs.c: minor code cleanups.
4908
4909 Tue Apr 27 13:11:29 1999  Owen Taylor  <otaylor@redhat.com>
4910
4911         * gmain.c (g_main_poll): Mask out ERR HUP and NVAL from
4912         the events field so we don't give IRIX fits.
4913
4914 Tue Apr 20 08:42:22 1999  Tim Janik  <timj@gtk.org>
4915
4916         * gscanner.c (g_scanner_unexp_token): behave conservative with
4917         G_TOKEN_IDENTIFIER_NULL and always assume scanner->value.v_string
4918         to be "null" in that case.
4919
4920 1999-04-20  Havoc Pennington  <hp@pobox.com>
4921
4922         * gutils.c (g_vsnprintf):  When using the vsnprintf()
4923         implementation, '\0'-terminate the resulting string
4924         and return its length rather than -1.
4925
4926 Mon Apr 19 13:42:21 1999  Owen Taylor  <otaylor@redhat.com>
4927
4928         * gmain.c (g_main_iterate): Added missing
4929         #ifdef G_THREADS_ENABLED. (I never liked G_THREADS_ENABLED in
4930         the first place!)
4931
4932 1999-04-18  Havoc Pennington  <hp@pobox.com>
4933
4934         * gutils.c (g_snprintf): When using the vsnprintf()
4935         implementation, '\0'-terminate the resulting string
4936         and return its length rather than -1.
4937
4938 Fri Apr 16 06:52:07 1999  Tim Janik  <timj@gtk.org>
4939
4940         * gscanner.c (g_scanner_unexp_token): feature G_TOKEN_EOF as a valid
4941         expected token as well, so we get "- expected end of file" instead of
4942         "- expected (unknown) token <0>".
4943
4944 Tue Apr 13 16:16:14 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
4945
4946         * Released GLib 1.2.2
4947
4948 1999-04-12  Elliot Lee  <sopwith@mh69.mh.cuc.edu>
4949
4950         * g_strchug(): s/strcpy/memmove/
4951
4952 1999-04-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4953
4954         * configure.in: Adjusted the test for an unimplemented
4955         getpwuid_r. Info from Michael Pruett <mikep@ugcs.caltech.edu>.
4956
4957 Sun Apr 11 15:07:34 1999  Tim Janik  <timj@gtk.org>
4958
4959         * configure.in: bumped versin number to GLib 1.2.2, interface 2,
4960         binary 2.
4961
4962         * NEWS: updates.
4963
4964 Sun Apr 11 14:37:06 1999  Tim Janik  <timj@gtk.org>
4965
4966         * gstrfuncs.c (g_strcasecmp): always check for s1, s2 != NULL.
4967
4968 Sat Apr 10 19:30:50 1999  Tim Janik  <timj@gtk.org>
4969
4970         * glib.h: removed braces around inline strings for the G_GNUC_FUNCTION
4971         and G_GNUC_PRETTY_FUNCTION macros, so the macros can be used for
4972         compile time string concatenation.
4973
4974 Thu Apr  8 19:53:19 1999  Owen Taylor  <otaylor@redhat.com>
4975
4976         * gmain.c (g_main_iterate): Check for two threads
4977         calling g_main_iterate at once.
4978
4979         * gmain.c: If the set of poll file descriptors changes
4980         during a call to poll(), abort that call, and start
4981         a new poll. My test program still segfaults
4982         obscurely on glibc 2.0 (in read()!!!), but now it works on
4983         glibc 2.1, so I'll blame something else for the other segfault.
4984
4985 1999-03-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4986
4987         * configure.in: Fixed slight bug, that made configure hang on some
4988         systems. Please do not merge this into 1.3 branch. It's taken care
4989         of differently there. Info from J. Rhett Aultman
4990         <cuplan@alley.gator.net>
4991
4992 Wed Mar 24 21:23:47 CST 1999 Shawn T. Amundson <amundson@gtk.org>
4993
4994         * Released GLib 1.2.1
4995
4996         * README:
4997           INSTALL: 
4998           NEWS: 
4999           sanity_check: updated
5000
5001         * glibconfig.h.win32.in:
5002           Makefile.am:
5003           docs/glib-config.1.in:
5004           docs/Makefile.am: Added files used to generate new files.
5005
5006         * glibconfig.h.win32:
5007           docs/glib-config.1: Removed, now generated.
5008
5009         * configure.in: Added to output now-generated files.
5010
5011 Tue Mar 23 13:43:39 PST 1999 Manish Singh <yosh@gimp.org>
5012
5013         * giounix.c: add user_data param to check and prepare functions
5014
5015 Mon Mar 22 03:54:43 1999  Tim Janik  <timj@gtk.org>
5016
5017         * glib.h:
5018         * gmain.c: add user_data to the GSource ->check and ->prepare
5019         functions, so it can be used to e.g. pass a GPollFd.
5020         (g_main_poll): only add poll records with an events mask != 0 to the
5021         fd_array. don't even bother calling poll_func() if fds=timeout=0.
5022         added debugging printouts around poll_func() invokation that can be
5023         enabled with #define G_MAIN_POLL_DEBUG.
5024
5025 Fri Mar 19 16:29:50 PST 1999 Manish Singh <yosh@gimp.org>
5026
5027         * acinclude.m4
5028         * config.guess
5029         * config.sub
5030         * ltconfig
5031         * ltmain.sh: upgrade to libtool 1.2f
5032
5033         * autogen.sh: libtool is not required to autogen glib
5034
5035         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
5036         needed)
5037
5038 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5039
5040         * gmem.c: Fixed another stupid fault of mine: Did
5041         s/g_static_/g_private_/g
5042
5043 Wed Mar 17 03:17:42 1999  Tim Janik  <timj@gtk.org>
5044
5045         * configure.in bumped versin number to GLib 1.2.1, interface 1,
5046         binary 1.
5047
5048         * NEWS: updates.
5049
5050         * glib.h: added GLIB_CHECK_VERSION() macro similar to
5051         GTK_CHECK_VERSION().
5052
5053 Sun Mar 14 17:50:35 1999  Tim Janik  <timj@gtk.org>
5054
5055         * gmem.c (g_mem_chunk_*): changed a bunch of g_assert() statements
5056         to g_return_if_fail().
5057         (g_mem_profile): 
5058         (g_mem_chunk_print): 
5059         (g_mem_chunk_info): removed some extraneous "\n"s at the end of the log
5060         messages.
5061
5062         * gtimer.c (g_timer_*): changed a bunch of g_assert() statements
5063         to g_return_if_fail().
5064         * grel.c (g_*): changed a bunch of g_assert() statements to
5065         g_return_if_fail() and added some extra ones to check relation != NULL.
5066
5067 1999-03-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5068
5069         * configure.in: Also accept _Pctime_r instead of ctime_r, while
5070         seraching for the right `_REENTRANT' flag. This is for Digital
5071         UNIX 4.0d. Thanks to Sascha Brawer <sb@adasys.ch>.
5072
5073 Tue Mar  9 23:25:50 1999  Tim Janik  <timj@gtk.org>
5074
5075         * configure.in: check for working realloc (NULL,).
5076         * gmem.c (g_realloc): use malloc() for initial allocation on systems
5077         where realloc(NULL,) will not work (this is the case on SunOS, reported
5078         by Tom Geiger).
5079
5080 Mon Mar  8 07:42:08 1999  Tim Janik  <timj@gtk.org>
5081
5082         * ghook.c (g_hook_unref): when !hook_list->is_setup, wrap the
5083         flag around the call to g_hook_free() to avoid spurious
5084         warnings (happens during destruction phase).
5085
5086 1999-03-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5087
5088         * glibconfig.h.win32, config.h.win32: Moved G_THREADS_IMPL_POSIX
5089         from config.h.win32 to glibconfig.h.win32
5090
5091         * acconfig.h, configure.in, config.h.win32: Added test for DCE
5092         versions of mutex_trylock and cond_timedwait. The win32 versions
5093         are posix, aren't they?
5094
5095 1999-03-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5096
5097         * gmem.c: Fixed a stupid cut'n'paste error of mine. Thanks to
5098         Friedrich Dominicus <Friedrich.Dominicus@inka.de>
5099
5100 1999-03-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5101
5102         * gutils.c (g_get_any_init): Fixed yet another bloody
5103         implementation of getpwuid_r on AIX. Thanks to Olaf Dietsche
5104         <olaf.dietsche+list.gtk@netcologne.de>. I would like a configure
5105         test better than that, but have no idea, how to do that easily.
5106
5107 Sun Feb 21 22:11:51 CST 1999  Shawn T. Amundson <amundson@gtk.org>
5108
5109         * Released GLib 1.2.0
5110
5111         * AUTHORS: updated
5112
5113 Wed Feb 24 00:08:42 CST 1999 Shawn T. Amundson <amundson@gtk.org>
5114
5115         * *.[ch]: inserted additional note to look for ChangeLog and
5116           AUTHORS file for a log of modifications.
5117
5118 Sun Feb 21 14:01:00 1999  Dr Mike <drmike@redhat.com>
5119
5120         * Made specfile generated, tweaked slightly
5121
5122 Sat May  8 06:00:17 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
5123
5124         * configure.in
5125           gmodule/Makefile.am
5126           gthread/Makefile.am: Better testing reveals better
5127           methods.  Fixes for BeOS.
5128
5129 Sat May  8 01:52:29 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
5130
5131         * configure.in
5132           gerror.c
5133           gmain.c
5134           gstrfuncs.c
5135           gutils.c
5136           ltconfig
5137           ltmain.sh
5138           gmodule/Makefile.am
5139           gmodule/gmodule.c
5140           gmodule/gmoduleconf.h.in
5141           gmodule/gmodule-beos.c
5142           gthread/Makefile.am: Port to BeOS by myself and Richard Offer.
5143
5144 1999-05-06  Tor Lillqvist  <tml@iki.fi>
5145
5146         * makefile.msc.in makefile.cygwin.in glibconfig.h.win32.in
5147         config.h.win32.in tests/makefile.msc.in tests/makefile.cygwin.in:
5148         New files, used to generate corresponding non-.in files when
5149         making a dist. This is just so the version numbers will be kept in
5150         synch automatically.
5151
5152         * configure.in: Also substitute @GLIB_MAJOR_VERSION@,
5153         @GLIB_MINOR_VERSION@, and @GLIB_INTERFACE_AGE@.
5154
5155         * Makefile.am tests/Makefile.am: Also distribute makefile.cygwin.
5156
5157         * gerror.c (g_on_error_query): On Win32, put up a MessageBox and
5158         then exit.
5159
5160         * glib.def: Add a couple of functions.
5161
5162 Sat May  1 10:26:20 PDT 1999 Manish Singh <yosh@gimp.org>
5163
5164         * acinclude.m4
5165         * config.guess
5166         * config.status
5167         * ltconfig
5168         * ltmain.sh: upgrade to libtool 1.3
5169
5170 1999-04-25  Tor Lillqvist  <tml@iki.fi>
5171
5172         * README.win32: More editing.
5173         * build-dll: Use gcc, not ld to link.
5174         * glib.h: On native Win32 use _unlink().
5175         * gscanner.c: Use corrent NATIVE_WIN32 feature test macro,
5176         not _MSC_VER.
5177         * gstring.c: Include <io.h> on Win32 for _read prototype.
5178         * gutils.c: Remove old IO channel code (was in #if 0).
5179         * makefile.cygwin: Don't need to link with kernel32 and msvcrt
5180         explicitly, they are included anyway.
5181
5182 1999-04-24  Tor Lillqvist  <tml@iki.fi>
5183
5184         Support added for building using a GNU toolchain on Win32,
5185         i.e. gcc -mno-cygwin on cygwin (a.k.a. mingw32, using egcs-1.1.2).
5186
5187         * README.win32: Updated.
5188         * build-dll makefile.cygwin tests/makefile.cygwin: New files.
5189         * glib.h glib.def glibconfig.h.win32: Slight updates. 
5190         * gmain.c: No need to include <fcntl.h> and <io.h> on Win32.
5191         * gmain.c gutils.c testglib.c tests/string-test.c: Test for
5192         NATIVE_WIN32, not _MSC_VER.
5193         * gmutex.c: Must declare g_thread_functions_for_glib_use as
5194         exported (using the GUTILS_C_VAR macro).
5195         * gutils.c gmodule/libgplugin_[ab].c: LibMain not needed.
5196         * gmodule/gmoduleconf.h.win32: Need underscore with gcc.
5197         * gthread/gthread.c: With gcc on Win32, must use memcpy to assign
5198         value of g_thread_functions_for_glib_use (?).
5199         * makefile.msc tests/makefile.msc: Cosmetics.
5200
5201 Fri Apr 23 14:29:25 BST 1999  Tony Gale <gale@gtk.org>
5202
5203         * glib.h: Fix typo in g_string_ncasecmp macro (by me).
5204           Add b_string_strncasecmp macro.
5205
5206 1999-04-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5207
5208         * gutils.c (g_get_any_init): use sysconf (_SC_GETPW_R_SIZE_MAX) as
5209         the new initinal bufsize for getpwuid_r on systems, that support
5210         this. Hint from Holger Duerer <H.Duerer@zait.uni-bremen.de>.
5211
5212 Sat Apr 17 20:55:13 BST 1999  Tony Gale <gale@gtk.org>
5213
5214         * glib.h, gstring.c: Add new g_string functions for reading
5215           from file/socket descriptors, and tokenising strings.
5216
5217           Added various g_string macros.
5218
5219 Tue Apr 13 23:28:32 1999  Tor Lillqvist  <tml@iki.fi>
5220
5221         * README.win32: Mention the tests directory.
5222
5223         * glib.def: Add the functions from grand.c.
5224
5225         * glibconfig.h.win32: Add unsigned max values, and the format
5226         strings.
5227
5228         * makefile.msc: Add grand.
5229
5230         * tests/{date-test,node-test}.c: Include <stdlib.h> for exit().
5231
5232         * tests/makefile.msc: New file.
5233
5234 1999-04-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5235
5236         * glib.h: Moved struct declaration up. Style fixes.
5237
5238         * grand.c: Style fixes. Only try to open /dev/random once.
5239
5240         * tests/rand-test.c (main): New tests; Slight bug fix. 
5241
5242 1999-04-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5243
5244         * grand.c, tests/rand-test.c: New files to implement the Mersenne
5245         Twister Pseudo Random Number Generator.
5246
5247         * glib.h, AUTHORS, Makefile.am, tests/Makefile.am: Changed
5248         accordingly.
5249
5250 Thu Apr  8 21:12:30 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
5251
5252         * Released GLib 1.3.0
5253
5254 1999-03-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5255
5256         * configure.in: Added a check for the right format to printf and
5257         scanf long longs. It is %qi instead of %lli on FreeBSD for
5258         whatever reason.
5259
5260 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
5261
5262         * Makefile.am (glibconfig.h): Make sure `glibconfig.h' exists
5263         after the rule is fired.
5264         (install-exec-local): Install glibconfig.h only if the contents
5265         are different from the currently installed glibconfig.h.
5266
5267 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
5268
5269         * Makefile.am (configexecincludedir): Rename from 
5270         configincludedir so that glibconfig.h will be installed 
5271         as part of `make install-exec'. 
5272
5273 Thu Mar 25 22:45:47 1999  Tor Lillqvist  <tml@iki.fi>
5274
5275         * config.h.win32: Update version numbers.
5276
5277         * glibconfig.h.win32: Update version numbers and pthreads-win32-
5278         related magic values.
5279
5280         * README.win32: Some improvements.
5281
5282         * makefile.msc: Add gqueue and gstack. Correct version number.
5283
5284 Fri Mar 19 16:29:50 PST 1999 Manish Singh <yosh@gimp.org>
5285
5286         * acinclude.m4
5287         * config.guess
5288         * config.sub
5289         * ltconfig
5290         * ltmain.sh: upgrade to libtool 1.2f
5291
5292         * autogen.sh: libtool is not required to autogen glib
5293
5294         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
5295         needed)
5296
5297 1999-03-18  Jeff Garzik  <jgarzik@pobox.com>
5298
5299         * glib.def: Add new g_list, g_stack, g_queue functions.
5300
5301 1999-03-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5302
5303         * configure.in: added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES)
5304         to hold various defines to get the right thread implementation on
5305         different platforms. Also look in -ldce for pthread_create. Should
5306         make it work on HP-UX 10.x. Information from "D. Emilio Grimaldo
5307         Tunon" <emilio_tunon@nl.compuware.com>.
5308
5309 1999-03-17  Jeff Garzik  <jgarzik@pobox.com>
5310
5311         * gstack.c, gqueue.c:
5312         Add copyright, clean up code a bit.
5313
5314 1999-03-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5315
5316         * configure.in: Added missing values for G_MAXU(SHORT|INT|LONG) on
5317         platforms with only /usr/include/values.h.
5318
5319         * acconfig.h: Removed unnecessary macros.
5320
5321         * glibconfig.h.win32, config.h.win32: Moved G_THREADS_IMPL_POSIX
5322         from config.h.win32 to glibconfig.h.win32. Taken from glib 1.2
5323         branch.
5324
5325         * configure.in: Also accept _Pctime_r instead of ctime_r, while
5326         seraching for the right `_REENTRANT' flag. This is for Digital
5327         UNIX 4.0d. Taken from glib 1.2 branch.
5328
5329 Wed Mar 17 03:14:56 1999  Tim Janik  <timj@gtk.org>
5330
5331         * glib.h: added GLIB_CHECK_VERSION() macro similar to
5332         GTK_CHECK_VERSION().
5333
5334 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
5335
5336         * merges from glib-1-2:
5337
5338 Sun Mar 14 17:50:35 1999  Tim Janik  <timj@gtk.org>
5339
5340         * gmem.c (g_mem_chunk_*): changed a bunch of g_assert() statements
5341         to g_return_if_fail().
5342         (g_mem_profile):
5343         (g_mem_chunk_print):
5344         (g_mem_chunk_info): removed some extraneous "\n"s at the end of the log
5345         messages.
5346
5347         * gtimer.c (g_timer_*): changed a bunch of g_assert() statements
5348         to g_return_if_fail().
5349         * grel.c (g_*): changed a bunch of g_assert() statements to
5350         g_return_if_fail() and added some extra ones to check relation != NULL.
5351
5352 Tue Mar  9 23:25:50 1999  Tim Janik  <timj@gtk.org>
5353
5354         * configure.in: check for working realloc (NULL,).
5355         * gmem.c (g_realloc): use malloc() for initial allocation on systems
5356         where realloc(NULL,) will not work (this is the case on SunOS, reported
5357         by Tom Geiger).
5358
5359 Mon Mar  8 07:42:08 1999  Tim Janik  <timj@gtk.org>
5360
5361         * ghook.c (g_hook_unref): when !hook_list->is_setup, wrap the
5362         flag around the call to g_hook_free() to avoid spurious
5363         warnings (happens during destruction phase).
5364
5365 1999-03-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5366
5367         * gmem.c: Fixed a stupid cut'n'paste error of mine. Thanks to
5368         Friedrich Dominicus <Friedrich.Dominicus@inka.de>
5369
5370 1999-03-16  Timur Bakeyev  <mc@bat.ru>
5371
5372         * configure.in: Fix problem with pthread_create in libc, as running
5373         "gcc test.c -l " is not legal.
5374
5375 1999-03-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5376
5377         * tests/type-test.c: Added a test for the
5378         G_(U)?INT(16|32|64)_FORMAT and G_(MIN|MAX|MAXU)(SHORT|INT|LONG)
5379         macros.
5380
5381         * configure.in: Removed G_(U)?INT8_FORMAT again, as it can't be
5382         used for scanf.
5383
5384         * configure.in: Added the macros G_MAXU(SHORT|INT|LONG). I do not
5385         know how to handle these on platforms with /usr/include/values.h,
5386         but without /usr/include/limits.h. Please someone add this.
5387
5388
5389 1999-03-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5390
5391         * configure.in: Added the macros G_(U)?INT(8|16|32|64)_FORMAT to
5392         use for printf and (much more important) scanf format strings for
5393         the corresponding GLib types. 
5394
5395         * glib.h Added G_(U)?(SHORT|INT|LONG)_FORMAT for consistency. It
5396         however makes no sense to also provide G_(FLOAT|DOUBLE)_FORMAT, as
5397         they are different for printf (f for both) and scanf (f for float,
5398         lf for double). Defining G_INT_FORMAT makes sense however, as we
5399         might want to define gint to something different than int someday
5400         in the future. Idea from Sascha Brawer <sb@adasys.ch>.
5401
5402 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
5403
5404         * gdate.c:
5405         Commented out debugging output.
5406
5407         * tests/Makefile.am, tests/date-test.c:
5408         Added test of the GDate module, based closely on testgdate.c.
5409
5410         * tests/Makefile.am:
5411         Bugfix - compile tests with @GLIB_DEBUG_FLAGS@.
5412
5413 1999-03-14  Raja R Harinath  <harinath@cs.umn.edu>
5414
5415         * configure.in (glibconfig.h): Remove widechar tests and defines.
5416         (fd_set): Change the grep for `fd_mask' to search for `fd_set'.
5417         * gerror.c (fd_mask): Remove conditional typedef.  It is not used
5418         elsewhere in the file.
5419         * gmain.c (fd_mask): Likewise.
5420
5421 1999-03-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5422
5423         * configure.in: Test for posix threads first, then for dce threads.
5424
5425 1999-03-11  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5426
5427         * configure.in: Revamped the thread configure stuff. Now dce
5428         threads (old posix draft) are recogniced. This is necessary,
5429         because dce threads are in fact working quite differently from
5430         posix threads. Also changed the conditions for checking for MT
5431         safe functions a bit, because G_THREADS_IMPL_NONE still have to
5432         compile thread safe. NOTE: Please do not commit my change to
5433         glib-1-2/{acconfig.h,configure.in,config.h.win32} from 1999-03-03,
5434         as the current change will take care of that too.
5435
5436 Tue Mar  9 14:37:32 1999  Jeff Garzik  <jgarzik@pobox.com>
5437
5438         * Makefile.am, glib.h, gstack.c, gqueue.c,
5439           tests/Makefile.am, tests/queue-test.c, tests/stack-test.c:
5440         Added stack, queue ADTs and related tests.
5441
5442         * glib.h, glist.c:
5443         New g_list_delete() function.
5444
5445 Sat Mar  6 11:03:08 1999  Asbjorn Pettersen  <ape@lrdpf.spacetec.no>
5446
5447         * gutils.c (g_get_any_init): add OS/2 changes.
5448         change '\\' in HOME to '/'.
5449
5450 1999-03-03  Josh MacDonald  <jmacd@spin.dsl.pacbell.net>
5451
5452         * glib.def: g_spaced_primes_closest was omitted here, so I
5453         couldn't build Xdelta on Windows.
5454
5455 1999-03-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5456
5457         * gutils.c (g_get_any_init): Fixed yet another bloody
5458         implementation of getpwuid_r on AIX. Thanks to Olaf Dietsche
5459         <olaf.dietsche+list.gtk@netcologne.de>. I would like a configure
5460         test better than that, but have no idea, how to do that easily.
5461
5462 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
5463
5464         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
5465         new one.
5466
5467         * configure.in: set glib version to 1.3.0.