summaryrefslogtreecommitdiff
path: root/glib/gdate.c
Commit message (Expand)AuthorAgeFilesLines
* Improve g_date_clamp docs. (#491970, Areg Beketovski)Matthias Clasen2007-11-101-101/+81
* Fix warnings from sparse. (#487491, Kjartan Maraas)Behdad Esfahbod2007-10-211-2/+2
* New Win32-only function. Use the wide character Win32 API to do the workTor Lillqvist2007-02-171-0/+394
* Fix a typo. (#398203, Owen Taylor)Matthias Clasen2007-01-191-1/+1
* Avoid an array overrun. (Coverity, fix by Pascal Terjan)Matthias Clasen2006-04-161-1/+1
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-041-2/+5
* Add versioned deprecation informationMatthias Clasen2005-12-051-1/+1
* Add functions to set a date from a time_t and from a GTimeVal.Matthias Clasen2005-11-171-12/+60
* const correctness fixes, found by Arjan van de Ven and gcc.Matthias Clasen2005-11-171-1/+1
* Add tests for g_date_get_iso8601_week_of_year().Matthias Clasen2005-03-281-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+5
* Remove a lot of pointless g_return_if_fail() checks. (#169859, MortenMatthias Clasen2005-03-111-26/+2
* Don't g_assert that localtime() returns non-NULL. It does return NULL atTor Lillqvist2005-01-221-2/+16
* Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas)Matthias Clasen2004-10-241-1/+1
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Add a function to calculate the ISO 8601 week number of a date. (#92579,Matthias Clasen2004-09-021-0/+36
* Translate from locale era to AD in g_date_set_parse(). (#133400, TheppitakMatthias Clasen2004-02-271-2/+12
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-4/+2
* Fix a memory leak. (#94550, Sebastian Rittau)Owen Taylor2002-10-141-3/+5
* Remove the shortcut for UTF-8 locales to ensure consistent behaviour. FixDaniel Elstner2002-02-271-90/+78
* Make hostname parameter const char *. Added a new "ASCII must not beDarin Adler2002-02-081-2/+1
* Fixed wrong order in conversion.Sebastian Wilhelmi2001-11-291-1/+1
* Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.Owen Taylor2001-07-071-6/+6
* Use G_N_ELEMENTS rather than a custom macro.Owen Taylor2001-07-021-21/+113
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-1/+0
* Changed to take a const argument, and then to cast out const.Jon Trowbridge2001-06-051-17/+69
* From Edward M. Lee <tailbert@yahoo.com>:Tor Lillqvist2001-03-141-0/+7
* New gcompat.h header file as recommended by Havoc.Ali Abdin2000-12-241-26/+26
* Several minor ANSI C fixes.Martin Baulig2000-09-291-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-23/+14
* Commented out debugging output.Jeff Garzik1999-03-141-0/+10
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1999-02-101-1/+1
* Removed the #warning about MT unsafety without localtime_r.Sebastian Wilhelmi1999-01-261-4/+0
* #warning isn't portable, check for gccManish Singh1999-01-121-1/+1
* Include config.h to get HAVE_LOCALTIME_R macro.Sebastian Wilhelmi1999-01-121-0/+4
* Test for localtime_r only after including the right MT enabling CFLAGSSebastian Wilhelmi1999-01-111-4/+11
* Add checks for vasprintf, localtime_r.Jeff Garzik1999-01-091-1/+6
* Here we must replace getpwuid by getpwuid_r, but as I do not know how forSebastian Wilhelmi1999-01-071-18/+11
* version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1998-12-161-4/+4
* Solaris has a broken strftime that produced garbage output for the testHavoc Pennington1998-12-151-2/+4
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-4/+20
* If Julian is valid, we have to update the dmy representation beforeHavoc Pennington1998-12-021-1/+4
* Rely on GDate::dmy and GDate::Julian flags, rather than re-checking theHavoc Pennington1998-12-021-114/+97
* changed `gpointer struct_tm_p' parameter of g_date_to_struct_tm back toSebastian Wilhelmi1998-12-021-5/+2
* s/time_t/GTime/ and s/g_print/g_message/ include time.h.Tim Janik1998-12-021-205/+211
* There are outstanding issues, but they should be resolvable in-place. IfHavoc Pennington1998-12-011-0/+1275