2005-12-05 |
Matthias Clasen | Add versioned deprecation information |
blob | commitdiff |
2005-09-26 |
Matthias Clasen | Add details to the docs. (#314393, Matthew F. Barnes) |
blob | commitdiff | diff to current |
2005-09-15 |
Tor Lillqvist | Add warning to doc comment that these functions should... |
blob | commitdiff | diff to current |
2005-04-28 |
Matthias Clasen | Warn and don't crash when meeting a trailing \\. (... |
blob | commitdiff | diff to current |
2005-03-14 |
Matthias Clasen | Make PLT-reduction work with gcc4, and don't include... |
blob | commitdiff | diff to current |
2004-11-26 |
Matthias Clasen | Add a testcase for the previous fix. |
blob | commitdiff | diff to current |
2004-11-05 |
Matthias Clasen | Handle numbers like 1e1, nan, -infinity. Also try harde... |
blob | commitdiff | diff to current |
2004-09-17 |
Manish Singh | Make it take a guint for number of characters, instead... |
blob | commitdiff | diff to current |
2004-09-16 |
Matthias Clasen | Implement the same PLT reduction technique used in... |
blob | commitdiff | diff to current |
2004-09-09 |
Matthias Clasen | Add a function to calculate the length of a NULL-termin... |
blob | commitdiff | diff to current |
2004-07-27 |
Matthias Clasen | s/g_strsplit/g_strsplit_set/ as well. |
blob | commitdiff | diff to current |
2004-07-24 |
Soeren Sandmann | s/g_strtokenize/g_strsplit_set/ in docs. |
blob | commitdiff | diff to current |
2004-04-22 |
Matthias Clasen | Fix problems when a locale-specific decimal separator... |
blob | commitdiff | diff to current |
2004-04-10 |
Tor Lillqvist | glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decoratin... |
blob | commitdiff | diff to current |
2004-02-26 |
Matthias Clasen | Don't modify errno. (#116617, Balazs Scheidler) |
blob | commitdiff | diff to current |
2004-01-28 |
Matthias Clasen | New function, a cross between g_strsplit() and strtok... |
blob | commitdiff | diff to current |
2003-11-27 |
Tim Janik | handle NULL arguments gracefully. |
blob | commitdiff | diff to current |
2003-11-26 |
Roozbeh Pournader | Fixed a bad pointer comparison in g_ascii_strtod that... |
blob | commitdiff | diff to current |
2003-11-05 |
Matthias Clasen | New headers defining common gettext-support macros. |
blob | commitdiff | diff to current |
2003-07-01 |
Matthias Clasen | Move g_strfreev() docs inline. |
blob | commitdiff | diff to current |
2003-06-05 |
Matthias Clasen | Synchronize argument names with headers and docs. ... |
blob | commitdiff | diff to current |
2003-05-30 |
Owen Taylor | glib/gstrfuncs.c (g_ascii_strncasecmp) Use TOLOWER... |
blob | commitdiff | diff to current |
2003-05-27 |
Matthias Clasen | Use memcpy instead of strcpy. (#106988, Christian Biere) |
blob | commitdiff | diff to current |
2003-05-05 |
Matthias Clasen | Some doc fixes. (#111805) |
blob | commitdiff | diff to current |
2003-02-26 |
Matthias Clasen | Use g_strndup, not g_strdup, since we know the length... |
blob | commitdiff | diff to current |
2002-12-05 |
Matthias Clasen | Add Since and Deprecation info for symbols documented... |
blob | commitdiff | diff to current |
2002-12-04 |
Owen Taylor | Patch from Sven Neumann to make the include order consi... |
blob | commitdiff | diff to current |
2002-11-29 |
Matthias Clasen | It is a 2.2 addition. |
blob | commitdiff | diff to current |
2002-11-28 |
Matthias Clasen | Adjust to changed parameter names. |
blob | commitdiff | diff to current |
2002-11-28 |
Matthias Clasen | Move some docs inline, and add deprecation information... |
blob | commitdiff | diff to current |
2002-11-28 |
Matthias Clasen | Mark 2.2 API additions. |
blob | commitdiff | diff to current |
2002-11-26 |
Owen Taylor | Avoid non-ANSI pointer comparison. (#54344, Morten... |
blob | commitdiff | diff to current |
2002-11-21 |
Matthias Clasen | Include a printf implementation supporting C99 snprint... |
blob | commitdiff | diff to current |
2002-11-19 |
Owen Taylor | Fix strtull/strtoull type in docs (#99012, Morten Welin... |
blob | commitdiff | diff to current |
2002-11-06 |
Matthias Clasen | Minor doc markup fix. |
blob | commitdiff | diff to current |
2002-10-12 |
Tim Janik | fix comment. (g_ascii_strtoull): new function, acting... |
blob | commitdiff | diff to current |
2002-05-14 |
Alex Larsson | New functions g_str_has_suffix and g_str_has_prefix. |
blob | commitdiff | diff to current |
2002-03-28 |
Owen Taylor | Remove warning about g_print, etc, encoding. |
blob | commitdiff | diff to current |
2002-03-11 |
Matthias Clasen | Add a note about g_strreverse() and UTF-8. |
blob | commitdiff | diff to current |
2002-03-08 |
Owen Taylor | Final updates for 2.0.0 |
blob | commitdiff | diff to current |
2002-02-10 |
Darin Adler | New. (skip_spaces): g_unichar_isspace -> xml_isspace... |
blob | commitdiff | diff to current |
2001-11-13 |
Darin Adler | Fix max_tokens == 1 case to match documentation. Add... |
blob | commitdiff | diff to current |
2001-10-24 |
Alex Larsson | Add g_strtod & co. |
blob | commitdiff | diff to current |
2001-10-02 |
Matthias Clasen | documentation update. add documentation. update docs... |
blob | commitdiff | diff to current |
2001-09-29 |
George Lebl | cast the string size to gulong and use %lu for printing... |
blob | commitdiff | diff to current |
2001-09-27 |
Owen Taylor | Use gssize to match the header. (Reported by Elliot... |
blob | commitdiff | diff to current |
2001-09-26 |
Owen Taylor | Copy if !g_mem_is_system_malloc, not the other way... |
blob | commitdiff | diff to current |
2001-09-26 |
Owen Taylor | Use memset; might be faster if someone used this for... |
blob | commitdiff | diff to current |
2001-09-25 |
Owen Taylor | Version 1.3.9 (binary, interface == 0) |
blob | commitdiff | diff to current |
2001-09-21 |
Owen Taylor | Rename g_mem_vtable_is_set() to g_mem_is_system_malloc(). |
blob | commitdiff | diff to current |
2001-09-19 |
Owen Taylor | Patch from Matthias Clasen (#59806) |
blob | commitdiff | diff to current |
2001-09-18 |
Tim Janik | add simple test for g_path_get_basename(). |
blob | commitdiff | diff to current |
2001-09-04 |
Tor Lillqvist | Update. Don't mention pthreads. |
blob | commitdiff | diff to current |
2001-09-02 |
Owen Taylor | Replace some uses of isspace() with g_ascii_isspace(). |
blob | commitdiff | diff to current |
2001-08-30 |
Tor Lillqvist | After being away for about five months, I'm back workin... |
blob | commitdiff | diff to current |
2001-08-25 |
Alexander Larsson | Implement and document g_ascii_isxxx. |
blob | commitdiff | diff to current |
2001-08-24 |
Owen Taylor | Patch from Darin Adler to restore Glib-1.2 handling... |
blob | commitdiff | diff to current |
2001-07-19 |
Darin Adler | Add missing const. (g_strsplit): Add g_return_val_if_fa... |
blob | commitdiff | diff to current |
2001-07-12 |
Mark Murnane | Changed prototype of printf_string_upper_bound to retur... |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Try compiling before committing, why don't you? Simple... |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Patch from Darin Adler (#54166) |
blob | commitdiff | diff to current |
2001-06-23 |
Owen Taylor | Changes for 64-bit cleanliness, loosely based on patch... |
blob | commitdiff | diff to current |
2001-06-15 |
Owen Taylor | Fix a use of strcat that wasn't replaced with g_stpcpy... |
blob | commitdiff | diff to current |
2001-06-08 |
Alex Larsson | Added new functions g_strstr_len, g_strrstr and g_strrs... |
blob | commitdiff | diff to current |
2001-06-04 |
Owen Taylor | to match g_strcasecmp, check if it is lower/upper befor... |
blob | commitdiff | diff to current |
2001-04-17 |
Owen Taylor | Define _GNU_SOURCE for stpcpy |
blob | commitdiff | diff to current |
2001-04-16 |
Havoc Pennington | docs |
blob | commitdiff | diff to current |
2001-03-26 |
Owen Taylor | *** empty log message *** |
blob | commitdiff | diff to current |
2001-03-09 |
Tor Lillqvist | Cygwin support contributed by Stefan Ondrejicka <ondrej... |
blob | commitdiff | diff to current |
2001-02-17 |
Havoc Pennington | include string.h |
blob | commitdiff | diff to current |
2001-01-29 |
Tor Lillqvist | Use the same GMutex structure as the configure-generate... |
blob | commitdiff | diff to current |
2000-12-07 |
Havoc Pennington | add g_strdupv test |
blob | commitdiff | diff to current |
2000-11-12 |
Robert Brady | Remove g_filename_{to,from}_utf8 |
blob | commitdiff | diff to current |
2000-10-26 |
Sebastian Wilhelmi | When the string is ended by a delimiter, return an... |
blob | commitdiff | diff to current |
2000-09-29 |
Martin Baulig | Several minor ANSI C fixes. |
blob | commitdiff | diff to current |
2000-09-10 |
Owen Taylor | Add a missing g_return_if_fail(). |
blob | commitdiff | diff to current |
2000-07-27 |
Tim Janik | completed tor's fix to cover both #ifdef branches. |
blob | commitdiff | diff to current |
2000-07-26 |
Tor Lillqvist | Return 0 on error, not NULL. |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | applied patch from Andreas Persenius <ndap@swipnet... |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | added g_strlcat() and g_strlcpy() wrappers, supplied... |
blob | commitdiff | diff to current |
2000-07-15 |
Tim Janik | fixed an off by 0 error (yeah, the function went off... |
blob | commitdiff | diff to current |
2000-05-12 |
Tim Janik | added gobject |
blob | commitdiff | diff to current |
2000-03-01 |
Tim Janik | minor optimization. |
blob | commitdiff | diff to current |
2000-02-02 |
Tor Lillqvist | glib.h New functions for conversion between UTF-8 and... |
blob | commitdiff | diff to current |
2000-01-09 |
Tim Janik | correctly fetch the current locale, fix from owen. |
blob | commitdiff | diff to current |
1999-10-12 |
Tim Janik | completly new implementation for printf string upper... |
blob | commitdiff | diff to current |
1999-10-04 |
Manish Singh | G_OS_FOO #defines. I *think* I got the cygwin and beos... |
blob | commitdiff | diff to current |
1999-08-02 |
Tor Lillqvist | glib.h gstrfuncs.c Rename g_strccpy to g_strcompress... |
blob | commitdiff | diff to current |
1999-08-01 |
Manish Singh | glib.h the #define for g_strescape interfered with... |
blob | commitdiff | diff to current |
1999-07-31 |
Tor Lillqvist | New functions. |
blob | commitdiff | diff to current |
1999-07-24 |
Tim Janik | 18:36. incorporated proposed cleanups from gtk-devel... |
blob | commitdiff | diff to current |
1999-05-29 |
Tor Lillqvist | Backslashify also '"' characters. |
blob | commitdiff | diff to current |
1999-05-08 |
CDT 1999 Shawn T... | Port to BeOS by myself and Richard Offer. |
blob | commitdiff | diff to current |
1999-02-24 |
CST 1999 Shawn T... | inserted additional note to look for ChangeLog and... |
blob | commitdiff | diff to current |
1999-02-10 |
Tim Janik | fixed errernerous code wrt to thread specific error... |
blob | commitdiff | diff to current |
1999-01-25 |
Timur Bakeyev | NO_SYS_SIGLIST_DECL change. |
blob | commitdiff | diff to current |
1999-01-21 |
Tor Lillqvist | Include signal.h only when the signal names will be... |
blob | commitdiff | diff to current |
1999-01-19 |
Josh MacDonald | The "extern char* sys_siglist" declaration breaks syste... |
blob | commitdiff | diff to current |
1999-01-16 |
Tor Lillqvist | Merge in current Win32 version. Almost no Unix code... |
blob | commitdiff | diff to current |
1999-01-11 |
Jeff Garzik | alloca and vasprintf go away |
blob | commitdiff | diff to current |
next |