summaryrefslogtreecommitdiff
path: root/lib/strftime.c
Commit message (Expand)AuthorAgeFilesLines
* New module 'time', so that apps can include <time.h> as perPaul Eggert2007-02-121-2/+1
* * MODULES.html.sh (Support for systems lacking POSIX:2001): NewPaul Eggert2007-01-181-11/+1
* * modules/fnmatch (Depends-on): Depend on wchar.Eric Blake2007-01-161-2/+2
* * lib/strftime.c (advance): New macro.Paul Eggert2006-10-191-1/+7
* Don't include <config.h> twice; this doesn't work in some cases,Paul Eggert2006-10-081-0/+3
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+2
* * lib/.cppi-disable: Add wcwidth.Paul Eggert2006-07-061-10/+5
* From Derek R. Price:Jim Meyering2006-06-291-59/+10
* * strftime.c (tzname): Don't declare if it is already #defined.Paul Eggert2006-01-041-2/+2
* * strftime.c (my_strftime): Rewrite the previous change slightly,Paul Eggert2005-09-221-64/+209
* Make the %s format (seconds since the epoch) work for a negativeJim Meyering2005-08-191-1/+1
* Remove the dependency of the strftime module on the tzset module.Paul Eggert2005-07-041-7/+9
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Propagate intprops.h comment fixes to mktime.c and strftime.c.Paul Eggert2005-03-261-1/+1
* (my_strftime): If the underlying strftime returns 0Paul Eggert2005-03-191-3/+2
* (my_strftime): Prepend space to format so that we canPaul Eggert2005-03-161-5/+7
* * strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENTPaul Eggert2005-03-141-0/+1
* Factor int-properties macros into a single file, except forPaul Eggert2005-03-091-8/+5
* Include <stdbool.h>. Use bool where appropriate,Paul Eggert2005-03-091-66/+94
* (SHR): New macro, which is a portablePaul Eggert2004-11-111-4/+19
* (DO_MULTIBYTE): Check for wchar.h, too.Paul Eggert2004-11-091-2/+3
* * strftime.c (tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch.Paul Eggert2003-09-301-1/+1
* Remove K&R cruft.Paul Eggert2003-09-121-141/+22
* Add time_r module. Change timegm, mktime, and strftime to use localtime_rPaul Eggert2003-09-061-37/+14
* Merge from coreutils.Paul Eggert2003-08-161-24/+14
* Switch from LGPL to GPL.Paul Eggert2003-07-091-10/+9
* (my_strftime): Let the `-' (no-pad) flag affectJim Meyering2003-05-121-2/+2
* (widen): Cast alloca return value to proper type.Jim Meyering2003-04-111-1/+1
* From GNU libc.Jim Meyering2003-04-111-16/+42
* (widen) [COMPILE_WIDE]: Merge nearly-identical definitions.Jim Meyering2003-04-111-20/+9
* (my_strftime): Merge in locale-related changes from libc.Jim Meyering2003-04-111-42/+104
* (my_strftime_localtime_r): Include this functionJim Meyering2001-12-091-1/+1
* (my_strftime):Jim Meyering2001-05-201-20/+44
* update comments from libcJim Meyering2001-02-171-5/+5
* Sync with glibc time/strftime.c 1.81.Jim Meyering2001-01-041-12/+14
* (my_strftime): Do not invoke mbrlen with aJim Meyering2000-11-231-1/+9
* Update from libc.Jim Meyering2000-10-261-4/+5
* Merge in changes from GNU libc.Jim Meyering2000-08-301-3/+8
* (my_strftime) [strftime]: Declare strftime here, since the definitionJim Meyering2000-04-171-0/+1
* (my_strftime): Make sure we call the systemJim Meyering2000-04-031-1/+8
* Sync with the GNU C Library.Jim Meyering2000-01-061-207/+323
* (my_strftime): Some old compilers object toJim Meyering2000-01-021-3/+4
* Remove useless parens in #if directiveJim Meyering1999-09-191-1/+1
* Update from master source in libc, removing %f.Jim Meyering1999-04-061-5/+4
* ansideclifyJim Meyering1998-12-071-26/+8
* Don't invoke localtime_r or gmtime_r unless it's the GNU CJim Meyering1998-10-181-104/+131
* Declare localtime_r if necessary.FILEUTILS-4_0-b4Jim Meyering1998-10-181-4/+3
* Some systems require <unistd.h> to be included before <time.h> forJim Meyering1998-10-171-0/+6
* (my_strftime): Update from FSF.Jim Meyering1998-09-271-1/+2
* tweak from FSFJim Meyering1998-04-281-3/+2