Age | Commit message (Expand) | Author | Files | Lines |
1998-10-27 | removed dummy structure definitions for struct _GCache, _GTree, _GTimer, | Tor Lillqvist | 1 | -0/+115 |
1998-10-25 | Released GLib 1.1.4GLIB_1_1_4 | CST 1998 Shawn T. Amundson | 1 | -0/+20 |
1998-10-25 | no more characters are available if read() returns anything less than 1, | Tim Janik | 1 | -0/+18 |
1998-10-25 | small fix to g_node_children_foreach to make it work right. From Paco Moya | Manish Singh | 1 | -0/+5 |
1998-10-21 | reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don't | Tim Janik | 1 | -0/+10 |
1998-10-21 | API cleanups of the new g_str* functions for consistency with the existing | Tim Janik | 1 | -0/+24 |
1998-10-20 | Move string join/split/free routines from libgnome/gnome-string, rename, | Elliot Lee | 1 | -0/+5 |
1998-10-20 | made the check for needed underscore in module's func-names work on | Sebastian Wilhelmi | 1 | -0/+6 |
1998-10-20 | configure.in added test for endianness | Manish Singh | 1 | -0/+8 |
1998-10-08 | removed functions g_dataset_id_set_destroy and g_datalist_id_set_destroy | Tim Janik | 1 | -4/+16 |
1998-10-07 | removed the #pragma } statement after extern "C" {. use (c-set-offset | Tim Janik | 1 | -0/+20 |
1998-10-06 | fixed memory offsett when ENABLE_MEM_CHECK is defined and | Tim Janik | 1 | -0/+6 |
1998-10-02 | properly handle the first valid hook to call, it maybe IN_CALL already. | Tim Janik | 1 | -0/+17 |
1998-09-30 | added ghook.c. | Tim Janik | 1 | -0/+9 |
1998-09-25 | version bump to 1.1.4, binary age 0, interface age 0. | Tim Janik | 1 | -0/+12 |
1998-09-22 | Released GLib 1.1.3GLIB_VERSION_1_1_3 | CDT 1998 Shawn T. Amundson | 1 | -0/+4 |
1998-09-21 | added g_renew() which works as g_new() for g_realloc().GLIB_1_1_3a | Tim Janik | 1 | -0/+4 |
1998-09-21 | NEWS file update for upcoming release of GLib + GModule version 1.1.3, | Tim Janik | 1 | -0/+18 |
1998-09-20 | Patch to libtool-1.2b to make --disable-static | Owen Taylor | 1 | -0/+5 |
1998-09-20 | This is Josh, commiting as Manish. This is completely new, and | Manish Singh | 1 | -0/+7 |
1998-09-18 | Added g_memdup implementation | Manish Singh | 1 | -0/+5 |
1998-09-18 | make the datalists a safe type (not using a generic gpointer) by expecting | Tim Janik | 1 | -0/+12 |
1998-09-18 | check for key_compare_func != NULL (reported by Michal Kara). | Tim Janik | 1 | -0/+5 |
1998-09-18 | removed from repository | Manish Singh | 1 | -0/+8 |
1998-09-17 | implemented g_datalist_* along the lines of g_dataset, but operates on an | Tim Janik | 1 | -0/+9 |
1998-09-15 | Update to libtool-1.2b, change library versioning scheme to drop | Owen Taylor | 1 | -0/+6 |
1998-09-11 | explicitely include the prototypes for inline functions to cure gcc | Tim Janik | 1 | -0/+5 |
1998-09-09 | added -posix check for NeXTStep | Manish Singh | 1 | -0/+4 |
1998-09-08 | abandon the use of ATEXIT(), we keep the fallback macros for backwards | Tim Janik | 1 | -0/+9 |
1998-09-08 | comment the -std1 check and save LIBS properly | Manish Singh | 1 | -0/+4 |
1998-09-07 | check for all three inline keywords individually. | Tim Janik | 1 | -0/+26 |
1998-09-07 | configure.in: added -std1 check for ANSI compliance (from gtk) | Manish Singh | 1 | -0/+4 |
1998-09-06 | provide proper ATEXIT behavior on NeXTStep by !atexit | Manish Singh | 1 | -0/+4 |
1998-09-06 | Define. New define. (g_bit_nth_msf): Use it. Also, add prototype. | Tom Tromey | 1 | -0/+8 |
1998-09-05 | use g_mem_chunk_alloc0() to allocate the memchunk, so the correct size of | Tim Janik | 1 | -1/+11 |
1998-09-02 | make data argument const. | Owen Taylor | 1 | -0/+5 |
1998-09-02 | new function g_strnfill() to return a new string of specified length, | Tim Janik | 1 | -0/+6 |
1998-09-02 | Mostly changes to GArray code. See ChangeLog. | Manish Singh | 1 | -30/+60 |
1998-08-24 | removed this function which was not publically exported in glib.h. to | Tim Janik | 1 | -0/+49 |
1998-08-19 | gmem.c: add ability to exclude memory chunks from memory profiling | Elliot Lee | 1 | -0/+5 |
1998-08-19 | added g_strndup | Manish Singh | 1 | -0/+5 |
1998-08-18 | new function g_log_set_always_fatal() to set an additional fatal_mask for | Tim Janik | 1 | -0/+16 |
1998-08-18 | if __STRICT_ANSI__ is defined, make `inline' a noop, since strict ANSI | Tim Janik | 1 | -0/+5 |
1998-08-17 | made private functions static. | Tim Janik | 1 | -0/+4 |
1998-08-17 | release delayed | Shawn Amundson | 1 | -2/+0 |
1998-08-17 | Released GLib 1.1.3GLIB_1_1_3 | CDT 1998 Shawn T. Amundson | 1 | -0/+8 |
1998-08-17 | feature an extra MODULES parameter, so glib-config can be invoked with the | Tim Janik | 1 | -0/+12 |
1998-08-16 | version bump to 1.1.3, binary age 0, interface age 0. | Tim Janik | 1 | -2/+57 |
1998-08-16 | Sun Aug 16 Elliot Lee | Elliot Lee | 1 | -0/+4 |
1998-08-11 | It's GTime now, and it's back! | Manish Singh | 1 | -0/+4 |