Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-07 | (strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert. | Jim Meyering | |
1996-12-01 | Update from GNU libc. | Jim Meyering | |
1996-11-05 | Fix copyright. | Jim Meyering | |
1996-10-10 | (strftime): Accommodate the broken C compiler | Jim Meyering | |
that comes with SunOS -- don't initialize aggregates in decls of automatic variables. Reported by Kaveh Ghazi. | |||
1996-09-17 | (strftime): New version, from GNU libc. | Jim Meyering | |
1996-09-06 | revert last change | Jim Meyering | |
1996-09-06 | New version from glibc. | Jim Meyering | |
1996-08-17 | Update from GNU libc -- this adds back %z and %s | Jim Meyering | |
formats and reverts to old behavior where unrecognized format like %E is treated as eqivalent to `E'. | |||
1996-07-30 | Update from GNU libc master. | Jim Meyering | |
1996-07-17 | Use `;' instead of (void)0. | Jim Meyering | |
1996-07-16 | Use `(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-16 | Update from FSF. | Jim Meyering | |
1996-07-15 | indent cpp-directives | Jim Meyering | |
1996-05-07 | Update 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-27 | merge with 1.10n1 | Jim Meyering | |
1994-09-25 | merge with 1.10n | Jim Meyering | |
1993-12-29 | merge with 1.9.2b | Jim Meyering | |
1993-12-23 | merge with 1.9.2a | Jim Meyering | |
1993-12-23 | . | Jim Meyering | |
1993-10-12 | merge with 1.8.1d | Jim Meyering | |
1993-10-04 | merge with 1.8.1a | Jim Meyering | |
1993-09-08 | merge with 1.8.1 + partial --version and --help | Jim Meyering | |
1992-11-12 | Make tables static and const when possible. | Jim Meyering | |
getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static. | |||
1992-11-01 | Initial revision | Jim Meyering | |