summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
Commit message (Expand)AuthorAgeFilesLines
* Add my e-mail to copyrightsphantom2001-12-111-1/+1
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().dillon2001-10-281-0/+40
* Add routines to convert time_t to/from fixed-bit fields. These routinesdillon2001-10-282-1/+62
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-014-4/+4
* mdoc(7) police:ru2001-08-071-2/+2
* Remove whitespace at EOL.dd2001-07-152-6/+6
* Recognize the %s format.dd2001-07-131-0/+16
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Document "normalizing" behavior of mktime(3).ru2001-06-231-1/+12
* Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenderswollman2001-06-051-1/+3
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
* Get rid of non-standard %E[Ff] formats, userland apps already fixedache2001-03-213-33/+4
* Oops, back out prev. change - POSIX require %y in d_fmtache2001-03-211-4/+4
* Replace %y with %Yache2001-03-211-1/+1
* Fix typo in the commentache2001-03-181-1/+1
* Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatache2001-03-185-37/+37
* Make 'A' and 'a', 'B' and 'b' the same, per POSIXache2001-03-181-26/+16
* Implement ampm_fmt (%r) per POSIXache2001-03-024-9/+22
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-261-2/+2
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
* Back out snprintf -> sprintf change until I have time to look at it.kris2001-02-181-1/+1
* Don't depend on lcl_mutex being a recursive mutex.tegge2001-02-151-5/+5
* catch up to __part_load_locale() interface changephantom2001-02-131-1/+1
* Rewrite __time_load_locale() using ldpart.c::__part_load_locale()phantom2001-02-122-153/+15
* Hardcode c_fmt in a different way since used in nl_langinfo nowache2001-02-084-7/+8
* Catch up to latest chanage in timelocal structures exporting.phantom2001-02-082-34/+36
* 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
OpenPOWER on IntegriCloud