aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/timelocal.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: sync with -CURRENT's stdtime codeAlexey Zelkin2002-03-121-166/+42
* MFC: c_fmt as compatibility placeholderAndrey A. Chernov2000-10-261-4/+2
* MFC: alt_month assigningAndrey 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