Date: Thu, 25 Feb 2010 21:21:34 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/tzcode/stdtime Makefile.inc Symbol.map asctime.c ctime.3 difftime.c localtime.c private.h strftime.3 strftime.c strptime.3 strptime.c time2posix.3 time32.c timelocal.c timelocal.h tzfile.5 tzfile.h Message-ID: <201002252121.o1PLLxcW036684@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2010-02-25 21:21:34 UTC FreeBSD src repository Added files: contrib/tzcode/stdtime Makefile.inc Symbol.map asctime.c ctime.3 difftime.c localtime.c private.h strftime.3 strftime.c strptime.3 strptime.c time2posix.3 time32.c timelocal.c timelocal.h tzfile.5 tzfile.h Log: SVN rev 204333 on 2010-02-25 21:21:34Z by edwin Copy lib/libc/stdtime to contrib/tzcode/stdtime for the proper split of contributed code and FreeBSD specific code. Revision Changes Path 1.1 +18 -0 src/contrib/tzcode/stdtime/Makefile.inc (new) 1.1 +35 -0 src/contrib/tzcode/stdtime/Symbol.map (new) 1.1 +142 -0 src/contrib/tzcode/stdtime/asctime.c (new) 1.1 +374 -0 src/contrib/tzcode/stdtime/ctime.3 (new) 1.1 +69 -0 src/contrib/tzcode/stdtime/difftime.c (new) 1.1 +2249 -0 src/contrib/tzcode/stdtime/localtime.c (new) 1.1 +326 -0 src/contrib/tzcode/stdtime/private.h (new) 1.1 +278 -0 src/contrib/tzcode/stdtime/strftime.3 (new) 1.1 +634 -0 src/contrib/tzcode/stdtime/strftime.c (new) 1.1 +173 -0 src/contrib/tzcode/stdtime/strptime.3 (new) 1.1 +566 -0 src/contrib/tzcode/stdtime/strptime.c (new) 1.1 +123 -0 src/contrib/tzcode/stdtime/time2posix.3 (new) 1.1 +100 -0 src/contrib/tzcode/stdtime/time32.c (new) 1.1 +117 -0 src/contrib/tzcode/stdtime/timelocal.c (new) 1.1 +55 -0 src/contrib/tzcode/stdtime/timelocal.h (new) 1.1 +152 -0 src/contrib/tzcode/stdtime/tzfile.5 (new) 1.1 +184 -0 src/contrib/tzcode/stdtime/tzfile.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002252121.o1PLLxcW036684>