summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/timelocal.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267601:pfg2014-06-231-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-10/+47
* Fixes to locale code to properly use indirect pointers in order to preventjkh2003-06-131-1/+1
* Style fixesache2002-08-071-9/+6
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
* * style(9)'fyphantom2002-01-241-15/+15
* Add my e-mail to copyrightsphantom2001-12-111-1/+1
* 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-181-19/+10
* Implement ampm_fmt (%r) per POSIXache2001-03-021-5/+17
* catch up to __part_load_locale() interface changephantom2001-02-131-1/+1
* Rewrite __time_load_locale() using ldpart.c::__part_load_locale()phantom2001-02-121-152/+14
* Hardcode c_fmt in a different way since used in nl_langinfo nowache2001-02-081-2/+3
* Export internal data structures in same manner as numeric/monetary/messagesphantom2001-02-081-3/+9
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+5
* Treat c_fmt field as compatibility placeholderache2000-10-261-4/+2
* Fix assigning alt_month in compatibility codeache2000-06-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-4/+4
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-4/+4
* %Ex -> %Ef to not conflict with POSIXache1999-11-301-6/+11
* Add %Ex extension to determine "%e %b" or "%b %e" orderache1999-11-301-3/+12
* Implement new format specifier for strftime: %OB, alternative nationaldt1999-09-111-17/+51
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-2/+2
* Import strptime(3) into libc. We've got permission by Kevin Ruddy tojoerg1997-08-091-0/+197
OpenPOWER on IntegriCloud