summaryrefslogtreecommitdiff
path: root/gdate.c
AgeCommit message (Expand)Author
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
1999-03-14Commented out debugging output.Jeff Garzik
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi
1999-01-26Removed the #warning about MT unsafety without localtime_r.Sebastian Wilhelmi
1999-01-12#warning isn't portable, check for gccManish Singh
1999-01-12Include config.h to get HAVE_LOCALTIME_R macro.Sebastian Wilhelmi
1999-01-11Test for localtime_r only after including the right MT enabling CFLAGSSebastian Wilhelmi
1999-01-09Add checks for vasprintf, localtime_r.Jeff Garzik
1999-01-07Here we must replace getpwuid by getpwuid_r, but as I do not know how forSebastian Wilhelmi
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik
1998-12-15Solaris has a broken strftime that produced garbage output for the testHavoc Pennington
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor
1998-12-02If Julian is valid, we have to update the dmy representation beforeHavoc Pennington
1998-12-02Rely on GDate::dmy and GDate::Julian flags, rather than re-checking theHavoc Pennington
1998-12-02changed `gpointer struct_tm_p' parameter of g_date_to_struct_tm back toSebastian Wilhelmi
1998-12-02s/time_t/GTime/ and s/g_print/g_message/ include time.h.Tim Janik
1998-12-01There are outstanding issues, but they should be resolvable in-place. IfHavoc Pennington