summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/timelocal.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Fixes to locale code to properly use indirect pointers in order to preventJordan K. Hubbard2003-06-131-1/+1
* Style fixesAndrey A. Chernov2002-08-071-9/+6
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* * style(9)'fyAlexey Zelkin2002-01-241-15/+15
* Add my e-mail to copyrightsAlexey Zelkin2001-12-111-1/+1
* Oops, back out prev. change - POSIX require %y in d_fmtAndrey A. Chernov2001-03-211-4/+4
* Replace %y with %YAndrey A. Chernov2001-03-211-1/+1
* Fix typo in the commentAndrey A. Chernov2001-03-181-1/+1
* Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatAndrey A. Chernov2001-03-181-19/+10
* Implement ampm_fmt (%r) per POSIXAndrey A. Chernov2001-03-021-5/+17
* catch up to __part_load_locale() interface changeAlexey Zelkin2001-02-131-1/+1
* Rewrite __time_load_locale() using ldpart.c::__part_load_locale()Alexey Zelkin2001-02-121-152/+14
* Hardcode c_fmt in a different way since used in nl_langinfo nowAndrey A. Chernov2001-02-081-2/+3
* Export internal data structures in same manner as numeric/monetary/messagesAlexey Zelkin2001-02-081-3/+9
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+5
* Treat c_fmt field as compatibility placeholderAndrey A. Chernov2000-10-261-4/+2
* Fix assigning alt_month in compatibility codeAndrey A. Chernov2000-06-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-4/+4
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-4/+4
* %Ex -> %Ef to not conflict with POSIXAndrey A. Chernov1999-11-301-6/+11
* Add %Ex extension to determine "%e %b" or "%b %e" orderAndrey A. Chernov1999-11-301-3/+12
* Implement new format specifier for strftime: %OB, alternative nationalDmitrij Tejblum1999-09-111-17/+51
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-2/+2
* Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-091-0/+197