summaryrefslogtreecommitdiff
path: root/gstrfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* completed tor's fix to cover both #ifdef branches.Tim Janik2000-07-271-4/+4
* Return 0 on error, not NULL.Tor Lillqvist2000-07-261-5/+5
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik2000-07-261-5/+130
* fixed an off by 0 error (yeah, the function went off when the while (n--)Tim Janik2000-07-151-2/+3
* added gobjectTim Janik2000-05-121-7/+33
* minor optimization.Tim Janik2000-03-011-3/+1
* glib.h New functions for conversion between UTF-8 and the encodingTor Lillqvist2000-02-021-0/+224
* correctly fetch the current locale, fix from owen.Tim Janik2000-01-091-1/+3
* completly new implementation for printf string upper bounds calculation.Tim Janik1999-10-121-137/+0
* G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1999-10-041-3/+3
* glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy toTor Lillqvist1999-08-021-10/+10
* glib.h the #define for g_strescape interfered with the compilation of theManish Singh1999-08-011-40/+3
* New functions.Tor Lillqvist1999-07-311-0/+131
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-34/+45
* Backslashify also '"' characters.Tor Lillqvist1999-05-291-5/+8
* Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson1999-05-081-0/+5
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* fixed errernerous code wrt to thread specific error string allocationTim Janik1999-02-101-4/+6
* NO_SYS_SIGLIST_DECL change.Timur Bakeyev1999-01-251-4/+3
* Include signal.h only when the signal names will be needed.Tor Lillqvist1999-01-211-0/+2
* The "extern char* sys_siglist" declaration breaks systems with differentJosh MacDonald1999-01-191-48/+53
* Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist1999-01-161-0/+1
* alloca and vasprintf go awayJeff Garzik1999-01-111-11/+0
* Add checks for vasprintf, localtime_r.Jeff Garzik1999-01-091-0/+11
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-3/+23
* Added 'strncasecmp' to the list of functions to be searched for. Added aPhil Schwan1998-11-051-0/+32
* applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh1998-11-011-2/+2
* Land glib-rrh-19981025-0.patch.Raja R Harinath1998-11-011-0/+5
* removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1998-10-271-0/+35
* no more characters are available if read() returns anything less than 1,Tim Janik1998-10-251-8/+8
* Fix new strfuncs back up (again) - No, incrementing pointers in a loop isElliot Lee1998-10-211-21/+75
* API cleanups of the new g_str* functions for consistency with the existingTim Janik1998-10-211-103/+102
* I swear I'll get it right someday.Elliot Lee1998-10-201-9/+13
* Move string join/split/free routines from libgnome/gnome-string, rename,Elliot Lee1998-10-201-0/+131
* minor g_memdup() fixupsTim Janik1998-09-191-6/+14
* Added g_memdup implementationManish Singh1998-09-181-0/+9
* new function g_strnfill() to return a new string of specified length,Tim Janik1998-09-021-5/+24
* removed this function which was not publically exported in glib.h. toTim Janik1998-08-241-0/+168
* added g_strndupManish Singh1998-08-191-0/+16
* indentation fixes.Tim Janik1998-07-251-28/+28
* typo fixupsTim Janik1998-07-111-1/+1
* new file.Tim Janik1998-07-101-0/+767