Say we require autoconf 2.52 as that is what configure.in does.
[platform/upstream/glib.git] / glib / gdate.c
2002-02-27 Daniel ElstnerRemove the shortcut for UTF-8 locales to ensure consist...
2002-02-08 Darin AdlerMake hostname parameter const char *. Added a new ...
2001-11-29 Sebastian WilhelmiFixed wrong order in conversion.
2001-07-07 Owen TaylorAdd length arguments to g_utf8_{strup,strdown,casefold...
2001-07-02 Owen TaylorUse G_N_ELEMENTS rather than a custom macro.
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-06-05 Jon TrowbridgeChanged to take a const argument, and then to cast...
2001-03-14 Tor LillqvistFrom Edward M. Lee <tailbert@yahoo.com>:
2000-12-24 Ali AbdinNew gcompat.h header file as recommended by Havoc.
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-03-14 Jeff GarzikCommented out debugging output.
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-01-26 Sebastian WilhelmiRemoved the #warning about MT unsafety without localtime_r.
1999-01-12 Manish Singh#warning isn't portable, check for gcc
1999-01-12 Sebastian WilhelmiInclude config.h to get HAVE_LOCALTIME_R macro.
1999-01-11 Sebastian WilhelmiTest for localtime_r only after including the right...
1999-01-09 Jeff GarzikAdd checks for vasprintf, localtime_r.
1999-01-07 Sebastian WilhelmiHere we must replace getpwuid by getpwuid_r, but as...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Havoc PenningtonSolaris has a broken strftime that produced garbage...
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-12-02 Havoc PenningtonIf Julian is valid, we have to update the dmy represent...
1998-12-02 Havoc PenningtonRely on GDate::dmy and GDate::Julian flags, rather...
1998-12-02 Sebastian Wilhelmichanged `gpointer struct_tm_p' parameter of g_date_to_s...
1998-12-02 Tim Janiks/time_t/GTime/ and s/g_print/g_message/ include time.h.
1998-12-01 Havoc PenningtonThere are outstanding issues, but they should be resolv...