new function g_dataset_retrive_key. adjusted prealloc sizes, to take up
[platform/upstream/glib.git] / ChangeLog
1 Thu Jun 11 04:15:31 1998  Tim Janik  <timj@gtk.org>
2
3         * glib.h:
4         * gdataset.c: new function g_dataset_retrive_key. adjusted prealloc
5         sizes, to take up less space on initial allocation.
6
7 1998-06-10  Raja R Harinath  <harinath@cs.umn.edu>
8
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.
15
16 Wed Jun 10 19:29:51 1998  Owen Taylor  <otaylor@gtk.org>
17
18         * Makefile.am glib.m4 configure.in:
19         
20         Moved out from GTK+; added AM_PATH_GLIB macro.
21
22 Wed Jun 10 12:56:07 1998  Owen Taylor  <otaylor@gtk.org>
23
24         * glib.h: renamed g_const_pointer => gconstpointer
25
26 Tue Jun  9 17:47:33 1998  Owen Taylor  <otaylor@gtk.org>
27
28         * glib.h: Remove #error - HP/UX.
29
30 Sat May 23 19:00:01 1998  Owen Taylor  <otaylor@gtk.org>
31   [ Combination of:
32      gtk-rrh-980412-0.patch (Raja R Harinath <harinath@cs.umn.edu>)
33      gtk-jbuhler-980516-0 (Jeremy Buhler <jbuhler@cs.washington.edu>) ]
34         
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
41           code until fixed)
42         - Added other new const in harmless positions.
43
44 Mon Jun  8 01:06:47 1998  Tim Janik  <timj@gtk.org>
45
46         * glib.h: added enum-helper macros for code generation.
47         added G_BREAKPOINT().
48
49 Sat Jun  6 14:09:22 PDT 1998 Manish Singh <yosh@gimp.org>
50
51         * gmem.c: commented out MEM_PROFILE and MEM_CHECK, causing weird
52         problems
53
54 Wed Jun  3 06:19:42 1998  Tim Janik  <timj@gtk.org>
55
56         * glib.h (g_chunk_new0): convenience macro, for allocating small chunks 
57         like g_chunk_new() with additional 0 initialization.
58
59 Mon Jun  1 04:43:27 1998  Tim Janik  <timj@gtk.org>
60
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
63         previous entries.
64
65 Tue May 26 18:30:06 1998  Tim Janik  <timj@gtk.org>
66
67         * glib.h (g_string_sized_new): new function to controll the preallocated
68         size of a GString.
69
70         * glib.h (g_strreversed): new function to reverse a string.
71
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)
74         
75         * gutils.c: Restored a missing prototype for g_vsprintf.
76
77 Wed May 20 05:02:26 1998  Tim Janik  <timj@gtk.org>
78
79         * glib.h: conditionally define NULL, FALSE and TRUE.
80         (g_mem_chunk_create): new convenience macro as a short hand for
81         g_mem_chunk_new().
82         (g_chunk_free): new convenience macro to be consistent with g_chunk_new.
83
84 Tue, 19 May 1998 09:00:02 +0200  Â§Paolo Molaro <lupus@debian.org>
85
86         * gcompletion.c: generic functions for com<TAB>pletion...
87
88 Sun May 17 10:48:27 1998  Tim Janik  <timj@gtk.org>
89
90         * gscanner.c (g_scanner_unexp_token): provide usefull default
91         specifications for identifier_spec and symbol_spec.
92
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.
95
96 Fri May 15 22:31:49 1998  Tim Janik  <timj@gtk.org>
97
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?).
101
102 Fri May 15 12:32:08 1998  rodo  <doulik@karlin.mff.cuni.cz>
103
104         * gscanner.c: replaced some snprintf with g_snprintf
105
106 Fri May 15 00:56:59 1998  Tim Janik  <timj@gtk.org>
107
108         * glib.h: further support for gcc function attributes: G_GNUC_FORMAT,
109         G_GNUC_NORETURN and G_GNUC_CONST.
110
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).
115
116 Thu May 14 04:14:12 1998  Tim Janik  <timj@gtk.org>
117
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
123         loss.
124
125 Tue May 12 19:22:58 1998  Owen Taylor  <otaylor@gtk.org>
126
127         * glib/glib.h: Added macros G[U]INT_TO_POINTER() and
128         GPOINTER_TO_[U]INT for storing small integers integers
129         inside pointers. 
130         
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.
134
135 Tue May 12 16:54:15 1998  Owen Taylor  <otaylor@gtk.org>
136         (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)
137         
138         * glib.h gstring.c gmessages.c: Added some missing
139         const to arguments.
140
141         * gutils.c (g_strsignal.c): Added missing return statements.
142
143 Mon May 11 21:11:54 1998  Owen Taylor  <otaylor@gtk.org>
144
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.
149
150 Mon May 11 09:53:43 1998  Tim Janik  <timj@gtk.org>
151
152         * configure.in: preserve automake CFLAGS.
153
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.
157
158         * ltmain.sh: the -release option is not required anymore.
159
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.
163
164 Mon May 11 01:44:10 1998  Tim Janik  <timj@gtk.org>
165
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.
169
170 Sat May  9 20:08:12 1998  Owen Taylor  <otaylor@gtk.org>
171
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)
179
180 Thu May  7 08:17:28 1998  Tim Janik  <timj@gtk.org>
181
182         * glib.h (G_GNUC_PRINTF):
183         (G_GNUC_SCANF): macros to facilitate the printf/scanf format argument
184         checking of gcc.
185
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.
189
190         * gutils.c: const corrections.
191         (g_strdown): g_string_down() counterpart.
192         (g_strup): g_string_up() counterpart.
193
194         * gscanner.c (g_scanner_unexp_token):
195         (g_scanner_error):
196         (g_scanner_warn): new functions to let a scanner put out warnings
197         or errors, especially to react on unexpected tokens.
198
199         * gslist.c:
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
203         certain node.
204
205         * glist.c:
206         (g_list_index): find out about about the position of a
207         certain data pointer.
208
209 Thu May  7 05:14:19 1998  Tim Janik  <timj@gtk.org>
210
211         * ltmain.sh: added a new commandline flag -postfix similar to -release,
212         but will immediately change the library name.
213
214         * Makefile.am: specify -postfix and -version-info
215
216         * configure.in: version bump to 1.1.0. added GLIB_INTERFACE_AGE and
217         GLIB_BINARY_AGE. calculate LT_* variables for libtool.
218
219 Fri May  1 16:36:08 1998  Owen Taylor  <otaylor@gtk.org>
220
221         * gutils.c: (g_strcasecmp). Check for isupper before
222         taking tolower, and account for macroized tolower.
223
224         * gutils.c (g_error): Check for recursion.
225
226 1998-04-27  Elliot Lee  <sopwith@cuc.ml.org>
227
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.
231
232 Thu Apr 30 21:41:30 1998  Owen Taylor  <otaylor@gtk.org>
233
234         * gstring.c : Check arguments more carefully, 
235         (gtk-draco-980423-1.patch; ramsey@rhrk.uni-kl.de) 
236
237 Tue Apr  7 19:36:48 1998  Owen Taylor  <owt1@cornell.edu>
238
239         * gutils.c (g_direct_compare): Removed, because that's what
240         a NULL comparison function means. And it wasn't 64 bit safe.
241
242 Mon Apr  6 18:43:25 1998  Tim Janik  <timj@gtk.org>
243
244         * gscanner.c (g_scanner_get_token_ll): fixed a bug that caused floats
245         of the format ".xxx" to be parsed as "xxx".
246
247 Fri Apr  3 20:36:35 1998  Owen Taylor  <owt1@cornell.edu>
248
249         * gutils.c (g_parse_debug_string): Make debug string
250         parsine case-insensitive
251
252 Fri Apr  3 17:03:18 PST 1998 Manish Singh <yosh@gimp.org>
253
254         * gstring.c: corrected possible overrun when inserting into
255         GStrings (thanks Elrond)
256
257 Fri Apr  3 18:05:45 1998  Owen Taylor  <owt1@cornell.edu>
258
259         * testglib.c: Removed literal german from strings
260         to appease SGI compiler.
261         
262 Thu Mar 26 20:47:21 1998  Owen Taylor  <owt1@cornell.edu>
263
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.
266
267 Wed Mar 25 15:23:37 1998  Owen Taylor  <owt1@cornell.edu>
268
269         * Makefile.am: Switched glibconfig.h rule from HEADERS
270         to DATA, so that it is not added to DISTFILES
271
272 Wed Mar 18 22:27:08 PST 1998 Manish Singh <yosh@gimp.org>
273
274         * garray.c: g_rarray_truncate length done correctly
275
276 Sun Mar 15 07:13:34 1998  Tim Janik  <timj@gimp.org>
277
278         * gutils.c: changed *_handler variables to be named glib_*_handler,
279         so you can easily access them from gdb.
280
281 Sat Mar 14 17:47:43 1998  Owen Taylor  <owt1@cornell.edu>
282
283         * Makefile.am: Don't refer to current directory as $(top_builddir)
284         to avoid confusing non-gmakes
285
286 Sat Mar 14 01:37:35 1998  Owen Taylor  <owt1@cornell.edu>
287
288         * Makefile.am (configincludedir): Moved glibconfig.h to
289           $(pkglibdir)/include
290
291 Tue Mar 10 02:03:12 1998  Tim Janik  <timj@gimp.org>
292
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).
296
297 Mon Mar  9 15:02:21 1998  Tim Janik  <timj@gimp.org>
298
299         * glib.h: changed *_length functions to return guint.
300         changed *_nth functions to take guint as argument.
301
302         * glist.c: adapted g_list_length and g_list_length.
303
304         * gslist.c: adapted g_slist_length and g_slist_length.
305
306 Mon Mar  2 17:51:18 1998  Owen Taylor  <owt1@cornell.edu>
307
308         * glib.h gutils.c : changed g_strcasecmp
309           to take gchar* not guchar*
310
311         * testglib.c: Remove trailing ; after functions
312         
313 Sun Mar  1 19:04:40 1998  Owen Taylor  <owt1@cornell.edu>
314
315         * glib.h gstring.c: Added g_string_insert[_c]()
316           and g_string_erase().
317
318           From: Stefan Wille  <1wille@vsys1.informatik.uni-hamburg.de>
319
320 Mon Feb 16 23:05:06 1998  Owen Taylor  <owt1@cornell.edu>
321
322         * glist.c (g_list_insert_sorted): Changed function
323           so elements are always inserted, even if they compare
324           equal with another.
325
326 Thu Feb 12 22:48:11 1998  Owen Taylor  <owt1@cornell.edu>
327
328         * gstring.c glib.h: removed deprecated g_string_equal
329           and g_string_hash.
330
331 Tue Feb 10 13:04:36 1998  Owen Taylor  <owt1@cornell.edu>
332
333         * configure.in: Add check to see if the C library's
334           iswalnum can actually be used. (Not true for
335           Linux libc-5.4.38)
336
337 Sat Feb  7 11:48:09 1998  Owen Taylor  <owt1@cornell.edu>
338
339         * gstring.c gutils.c: added some additional consts in
340           appropriate places to remove a warning
341
342 Sat Feb  7 11:15:54 1998  Owen Taylor  <owt1@cornell.edu>
343
344         * gutils.c: include <ctype.h> for tolower()
345
346 Fri Jan 30 23:57:17 PST 1998 Manish Singh <yosh@gimp.org>
347
348         * added and autoconfigured in a new utility function
349         g_strcasecmp
350
351 Wed Jan 28 23:53:27 PST 1998 Manish Singh <yosh@gimp.org>
352
353         * glist.c
354         * gslist.c
355         * testglib.c: the sort functions compared backwards. Fixed
356         * glib.h: list iterator macros now check for NULL pointers
357
358 Tue Jan 27 09:46:57 PST 1998 Manish Singh <yosh@gimp.org>
359
360         * gstring.c: g_string_prepend and g_string_prepend_c had
361         interchanged src and dest parameters for g_memmove. Fixed.
362
363 Tue Jan 27 01:38:52 PST 1998 Manish Singh <yosh@gimp.org>
364
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
368
369 Wed Jan 21 01:13:25 1998  Tim Janik  <timj@psynet.net>
370
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.
377
378 Sat Jan 17 23:52:40 1998  Owen Taylor  <owt1@cornell.edu>
379
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.
384         
385 Fri Jan  9 20:03:46 1998  Tim Janik  <timj@psynet.net>
386
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().
390
391         * gscanner.c (g_scanner_get_token_ll): use strtol() instead of
392         strtoul() to avoid conflicts with solaris.
393
394         * merged the glib portions from Jan 2 to Jan 7 out of gtk+/ChangeLog
395         into this file.
396
397 Wed Jan  7 02:14:30 PST 1998 Manish Singh <yosh@gimp.org>
398
399         * glib.h:
400         * glist.c:
401         * gslist.c:
402         * testglib.c: Added g_[s]list_insert_sorted function
403         and appropriate tests in testglib
404
405 Sat Jan  3 20:23:25 1998  Owen Taylor  <owt1@cornell.edu>
406
407         * glib.h: Changed guint32 -> guint for bitfields.
408         (Bitfields must be int or unsigned int?)
409
410 Fri Jan  2 23:52 PST 1998 Jay Painter <jpaint@serv.net>
411
412         * glib_pre1.h: 
413         * glib_pre2.h: 
414         * glib.h: reverted glibconfig.h and glib.h files back to the
415         way they were before my ugly hack.
416
417         * gscanner.c: removed inlines from clist and gscanner
418
419 Tue Dec 23 02:49:51 1997  Tim Janik  <timj@psynet.net>
420
421         * gscanner.c: new file for GScanner: Flexible lexical scanner for
422         general purpose.
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.
428
429 Mon Dec 15 19:33:58 1997  Tim Janik  <timj@psynet.net>
430
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
441         variable assignment.
442
443 Wed Dec 10 23:27:20 1997  Tim Janik  <timj@psynet.net>
444
445         * glib_pre1.h: 
446         * glib_pre2.h: 
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).
450
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.
454         
455 Tue Dec 17 13:14:07 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
456
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.
461
462 Sun Dec  1 01:30:48 1996  Peter Mattis  <pmattis@charnley.HIP.Berkeley.EDU>
463
464         * Started ChangeLog