| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the quotes in the #include line visible. | sheldonh | 2000-01-19 | 1 | -1/+1 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 2 | -7/+9 |
* | Remove discussion of %C in the BUGS section. The limitations on valid | sheldonh | 1999-12-09 | 1 | -4/+0 |
* | Prevent digit-gobbling for all but %l and %e, which can't be fixed. | sheldonh | 1999-12-08 | 2 | -12/+85 |
* | Accept 12 for %l, because it's logical to expect "%l:%M" to work for | sheldonh | 1999-12-08 | 1 | -1/+1 |
* | %Ex -> %Ef to not conflict with POSIX | ache | 1999-11-30 | 5 | -13/+53 |
* | Document %Ex and %OB | ache | 1999-11-30 | 1 | -2/+4 |
* | Stricter checking %A vs %a | ache | 1999-11-30 | 1 | -11/+13 |
* | Fix %C handling | ache | 1999-11-30 | 1 | -14/+52 |
* | Add %Ex extension to determine "%e %b" or "%b %e" order | ache | 1999-11-30 | 3 | -8/+22 |
* | Decremement by 1 the value taken for %j before assigning it to tm_yday, | sheldonh | 1999-11-10 | 1 | -6/+50 |
* | Add unsigned char cast to isupper | ache | 1999-11-04 | 1 | -1/+1 |
* | Implement new format specifier for strftime: %OB, alternative national | dt | 1999-09-11 | 3 | -19/+58 |
* | Spelling and grammar error fix. | phantom | 1999-09-04 | 1 | -2/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 10 | -10/+10 |
* | Add $Id$ tag. | chris | 1999-08-14 | 1 | -0/+2 |
* | Bad reference time(2) changed to time(3) | chris | 1999-08-14 | 1 | -1/+1 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Make the new %Z addition thread-safe. | obrien | 1999-07-06 | 1 | -19/+49 |
* | Actually impliment the documented %Z specifier. | obrien | 1999-07-04 | 2 | -2/+44 |
* | Spell the .St macro correctly. | steve | 1999-06-07 | 1 | -1/+1 |
* | Re-fixed to start at 1969 per the actual Posix requirement. Also | wes | 1999-04-25 | 2 | -7/+7 |
* | Bring two-digit years up-to-date with POSIX requirements. | wes | 1999-04-25 | 2 | -2/+12 |
* | Merge from vendor branch: timezone file structure changes and doco. | wollman | 1999-01-21 | 3 | -25/+45 |
* | 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 |