Age | Commit message (Expand) | Author | Files | Lines |
1998-11-03 | new function for removing an entry from an array while preserving the | Sebastian Wilhelmi | 1 | -27/+42 |
1998-11-02 | glib.h endian macros defined using the glibconfig.h mechanism now | Manish Singh | 1 | -103/+25 |
1998-11-01 | applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entry | Manish Singh | 1 | -3/+3 |
1998-11-01 | Land glib-rrh-19981025-0.patch. | Raja R Harinath | 1 | -138/+37 |
1998-10-31 | removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macros | Tim Janik | 1 | -14/+12 |
1998-10-28 | G_BREAKPOINT for alpha from Robert Wilhelm <robert@physiol.med.tu-muenchen.de> | Manish Singh | 1 | -1/+3 |
1998-10-28 | new function for file input. rewind the filedescriptor to the current | Tim Janik | 1 | -0/+1 |
1998-10-27 | get rid of duplicate #g_htonl and friends in the NATIVE_WIN32 part | Manish Singh | 1 | -16/+0 |
1998-10-27 | reimplemented the endian stuff, using inline asm for x86. #define g_htonl | Manish Singh | 1 | -50/+218 |
1998-10-27 | removed dummy structure definitions for struct _GCache, _GTree, _GTimer, | Tor Lillqvist | 1 | -23/+190 |
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 |