summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/timelocal.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-06-18stdtime: style(9) fixes.Pedro F. Giffuni
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2003-06-13Fixes to locale code to properly use indirect pointers in order to preventJordan K. Hubbard
2002-08-07Style fixesAndrey A. Chernov
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-01-24* style(9)'fyAlexey Zelkin
2001-12-11Add my e-mail to copyrightsAlexey Zelkin
2001-03-21Oops, back out prev. change - POSIX require %y in d_fmtAndrey A. Chernov
2001-03-21Replace %y with %YAndrey A. Chernov
2001-03-18Fix typo in the commentAndrey A. Chernov
2001-03-18Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatAndrey A. Chernov
2001-03-02Implement ampm_fmt (%r) per POSIXAndrey A. Chernov
2001-02-13catch up to __part_load_locale() interface changeAlexey Zelkin
2001-02-12Rewrite __time_load_locale() using ldpart.c::__part_load_locale()Alexey Zelkin
2001-02-08Hardcode c_fmt in a different way since used in nl_langinfo nowAndrey A. Chernov
2001-02-08Export internal data structures in same manner as numeric/monetary/messagesAlexey Zelkin
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-10-26Treat c_fmt field as compatibility placeholderAndrey A. Chernov
2000-06-29Fix assigning alt_month in compatibility codeAndrey A. Chernov
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1999-11-30%Ex -> %Ef to not conflict with POSIXAndrey A. Chernov
1999-11-30Add %Ex extension to determine "%e %b" or "%b %e" orderAndrey A. Chernov
1999-09-11Implement new format specifier for strftime: %OB, alternative nationalDmitrij Tejblum
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-09-16Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh
1997-08-09Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch