2007-02-17 |
Tor Lillqvist | New Win32-only function. Use the wide character Win32... |
blob | commitdiff |
2007-01-19 |
Matthias Clasen | Fix a typo. (#398203, Owen Taylor) |
blob | commitdiff | diff to current |
2006-04-16 |
Matthias Clasen | Avoid an array overrun. (Coverity, fix by Pascal Terjan) |
blob | commitdiff | diff to current |
2006-04-04 |
Matthias Clasen | Move short_month_names and long_month_names to bss. |
blob | commitdiff | diff to current |
2005-12-05 |
Matthias Clasen | Add versioned deprecation information |
blob | commitdiff | diff to current |
2005-11-17 |
Matthias Clasen | Add functions to set a date from a time_t and from... |
blob | commitdiff | diff to current |
2005-11-17 |
Matthias Clasen | const correctness fixes, found by Arjan van de Ven... |
blob | commitdiff | diff to current |
2005-03-28 |
Matthias Clasen | Add tests for g_date_get_iso8601_week_of_year(). |
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 |
2005-03-11 |
Matthias Clasen | Remove a lot of pointless g_return_if_fail() checks... |
blob | commitdiff | diff to current |
2005-01-22 |
Tor Lillqvist | Don't g_assert that localtime() returns non-NULL. It... |
blob | commitdiff | diff to current |
2004-10-24 |
Matthias Clasen | Apply a patch to fix sparse warnings. (#154696, Kjartan... |
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-02 |
Matthias Clasen | Add a function to calculate the ISO 8601 week number... |
blob | commitdiff | diff to current |
2004-02-27 |
Matthias Clasen | Translate from locale era to AD in g_date_set_parse... |
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-10-14 |
Owen Taylor | Fix a memory leak. (#94550, Sebastian Rittau) |
blob | commitdiff | diff to current |
2002-02-27 |
Daniel Elstner | Remove the shortcut for UTF-8 locales to ensure consist... |
blob | commitdiff | diff to current |
2002-02-08 |
Darin Adler | Make hostname parameter const char *. Added a new ... |
blob | commitdiff | diff to current |
2001-11-29 |
Sebastian Wilhelmi | Fixed wrong order in conversion. |
blob | commitdiff | diff to current |
2001-07-07 |
Owen Taylor | Add length arguments to g_utf8_{strup,strdown,casefold... |
blob | commitdiff | diff to current |
2001-07-02 |
Owen Taylor | Use G_N_ELEMENTS rather than a custom macro. |
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-05 |
Jon Trowbridge | Changed to take a const argument, and then to cast... |
blob | commitdiff | diff to current |
2001-03-14 |
Tor Lillqvist | From Edward M. Lee <tailbert@yahoo.com>: |
blob | commitdiff | diff to current |
2000-12-24 |
Ali Abdin | New gcompat.h header file as recommended by Havoc. |
blob | commitdiff | diff to current |
2000-09-29 |
Martin Baulig | Several minor ANSI C fixes. |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | applied patch from Andreas Persenius <ndap@swipnet... |
blob | commitdiff | diff to current |
1999-07-24 |
Tim Janik | 18:36. incorporated proposed cleanups from gtk-devel... |
blob | commitdiff | diff to current |
1999-03-14 |
Jeff Garzik | Commented out debugging output. |
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 |
Sebastian Wilhelmi | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added... |
blob | commitdiff | diff to current |
1999-01-26 |
Sebastian Wilhelmi | Removed the #warning about MT unsafety without localtime_r. |
blob | commitdiff | diff to current |
1999-01-12 |
Manish Singh | #warning isn't portable, check for gcc |
blob | commitdiff | diff to current |
1999-01-12 |
Sebastian Wilhelmi | Include config.h to get HAVE_LOCALTIME_R macro. |
blob | commitdiff | diff to current |
1999-01-11 |
Sebastian Wilhelmi | Test for localtime_r only after including the right... |
blob | commitdiff | diff to current |
1999-01-09 |
Jeff Garzik | Add checks for vasprintf, localtime_r. |
blob | commitdiff | diff to current |
1999-01-07 |
Sebastian Wilhelmi | Here we must replace getpwuid by getpwuid_r, but as... |
blob | commitdiff | diff to current |
1998-12-16 |
Tim Janik | version bump to 1.1.8, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-12-15 |
Havoc Pennington | Solaris has a broken strftime that produced garbage... |
blob | commitdiff | diff to current |
1998-12-15 |
Owen Taylor | This commit merges the glib-threads branch into the... |
blob | commitdiff | diff to current |
1998-12-02 |
Havoc Pennington | If Julian is valid, we have to update the dmy represent... |
blob | commitdiff | diff to current |
1998-12-02 |
Havoc Pennington | Rely on GDate::dmy and GDate::Julian flags, rather... |
blob | commitdiff | diff to current |
1998-12-02 |
Sebastian Wilhelmi | changed `gpointer struct_tm_p' parameter of g_date_to_s... |
blob | commitdiff | diff to current |
1998-12-02 |
Tim Janik | s/time_t/GTime/ and s/g_print/g_message/ include time.h. |
blob | commitdiff | diff to current |
1998-12-01 |
Havoc Pennington | There are outstanding issues, but they should be resolv... |
blob | commitdiff | diff to current |
|