summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
Commit message (Expand)AuthorAgeFilesLines
...
* Export internal data structures in same manner as numeric/monetary/messagesphantom2001-02-082-8/+14
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-246-123/+100
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-121-1/+1
* Prepare for mdoc(7)NG.ru2000-12-293-13/+12
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* sprintf -> snprintfkris2000-11-261-1/+1
* Create the links for the reentrant time functions.nik2000-11-121-1/+3
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-102-15/+16
* For %c replace reference to asctime(3) with ctime(3) from which %c geneticallyache2000-10-261-1/+1
* Treat c_fmt field as compatibility placeholderache2000-10-262-5/+3
* Force "%c" to be ctime-compatibleache2000-10-261-1/+2
* Force %c to be "%a %Ef %T %Y" to eliminate problems with bad c_fmtache2000-10-262-5/+6
* Describe %c betterache2000-10-241-3/+7
* Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.kris2000-08-041-1/+3
* Fix assigning alt_month in compatibility codeache2000-06-291-1/+1
* Introduce ".Lb" macro to libc manpages.phantom2000-04-214-0/+8
* Temporary cosmetic change to prevent gcc-2.95.2 from doing ancracauer2000-03-081-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
* There were so far only 42 different conversion specifications injoerg2000-01-282-0/+22
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-272-7/+7
* Make the quotes in the #include line visible.sheldonh2000-01-191-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-122-7/+9
* Remove discussion of %C in the BUGS section. The limitations on validsheldonh1999-12-091-4/+0
* Prevent digit-gobbling for all but %l and %e, which can't be fixed.sheldonh1999-12-082-12/+85
* Accept 12 for %l, because it's logical to expect "%l:%M" to work forsheldonh1999-12-081-1/+1
* %Ex -> %Ef to not conflict with POSIXache1999-11-305-13/+53
* Document %Ex and %OBache1999-11-301-2/+4
* Stricter checking %A vs %aache1999-11-301-11/+13
* Fix %C handlingache1999-11-301-14/+52
* Add %Ex extension to determine "%e %b" or "%b %e" orderache1999-11-303-8/+22
* Decremement by 1 the value taken for %j before assigning it to tm_yday,sheldonh1999-11-101-6/+50
* Add unsigned char cast to isupperache1999-11-041-1/+1
* Implement new format specifier for strftime: %OB, alternative nationaldt1999-09-113-19/+58
* Spelling and grammar error fix.phantom1999-09-041-2/+8
* $Id$ -> $FreeBSD$peter1999-08-2810-10/+10
* Add $Id$ tag.chris1999-08-141-0/+2
* Bad reference time(2) changed to time(3)chris1999-08-141-1/+1
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Make the new %Z addition thread-safe.obrien1999-07-061-19/+49
* Actually impliment the documented %Z specifier.obrien1999-07-042-2/+44
* Spell the .St macro correctly.steve1999-06-071-1/+1
* Re-fixed to start at 1969 per the actual Posix requirement. Alsowes1999-04-252-7/+7
* Bring two-digit years up-to-date with POSIX requirements.wes1999-04-252-2/+12
* Merge from vendor branch: timezone file structure changes and doco.wollman1999-01-213-25/+45
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.dt1999-01-042-13/+4
* Add STANDARDS section.wollman1999-01-031-6/+37
* Fix grammar in the description of timegm() by totally rewriting it. Removewollman1999-01-031-20/+29
* Added documenation for the existing implementation of asctime_r,wes1998-12-201-0/+35
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-162-4/+9
* Change return type of strptime from const char* to char*.dt1998-09-122-5/+5
OpenPOWER on IntegriCloud