Age | Commit message (Expand) | Author | Files | Lines |
1998-11-04 | config.h.win32 (new file) glibconfig.h.win32 glib.def applied | Manish Singh | 1 | -1/+8 |
1998-11-03 | new function for removing an entry from an array while preserving the | Sebastian Wilhelmi | 1 | -0/+16 |
1998-11-02 | glib.h endian macros defined using the glibconfig.h mechanism now | Manish Singh | 1 | -0/+8 |
1998-11-01 | applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entry | Manish Singh | 1 | -0/+27 |
1998-11-01 | Land glib-rrh-19981025-0.patch. | Raja R Harinath | 1 | -0/+17 |
1998-10-31 | removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macros | Tim Janik | 1 | -0/+11 |
1998-10-28 | G_BREAKPOINT for alpha from Robert Wilhelm <robert@physiol.med.tu-muenchen.de> | Manish Singh | 1 | -0/+5 |
1998-10-28 | new function for file input. rewind the filedescriptor to the current | Tim Janik | 1 | -0/+15 |
1998-10-27 | get rid of duplicate #g_htonl and friends in the NATIVE_WIN32 part | Manish Singh | 1 | -0/+5 |
1998-10-27 | win32 patch from Tor Lillqvist (glib-tml-981027-0), fixes some minor | Manish Singh | 1 | -0/+7 |
1998-10-27 | reimplemented the endian stuff, using inline asm for x86. #define g_htonl | Manish Singh | 1 | -0/+14 |
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 |