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