typo fixed for alphas for gint64
[platform/upstream/glib.git] / ChangeLog.pre-2-4
1 Mon Jul 20 23:05:34 1998  George Lebl  <jirka@5z.com>
2
3         * glib.h: typo fixed for alphas for gint64
4
5 Tue Jul 14 09:05:18 1998  Tim Janik  <timj@gtk.org>
6
7         * glib.h:
8         * gutils.c: new fuction g_dirname() which returns a newlly
9         allocated string.
10
11 Fri Jul 10 06:33:43 1998  Tim Janik  <timj@gtk.org>
12
13         * glib.h: 
14         * gutils.h: added a bunch of utility/wrapper functions:
15         g_basename(), g_getcwd(), g_get_user_name(), g_get_real_name(),
16         g_get_home_dir(), g_get_tmp_dir(), g_get_prgname() and g_set_prgname().
17
18         * gutils.c: removed all g_str* functions.
19         * gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
20         place. this file shall never include <unistd.h> to avoid clashes for
21         some of the g_str* functions on some OSes.
22
23 Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>
24
25         * glib.h:
26         * ghash.c: Renamed g_hash_table_lookup_full to
27         g_hash_table_lookup_extended to conform with naming conventions.
28
29 Tue Jul  7 03:18:58 EEST 1998 Lauri Alanko <nether@gimp.org>
30
31         * glib.h:
32         * ghash.c: Generic cleanup, added a function:
33         (g_hash_table_lookup_full): Return whether the lookup succeeded,
34         and also retrieve the key and value. This allows one to
35         distinguish between failed lookup and finding a NULL, and also
36         allows one to free a key in the hash.
37
38 Mon Jul  6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org>
39
40         * ltconfig: fix for properly detecting shared lib support on
41         SunPro cc (taken from libtool 1.2.a)
42
43 Sat Jul  4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
44
45         * glib.h: added g_array_length
46
47 Tue Jun 30 11:58:25 1998  Tim Janik  <timj@gtk.org>
48
49         * gscanner.c (g_scanner_unexp_token): take symbol_2_token into
50         account. react on valid/invalid string pairs.
51
52 Sat Jun 27 21:55:46 PDT 1998 Manish Singh <yosh@gimp.org>
53
54         * glib.m4: ftp.glib.org -> ftp.gtk.org, since glib.org isn't
55         ours. ;)
56
57 Fri Jun 19 03:11:02 1998  Tim Janik  <timj@gtk.org>
58
59         * gdataset.c: removed g_dataset_try_key, g_dataset_force_id and
60         g_dataset_retrive_key in favour of GQuarks.
61         a GQuark is an numeric id wich is associated with a certain string.
62         (g_quark_try_string): try to get the quark associated with this string,
63         if the lookup failed return 0.
64         (g_quark_from_string): get the associated quark for a string, if there
65         isn't currently a GQuark associated with this string, then allocate a
66         new quark and return that.
67         (g_quark_from_static_string): like the above function, but the string
68         isn't strdup()ed to save memory.
69         (g_quark_to_string): get the string that is associated with a certain
70         GQuark.
71
72         * gdataset.c (g_dataset_id_set_data_full): invoke the destroy function
73         _after_ the new data has been setup.
74
75 Thu Jun 18 02:35:21 1998  Owen Taylor  <otaylor@gtk.org>
76
77         * glib.h: Changed messages for g_return_[val]_if_fail to
78         be somewhat more clear: assertion "blah" failed.
79
80 1998-06-18  Federico Mena Quintero  <federico@nuclecu.unam.mx>
81
82         * testglib.c (main): Use GINT_TO_POINTER casts to remove compiler
83         warnings.
84
85         * grel.c: #include <string.h>
86
87 Fri Jun 12 15:39:06 1998  Tim Janik  <timj@gtk.org>
88
89         * glib.h (GScanner): cleanups of the structure fields (binary
90         incompatible).
91
92 Fri Jun 12 00:39:28 1998  Josh MacDonald  <jmacd@icw.EECS.Berkeley.EDU>
93
94         * glib.h: add new hash and equal functions g_int_*.  complement
95         g_direct_hash with g_direct_equal.
96
97         * grel.c: new file, GRelations implement tuples of N-N mappings.
98         A comment in glib.h briefly describes the interface.
99
100         * ghash.c: new function, g_hash_table_size
101
102         * glib.h: new typedefs, gsize, gssize, gtime.
103
104         * garray.c: new functions implementing a simplified GArray.  This
105         GPtrArray is an array of gpointers and has functions to add and
106         remove elements, much like java.lang.Vector.
107
108         * garray.c: new functions for the single-byte special case of
109         GArray.  The functions g_byte_array* operate on arrays of bytes.
110         Internally, a GArray is used.
111
112         * testglib.c: tests for g_ptr_array, g_byte_array, and g_relation...
113
114 1998-06-11  Federico Mena Quintero  <federico@nuclecu.unam.mx>
115
116         * gdataset.c: #include <string.h>
117
118 Thu Jun 11 04:15:31 1998  Tim Janik  <timj@gtk.org>
119
120         * glib.h:
121         * gdataset.c: new function g_dataset_retrive_key. adjusted prealloc
122         sizes, to take up less space on initial allocation.
123
124 1998-06-10  Raja R Harinath  <harinath@cs.umn.edu>
125
126         * acinclude.m4: New file.  Contains `libtool.m4' from libtool-1.2,
127         the version from which glib's libtool forked.  Needed for people
128         who use post-1.2 alphas of libtool.
129         * configure.in (enable_mem_check, enable_mem_profile): Replace
130         `echo -n' with AC_MSG_CHECKING.
131         (fd_set): Explain test for `fd_set' better.
132
133 Wed Jun 10 19:29:51 1998  Owen Taylor  <otaylor@gtk.org>
134
135         * Makefile.am glib.m4 configure.in:
136         
137         Moved out from GTK+; added AM_PATH_GLIB macro.
138
139 Wed Jun 10 12:56:07 1998  Owen Taylor  <otaylor@gtk.org>
140
141         * glib.h: renamed g_const_pointer => gconstpointer
142
143 Tue Jun  9 17:47:33 1998  Owen Taylor  <otaylor@gtk.org>
144
145         * glib.h: Remove #error - HP/UX.
146
147 Sat May 23 19:00:01 1998  Owen Taylor  <otaylor@gtk.org>
148   [ Combination of:
149      gtk-rrh-980412-0.patch (Raja R Harinath <harinath@cs.umn.edu>)
150      gtk-jbuhler-980516-0 (Jeremy Buhler <jbuhler@cs.washington.edu>) ]
151         
152         * glib.h ghash.c gstring.c gdataset.c gutils.c:
153         - Added new typedef g_const_pointer; expunged all incorrect
154           uses of 'const gpointer'.
155         - Fixed up warnings that that created,
156         - Changed GHashFunc and GCompareFunc to take g_const_pointer
157           arguments. (Necessary, but will cause warnings in existing
158           code until fixed)
159         - Added other new const in harmless positions.
160
161 Mon Jun  8 01:06:47 1998  Tim Janik  <timj@gtk.org>
162
163         * glib.h: added enum-helper macros for code generation.
164         added G_BREAKPOINT().
165
166 Sat Jun  6 14:09:22 PDT 1998 Manish Singh <yosh@gimp.org>
167
168         * gmem.c: commented out MEM_PROFILE and MEM_CHECK, causing weird
169         problems
170
171 Wed Jun  3 06:19:42 1998  Tim Janik  <timj@gtk.org>
172
173         * glib.h (g_chunk_new0): convenience macro, for allocating small chunks 
174         like g_chunk_new() with additional 0 initialization.
175
176 Mon Jun  1 04:43:27 1998  Tim Janik  <timj@gtk.org>
177
178         * ghash.c (g_hash_table_insert): wrote a comment describing why
179         a hash node's key should not also get replaced when overriding
180         previous entries.
181
182 Tue May 26 18:30:06 1998  Tim Janik  <timj@gtk.org>
183
184         * glib.h (g_string_sized_new): new function to controll the preallocated
185         size of a GString.
186
187         * glib.h (g_strreversed): new function to reverse a string.
188
189 Mon May 18 22:14:39 1998  Owen Taylor  <otaylor@gtk.org>
190 (Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp> : gtk-joke-980517-0.patch)
191         
192         * gutils.c: Restored a missing prototype for g_vsprintf.
193
194 Wed May 20 05:02:26 1998  Tim Janik  <timj@gtk.org>
195
196         * glib.h: conditionally define NULL, FALSE and TRUE.
197         (g_mem_chunk_create): new convenience macro as a short hand for
198         g_mem_chunk_new().
199         (g_chunk_free): new convenience macro to be consistent with g_chunk_new.
200
201 Tue, 19 May 1998 09:00:02 +0200  Â§Paolo Molaro <lupus@debian.org>
202
203         * gcompletion.c: generic functions for com<TAB>pletion...
204
205 Sun May 17 10:48:27 1998  Tim Janik  <timj@gtk.org>
206
207         * gscanner.c (g_scanner_unexp_token): provide usefull default
208         specifications for identifier_spec and symbol_spec.
209
210         * glib.h: new functions g_slist_nth_data and g_list_nth_data to return
211         the data of the nth element in the list.
212
213 Fri May 15 22:31:49 1998  Tim Janik  <timj@gtk.org>
214
215         * gscanner.c (g_scanner_unexp_token): removed spurious va_end(args)
216         that for some reason didn't produce a compiler wrning on my machine
217         (is va_end undefined for i386?).
218
219 Fri May 15 12:32:08 1998  rodo  <doulik@karlin.mff.cuni.cz>
220
221         * gscanner.c: replaced some snprintf with g_snprintf
222
223 Fri May 15 00:56:59 1998  Tim Janik  <timj@gtk.org>
224
225         * glib.h: further support for gcc function attributes: G_GNUC_FORMAT,
226         G_GNUC_NORETURN and G_GNUC_CONST.
227
228         * gscanner.c (g_scanner_stat_mode): changed stat() to lstat().
229         (g_scanner_msg_handler): "\n" at end of line!
230         (g_scanner_foreach_symbol): new function to iterate over the symbol
231         table (GScanner does value-wrapping).
232
233 Thu May 14 04:14:12 1998  Tim Janik  <timj@gtk.org>
234
235         * glib.h: typedef gint gboolean;
236         this is needed to provide portability with big-endian platforms (e.g.
237         try sizeof(bool) for c++ on big-endians - it's 4).
238         this is also needed to maintain some_union.d_gint==some_union.d_gboolean.
239         plus, gint to gboolean casts and vice versa need to be possible without
240         loss.
241
242 Tue May 12 19:22:58 1998  Owen Taylor  <otaylor@gtk.org>
243
244         * glib/glib.h: Added macros G[U]INT_TO_POINTER() and
245         GPOINTER_TO_[U]INT for storing small integers integers
246         inside pointers. 
247         
248         * glib/testglib.c: Print sizeof() results
249         as g_print("%ld", (glong)sizeof(foo)), to deal with
250         size_t being long on Alpha's.
251
252 Tue May 12 16:54:15 1998  Owen Taylor  <otaylor@gtk.org>
253         (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)
254         
255         * glib.h gstring.c gmessages.c: Added some missing
256         const to arguments.
257
258         * gutils.c (g_strsignal.c): Added missing return statements.
259
260 Mon May 11 21:11:54 1998  Owen Taylor  <otaylor@gtk.org>
261
262         * gutils.c gmessages.c: Moved g_error, g_warning, g_message and
263         g_print from gutils.c to new file gmessages.c, to avoid having to
264         include <unistd.h> in gutils.c which was causing problems for the
265         g_strsignal implementation on FreeBSD boxes.
266
267 Mon May 11 09:53:43 1998  Tim Janik  <timj@gtk.org>
268
269         * configure.in: preserve automake CFLAGS.
270
271         * Makefile.am: fully rename the created library to libglib-1.1.la.
272         this means we need to change certain portions of the Makefile.am on
273         major/minor version bumps.
274
275         * ltmain.sh: the -release option is not required anymore.
276
277         * glib.h: provide G_GNUC_FUNCTION and G_GNUC_PRETTY_FUNCTION to
278         avoid conditionals. unconditionally define NULL, TRUE, FALSE, MAX,
279         MIN, ABS and CLAMP, these macros might be screwed from other headers.
280
281 Mon May 11 01:44:10 1998  Tim Janik  <timj@gtk.org>
282
283         * gdataset.c: new file, gdatasets implement the object data
284         mechanism from GtkObject. a generic data pointer is associated with
285         a certain location and a key id.
286
287 Sat May  9 20:08:12 1998  Owen Taylor  <otaylor@gtk.org>
288
289         * glib/gmem.c: Experimentally restore GMemChunk
290         to its primeval state - where mem areas are
291         freed incrementally instead of searching the tree
292         every time a mem area is completely empty. Also,
293         always keep one mem chunk around. (Reduced calls
294         to malloc() a lot, but doesn't really improve
295         performance significiantly)
296
297 Thu May  7 08:17:28 1998  Tim Janik  <timj@gtk.org>
298
299         * glib.h (G_GNUC_PRINTF):
300         (G_GNUC_SCANF): macros to facilitate the printf/scanf format argument
301         checking of gcc.
302
303         * gstring.c: const corrections, string!=NULL checks at function entry.
304         (g_string_down): new function for tolower(3) conversion.
305         (g_string_up): new function for toupper(3) conversion.
306
307         * gutils.c: const corrections.
308         (g_strdown): g_string_down() counterpart.
309         (g_strup): g_string_up() counterpart.
310
311         * gscanner.c (g_scanner_unexp_token):
312         (g_scanner_error):
313         (g_scanner_warn): new functions to let a scanner put out warnings
314         or errors, especially to react on unexpected tokens.
315
316         * gslist.c:
317         (g_slist_index): find out about about the position of a
318         certain data pointer.
319         (g_slist_position): find out about about the position of a
320         certain node.
321
322         * glist.c:
323         (g_list_index): find out about about the position of a
324         certain data pointer.
325
326 Thu May  7 05:14:19 1998  Tim Janik  <timj@gtk.org>
327
328         * ltmain.sh: added a new commandline flag -postfix similar to -release,
329         but will immediately change the library name.
330
331         * Makefile.am: specify -postfix and -version-info
332
333         * configure.in: version bump to 1.1.0. added GLIB_INTERFACE_AGE and
334         GLIB_BINARY_AGE. calculate LT_* variables for libtool.
335
336 Fri May  1 16:36:08 1998  Owen Taylor  <otaylor@gtk.org>
337
338         * gutils.c: (g_strcasecmp). Check for isupper before
339         taking tolower, and account for macroized tolower.
340
341         * gutils.c (g_error): Check for recursion.
342
343 1998-04-27  Elliot Lee  <sopwith@cuc.ml.org>
344
345         * glist.c (g_list_position): New function to find the position of
346         a link in a list - should be the inverse of g_list_nth(), but
347         haven't tested it so poof.
348
349 Thu Apr 30 21:41:30 1998  Owen Taylor  <otaylor@gtk.org>
350
351         * gstring.c : Check arguments more carefully, 
352         (gtk-draco-980423-1.patch; ramsey@rhrk.uni-kl.de) 
353
354 Tue Apr  7 19:36:48 1998  Owen Taylor  <owt1@cornell.edu>
355
356         * gutils.c (g_direct_compare): Removed, because that's what
357         a NULL comparison function means. And it wasn't 64 bit safe.
358
359 Mon Apr  6 18:43:25 1998  Tim Janik  <timj@gtk.org>
360
361         * gscanner.c (g_scanner_get_token_ll): fixed a bug that caused floats
362         of the format ".xxx" to be parsed as "xxx".
363
364 Fri Apr  3 20:36:35 1998  Owen Taylor  <owt1@cornell.edu>
365
366         * gutils.c (g_parse_debug_string): Make debug string
367         parsine case-insensitive
368
369 Fri Apr  3 17:03:18 PST 1998 Manish Singh <yosh@gimp.org>
370
371         * gstring.c: corrected possible overrun when inserting into
372         GStrings (thanks Elrond)
373
374 Fri Apr  3 18:05:45 1998  Owen Taylor  <owt1@cornell.edu>
375
376         * testglib.c: Removed literal german from strings
377         to appease SGI compiler.
378         
379 Thu Mar 26 20:47:21 1998  Owen Taylor  <owt1@cornell.edu>
380
381         * configure.in glib glibconfig.h.in: Add test for atexit/on_exit -
382         use on_exit if atexit not found in definition of ATEXIT.
383
384 Wed Mar 25 15:23:37 1998  Owen Taylor  <owt1@cornell.edu>
385
386         * Makefile.am: Switched glibconfig.h rule from HEADERS
387         to DATA, so that it is not added to DISTFILES
388
389 Wed Mar 18 22:27:08 PST 1998 Manish Singh <yosh@gimp.org>
390
391         * garray.c: g_rarray_truncate length done correctly
392
393 Sun Mar 15 07:13:34 1998  Tim Janik  <timj@gimp.org>
394
395         * gutils.c: changed *_handler variables to be named glib_*_handler,
396         so you can easily access them from gdb.
397
398 Sat Mar 14 17:47:43 1998  Owen Taylor  <owt1@cornell.edu>
399
400         * Makefile.am: Don't refer to current directory as $(top_builddir)
401         to avoid confusing non-gmakes
402
403 Sat Mar 14 01:37:35 1998  Owen Taylor  <owt1@cornell.edu>
404
405         * Makefile.am (configincludedir): Moved glibconfig.h to
406           $(pkglibdir)/include
407
408 Tue Mar 10 02:03:12 1998  Tim Janik  <timj@gimp.org>
409
410         * gscanner.c (g_scanner_destroy_symbol_table_entry): new function to
411         free symbol table entries upon destruction
412         (gtk-gronlund-980309-0.patch.gz).
413
414 Mon Mar  9 15:02:21 1998  Tim Janik  <timj@gimp.org>
415
416         * glib.h: changed *_length functions to return guint.
417         changed *_nth functions to take guint as argument.
418
419         * glist.c: adapted g_list_length and g_list_length.
420
421         * gslist.c: adapted g_slist_length and g_slist_length.
422
423 Mon Mar  2 17:51:18 1998  Owen Taylor  <owt1@cornell.edu>
424
425         * glib.h gutils.c : changed g_strcasecmp
426           to take gchar* not guchar*
427
428         * testglib.c: Remove trailing ; after functions
429         
430 Sun Mar  1 19:04:40 1998  Owen Taylor  <owt1@cornell.edu>
431
432         * glib.h gstring.c: Added g_string_insert[_c]()
433           and g_string_erase().
434
435           From: Stefan Wille  <1wille@vsys1.informatik.uni-hamburg.de>
436
437 Mon Feb 16 23:05:06 1998  Owen Taylor  <owt1@cornell.edu>
438
439         * glist.c (g_list_insert_sorted): Changed function
440           so elements are always inserted, even if they compare
441           equal with another.
442
443 Thu Feb 12 22:48:11 1998  Owen Taylor  <owt1@cornell.edu>
444
445         * gstring.c glib.h: removed deprecated g_string_equal
446           and g_string_hash.
447
448 Tue Feb 10 13:04:36 1998  Owen Taylor  <owt1@cornell.edu>
449
450         * configure.in: Add check to see if the C library's
451           iswalnum can actually be used. (Not true for
452           Linux libc-5.4.38)
453
454 Sat Feb  7 11:48:09 1998  Owen Taylor  <owt1@cornell.edu>
455
456         * gstring.c gutils.c: added some additional consts in
457           appropriate places to remove a warning
458
459 Sat Feb  7 11:15:54 1998  Owen Taylor  <owt1@cornell.edu>
460
461         * gutils.c: include <ctype.h> for tolower()
462
463 Fri Jan 30 23:57:17 PST 1998 Manish Singh <yosh@gimp.org>
464
465         * added and autoconfigured in a new utility function
466         g_strcasecmp
467
468 Wed Jan 28 23:53:27 PST 1998 Manish Singh <yosh@gimp.org>
469
470         * glist.c
471         * gslist.c
472         * testglib.c: the sort functions compared backwards. Fixed
473         * glib.h: list iterator macros now check for NULL pointers
474
475 Tue Jan 27 09:46:57 PST 1998 Manish Singh <yosh@gimp.org>
476
477         * gstring.c: g_string_prepend and g_string_prepend_c had
478         interchanged src and dest parameters for g_memmove. Fixed.
479
480 Tue Jan 27 01:38:52 PST 1998 Manish Singh <yosh@gimp.org>
481
482         * gslist.c: fixed a really, really lame error. g_slist_insert
483         didn't hook the data in! Reworked the routine to reflect the
484         functionality of g_list
485
486 Wed Jan 21 01:13:25 1998  Tim Janik  <timj@psynet.net>
487
488         * Applied patch from (Raja R Harinath <harinath@cs.umn.edu>)
489           to add function g_snprintf.
490         * configure.in (AC_CHECK_FUNCS): Check for vsnprintf.
491         * glib.h: Add prototype for g_snprintf.
492         * glibconfig.h.in: Add HAVE_VSNPRINTF.
493         * gutils.c (g_snprintf): new function.
494
495 Sat Jan 17 23:52:40 1998  Owen Taylor  <owt1@cornell.edu>
496
497         * gstring.{c,h} gscanner.c:
498            renamed g_string_equal => g_str_equal
499            renamed g_string_hash => g_str_hash
500           And const corrected. Old functions left in for now.
501         
502 Fri Jan  9 20:03:46 1998  Tim Janik  <timj@psynet.net>
503
504         * gutils.c (g_strerror): changed message for EAGAIN from
505         "no more processes" to "try again" since EAGAIN is used with
506         functions else than fork().
507
508         * gscanner.c (g_scanner_get_token_ll): use strtol() instead of
509         strtoul() to avoid conflicts with solaris.
510
511         * merged the glib portions from Jan 2 to Jan 7 out of gtk+/ChangeLog
512         into this file.
513
514 Wed Jan  7 02:14:30 PST 1998 Manish Singh <yosh@gimp.org>
515
516         * glib.h:
517         * glist.c:
518         * gslist.c:
519         * testglib.c: Added g_[s]list_insert_sorted function
520         and appropriate tests in testglib
521
522 Sat Jan  3 20:23:25 1998  Owen Taylor  <owt1@cornell.edu>
523
524         * glib.h: Changed guint32 -> guint for bitfields.
525         (Bitfields must be int or unsigned int?)
526
527 Fri Jan  2 23:52 PST 1998 Jay Painter <jpaint@serv.net>
528
529         * glib_pre1.h: 
530         * glib_pre2.h: 
531         * glib.h: reverted glibconfig.h and glib.h files back to the
532         way they were before my ugly hack.
533
534         * gscanner.c: removed inlines from clist and gscanner
535
536 Tue Dec 23 02:49:51 1997  Tim Janik  <timj@psynet.net>
537
538         * gscanner.c: new file for GScanner: Flexible lexical scanner for
539         general purpose.
540         * glib_pre2.h: added GScanner includes. added g_strconcat and g_strtod.
541         gutils.c (g_strconcat): new function for string concatenation of NULL
542         terminated parameter list.
543         (g_strtod): new function to perform best string to double conversion
544         with or without consideration of the current locale.
545
546 Mon Dec 15 19:33:58 1997  Tim Janik  <timj@psynet.net>
547
548         * glist.c: minor optimizations:
549         (g_list_append): `if' optimized for common code path, commented out
550         unneccessary `assert', saved one variable assignment.
551         (g_list_prepend): saved two (conditioned) variable assignment.
552         (g_list_insert): saved one  (conditioned) variable assignment,
553         saved one variable assignment.
554         (g_list_remove): `if' optimized for common code path, saved two
555         variable assignments by using `g_list_free_1' (which is even
556         faster) instead of `g_list_free'.
557         (g_list_reverse): saved allocation of one variable, saved one
558         variable assignment.
559
560 Wed Dec 10 23:27:20 1997  Tim Janik  <timj@psynet.net>
561
562         * glib_pre1.h: 
563         * glib_pre2.h: 
564         * glib.h: this file now gets concatenated by makeglib_h from
565         glib_pre1.h and glib_pre2.h to merge in glibconfig.h wich got
566         created by configure (done by Jay Painter).
567
568         * glib_pre2.h: the g_assert*() and g_return_*_fail() macros
569         are wrapped by G_STMT_START and G_STMT_END now, to avoid conflicts
570         when used within if (...) g_macro(); else ... conditionals.
571         
572 Tue Dec 17 13:14:07 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
573
574         * glib.h: Changed 'g_return_if_fail' and 'g_return_val_if_fail' to
575         not call 'g_string' but to simply stringify the
576         expression. Calling 'g_string' causes the expression to be
577         expanded which is undesired.
578
579 Sun Dec  1 01:30:48 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
580
581         * Started ChangeLog