summaryrefslogtreecommitdiff
path: root/gdate.c
Commit message (Expand)AuthorAgeFilesLines
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1353/+0
* 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