summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor g_memdup() fixupsTim Janik1998-09-194-48/+62
* Added g_memdup implementationManish Singh1998-09-1812-0/+64
* make the datalists a safe type (not using a generic gpointer) by expectingTim Janik1998-09-1812-152/+348
* check for key_compare_func != NULL (reported by Michal Kara).Tim Janik1998-09-1810-0/+44
* removed from repositoryManish Singh1998-09-1812-106/+159
* .cvsignore updates to shutup CVSManish Singh1998-09-172-0/+2
* implemented g_datalist_* along the lines of g_dataset, but operates on anTim Janik1998-09-1715-295/+737
* Update to libtool-1.2b, change library versioning scheme to dropOwen Taylor1998-09-1517-447/+665
* explicitely include the prototypes for inline functions to cure gccTim Janik1998-09-1110-28/+72
* added -posix check for NeXTStepManish Singh1998-09-099-0/+44
* Minor bug fix that caused an error in ORBit due to a wrong inline declaration.Martin Baulig1998-09-081-3/+3
* minor fixupTim Janik1998-09-081-2/+4
* #include <errno.h>Manish Singh1998-09-082-0/+2
* abandon the use of ATEXIT(), we keep the fallback macros for backwardsTim Janik1998-09-0812-22/+196
* comment the -std1 check and save LIBS properlyManish Singh1998-09-089-1/+34
* check for all three inline keywords individually.Tim Janik1998-09-0725-131/+484
* configure.in: added -std1 check for ANSI compliance (from gtk)Manish Singh1998-09-079-0/+51
* provide proper ATEXIT behavior on NeXTStep by !atexitManish Singh1998-09-0610-2/+42
* Removed glib-config again.Tom Tromey1998-09-061-97/+0
* Define. New define. (g_bit_nth_msf): Use it. Also, add prototype.Tom Tromey1998-09-0613-8/+221
* use g_mem_chunk_alloc0() to allocate the memchunk, so the correct size ofTim Janik1998-09-0512-10/+124
* make data argument const.Owen Taylor1998-09-0212-38/+78
* new function g_strnfill() to return a new string of specified length,Tim Janik1998-09-0212-12/+102