summaryrefslogtreecommitdiff
path: root/gdate.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-29Several minor ANSI C fixes.Martin Baulig1-1/+1
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-23/+14
1999-03-14Commented out debugging output.Jeff Garzik1-0/+10
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-1/+1
1999-01-26Removed the #warning about MT unsafety without localtime_r.Sebastian Wilhelmi1-4/+0
1999-01-12#warning isn't portable, check for gccManish Singh1-1/+1
1999-01-12Include config.h to get HAVE_LOCALTIME_R macro.Sebastian Wilhelmi1-0/+4
1999-01-11Test for localtime_r only after including the right MT enabling CFLAGSSebastian Wilhelmi1-4/+11
1999-01-09Add checks for vasprintf, localtime_r.Jeff Garzik1-1/+6
1999-01-07Here we must replace getpwuid by getpwuid_r, but as I do not know how forSebastian Wilhelmi1-18/+11
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-4/+4
1998-12-15Solaris has a broken strftime that produced garbage output for the testHavoc Pennington1-2/+4
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-4/+20
1998-12-02If Julian is valid, we have to update the dmy representation beforeHavoc Pennington1-1/+4
1998-12-02Rely on GDate::dmy and GDate::Julian flags, rather than re-checking theHavoc Pennington1-114/+97
1998-12-02changed `gpointer struct_tm_p' parameter of g_date_to_struct_tm back toSebastian Wilhelmi1-5/+2
1998-12-02s/time_t/GTime/ and s/g_print/g_message/ include time.h.Tim Janik1-205/+211
1998-12-01There are outstanding issues, but they should be resolvable in-place. IfHavoc Pennington1-0/+1275