Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-23 | (my_strftime): Do not invoke mbrlen with a | Jim Meyering | |
size of (size_t) -1; it's not portable. | |||
2000-10-26 | Update from libc. | Jim Meyering | |
2000-08-30 | Merge in changes from GNU libc. | Jim Meyering | |
2000-04-17 | (my_strftime) [strftime]: Declare strftime here, since the definition | Jim Meyering | |
of it to rpl_strftime also defined-away the system's declaration. | |||
2000-04-03 | (my_strftime): Make sure we call the system | Jim Meyering | |
strftime, not ourselves, when invoking the underlying strftime. | |||
2000-01-06 | Sync with the GNU C Library. | Jim Meyering | |
2000-01-02 | (my_strftime): Some old compilers object to | Jim Meyering | |
'\a', so don't bother optimizing for it. | |||
1999-09-19 | Remove useless parens in #if directive | Jim Meyering | |
1999-04-06 | Update from master source in libc, removing %f. | Jim Meyering | |
1998-12-07 | ansideclify | Jim Meyering | |
1998-10-18 | Don't invoke localtime_r or gmtime_r unless it's the GNU C | Jim Meyering | |
library's localtime_r and gmtime_r; there are too many buggy implementations of localtime_r and gmtime_r out there, and it's not worth keeping track of all the different bugs. * strftime.c (__EXTENSIONS__): Remove. (my_strftime_gmtime_r): Renamed from gmtime_r; all uses changed. (my_strftime_localtime_r): Renamed from localtime_r; all uses changed. Base them on localtime/gmtime if not _LIBC. | |||
1998-10-18 | Declare localtime_r if necessary. | Jim Meyering | |
1998-10-17 | Some systems require <unistd.h> to be included before <time.h> for | Jim Meyering | |
localtime_r to be declared properly. | |||
1998-09-27 | (my_strftime): Update from FSF. | Jim Meyering | |
1998-04-28 | tweak from FSF | Jim Meyering | |
1997-11-18 | (_REENTRANT): #define, as some hosts need this to declare localtime_r properly. | Jim Meyering | |
From Paul Eggert. | |||
1997-11-13 | Update from FSF. | Jim Meyering | |
1997-10-22 | update from FSF | Jim Meyering | |
1997-05-28 | correct/normalize indentation in cpp directives | Jim Meyering | |
1997-05-28 | update from FSF | Jim Meyering | |
1997-01-23 | revert last change | Jim Meyering | |
1997-01-22 | [strftime]: Add parameters to macro definition. From Drepper. | Jim Meyering | |
1997-01-22 | (_strftime_copytm): New function, to work around Solaris 2.5 tzset bug. | Jim Meyering | |
From Paul Eggert. | |||
1996-12-21 | update from GNU libc | Jim Meyering | |
1996-12-21 | Update from GNU libc. | Jim Meyering | |
1996-12-18 | run cpp-indent | Jim Meyering | |
1996-12-18 | another new version ... | Jim Meyering | |
1996-12-18 | Update from GNU libc. | Jim Meyering | |
1996-12-10 | add a space | Jim Meyering | |
1996-12-10 | revert last change. | Jim Meyering | |
1996-12-10 | [HAVE_TZNAME || defined __LIBC]: Declare tzname. | Jim Meyering | |
1996-12-09 | [HAVE_TZNAME]: Declare tzname. | Jim Meyering | |
Patch from Karl Heuer. | |||
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. |