summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-11-11Batch of new documentation that should be easier to maintain and extend.EST 1998 Gregory McLean16-0/+2059
1998-11-11use __extension__ for long long on gcc >= 2.8 and egcs, and provide aManish Singh13-78/+271
1998-11-05Added 'strncasecmp' to the list of functions to be searched for. Added aPhil Schwan13-1/+135
1998-11-04config.h.win32 (new file) glibconfig.h.win32 glib.def appliedManish Singh13-114/+288
1998-11-03new function for removing an entry from an array while preserving theSebastian Wilhelmi12-58/+436
1998-11-02glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh13-220/+168
1998-11-01applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh27-199/+362
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath23-313/+581
1998-10-31removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macrosTim Janik12-30/+122
1998-10-28G_BREAKPOINT for alpha from Robert Wilhelm <robert@physiol.med.tu-muenchen.de>Manish Singh10-2/+46
1998-10-28new function for file input. rewind the filedescriptor to the currentTim Janik12-0/+200
1998-10-27get rid of duplicate #g_htonl and friends in the NATIVE_WIN32 partManish Singh10-32/+40
1998-10-27win32 patch from Tor Lillqvist (glib-tml-981027-0), fixes some minorManish Singh12-3/+67
1998-10-27reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh15-104/+609
1998-10-27oops, this one was private ;)Tim Janik1-12/+0
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist52-170/+3834
1998-10-27New function that returns the message string for a Win32 error code.Tor Lillqvist1-4/+2
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-0/+45
1998-10-25added/updated xlc stuffJoel Becker1-1/+1
1998-10-25Remove `#pragma }'. Likewise.Raja R Harinath3-2/+5
1998-10-25Released GLib 1.1.4GLIB_1_1_4CST 1998 Shawn T. Amundson19-13/+786
1998-10-25no more characters are available if read() returns anything less than 1,Tim Janik14-38/+182
1998-10-25small fix to g_node_children_foreach to make it work right. From Paco MoyaManish Singh10-2/+42
1998-10-21Fix new strfuncs back up (again) - No, incrementing pointers in a loop isElliot Lee4-48/+160
1998-10-21reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don'tTim Janik11-7/+96
1998-10-21API cleanups of the new g_str* functions for consistency with the existingTim Janik12-268/+468
1998-10-20I swear I'll get it right someday.Elliot Lee4-20/+30
1998-10-20s/str_concatv/strconcatv/Elliot Lee2-2/+2
1998-10-20Move string join/split/free routines from libgnome/gnome-string, rename,Elliot Lee12-0/+344
1998-10-20made the check for needed underscore in module's func-names work onSebastian Wilhelmi9-11/+64
1998-10-20configure.in added test for endiannessManish Singh12-0/+166
1998-10-18Updated the spec file from Greg HayesArturo Espinosa1-1/+2
1998-10-17logic was reversed on need_underscore testSeth Alves1-1/+1
1998-10-10yah yah libtool 1.2bManish Singh1-1/+1
1998-10-08removed functions g_dataset_id_set_destroy and g_datalist_id_set_destroyTim Janik12-148/+216
1998-10-07removed the #pragma } statement after extern "C" {. use (c-set-offsetTim Janik12-198/+350
1998-10-06fixed memory offsett when ENABLE_MEM_CHECK is defined andTim Janik10-28/+110
1998-10-05Added xlc to the compilers that call automake with --include-depsJoel Becker1-1/+1
1998-10-04Took my name out of the spec file. I was being blamed for duff builds :-)Dick Porter1-1/+0
1998-10-02properly handle the first valid hook to call, it maybe IN_CALL already.Tim Janik12-62/+228
1998-09-30added ghook.c.Tim Janik14-122/+1566
1998-09-25version bump to 1.1.4, binary age 0, interface age 0.Tim Janik13-747/+853
1998-09-22Released GLib 1.1.3GLIB_VERSION_1_1_3CDT 1998 Shawn T. Amundson8-0/+32
1998-09-21added g_renew() which works as g_new() for g_realloc().GLIB_1_1_3aTim Janik10-18/+50
1998-09-21NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik20-355/+515
1998-09-20Patch to libtool-1.2b to make --disable-staticOwen Taylor9-4/+49
1998-09-20This is Josh, commiting as Manish. This is completely new, andManish Singh14-0/+234
1998-09-19minor g_memdup() fixupsTim Janik4-48/+62
1998-09-18Added g_memdup implementationManish Singh12-0/+64
1998-09-18make the datalists a safe type (not using a generic gpointer) by expectingTim Janik12-152/+348