glib/glib
Havoc Pennington cf24ff7121 changed g_str_hash() to a 31 bit version based on a submission by Karl
Thu Feb 17 12:53:44 2000  Tim Janik  <timj@gtk.org>

        * gstring.c: changed g_str_hash() to a 31 bit version based on
        a submission by Karl Nelson and hand optimized ad absurdum by
        various people ;)

        * gstring.c: applied patch from havoc for new gstring functions,
        added some more sanity checks, coding style fixups.

2000-02-13  Havoc Pennington  <hp@pobox.com>

        * tests/string-test.c (main): Add tests for the new GString
        features

        * testglib.c (main): Add tests for the new GString features

        * gstring.c (g_string_insert_len): New function; insert
        a given length of string at a given position.
        (g_string_append): reimplement in terms of g_string_insert_len
        (g_string_append_len): new function
        (g_string_insert_c): accept -1 for "pos" arg to mean "append"
        (g_string_append_c): reimplement in terms of g_string_insert_c
        (g_string_prepend): reimplement in terms of g_string_insert_len
        (g_string_prepend_len): new function
        (g_string_prepend_c): reimplement in terms of g_string_insert_c
        (g_string_insert): reimplement in terms of g_string_insert_len

        * glib.h: Declare g_string_insert_len, g_string_append_len,
        g_string_prepend_len
2000-02-17 11:57:35 +00:00
..
garray.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gbacktrace.c Don't define WIN32 and NATIVE_WIN32. 1999-10-04 23:04:34 +00:00
gcache.c Use the fix for the g_cache_remove bug from the 1.2 branch instead. 1999-10-31 23:03:45 +00:00
gcompletion.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gdataset.c return stolen data from g_datalist_id_remove_no_notify() and 2000-02-03 20:43:00 +00:00
gdate.c 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
gerror.c Don't define WIN32 and NATIVE_WIN32. 1999-10-04 23:04:34 +00:00
ghash.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
ghook.c Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
giochannel.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
giounix.c 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
giowin32.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
glib.def glib.h New functions for conversion between UTF-8 and the encoding 2000-02-02 23:39:32 +00:00
glib.h changed g_str_hash() to a 31 bit version based on a submission by Karl 2000-02-17 11:57:35 +00:00
glist.c Add a cast. 1999-08-17 17:41:01 +00:00
gmain.c s/current_time/dispatch_time/ for the dispatch() handlers. refetch the 2000-01-26 04:29:06 +00:00
gmem.c applied patch from Soeren Sandmann <sandmann@daimi.au.dk>, to force mem 1999-09-17 09:02:48 +00:00
gmessages.c Don't crash if removing a nonexistent value. 1999-10-31 12:15:34 +00:00
gnode.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gprimes.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gqueue.c 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
grand.c Use /dev/urandom, as it doesn't block, which /dev/random might do. Do not 1999-08-19 08:32:03 +00:00
grel.c Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
gscanner.c G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but 1999-10-04 02:32:50 +00:00
gslist.c Add a cast. 1999-08-17 17:41:01 +00:00
gstrfuncs.c glib.h New functions for conversion between UTF-8 and the encoding 2000-02-02 23:39:32 +00:00
gstring.c changed g_str_hash() to a 31 bit version based on a submission by Karl 2000-02-17 11:57:35 +00:00
gthread.c Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect 1999-11-16 10:30:25 +00:00
gtimer.c G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but 1999-10-04 02:32:50 +00:00
gtree.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gutils.c glib.h Rename Win32-only functions from gwin_* to g_win32_* to match the 1999-11-01 20:46:44 +00:00
gwin32.c Typos. 1999-11-08 09:49:10 +00:00
Makefile.am Move to corresponding subdirectories. 2000-02-07 21:22:30 +00:00
makefile.msc.in Add gwin32 object. Add rule to make .i (preprocessed source) files. 1999-11-04 22:49:19 +00:00