X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=9ba7458ca7d4c3740529abc3fa6fb0dfe49b54be;hb=5272119ce910740d98415f70c662bbb8942a4a5f;hp=e9d6dd7041c20d5b752e6ccc49984f61e8062ece;hpb=385e3c33429e4cefde02d82ae8612b1819d2c240;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog b/ChangeLog index e9d6dd7..9ba7458 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +Fri Jul 31 22:17:05 1998 Tim Janik + + * testglib.c (g_node_test): added a GNode test. + +Fri Jul 31 09:08:16 1998 Tim Janik + + * Makefile.am: compile gnode.c. + + * glib.h: + * gnode.c: added implementation of n-way trees. + + * gtree.c (g_tree_traverse): added a warning to the switch() statement + which says that G_LEVEL_ORDER is not implemented. + +Mon Jul 27 00:17:30 CDT 1998 Shawn T. Amundson + + * Released GLib 1.1.0 + +Mon Jul 27 01:02:27 1998 Tim Janik + + * glib.h: #if 0'ed out the GTime definition, until it is definitively + needed. #if 0'ed out the g_getcwd() version, because it is the wrong + implementation. + +Sat Jul 25 16:09:00 1998 Mark Crichton + + * glib.h: gtime changed to g_time. gtime is used in + /usr/include/time.h in NetBSD, causing multiple headaches. + If this isn't the right way of fixing it.... ;) + +Thu Jul 23 00:29:14 1998 Tim Janik + + * glib.h: + * gscanner.c: new functions to make a scanner scope sensitive wrt + symbol lookups. + g_scanner_scope_foreach_symbol, g_scanner_scope_lookup_symbol, + g_scanner_scope_remove_symbol, g_scanner_scope_add_symbol and + g_scanner_set_scope. + g_scanner_add_symbol, g_scanner_remove_symbol and + g_scanner_foreach_symbol are now aliases for scope 0. + +Mon Jul 20 23:05:34 1998 George Lebl + + * glib.h: typo fixed for alphas for gint64 + +Tue Jul 14 09:05:18 1998 Tim Janik + + * glib.h: + * gutils.c: new fuction g_dirname() which returns a newlly + allocated string. + +Fri Jul 10 06:33:43 1998 Tim Janik + + * glib.h: + * gutils.h: added a bunch of utility/wrapper functions: + g_basename(), g_getcwd(), g_get_user_name(), g_get_real_name(), + g_get_home_dir(), g_get_tmp_dir(), g_get_prgname() and g_set_prgname(). + + * gutils.c: removed all g_str* functions. + * gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this + place. this file shall never include to avoid clashes for + some of the g_str* functions on some OSes. + +Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko + + * glib.h: + * ghash.c: Renamed g_hash_table_lookup_full to + g_hash_table_lookup_extended to conform with naming conventions. + +Tue Jul 7 03:18:58 EEST 1998 Lauri Alanko + + * glib.h: + * ghash.c: Generic cleanup, added a function: + (g_hash_table_lookup_full): Return whether the lookup succeeded, + and also retrieve the key and value. This allows one to + distinguish between failed lookup and finding a NULL, and also + allows one to free a key in the hash. + +Mon Jul 6 10:12:05 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + +Sat Jul 4 13:38:52 PDT 1998 Manish Singh + + * glib.h: added g_array_length + +Tue Jun 30 11:58:25 1998 Tim Janik + + * gscanner.c (g_scanner_unexp_token): take symbol_2_token into + account. react on valid/invalid string pairs. + Sat Jun 27 21:55:46 PDT 1998 Manish Singh * glib.m4: ftp.glib.org -> ftp.gtk.org, since glib.org isn't