Don't modify errno. (#116617, Balazs Scheidler)
[platform/upstream/glib.git] / glib / gstrfuncs.c
2004-02-26 Matthias ClasenDon't modify errno. (#116617, Balazs Scheidler)
2004-01-28 Matthias ClasenNew function, a cross between g_strsplit() and strtok...
2003-11-27 Tim Janikhandle NULL arguments gracefully.
2003-11-26 Roozbeh PournaderFixed a bad pointer comparison in g_ascii_strtod that...
2003-11-05 Matthias ClasenNew headers defining common gettext-support macros.
2003-07-01 Matthias ClasenMove g_strfreev() docs inline.
2003-06-05 Matthias ClasenSynchronize argument names with headers and docs. ...
2003-05-30 Owen Taylorglib/gstrfuncs.c (g_ascii_strncasecmp) Use TOLOWER...
2003-05-27 Matthias ClasenUse memcpy instead of strcpy. (#106988, Christian Biere)
2003-05-05 Matthias ClasenSome doc fixes. (#111805)
2003-02-26 Matthias ClasenUse g_strndup, not g_strdup, since we know the length...
2002-12-05 Matthias ClasenAdd Since and Deprecation info for symbols documented...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-29 Matthias ClasenIt is a 2.2 addition.
2002-11-28 Matthias ClasenAdjust to changed parameter names.
2002-11-28 Matthias ClasenMove some docs inline, and add deprecation information...
2002-11-28 Matthias ClasenMark 2.2 API additions.
2002-11-26 Owen TaylorAvoid non-ANSI pointer comparison. (#54344, Morten...
2002-11-21 Matthias Clasen Include a printf implementation supporting C99 snprint...
2002-11-19 Owen TaylorFix strtull/strtoull type in docs (#99012, Morten Welin...
2002-11-06 Matthias ClasenMinor doc markup fix.
2002-10-12 Tim Janikfix comment. (g_ascii_strtoull): new function, acting...
2002-05-14 Alex LarssonNew functions g_str_has_suffix and g_str_has_prefix.
2002-03-28 Owen TaylorRemove warning about g_print, etc, encoding.
2002-03-11 Matthias ClasenAdd a note about g_strreverse() and UTF-8.
2002-03-08 Owen TaylorFinal updates for 2.0.0
2002-02-10 Darin AdlerNew. (skip_spaces): g_unichar_isspace -> xml_isspace...
2001-11-13 Darin AdlerFix max_tokens == 1 case to match documentation. Add...
2001-10-24 Alex LarssonAdd g_strtod & co.
2001-10-02 Matthias Clasendocumentation update. add documentation. update docs...
2001-09-29 George Leblcast the string size to gulong and use %lu for printing...
2001-09-27 Owen TaylorUse gssize to match the header. (Reported by Elliot...
2001-09-26 Owen TaylorCopy if !g_mem_is_system_malloc, not the other way...
2001-09-26 Owen TaylorUse memset; might be faster if someone used this for...
2001-09-25 Owen TaylorVersion 1.3.9 (binary, interface == 0)
2001-09-21 Owen TaylorRename g_mem_vtable_is_set() to g_mem_is_system_malloc().
2001-09-19 Owen TaylorPatch from Matthias Clasen (#59806)
2001-09-18 Tim Janikadd simple test for g_path_get_basename().
2001-09-04 Tor LillqvistUpdate. Don't mention pthreads.
2001-09-02 Owen TaylorReplace some uses of isspace() with g_ascii_isspace().
2001-08-30 Tor LillqvistAfter being away for about five months, I'm back workin...
2001-08-25 Alexander LarssonImplement and document g_ascii_isxxx.
2001-08-24 Owen TaylorPatch from Darin Adler to restore Glib-1.2 handling...
2001-07-19 Darin AdlerAdd missing const. (g_strsplit): Add g_return_val_if_fa...
2001-07-12 Mark MurnaneChanged prototype of printf_string_upper_bound to retur...
2001-06-30 Owen TaylorTry compiling before committing, why don't you? Simple...
2001-06-30 Owen TaylorPatch from Darin Adler (#54166)
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-06-15 Owen TaylorFix a use of strcat that wasn't replaced with g_stpcpy...
2001-06-08 Alex LarssonAdded new functions g_strstr_len, g_strrstr and g_strrs...
2001-06-04 Owen Taylorto match g_strcasecmp, check if it is lower/upper befor...
2001-04-17 Owen TaylorDefine _GNU_SOURCE for stpcpy
2001-04-16 Havoc Penningtondocs
2001-03-26 Owen Taylor*** empty log message ***
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-02-17 Havoc Penningtoninclude string.h
2001-01-29 Tor LillqvistUse the same GMutex structure as the configure-generate...
2000-12-07 Havoc Penningtonadd g_strdupv test
2000-11-12 Robert BradyRemove g_filename_{to,from}_utf8
2000-10-26 Sebastian WilhelmiWhen the string is ended by a delimiter, return an...
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-09-10 Owen TaylorAdd a missing g_return_if_fail().
2000-07-27 Tim Janikcompleted tor's fix to cover both #ifdef branches.
2000-07-26 Tor LillqvistReturn 0 on error, not NULL.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-26 Tim Janikadded g_strlcat() and g_strlcpy() wrappers, supplied...
2000-07-15 Tim Janikfixed an off by 0 error (yeah, the function went off...
2000-05-12 Tim Janikadded gobject
2000-03-01 Tim Janikminor optimization.
2000-02-02 Tor Lillqvistglib.h New functions for conversion between UTF-8 and...
2000-01-09 Tim Janikcorrectly fetch the current locale, fix from owen.
1999-10-12 Tim Janikcompletly new implementation for printf string upper...
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-08-02 Tor Lillqvistglib.h gstrfuncs.c Rename g_strccpy to g_strcompress...
1999-08-01 Manish Singhglib.h the #define for g_strescape interfered with...
1999-07-31 Tor LillqvistNew functions.
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-05-29 Tor LillqvistBackslashify also '"' characters.
1999-05-08 CDT 1999 Shawn T... Port to BeOS by myself and Richard Offer.
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Tim Janikfixed errernerous code wrt to thread specific error...
1999-01-25 Timur BakeyevNO_SYS_SIGLIST_DECL change.
1999-01-21 Tor LillqvistInclude signal.h only when the signal names will be...
1999-01-19 Josh MacDonaldThe "extern char* sys_siglist" declaration breaks syste...
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1999-01-11 Jeff Garzikalloca and vasprintf go away
1999-01-09 Jeff GarzikAdd checks for vasprintf, localtime_r.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-11-05 Phil SchwanAdded 'strncasecmp' to the list of functions to be...
1998-11-01 Manish Singhapplied glib-tml-981101-1 patch from Tor Lillqvist...
1998-11-01 Raja R HarinathLand glib-rrh-19981025-0.patch.
1998-10-27 Tor Lillqvistremoved dummy structure definitions for struct _GCache...
1998-10-25 Tim Janikno more characters are available if read() returns...
1998-10-21 Elliot LeeFix new strfuncs back up (again) - No, incrementing...
1998-10-21 Tim JanikAPI cleanups of the new g_str* functions for consistenc...
1998-10-20 Elliot LeeI swear I'll get it right someday.
1998-10-20 Elliot LeeMove string join/split/free routines from libgnome...
1998-09-19 Tim Janikminor g_memdup() fixups
1998-09-18 Manish SinghAdded g_memdup implementation
1998-09-02 Tim Janiknew function g_strnfill() to return a new string of...
next