summaryrefslogtreecommitdiff
path: root/gstrfuncs.c
AgeCommit message (Expand)AuthorFilesLines
1999-01-25NO_SYS_SIGLIST_DECL change.Timur Bakeyev1-4/+3
1999-01-21Include signal.h only when the signal names will be needed.Tor Lillqvist1-0/+2
1999-01-19The "extern char* sys_siglist" declaration breaks systems with differentJosh MacDonald1-48/+53
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist1-0/+1
1999-01-11alloca and vasprintf go awayJeff Garzik1-11/+0
1999-01-09Add checks for vasprintf, localtime_r.Jeff Garzik1-0/+11
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-3/+23
1998-11-05Added 'strncasecmp' to the list of functions to be searched for. Added aPhil Schwan1-0/+32
1998-11-01applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh1-2/+2
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath1-0/+5
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-0/+35
1998-10-25no more characters are available if read() returns anything less than 1,Tim Janik1-8/+8
1998-10-21Fix new strfuncs back up (again) - No, incrementing pointers in a loop isElliot Lee1-21/+75
1998-10-21API cleanups of the new g_str* functions for consistency with the existingTim Janik1-103/+102
1998-10-20I swear I'll get it right someday.Elliot Lee1-9/+13
1998-10-20Move string join/split/free routines from libgnome/gnome-string, rename,Elliot Lee1-0/+131
1998-09-19minor g_memdup() fixupsTim Janik1-6/+14
1998-09-18Added g_memdup implementationManish Singh1-0/+9
1998-09-02new function g_strnfill() to return a new string of specified length,Tim Janik1-5/+24
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik1-0/+168
1998-08-19added g_strndupManish Singh1-0/+16
1998-07-25indentation fixes.Tim Janik1-28/+28
1998-07-11typo fixupsTim Janik1-1/+1
1998-07-10new file.Tim Janik1-0/+767