Age | Commit message (Expand) | Author | Files | Lines |
2006-06-20 | Fix an off-by-2 error in the leap year calculation. (#344905, Dan Winship) | Matthias Clasen | 1 | -4/+4 |
2006-03-23 | Check for timegm. | Emmanuele Bassi | 1 | -1/+34 |
2006-03-14 | Don't read past the end of the string. (#334471, Morten Welinder) | Matthias Clasen | 1 | -1/+28 |
2005-06-22 | glib/gfileutils.c glib/gfileutils.h glib/glib.symbols Rename g_makepath() | Tor Lillqvist | 1 | -19/+19 |
2005-06-22 | New function. Creates a directory including intermediate parent | Tor Lillqvist | 1 | -1/+117 |
2005-06-22 | New function. Returns the machine's name, or one of its names. Document | Tor Lillqvist | 1 | -0/+1 |
2005-03-20 | Minor printout change, now identical as in glib-2-6 branch. | Tor Lillqvist | 1 | -2/+2 |
2005-03-20 | Print more detailled output from the timer tests. Don't print home | Tor Lillqvist | 1 | -5/+11 |
2004-09-07 | Add a function to return a list of applicable locale names. (#95587, | Matthias Clasen | 1 | -0/+2 |
2004-08-26 | Test the new XDG basedir functions. | Tor Lillqvist | 1 | -1/+16 |
2004-04-22 | Trivial warning fix. | Matthias Clasen | 1 | -1/+1 |
2004-04-22 | Add testcases for g_message() involving non-printable and unsafe | Matthias Clasen | 1 | -0/+2 |
2004-02-20 | applied patch from #131937 with slight renames. provides | Tim Janik | 1 | -1/+18 |
2004-01-22 | Add g_timer_continue(). (#98536, Tim-Philipp Müller) | Owen Taylor | 1 | -1/+51 |
2003-11-20 | Added G_GSIZE_FORMAT and friends. | Manish Singh | 1 | -5/+5 |
2003-10-23 | === Released 2.3.0 === | Owen Taylor | 1 | -3/+4 |
2003-09-29 | Use hardcoded name for DLL, as there is no reliable way to determine it at | Tor Lillqvist | 1 | -8/+3 |
2003-08-16 | Fix #117925 (Dov Grobgeld): | Tor Lillqvist | 1 | -6/+32 |
2002-12-12 | pull in trio if host printf doesn't have a known way of printing 64-bit | Manish Singh | 1 | -6/+0 |
2002-10-15 | add -DG_DISABLED_DEPRECATED | Manish Singh | 1 | -14/+14 |
2002-03-28 | Remove warning about g_print, etc, encoding. | Owen Taylor | 1 | -1/+3 |
2001-10-28 | Add missing g_pattern_match_simple and g_pattern_spec_equal. | Tor Lillqvist | 1 | -1/+1 |
2001-09-29 | cast the string size to gulong and use %lu for printing to avoid 64bit | George Lebl | 1 | -1/+1 |
2001-09-20 | Accept also forward slashes. (But still don't accept them in the other | Tor Lillqvist | 1 | -7/+10 |
2001-09-18 | add simple test for g_path_get_basename(). | Tim Janik | 1 | -0/+9 |
2001-07-19 | Add missing const. (g_strsplit): Add g_return_val_if_fail for case of | Darin Adler | 1 | -0/+1 |
2001-07-11 | Add some generated files. | Darin Adler | 1 | -0/+2 |
2001-06-30 | Patch from Darin Adler (#54166) | Owen Taylor | 1 | -15/+15 |
2001-04-20 | Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checking | Dan Winship | 1 | -2/+2 |
2001-03-09 | Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>. | Tor Lillqvist | 1 | -3/+14 |
2001-03-01 | Implement on Win32. Append the executable file name suffixes from PATHEXT | Tor Lillqvist | 1 | -1/+1 |
2001-03-01 | Remove test for initial double backslash (UNC path), this will of course | Tor Lillqvist | 1 | -0/+4 |
2001-02-21 | Match also UNC paths on Win32. | Tor Lillqvist | 1 | -0/+4 |
2001-02-17 | include string.h | Havoc Pennington | 1 | -1/+1 |
2001-01-17 | Add doc comments. (g_win32_get_package_installation_directory): Add one | Tor Lillqvist | 1 | -3/+15 |
2001-01-16 | Define ENABLE_NLS and GETTEXT_PACKAGE. | Tor Lillqvist | 1 | -0/+5 |
2001-01-05 | Add test for g_path_skip_root(). | Tor Lillqvist | 1 | -7/+50 |
2000-11-11 | Improve chance to generate unique names with less effort a bit. | Tor Lillqvist | 1 | -0/+11 |
2000-11-10 | New function, suggested by Havoc earlier this month. (g_mkstemp): Use only | Tor Lillqvist | 1 | -0/+72 |
2000-10-30 | Introduced new function type GEqualFunc to return TRUE for equal params. | Sebastian Wilhelmi | 1 | -4/+4 |
2000-09-07 | for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5 | Tim Janik | 1 | -0/+7 |
2000-07-26 | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 1 | -4/+4 |
2000-07-26 | added g_strlcat() and g_strlcpy() wrappers, supplied by David Wheeler | Tim Janik | 1 | -1/+59 |
2000-07-20 | Mark the functions g_basename and g_dirname deprecated. They will issue an | Sebastian Wilhelmi | 1 | -2/+2 |
2000-06-29 | updated | Owen Taylor | 1 | -1/+30 |
2000-03-01 | minor optimization. | Tim Janik | 1 | -2/+13 |
2000-02-17 | changed g_str_hash() to a 31 bit version based on a submission by Karl | Havoc Pennington | 1 | -0/+59 |
1999-11-01 | glib.h Rename Win32-only functions from gwin_* to g_win32_* to match the | Tor Lillqvist | 1 | -1/+1 |
1999-10-31 | Don't crash if removing a nonexistent value. | Tor Lillqvist | 1 | -0/+5 |
1999-10-04 | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 1 | -2/+2 |