summaryrefslogtreecommitdiffstats
path: root/lib/strftime.c
AgeCommit message (Expand)AuthorLines
2006-01-04(tzname): Don't declare if it is already #defined.Paul Eggert-2/+2
2005-09-16[FPRINTFTIME] (fprintftime): Provide a new interface:Jim Meyering-52/+138
2005-09-15(my_strftime): Rewrite the previous change slightly,Paul Eggert-14/+14
2005-09-14(my_strftime): Be sure to use L_('x') for literals.Jim Meyering-2/+2
2005-09-14(my_strftime): Parse the colons of %:::z *after* theJim Meyering-5/+13
2005-09-14(my_strftime): Fix typo in octal number introduced in last change.Paul Eggert-1/+1
2005-09-13(my_strftime): Add support for %:z, %::z, %:::z.Paul Eggert-16/+67
2005-08-17Make the %s format (seconds since the epoch) work for a negativeJim Meyering-1/+1
2005-07-04(my_strftime) [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:Paul Eggert-7/+9
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-03-26Propagate intprops.h comment fixes to mktime.c and strftime.c.Paul Eggert-1/+1
2005-03-19(my_strftime): If the underlying strftime returns 0Paul Eggert-3/+2
2005-03-16(my_strftime): Prepend space to format so that we canPaul Eggert-5/+7
2005-03-14* strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENTPaul Eggert-0/+1
2005-03-09(TYPE_SIGNED): Remove.Paul Eggert-8/+5
2005-02-24Include <stdbool.h>. Use bool where appropriate, instead of int.Paul Eggert-66/+94
2004-11-11Sync from gnulib.Paul Eggert-4/+19
2004-11-09Sync from gnulib.Paul Eggert-2/+3
2003-09-30(tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch.Jim Meyering-1/+1
2003-09-13(my_strftime_gmtime_r): Remove; all uses changed to __gmtime_r.Jim Meyering-178/+36
2003-07-10Switch from LGPL to GPL.Jim Meyering-10/+9
2003-06-08[!_LIBC]: Ensure that the required autoconf test has been run.Jim Meyering-1/+1
2003-06-08Clean up, as part of merge with emacs version of strftime.c.Jim Meyering-19/+5
2003-05-29Make the %r format directive honor any locale setting.Jim Meyering-2/+6
2003-05-12(my_strftime): Let the `-' (no-pad) flag affectJim Meyering-2/+2
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering-3/+3
2003-03-22(widen): Cast alloca return value to proper type.Jim Meyering-1/+1
2003-01-20From GNU libc.Jim Meyering-16/+42
2003-01-19(widen) [COMPILE_WIDE]: Merge nearly-identical definitions.Jim Meyering-20/+9
2003-01-19(my_strftime): Merge in locale-related changes from libc.Jim Meyering-42/+104
2001-12-09(my_strftime_localtime_r): Include this functionJim Meyering-1/+1
2001-05-20(my_strftime):Jim Meyering-20/+44
2001-02-17update comments from libcJim Meyering-5/+5
2001-01-04Sync with glibc time/strftime.c 1.81.Jim Meyering-12/+14
2000-11-23(my_strftime): Do not invoke mbrlen with aJim Meyering-1/+9
2000-10-26Update from libc.Jim Meyering-4/+5
2000-08-30Merge in changes from GNU libc.Jim Meyering-3/+8
2000-04-17(my_strftime) [strftime]: Declare strftime here, since the definitionJim Meyering-0/+1
2000-04-03(my_strftime): Make sure we call the systemJim Meyering-1/+8
2000-01-06Sync with the GNU C Library.Jim Meyering-207/+323
2000-01-02(my_strftime): Some old compilers object toJim Meyering-3/+4
1999-09-19Remove useless parens in #if directiveJim Meyering-1/+1
1999-04-06Update from master source in libc, removing %f.Jim Meyering-5/+4
1998-12-07ansideclifyJim Meyering-26/+8
1998-10-18 Don't invoke localtime_r or gmtime_r unless it's the GNU CJim Meyering-104/+131
1998-10-18Declare localtime_r if necessary.Jim Meyering-4/+3
1998-10-17Some systems require <unistd.h> to be included before <time.h> forJim Meyering-0/+6
1998-09-27(my_strftime): Update from FSF.Jim Meyering-1/+2
1998-04-28tweak from FSFJim Meyering-3/+2
1997-11-18(_REENTRANT): #define, as some hosts need this to declare localtime_r properly.Jim Meyering-0/+5