Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
Module Name: src
Committed By: christos
Date: Thu Dec 16 18:38:07 UTC 2010
Modified Files:
src/lib/libc: shlib_version
src/lib/libc/compat/include: time.h
src/lib/libc/include: namespace.h
src/lib/libc/time: Makefile.inc ctime.3 localtime.c offtime.3
strftime.3 strftime.c time2posix.3
Log Message:
Provide a re-entrant and thread-safe set of timezone API's that
don't require locking and can operate on user-specified timezones
as opposed to having to alter the environment to change a timezone.
This work was presented to the tzcode folks and it was generally
accepted, but there seems to be a lot of inertia.
To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 src/lib/libc/shlib_version
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/include/time.h
cvs rdiff -u -r1.145 -r1.146 src/lib/libc/include/namespace.h
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/time/Makefile.inc
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/time/ctime.3
cvs rdiff -u -r1.48 -r1.49 src/lib/libc/time/localtime.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/time/offtime.3
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/time/strftime.3
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/time/strftime.c
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/time/time2posix.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index