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