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