]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Copy lib/libc/stdtime to contrib/tzcode/stdtime for the proper split
authoredwin <edwin@FreeBSD.org>
Thu, 25 Feb 2010 21:21:34 +0000 (21:21 +0000)
committeredwin <edwin@FreeBSD.org>
Thu, 25 Feb 2010 21:21:34 +0000 (21:21 +0000)
commit000663e80955a044c229f9274011b828a788ee4b
treedc2e5dde783dd3e1ddd1022f34614df62e99f4e6
parentf28507e6c7c453bd3960e3f2ef78ba06e8222e3a
Copy lib/libc/stdtime to contrib/tzcode/stdtime for the proper split
of contributed code and FreeBSD specific code.
17 files changed:
contrib/tzcode/stdtime/Makefile.inc [new file with mode: 0644]
contrib/tzcode/stdtime/Symbol.map [new file with mode: 0644]
contrib/tzcode/stdtime/asctime.c [new file with mode: 0644]
contrib/tzcode/stdtime/ctime.3 [new file with mode: 0644]
contrib/tzcode/stdtime/difftime.c [new file with mode: 0644]
contrib/tzcode/stdtime/localtime.c [new file with mode: 0644]
contrib/tzcode/stdtime/private.h [new file with mode: 0644]
contrib/tzcode/stdtime/strftime.3 [new file with mode: 0644]
contrib/tzcode/stdtime/strftime.c [new file with mode: 0644]
contrib/tzcode/stdtime/strptime.3 [new file with mode: 0644]
contrib/tzcode/stdtime/strptime.c [new file with mode: 0644]
contrib/tzcode/stdtime/time2posix.3 [new file with mode: 0644]
contrib/tzcode/stdtime/time32.c [new file with mode: 0644]
contrib/tzcode/stdtime/timelocal.c [new file with mode: 0644]
contrib/tzcode/stdtime/timelocal.h [new file with mode: 0644]
contrib/tzcode/stdtime/tzfile.5 [new file with mode: 0644]
contrib/tzcode/stdtime/tzfile.h [new file with mode: 0644]