summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
2006-06-17Fix typo or mispelling.reed
2006-03-22Remove a variable that became set-and-not-used after the dead code removal.christos
2006-03-22Coverity CID 578: remove dead codechristos
2006-03-22Coverity CID 580: fix 'c' handling to match 'x' ('c' used the wrong variable)christos
2005-11-29WARNS=4christos
2005-09-13compat core reorg.christos
2005-07-30- Fix the remaining indr_references so that they define lint symbols.christos
2005-07-16Fix linted comments and use __UNCONST.christos
2005-07-16Use CPPFLAGS for -D flags otherwise lint does not get it.christos
2005-06-12Add missing __RCSID()lukem
2005-03-05Some more optimisations - I must stop looking at this file!dsl
2005-03-04A going-over with the optimiser, save over 500 bytes.dsl
2004-11-16PR/28324: Takayoshi Kochi: localtime_r(3) returns GMTchristos
2004-05-27Merge tzcode2004a.kleink
2004-05-27Update for tzcode2004a.kleink
2004-05-12Don't use tm_gmtoff for %z: a strictly conforming ISO C application won'tkleink
2004-05-11Don't use tm_zone for %Z: a strictly conforming ISO C application won'tkleink
2004-05-10Add a manual page for the standard-inspired offtime(3) and friends;kleink
2004-04-14Add documentation for %v. Noted by Havard Eidnes in PR bin/25180.kleink
2004-03-19Make casing in previous consistent.kleink
2004-03-19%% doesn't write anything; a literal % is matched. Noted by Hubert Feyrer.kleink
2003-12-20One merge-o missed in previous.kleink
2003-12-20Merge tzcode2003e.kleink
2003-12-19Note: the previous revision was an update for tzcode2003_e_.kleink
2003-12-19Update for tzcode2003d.kleink
2003-12-05Revert last change, as this is a 3rd-party file, noted by kleink@.keihan
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-10-29Merge tzcode2003d.kleink
2003-10-29Import tzcode2003d.kleink
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz
2003-09-03%F is a date conversion, not a time converstion.jhawk
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-30Use a better width argument.wiz
2003-04-16Usewiz
2003-01-18s/_REENT/_REENTRANT/christos
2002-11-17use strlcpy where it is more appropriate.itojun
2002-11-10Fix typo UCT -> UTC; from Christian Biere in PR lib/19007.kleink
2002-10-02license clarification, from openbsditojun
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-08-18note that month and weekday names are case-insensitive.yamt
2002-08-18note that the contents of the array are undefined in the error case.yamt
2002-08-18- Mention leap seconds as the reason for (00-61)yamt
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-04-26Pull in config.h when we're building zic as a host tool.bjh21
2002-04-16botched strncpy -> strlcpygroo
2002-02-10fix isolated collateral damage from <>& churnross
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07Generate <>& symbolically.ross
2002-01-29Delint me harder.kleink