| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce ".Lb" macro to libc manpages. | Alexey Zelkin | 2000-04-21 | 4 | -0/+8 |
| * | Temporary cosmetic change to prevent gcc-2.95.2 from doing an | Martin Cracauer | 2000-03-08 | 1 | -1/+1 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-02 | 1 | -1/+2 |
| * | There were so far only 42 different conversion specifications in | Joerg Wunsch | 2000-01-28 | 2 | -0/+22 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 2 | -7/+7 |
| * | Make the quotes in the #include line visible. | Sheldon Hearn | 2000-01-19 | 1 | -1/+1 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 2 | -7/+9 |
| * | Remove discussion of %C in the BUGS section. The limitations on valid | Sheldon Hearn | 1999-12-09 | 1 | -4/+0 |
| * | Prevent digit-gobbling for all but %l and %e, which can't be fixed. | Sheldon Hearn | 1999-12-08 | 2 | -12/+85 |
| * | Accept 12 for %l, because it's logical to expect "%l:%M" to work for | Sheldon Hearn | 1999-12-08 | 1 | -1/+1 |
| * | %Ex -> %Ef to not conflict with POSIX | Andrey A. Chernov | 1999-11-30 | 5 | -13/+53 |
| * | Document %Ex and %OB | Andrey A. Chernov | 1999-11-30 | 1 | -2/+4 |
| * | Stricter checking %A vs %a | Andrey A. Chernov | 1999-11-30 | 1 | -11/+13 |
| * | Fix %C handling | Andrey A. Chernov | 1999-11-30 | 1 | -14/+52 |
| * | Add %Ex extension to determine "%e %b" or "%b %e" order | Andrey A. Chernov | 1999-11-30 | 3 | -8/+22 |
| * | Decremement by 1 the value taken for %j before assigning it to tm_yday, | Sheldon Hearn | 1999-11-10 | 1 | -6/+50 |
| * | Add unsigned char cast to isupper | Andrey A. Chernov | 1999-11-04 | 1 | -1/+1 |
| * | Implement new format specifier for strftime: %OB, alternative national | Dmitrij Tejblum | 1999-09-11 | 3 | -19/+58 |
| * | Spelling and grammar error fix. | Alexey Zelkin | 1999-09-04 | 1 | -2/+8 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 10 | -10/+10 |
| * | Add $Id$ tag. | Chris Costello | 1999-08-14 | 1 | -0/+2 |
| * | Bad reference time(2) changed to time(3) | Chris Costello | 1999-08-14 | 1 | -1/+1 |
| * | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
| * | Make the new %Z addition thread-safe. | David E. O'Brien | 1999-07-06 | 1 | -19/+49 |
| * | Actually impliment the documented %Z specifier. | David E. O'Brien | 1999-07-04 | 2 | -2/+44 |
| * | Spell the .St macro correctly. | Steve Price | 1999-06-07 | 1 | -1/+1 |
| * | Re-fixed to start at 1969 per the actual Posix requirement. Also | Wes Peters | 1999-04-25 | 2 | -7/+7 |
| * | Bring two-digit years up-to-date with POSIX requirements. | Wes Peters | 1999-04-25 | 2 | -2/+12 |
| * | Merge from vendor branch: timezone file structure changes and doco. | Garrett Wollman | 1999-01-21 | 3 | -25/+45 |
| * | Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. | Dmitrij Tejblum | 1999-01-04 | 2 | -13/+4 |
| * | Add STANDARDS section. | Garrett Wollman | 1999-01-03 | 1 | -6/+37 |
| * | Fix grammar in the description of timegm() by totally rewriting it. Remove | Garrett Wollman | 1999-01-03 | 1 | -20/+29 |
| * | Added documenation for the existing implementation of asctime_r, | Wes Peters | 1998-12-20 | 1 | -0/+35 |
| * | Replace memory leaking instances of realloc with non-leaking reallocf. | Warner Losh | 1998-09-16 | 2 | -4/+9 |
| * | Change return type of strptime from const char* to char*. | Dmitrij Tejblum | 1998-09-12 | 2 | -5/+5 |
| * | Fixed printf format errors. Don't assume so many things about time_t. | Bruce Evans | 1998-06-30 | 1 | -20/+16 |
| * | Fix grammar, "null" -> "NUL" | Daniel O'Callaghan | 1998-06-10 | 1 | -5/+5 |
| * | Remove 'of type long' from a sentence talking about four 4-byte values | John Birrell | 1998-05-10 | 1 | -2/+1 |
| * | Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution and | Andrey A. Chernov | 1998-04-25 | 1 | -0/+7 |
| * | Add a #ifdef _THREAD_SAFE around ctime_r | Poul-Henning Kamp | 1998-04-20 | 1 | -0/+2 |
| * | Describe timegm() | Andrey A. Chernov | 1998-04-20 | 2 | -5/+16 |
| * | ctime_r and asctime_r are not implemented. | Poul-Henning Kamp | 1998-04-19 | 2 | -3/+21 |
| * | Change in name of the static initializer define. | John Birrell | 1998-04-04 | 1 | -4/+4 |
| * | Submitted by: Jeremy Allison (jallison@whistle.com) | Julian Elischer | 1998-02-18 | 1 | -3/+5 |
| * | Typo. | Wolfgang Helbig | 1997-10-26 | 1 | -1/+1 |
| * | Sorted lists. | Bruce Evans | 1997-10-21 | 1 | -4/+3 |
| * | Removed the subdirectory paths from the definitions of MAN[1-9]. They | Bruce Evans | 1997-10-15 | 1 | -5/+4 |
| * | Merged in better support of ISO 8601 from elsie.nci.nih.gov. | Wolfgang Helbig | 1997-10-03 | 2 | -62/+118 |
| * | environmental -> environment. | Philippe Charnier | 1997-09-18 | 1 | -1/+1 |
| * | Add unsigned char cast to all ctype calls | Andrey A. Chernov | 1997-08-13 | 1 | -27/+27 |