summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added module headers, made gtree.c thread-safe.GLIB_1_1_4_THREADSJeff Garzik1998-11-124-8/+50
* Updated module headers for *.c.Jeff Garzik1998-11-126-16/+68
* Makefile.am: Corrected INCLUDES/DEFS bug also corrected in trunk.Jeff Garzik1998-11-129-14/+131
* Add checks for -lpthread, stolen from Gtk+ configure.in.Jeff Garzik1998-11-112-2/+27
* use __extension__ for long long on gcc >= 2.8 and egcs, and provide aManish Singh1998-11-1113-78/+271
* Added 'strncasecmp' to the list of functions to be searched for. Added aPhil Schwan1998-11-0513-1/+135
* config.h.win32 (new file) glibconfig.h.win32 glib.def appliedManish Singh1998-11-0413-114/+288
* new function for removing an entry from an array while preserving theSebastian Wilhelmi1998-11-0312-58/+436
* glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh1998-11-0213-220/+168
* applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh1998-11-0127-199/+362
* Land glib-rrh-19981025-0.patch.Raja R Harinath1998-11-0123-313/+581
* removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macrosTim Janik1998-10-3112-30/+122
* G_BREAKPOINT for alpha from Robert Wilhelm <robert@physiol.med.tu-muenchen.de>Manish Singh1998-10-2810-2/+46
* new function for file input. rewind the filedescriptor to the currentTim Janik1998-10-2812-0/+200
* get rid of duplicate #g_htonl and friends in the NATIVE_WIN32 partManish Singh1998-10-2710-32/+40
* win32 patch from Tor Lillqvist (glib-tml-981027-0), fixes some minorManish Singh1998-10-2712-3/+67
* reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh1998-10-2715-104/+609
* oops, this one was private ;)Tim Janik1998-10-271-12/+0
* removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1998-10-2752-170/+3834
* New function that returns the message string for a Win32 error code.Tor Lillqvist1998-10-271-4/+2
* removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1998-10-271-0/+45
* added/updated xlc stuffJoel Becker1998-10-251-1/+1
* Remove `#pragma }'. Likewise.Raja R Harinath1998-10-253-2/+5
* Released GLib 1.1.4GLIB_1_1_4CST 1998 Shawn T. Amundson1998-10-2519-13/+786
* no more characters are available if read() returns anything less than 1,Tim Janik1998-10-2514-38/+182
* small fix to g_node_children_foreach to make it work right. From Paco MoyaManish Singh1998-10-2510-2/+42
* Fix new strfuncs back up (again) - No, incrementing pointers in a loop isElliot Lee1998-10-214-48/+160
* reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don'tTim Janik1998-10-2111-7/+96
* API cleanups of the new g_str* functions for consistency with the existingTim Janik1998-10-2112-268/+468
* I swear I'll get it right someday.Elliot Lee1998-10-204-20/+30
* s/str_concatv/strconcatv/Elliot Lee1998-10-202-2/+2
* Move string join/split/free routines from libgnome/gnome-string, rename,Elliot Lee1998-10-2012-0/+344
* made the check for needed underscore in module's func-names work onSebastian Wilhelmi1998-10-209-11/+64
* configure.in added test for endiannessManish Singh1998-10-2012-0/+166
* Updated the spec file from Greg HayesArturo Espinosa1998-10-181-1/+2
* logic was reversed on need_underscore testSeth Alves1998-10-171-1/+1
* yah yah libtool 1.2bManish Singh1998-10-101-1/+1
* removed functions g_dataset_id_set_destroy and g_datalist_id_set_destroyTim Janik1998-10-0812-148/+216
* removed the #pragma } statement after extern "C" {. use (c-set-offsetTim Janik1998-10-0712-198/+350
* fixed memory offsett when ENABLE_MEM_CHECK is defined andTim Janik1998-10-0610-28/+110
* Added xlc to the compilers that call automake with --include-depsJoel Becker1998-10-051-1/+1
* Took my name out of the spec file. I was being blamed for duff builds :-)Dick Porter1998-10-041-1/+0
* properly handle the first valid hook to call, it maybe IN_CALL already.Tim Janik1998-10-0212-62/+228
* added ghook.c.Tim Janik1998-09-3014-122/+1566
* version bump to 1.1.4, binary age 0, interface age 0.Tim Janik1998-09-2513-747/+853
* Released GLib 1.1.3GLIB_VERSION_1_1_3CDT 1998 Shawn T. Amundson1998-09-228-0/+32
* added g_renew() which works as g_new() for g_realloc().GLIB_1_1_3aTim Janik1998-09-2110-18/+50
* NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik1998-09-2120-355/+515
* Patch to libtool-1.2b to make --disable-staticOwen Taylor1998-09-209-4/+49
* This is Josh, commiting as Manish. This is completely new, andManish Singh1998-09-2014-0/+234