summaryrefslogtreecommitdiff
path: root/gstrfuncs.c
AgeCommit message (Expand)Author
2000-11-12Remove g_filename_{to,from}_utf8Robert Brady
2000-10-26When the string is ended by a delimiter, return an extra empty string justSebastian Wilhelmi
2000-09-29Several minor ANSI C fixes.Martin Baulig
2000-09-10Add a missing g_return_if_fail().Owen Taylor
2000-07-27completed tor's fix to cover both #ifdef branches.Tim Janik
2000-07-26Return 0 on error, not NULL.Tor Lillqvist
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik
2000-07-15fixed an off by 0 error (yeah, the function went off when the while (n--)Tim Janik
2000-05-12added gobjectTim Janik
2000-03-01minor optimization.Tim Janik
2000-02-02glib.h New functions for conversion between UTF-8 and the encodingTor Lillqvist
2000-01-09correctly fetch the current locale, fix from owen.Tim Janik
1999-10-12completly new implementation for printf string upper bounds calculation.Tim Janik
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh
1999-08-02glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy toTor Lillqvist
1999-08-01glib.h the #define for g_strescape interfered with the compilation of theManish Singh
1999-07-31New functions.Tor Lillqvist
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
1999-05-29Backslashify also '"' characters.Tor Lillqvist
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-02-10fixed errernerous code wrt to thread specific error string allocationTim Janik
1999-01-25NO_SYS_SIGLIST_DECL change.Timur Bakeyev
1999-01-21Include signal.h only when the signal names will be needed.Tor Lillqvist
1999-01-19The "extern char* sys_siglist" declaration breaks systems with differentJosh MacDonald
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist
1999-01-11alloca and vasprintf go awayJeff Garzik
1999-01-09Add checks for vasprintf, localtime_r.Jeff Garzik
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor
1998-11-05Added 'strncasecmp' to the list of functions to be searched for. Added aPhil Schwan
1998-11-01applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist
1998-10-25no more characters are available if read() returns anything less than 1,Tim Janik
1998-10-21Fix new strfuncs back up (again) - No, incrementing pointers in a loop isElliot Lee
1998-10-21API cleanups of the new g_str* functions for consistency with the existingTim Janik
1998-10-20I swear I'll get it right someday.Elliot Lee
1998-10-20Move string join/split/free routines from libgnome/gnome-string, rename,Elliot Lee
1998-09-19minor g_memdup() fixupsTim Janik
1998-09-18Added g_memdup implementationManish Singh
1998-09-02new function g_strnfill() to return a new string of specified length,Tim Janik
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik
1998-08-19added g_strndupManish Singh
1998-07-25indentation fixes.Tim Janik
1998-07-11typo fixupsTim Janik
1998-07-10new file.Tim Janik