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