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