1 Thu Jun 11 04:15:31 1998 Tim Janik <timj@gtk.org>
4 * gdataset.c: new function g_dataset_retrive_key. adjusted prealloc
5 sizes, to take up less space on initial allocation.
7 1998-06-10 Raja R Harinath <harinath@cs.umn.edu>
9 * acinclude.m4: New file. Contains `libtool.m4' from libtool-1.2,
10 the version from which glib's libtool forked. Needed for people
11 who use post-1.2 alphas of libtool.
12 * configure.in (enable_mem_check, enable_mem_profile): Replace
13 `echo -n' with AC_MSG_CHECKING.
14 (fd_set): Explain test for `fd_set' better.
16 Wed Jun 10 19:29:51 1998 Owen Taylor <otaylor@gtk.org>
18 * Makefile.am glib.m4 configure.in:
20 Moved out from GTK+; added AM_PATH_GLIB macro.
22 Wed Jun 10 12:56:07 1998 Owen Taylor <otaylor@gtk.org>
24 * glib.h: renamed g_const_pointer => gconstpointer
26 Tue Jun 9 17:47:33 1998 Owen Taylor <otaylor@gtk.org>
28 * glib.h: Remove #error - HP/UX.
30 Sat May 23 19:00:01 1998 Owen Taylor <otaylor@gtk.org>
32 gtk-rrh-980412-0.patch (Raja R Harinath <harinath@cs.umn.edu>)
33 gtk-jbuhler-980516-0 (Jeremy Buhler <jbuhler@cs.washington.edu>) ]
35 * glib.h ghash.c gstring.c gdataset.c gutils.c:
36 - Added new typedef g_const_pointer; expunged all incorrect
37 uses of 'const gpointer'.
38 - Fixed up warnings that that created,
39 - Changed GHashFunc and GCompareFunc to take g_const_pointer
40 arguments. (Necessary, but will cause warnings in existing
42 - Added other new const in harmless positions.
44 Mon Jun 8 01:06:47 1998 Tim Janik <timj@gtk.org>
46 * glib.h: added enum-helper macros for code generation.
49 Sat Jun 6 14:09:22 PDT 1998 Manish Singh <yosh@gimp.org>
51 * gmem.c: commented out MEM_PROFILE and MEM_CHECK, causing weird
54 Wed Jun 3 06:19:42 1998 Tim Janik <timj@gtk.org>
56 * glib.h (g_chunk_new0): convenience macro, for allocating small chunks
57 like g_chunk_new() with additional 0 initialization.
59 Mon Jun 1 04:43:27 1998 Tim Janik <timj@gtk.org>
61 * ghash.c (g_hash_table_insert): wrote a comment describing why
62 a hash node's key should not also get replaced when overriding
65 Tue May 26 18:30:06 1998 Tim Janik <timj@gtk.org>
67 * glib.h (g_string_sized_new): new function to controll the preallocated
70 * glib.h (g_strreversed): new function to reverse a string.
72 Mon May 18 22:14:39 1998 Owen Taylor <otaylor@gtk.org>
73 (Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp> : gtk-joke-980517-0.patch)
75 * gutils.c: Restored a missing prototype for g_vsprintf.
77 Wed May 20 05:02:26 1998 Tim Janik <timj@gtk.org>
79 * glib.h: conditionally define NULL, FALSE and TRUE.
80 (g_mem_chunk_create): new convenience macro as a short hand for
82 (g_chunk_free): new convenience macro to be consistent with g_chunk_new.
84 Tue, 19 May 1998 09:00:02 +0200 §Paolo Molaro <lupus@debian.org>
86 * gcompletion.c: generic functions for com<TAB>pletion...
88 Sun May 17 10:48:27 1998 Tim Janik <timj@gtk.org>
90 * gscanner.c (g_scanner_unexp_token): provide usefull default
91 specifications for identifier_spec and symbol_spec.
93 * glib.h: new functions g_slist_nth_data and g_list_nth_data to return
94 the data of the nth element in the list.
96 Fri May 15 22:31:49 1998 Tim Janik <timj@gtk.org>
98 * gscanner.c (g_scanner_unexp_token): removed spurious va_end(args)
99 that for some reason didn't produce a compiler wrning on my machine
100 (is va_end undefined for i386?).
102 Fri May 15 12:32:08 1998 rodo <doulik@karlin.mff.cuni.cz>
104 * gscanner.c: replaced some snprintf with g_snprintf
106 Fri May 15 00:56:59 1998 Tim Janik <timj@gtk.org>
108 * glib.h: further support for gcc function attributes: G_GNUC_FORMAT,
109 G_GNUC_NORETURN and G_GNUC_CONST.
111 * gscanner.c (g_scanner_stat_mode): changed stat() to lstat().
112 (g_scanner_msg_handler): "\n" at end of line!
113 (g_scanner_foreach_symbol): new function to iterate over the symbol
114 table (GScanner does value-wrapping).
116 Thu May 14 04:14:12 1998 Tim Janik <timj@gtk.org>
118 * glib.h: typedef gint gboolean;
119 this is needed to provide portability with big-endian platforms (e.g.
120 try sizeof(bool) for c++ on big-endians - it's 4).
121 this is also needed to maintain some_union.d_gint==some_union.d_gboolean.
122 plus, gint to gboolean casts and vice versa need to be possible without
125 Tue May 12 19:22:58 1998 Owen Taylor <otaylor@gtk.org>
127 * glib/glib.h: Added macros G[U]INT_TO_POINTER() and
128 GPOINTER_TO_[U]INT for storing small integers integers
131 * glib/testglib.c: Print sizeof() results
132 as g_print("%ld", (glong)sizeof(foo)), to deal with
133 size_t being long on Alpha's.
135 Tue May 12 16:54:15 1998 Owen Taylor <otaylor@gtk.org>
136 (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)
138 * glib.h gstring.c gmessages.c: Added some missing
141 * gutils.c (g_strsignal.c): Added missing return statements.
143 Mon May 11 21:11:54 1998 Owen Taylor <otaylor@gtk.org>
145 * gutils.c gmessages.c: Moved g_error, g_warning, g_message and
146 g_print from gutils.c to new file gmessages.c, to avoid having to
147 include <unistd.h> in gutils.c which was causing problems for the
148 g_strsignal implementation on FreeBSD boxes.
150 Mon May 11 09:53:43 1998 Tim Janik <timj@gtk.org>
152 * configure.in: preserve automake CFLAGS.
154 * Makefile.am: fully rename the created library to libglib-1.1.la.
155 this means we need to change certain portions of the Makefile.am on
156 major/minor version bumps.
158 * ltmain.sh: the -release option is not required anymore.
160 * glib.h: provide G_GNUC_FUNCTION and G_GNUC_PRETTY_FUNCTION to
161 avoid conditionals. unconditionally define NULL, TRUE, FALSE, MAX,
162 MIN, ABS and CLAMP, these macros might be screwed from other headers.
164 Mon May 11 01:44:10 1998 Tim Janik <timj@gtk.org>
166 * gdataset.c: new file, gdatasets implement the object data
167 mechanism from GtkObject. a generic data pointer is associated with
168 a certain location and a key id.
170 Sat May 9 20:08:12 1998 Owen Taylor <otaylor@gtk.org>
172 * glib/gmem.c: Experimentally restore GMemChunk
173 to its primeval state - where mem areas are
174 freed incrementally instead of searching the tree
175 every time a mem area is completely empty. Also,
176 always keep one mem chunk around. (Reduced calls
177 to malloc() a lot, but doesn't really improve
178 performance significiantly)
180 Thu May 7 08:17:28 1998 Tim Janik <timj@gtk.org>
182 * glib.h (G_GNUC_PRINTF):
183 (G_GNUC_SCANF): macros to facilitate the printf/scanf format argument
186 * gstring.c: const corrections, string!=NULL checks at function entry.
187 (g_string_down): new function for tolower(3) conversion.
188 (g_string_up): new function for toupper(3) conversion.
190 * gutils.c: const corrections.
191 (g_strdown): g_string_down() counterpart.
192 (g_strup): g_string_up() counterpart.
194 * gscanner.c (g_scanner_unexp_token):
196 (g_scanner_warn): new functions to let a scanner put out warnings
197 or errors, especially to react on unexpected tokens.
200 (g_slist_index): find out about about the position of a
201 certain data pointer.
202 (g_slist_position): find out about about the position of a
206 (g_list_index): find out about about the position of a
207 certain data pointer.
209 Thu May 7 05:14:19 1998 Tim Janik <timj@gtk.org>
211 * ltmain.sh: added a new commandline flag -postfix similar to -release,
212 but will immediately change the library name.
214 * Makefile.am: specify -postfix and -version-info
216 * configure.in: version bump to 1.1.0. added GLIB_INTERFACE_AGE and
217 GLIB_BINARY_AGE. calculate LT_* variables for libtool.
219 Fri May 1 16:36:08 1998 Owen Taylor <otaylor@gtk.org>
221 * gutils.c: (g_strcasecmp). Check for isupper before
222 taking tolower, and account for macroized tolower.
224 * gutils.c (g_error): Check for recursion.
226 1998-04-27 Elliot Lee <sopwith@cuc.ml.org>
228 * glist.c (g_list_position): New function to find the position of
229 a link in a list - should be the inverse of g_list_nth(), but
230 haven't tested it so poof.
232 Thu Apr 30 21:41:30 1998 Owen Taylor <otaylor@gtk.org>
234 * gstring.c : Check arguments more carefully,
235 (gtk-draco-980423-1.patch; ramsey@rhrk.uni-kl.de)
237 Tue Apr 7 19:36:48 1998 Owen Taylor <owt1@cornell.edu>
239 * gutils.c (g_direct_compare): Removed, because that's what
240 a NULL comparison function means. And it wasn't 64 bit safe.
242 Mon Apr 6 18:43:25 1998 Tim Janik <timj@gtk.org>
244 * gscanner.c (g_scanner_get_token_ll): fixed a bug that caused floats
245 of the format ".xxx" to be parsed as "xxx".
247 Fri Apr 3 20:36:35 1998 Owen Taylor <owt1@cornell.edu>
249 * gutils.c (g_parse_debug_string): Make debug string
250 parsine case-insensitive
252 Fri Apr 3 17:03:18 PST 1998 Manish Singh <yosh@gimp.org>
254 * gstring.c: corrected possible overrun when inserting into
255 GStrings (thanks Elrond)
257 Fri Apr 3 18:05:45 1998 Owen Taylor <owt1@cornell.edu>
259 * testglib.c: Removed literal german from strings
260 to appease SGI compiler.
262 Thu Mar 26 20:47:21 1998 Owen Taylor <owt1@cornell.edu>
264 * configure.in glib glibconfig.h.in: Add test for atexit/on_exit -
265 use on_exit if atexit not found in definition of ATEXIT.
267 Wed Mar 25 15:23:37 1998 Owen Taylor <owt1@cornell.edu>
269 * Makefile.am: Switched glibconfig.h rule from HEADERS
270 to DATA, so that it is not added to DISTFILES
272 Wed Mar 18 22:27:08 PST 1998 Manish Singh <yosh@gimp.org>
274 * garray.c: g_rarray_truncate length done correctly
276 Sun Mar 15 07:13:34 1998 Tim Janik <timj@gimp.org>
278 * gutils.c: changed *_handler variables to be named glib_*_handler,
279 so you can easily access them from gdb.
281 Sat Mar 14 17:47:43 1998 Owen Taylor <owt1@cornell.edu>
283 * Makefile.am: Don't refer to current directory as $(top_builddir)
284 to avoid confusing non-gmakes
286 Sat Mar 14 01:37:35 1998 Owen Taylor <owt1@cornell.edu>
288 * Makefile.am (configincludedir): Moved glibconfig.h to
291 Tue Mar 10 02:03:12 1998 Tim Janik <timj@gimp.org>
293 * gscanner.c (g_scanner_destroy_symbol_table_entry): new function to
294 free symbol table entries upon destruction
295 (gtk-gronlund-980309-0.patch.gz).
297 Mon Mar 9 15:02:21 1998 Tim Janik <timj@gimp.org>
299 * glib.h: changed *_length functions to return guint.
300 changed *_nth functions to take guint as argument.
302 * glist.c: adapted g_list_length and g_list_length.
304 * gslist.c: adapted g_slist_length and g_slist_length.
306 Mon Mar 2 17:51:18 1998 Owen Taylor <owt1@cornell.edu>
308 * glib.h gutils.c : changed g_strcasecmp
309 to take gchar* not guchar*
311 * testglib.c: Remove trailing ; after functions
313 Sun Mar 1 19:04:40 1998 Owen Taylor <owt1@cornell.edu>
315 * glib.h gstring.c: Added g_string_insert[_c]()
316 and g_string_erase().
318 From: Stefan Wille <1wille@vsys1.informatik.uni-hamburg.de>
320 Mon Feb 16 23:05:06 1998 Owen Taylor <owt1@cornell.edu>
322 * glist.c (g_list_insert_sorted): Changed function
323 so elements are always inserted, even if they compare
326 Thu Feb 12 22:48:11 1998 Owen Taylor <owt1@cornell.edu>
328 * gstring.c glib.h: removed deprecated g_string_equal
331 Tue Feb 10 13:04:36 1998 Owen Taylor <owt1@cornell.edu>
333 * configure.in: Add check to see if the C library's
334 iswalnum can actually be used. (Not true for
337 Sat Feb 7 11:48:09 1998 Owen Taylor <owt1@cornell.edu>
339 * gstring.c gutils.c: added some additional consts in
340 appropriate places to remove a warning
342 Sat Feb 7 11:15:54 1998 Owen Taylor <owt1@cornell.edu>
344 * gutils.c: include <ctype.h> for tolower()
346 Fri Jan 30 23:57:17 PST 1998 Manish Singh <yosh@gimp.org>
348 * added and autoconfigured in a new utility function
351 Wed Jan 28 23:53:27 PST 1998 Manish Singh <yosh@gimp.org>
355 * testglib.c: the sort functions compared backwards. Fixed
356 * glib.h: list iterator macros now check for NULL pointers
358 Tue Jan 27 09:46:57 PST 1998 Manish Singh <yosh@gimp.org>
360 * gstring.c: g_string_prepend and g_string_prepend_c had
361 interchanged src and dest parameters for g_memmove. Fixed.
363 Tue Jan 27 01:38:52 PST 1998 Manish Singh <yosh@gimp.org>
365 * gslist.c: fixed a really, really lame error. g_slist_insert
366 didn't hook the data in! Reworked the routine to reflect the
367 functionality of g_list
369 Wed Jan 21 01:13:25 1998 Tim Janik <timj@psynet.net>
371 * Applied patch from (Raja R Harinath <harinath@cs.umn.edu>)
372 to add function g_snprintf.
373 * configure.in (AC_CHECK_FUNCS): Check for vsnprintf.
374 * glib.h: Add prototype for g_snprintf.
375 * glibconfig.h.in: Add HAVE_VSNPRINTF.
376 * gutils.c (g_snprintf): new function.
378 Sat Jan 17 23:52:40 1998 Owen Taylor <owt1@cornell.edu>
380 * gstring.{c,h} gscanner.c:
381 renamed g_string_equal => g_str_equal
382 renamed g_string_hash => g_str_hash
383 And const corrected. Old functions left in for now.
385 Fri Jan 9 20:03:46 1998 Tim Janik <timj@psynet.net>
387 * gutils.c (g_strerror): changed message for EAGAIN from
388 "no more processes" to "try again" since EAGAIN is used with
389 functions else than fork().
391 * gscanner.c (g_scanner_get_token_ll): use strtol() instead of
392 strtoul() to avoid conflicts with solaris.
394 * merged the glib portions from Jan 2 to Jan 7 out of gtk+/ChangeLog
397 Wed Jan 7 02:14:30 PST 1998 Manish Singh <yosh@gimp.org>
402 * testglib.c: Added g_[s]list_insert_sorted function
403 and appropriate tests in testglib
405 Sat Jan 3 20:23:25 1998 Owen Taylor <owt1@cornell.edu>
407 * glib.h: Changed guint32 -> guint for bitfields.
408 (Bitfields must be int or unsigned int?)
410 Fri Jan 2 23:52 PST 1998 Jay Painter <jpaint@serv.net>
414 * glib.h: reverted glibconfig.h and glib.h files back to the
415 way they were before my ugly hack.
417 * gscanner.c: removed inlines from clist and gscanner
419 Tue Dec 23 02:49:51 1997 Tim Janik <timj@psynet.net>
421 * gscanner.c: new file for GScanner: Flexible lexical scanner for
423 * glib_pre2.h: added GScanner includes. added g_strconcat and g_strtod.
424 gutils.c (g_strconcat): new function for string concatenation of NULL
425 terminated parameter list.
426 (g_strtod): new function to perform best string to double conversion
427 with or without consideration of the current locale.
429 Mon Dec 15 19:33:58 1997 Tim Janik <timj@psynet.net>
431 * glist.c: minor optimizations:
432 (g_list_append): `if' optimized for common code path, commented out
433 unneccessary `assert', saved one variable assignment.
434 (g_list_prepend): saved two (conditioned) variable assignment.
435 (g_list_insert): saved one (conditioned) variable assignment,
436 saved one variable assignment.
437 (g_list_remove): `if' optimized for common code path, saved two
438 variable assignments by using `g_list_free_1' (which is even
439 faster) instead of `g_list_free'.
440 (g_list_reverse): saved allocation of one variable, saved one
443 Wed Dec 10 23:27:20 1997 Tim Janik <timj@psynet.net>
447 * glib.h: this file now gets concatenated by makeglib_h from
448 glib_pre1.h and glib_pre2.h to merge in glibconfig.h wich got
449 created by configure (done by Jay Painter).
451 * glib_pre2.h: the g_assert*() and g_return_*_fail() macros
452 are wrapped by G_STMT_START and G_STMT_END now, to avoid conflicts
453 when used within if (...) g_macro(); else ... conditionals.
455 Tue Dec 17 13:14:07 1996 Peter Mattis <pmattis@charnley.HIP.Berkeley.EDU>
457 * glib.h: Changed 'g_return_if_fail' and 'g_return_val_if_fail' to
458 not call 'g_string' but to simply stringify the
459 expression. Calling 'g_string' causes the expression to be
460 expanded which is undesired.
462 Sun Dec 1 01:30:48 1996 Peter Mattis <pmattis@charnley.HIP.Berkeley.EDU>