1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/lib/libc/stdtime
Jason Evans 929273386f Add three-tier symbol naming in support of POSIX thread cancellation
points.  For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep().  The arrows represent weak aliases.  For
system calls, the pattern is _read() <-- _libc_read() <-- read().
2000-01-12 09:23:48 +00:00
..
asctime.c Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. 1999-01-04 20:45:20 +00:00
ctime.3 Spelling and grammar error fix. 1999-09-04 15:56:51 +00:00
difftime.c
localtime.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
private.h
strftime.3 %Ex -> %Ef to not conflict with POSIX 1999-11-30 19:24:07 +00:00
strftime.c %Ex -> %Ef to not conflict with POSIX 1999-11-30 19:24:07 +00:00
strptime.3 Remove discussion of %C in the BUGS section. The limitations on valid 1999-12-09 07:58:28 +00:00
strptime.c Prevent digit-gobbling for all but %l and %e, which can't be fixed. 1999-12-08 15:49:10 +00:00
time2posix.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
timelocal.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
timelocal.h %Ex -> %Ef to not conflict with POSIX 1999-11-30 19:24:07 +00:00
tzfile.5 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
tzfile.h Merge from vendor branch: timezone file structure changes and doco. 1999-01-21 17:22:59 +00:00