| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.4.0_cvs | cvs2svn | 1999-12-20 | 9 | -9/+9 |
| * | MFC: Sync with CURRENT, fixing several problems. | Sheldon Hearn | 1999-12-10 | 6 | -62/+309 |
| * | Add $FreeBSD$. | Sheldon Hearn | 1999-12-10 | 1 | -0/+1 |
| * | Back out previous commit. I know what the problem is, but this isn't | Sheldon Hearn | 1999-12-09 | 2 | -204/+39 |
| * | MFC: Various fixes. This commit syncs RELENG_3 with HEAD. | Sheldon Hearn | 1999-12-09 | 2 | -39/+204 |
| * | MFC: Spelling and grammar errors fix, mdoc(7)'fy | Alexey Zelkin | 1999-09-18 | 1 | -2/+8 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 8 | -8/+8 |
| * | Bad reference time(2) -> time(3) | Chris Costello | 1999-08-14 | 1 | -2/+2 |
| * | Add $Id$ tags to -STABLE, too. | Chris Costello | 1999-08-14 | 1 | -0/+2 |
| * | MFC: %Z functionality. | David E. O'Brien | 1999-07-08 | 2 | -12/+85 |
| * | MFC: .Std -> .St | Steve Price | 1999-06-07 | 1 | -1/+1 |
| * | Fix strptime per Posix/Single UNIX Specification requirements. | Wes Peters | 1999-04-30 | 2 | -2/+12 |
| * | 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 |
| * | Import strptime(3) into libc. We've got permission by Kevin Ruddy to | Joerg Wunsch | 1997-08-09 | 7 | -448/+599 |
| * | Clean import of strptime(3) onto a vendor branch. | Joerg Wunsch | 1997-08-09 | 1 | -0/+358 |
| * | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | Eivind Eklund | 1997-05-19 | 1 | -2/+2 |
| * | Changed all paths to be relative to src/lib instead of src/lib/libc | John Birrell | 1997-05-03 | 1 | -1/+6 |
| * | Fixed wording of previous change. | Bruce Evans | 1997-03-31 | 1 | -1/+1 |
| * | Revert my last few changes. They were bogus. Replaced them with | Warner Losh | 1997-03-31 | 1 | -14/+4 |
| * | Back out 1.14 until I reproduce trouble reports | Warner Losh | 1997-03-25 | 1 | -4/+2 |
| * | Don't open the tz file if we're running setuid or setgid to prevent infomration | Warner Losh | 1997-03-24 | 1 | -2/+4 |
| * | Use .Sq Li \&\e0 rather than NUL to describe the character with no bits | Warner Losh | 1997-03-03 | 1 | -3/+7 |
| * | Pendantic change of null to NUL. Also warn that this function does not | Warner Losh | 1997-03-02 | 1 | -3/+9 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Include "setlocale.h" for _PathLocale like other parts already did | Andrey A. Chernov | 1997-02-07 | 1 | -3/+2 |
| * | Submitted by: John Birrell | Julian Elischer | 1997-02-05 | 1 | -5/+3 |
| * | Update the comment why range checking is not needed | Andrey A. Chernov | 1997-02-05 | 1 | -1/+1 |
| * | Sort cross references. | Wolfram Schneider | 1997-01-20 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | When attempting to load a `lastditch' timezone (e.g., because the load | Garrett Wollman | 1997-01-13 | 1 | -7/+8 |