summaryrefslogtreecommitdiff
path: root/gstring.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-29Several minor ANSI C fixes.Martin Baulig1-2/+2
2000-09-01Use g_return_val_if_fail instead of g_return_if_fail, as the function nowSebastian Wilhelmi1-1/+1
2000-08-17Return the data left behind. Return the data left behind.Darin Adler1-2/+11
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-06-29updatedOwen Taylor1-4/+50
2000-05-19added argument assertments.Tim Janik1-1/+1
2000-02-17changed g_str_hash() to a 31 bit version based on a submission by KarlHavoc Pennington1-98/+107
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-219/+3
1999-04-25More editing. Use gcc, not ld to link. On native Win32 use _unlink(). UseTor Lillqvist1-0/+4
1999-04-17Add new g_string functions for reading from file/socket descriptors, andBST 1999 Tony Gale1-2/+220
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-1/+1
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-5/+5
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-1/+10
1998-11-24removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1-7/+0
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik1-159/+15
1998-08-17made private functions static.Tim Janik1-7/+9
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1-1/+1
1998-06-12[Changes from josh to sync with his glib stuff -Yosh]Josh MacDonald1-1/+1
1998-06-10Initial revisionOwen Taylor1-0/+647