summaryrefslogtreecommitdiff
path: root/lib/strftime.c
AgeCommit message (Collapse)Author
1996-09-17(strftime): New version, from GNU libc.Jim Meyering
1996-09-06revert last changeJim Meyering
1996-09-06New version from glibc.Jim Meyering
1996-08-17Update from GNU libc -- this adds back %z and %sJim Meyering
formats and reverts to old behavior where unrecognized format like %E is treated as eqivalent to `E'.
1996-07-30Update from GNU libc master.Jim Meyering
1996-07-17Use `;' instead of (void)0.Jim Meyering
1996-07-16Use `(void)0' as second arg to add macro.Jim Meyering
Omitting that second arg made some HPUX C compiler report an error. From Kaveh R. Ghazi.
1996-07-16Update from FSF.Jim Meyering
1996-07-15indent cpp-directivesJim Meyering
1996-05-07Update from GNU libc.Jim Meyering
1996-04-08(mon_week_ISO): New function to implement new %V format.Jim Meyering
(sun_week): Make TM parameter `const'. (mon_week): Likewise. (mon_week): Rewrite to correctly implement %W format..
1996-04-05(sun_week): Make %U work properly.Jim Meyering
Before, `date -d '1 Jan 1995' +%U' output `00'. Now it prints `01'.
1996-02-16.Jim Meyering
1996-02-01(add_num_tz): New function.Jim Meyering
(strftime): Handle new %z format. From H. Peter Anvin (hpa@storm.net). Don't use local, LENGTH, before it's defined.
1994-09-27merge with 1.10n1Jim Meyering
1994-09-25merge with 1.10nJim Meyering
1993-12-29merge with 1.9.2bJim Meyering
1993-12-23merge with 1.9.2aJim Meyering
1993-12-23.Jim Meyering
1993-10-12merge with 1.8.1dJim Meyering
1993-10-04merge with 1.8.1aJim Meyering
1993-09-08merge with 1.8.1 + partial --version and --helpJim Meyering
1992-11-12Make tables static and const when possible.Jim Meyering
getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static.
1992-11-01Initial revisionJim Meyering