Age | Commit message (Expand) | Author | Files | Lines |
1998-10-25 | no more characters are available if read() returns anything less than 1, | Tim Janik | 1 | -9/+9 |
1998-10-21 | Fix new strfuncs back up (again) - No, incrementing pointers in a loop is | Elliot Lee | 1 | -3/+5 |
1998-10-21 | API cleanups of the new g_str* functions for consistency with the existing | Tim Janik | 1 | -31/+36 |
1998-10-20 | I swear I'll get it right someday. | Elliot Lee | 1 | -1/+2 |
1998-10-20 | s/str_concatv/strconcatv/ | Elliot Lee | 1 | -1/+1 |
1998-10-20 | Move string join/split/free routines from libgnome/gnome-string, rename, | Elliot Lee | 1 | -0/+21 |
1998-10-20 | configure.in added test for endianness | Manish Singh | 1 | -0/+48 |
1998-10-08 | removed functions g_dataset_id_set_destroy and g_datalist_id_set_destroy | Tim Janik | 1 | -27/+25 |
1998-10-07 | removed the #pragma } statement after extern "C" {. use (c-set-offset | Tim Janik | 1 | -15/+13 |
1998-10-02 | properly handle the first valid hook to call, it maybe IN_CALL already. | Tim Janik | 1 | -6/+6 |
1998-09-30 | added ghook.c. | Tim Janik | 1 | -61/+180 |
1998-09-25 | version bump to 1.1.4, binary age 0, interface age 0. | Tim Janik | 1 | -3/+3 |
1998-09-21 | added g_renew() which works as g_new() for g_realloc().GLIB_1_1_3a | Tim Janik | 1 | -9/+9 |
1998-09-21 | NEWS file update for upcoming release of GLib + GModule version 1.1.3, | Tim Janik | 1 | -46/+36 |
1998-09-20 | This is Josh, commiting as Manish. This is completely new, and | Manish Singh | 1 | -0/+6 |
1998-09-19 | minor g_memdup() fixups | Tim Janik | 1 | -18/+17 |
1998-09-18 | Added g_memdup implementation | Manish Singh | 1 | -0/+3 |
1998-09-18 | make the datalists a safe type (not using a generic gpointer) by expecting | Tim Janik | 1 | -37/+47 |
1998-09-17 | implemented g_datalist_* along the lines of g_dataset, but operates on an | Tim Janik | 1 | -6/+35 |
1998-09-11 | explicitely include the prototypes for inline functions to cure gcc | Tim Janik | 1 | -14/+16 |
1998-09-08 | abandon the use of ATEXIT(), we keep the fallback macros for backwards | Tim Janik | 1 | -11/+27 |
1998-09-07 | check for all three inline keywords individually. | Tim Janik | 1 | -50/+80 |
1998-09-06 | provide proper ATEXIT behavior on NeXTStep by !atexit | Manish Singh | 1 | -1/+5 |
1998-09-06 | Define. New define. (g_bit_nth_msf): Use it. Also, add prototype. | Tom Tromey | 1 | -3/+24 |
1998-09-05 | use g_mem_chunk_alloc0() to allocate the memchunk, so the correct size of | Tim Janik | 1 | -1/+2 |
1998-09-02 | make data argument const. | Owen Taylor | 1 | -13/+13 |
1998-09-02 | new function g_strnfill() to return a new string of specified length, | Tim Janik | 1 | -1/+3 |
1998-09-02 | Mostly changes to GArray code. See ChangeLog. | Manish Singh | 1 | -85/+88 |
1998-08-24 | removed this function which was not publically exported in glib.h. to | Tim Janik | 1 | -22/+47 |
1998-08-19 | added g_strndup | Manish Singh | 1 | -0/+2 |
1998-08-18 | new function g_log_set_always_fatal() to set an additional fatal_mask for | Tim Janik | 1 | -0/+1 |
1998-08-18 | if __STRICT_ANSI__ is defined, make `inline' a noop, since strict ANSI | Tim Janik | 1 | -0/+12 |
1998-08-17 | made private functions static. | Tim Janik | 1 | -4/+4 |
1998-08-17 | feature an extra MODULES parameter, so glib-config can be invoked with the | Tim Janik | 1 | -8/+8 |
1998-08-16 | version bump to 1.1.3, binary age 0, interface age 0. | Tim Janik | 1 | -211/+403 |
1998-08-16 | Sun Aug 16 Elliot Lee | Elliot Lee | 1 | -0/+2 |
1998-08-11 | It's GTime now, and it's back! | Manish Singh | 1 | -3/+0 |
1998-08-04 | version bump to 1.1.1, binary age 1, interface age 0. updates. updates. | Tim Janik | 1 | -9/+23 |
1998-08-03 | change order of gpointer data; field in struct _GNode to be partly binary | Tim Janik | 1 | -3/+2 |
1998-07-31 | added a GNode test. | Tim Janik | 1 | -2/+109 |
1998-07-27 | #if 0'ed out the GTime definition, until it is definitively needed. #if | Tim Janik | 1 | -1/+3 |
1998-07-26 | #if 0'ed out the GTime definition, until it is definitively needed. | Tim Janik | 1 | -1/+4 |
1998-07-25 | DANGER WILL ROBINSON! Ok, normally I don't do things like this, but this | Mark Crichton | 1 | -1/+1 |
1998-07-25 | indentation fixes. | Tim Janik | 1 | -29/+29 |
1998-07-22 | new functions to make a scanner scope sensitive wrt symbol lookups. | Tim Janik | 1 | -10/+31 |
1998-07-21 | typo fixed for alphas for gint64 | George Lebl | 1 | -1/+1 |
1998-07-20 | Add gint64/guint64 if possible (HAVE_GINT64 is defined if we have it, | Elliot Lee | 1 | -0/+14 |
1998-07-14 | new fuction g_dirname() which returns a newlly allocated string. | Tim Janik | 1 | -0/+1 |
1998-07-10 | While we're off changing glib.h, correct some cosmetic nits. No changed | Manish Singh | 1 | -11/+11 |
1998-07-10 | added a bunch of utility/wrapper functions: g_basename(), g_getcwd(), | Tim Janik | 1 | -215/+233 |