aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.cvs2svn1995-05-301-1530/+0
| | | | Notes: svn path=/releng/2.0.5/; revision=8882
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8870
* On snap 950210, format %s (print seconds from the epoch) is missingJoerg Wunsch1995-03-012-1/+23
| | | | | | | | | | | | from the code in strftime.c . This affects both the library code and all the commands using it (e.g. date +%s). Note that %s is not required by ANSI, but we've already got it in 1.1.5.1. Suggested by: luigi@labinfo.iet.unipi.it (Luigi Rizzo) Notes: svn path=/head/; revision=6815
* Use latest Arthur Olson timezone code rather than that supplied withGarrett Wollman1994-09-135-65/+519
| | | | | | | | 4.4. The code is almost identical to the 4.4 versions, but this organization should make it easier to merge new versions in the future. Notes: svn path=/head/; revision=2741
* Port to FreeBSD. Not ready for inclusion in libc just yet, but hereGarrett Wollman1994-09-133-3/+12
| | | | | | | so we can compile zic. Notes: svn path=/head/; revision=2713
* One more try, and if it doesn't work this time I'm giving up.Garrett Wollman1994-09-131-1/+1
| | | | | | | (Check in original localtime.c.) Notes: svn path=/vendor/tzcode/dist/; revision=2710
* The rest of tzcode94g from Arthur David Olson.Garrett Wollman1994-09-139-0/+4180
Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz Notes: svn path=/vendor/tzcode/dist/; revision=2708