| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. | dt | 1999-01-04 | 2 | -13/+4 |
* | Add STANDARDS section. | wollman | 1999-01-03 | 1 | -6/+37 |
* | Fix grammar in the description of timegm() by totally rewriting it. Remove | wollman | 1999-01-03 | 1 | -20/+29 |
* | Added documenation for the existing implementation of asctime_r, | wes | 1998-12-20 | 1 | -0/+35 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 2 | -4/+9 |
* | Change return type of strptime from const char* to char*. | dt | 1998-09-12 | 2 | -5/+5 |
* | Fixed printf format errors. Don't assume so many things about time_t. | bde | 1998-06-30 | 1 | -20/+16 |
* | Fix grammar, "null" -> "NUL" | danny | 1998-06-10 | 1 | -5/+5 |
* | Remove 'of type long' from a sentence talking about four 4-byte values | jb | 1998-05-10 | 1 | -2/+1 |
* | Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution and | ache | 1998-04-25 | 1 | -0/+7 |
* | Add a #ifdef _THREAD_SAFE around ctime_r | phk | 1998-04-20 | 1 | -0/+2 |
* | Describe timegm() | ache | 1998-04-20 | 2 | -5/+16 |
* | ctime_r and asctime_r are not implemented. | phk | 1998-04-19 | 2 | -3/+21 |
* | Change in name of the static initializer define. | jb | 1998-04-04 | 1 | -4/+4 |
* | Submitted by: Jeremy Allison (jallison@whistle.com) | julian | 1998-02-18 | 1 | -3/+5 |
* | Typo. | helbig | 1997-10-26 | 1 | -1/+1 |
* | Sorted lists. | bde | 1997-10-21 | 1 | -4/+3 |
* | Removed the subdirectory paths from the definitions of MAN[1-9]. They | bde | 1997-10-15 | 1 | -5/+4 |
* | Merged in better support of ISO 8601 from elsie.nci.nih.gov. | helbig | 1997-10-03 | 2 | -62/+118 |
* | environmental -> environment. | charnier | 1997-09-18 | 1 | -1/+1 |
* | Add unsigned char cast to all ctype calls | ache | 1997-08-13 | 1 | -27/+27 |
* | Import strptime(3) into libc. We've got permission by Kevin Ruddy to | joerg | 1997-08-09 | 7 | -495/+646 |
* | This commit was generated by cvs2svn to compensate for changes in r28019, | joerg | 1997-08-09 | 1 | -0/+358 |
|\ |
|
| * | Clean import of strptime(3) onto a vendor branch. | joerg | 1997-08-09 | 1 | -0/+358 |
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | eivind | 1997-05-19 | 1 | -2/+2 |
* | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 1 | -1/+6 |
* | Fixed wording of previous change. | bde | 1997-03-31 | 1 | -1/+1 |
* | Revert my last few changes. They were bogus. Replaced them with | imp | 1997-03-31 | 1 | -14/+4 |
* | Back out 1.14 until I reproduce trouble reports | imp | 1997-03-25 | 1 | -4/+2 |
* | Don't open the tz file if we're running setuid or setgid to prevent infomration | imp | 1997-03-24 | 1 | -2/+4 |
* | Use .Sq Li \&\e0 rather than NUL to describe the character with no bits | imp | 1997-03-03 | 1 | -3/+7 |
* | Pendantic change of null to NUL. Also warn that this function does not | imp | 1997-03-02 | 1 | -3/+9 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Include "setlocale.h" for _PathLocale like other parts already did | ache | 1997-02-07 | 1 | -3/+2 |
* | Submitted by: John Birrell | julian | 1997-02-05 | 1 | -5/+3 |
* | Update the comment why range checking is not needed | ache | 1997-02-05 | 1 | -1/+1 |
* | Sort cross references. | wosch | 1997-01-20 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | When attempting to load a `lastditch' timezone (e.g., because the load | wollman | 1997-01-13 | 1 | -7/+8 |
* | Add comment that range checking is already done at upper level | ache | 1996-12-28 | 1 | -1/+2 |
* | Move PATH_LOCALE handling to setlocale.c, simplify locale path building, | ache | 1996-11-26 | 1 | -10/+9 |
* | Parameters for localtime_r() and gmtime_r() definitions changed. | hsu | 1996-11-11 | 1 | -8/+8 |
* | Require that a timezone specified via the TZ envariable be a regular | wollman | 1996-10-09 | 1 | -1/+7 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | julian | 1996-08-20 | 1 | -4/+8 |
* | Revert to old version of strftime.c; the new one doesn't work right. | wollman | 1996-07-19 | 1 | -110/+78 |
* | Merge the recently-imported tzcode96h distribution (libc portion). The | wollman | 1996-07-18 | 6 | -193/+254 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -2/+1 |
* | Removed false copyrights... | scrappy | 1996-05-27 | 6 | -173/+1 |
* | Added in appropriate Berkeley copyright and RCS Id: string | scrappy | 1996-05-27 | 6 | -1/+182 |
* | Convert the time2posix man page to mdoc format. This still | mpp | 1996-05-01 | 1 | -49/+45 |