summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Collapse)Author
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
NetBSD.ORG -> NetBSD.org Now src/lib is done.
2003-10-29Merge tzcode2003d.kleink
2003-10-29Import tzcode2003d.kleink
2003-10-27Overhaul how `build.sh tools' are used:lukem
* Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h * Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more. These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case).
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
don't bother to bump Dd
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-06-30Use a better width argument.wiz
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
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
from OpenBSD.
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
- include blurb about ISO 8601 dates straight from strftime.c from OpenBSD.
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
This makes zic compilable with Sun WorkShop C 5.0.
2002-04-16botched strncpy -> strlcpygroo
from xs@kittenz.org
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
2002-01-29Merge tzcode2002b.kleink
2002-01-29Import tzcode2002b.kleink
2002-01-02Fix .Bd argument. Pointed out by mrg.wiz
2001-12-13Document %z.kleink
2001-12-10Sort conversion specifiers.kleink
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-09-16mdoc'ifywiz
2001-09-16mdoc'ifywiz
2001-09-16Sort SEE ALSO.wiz
2001-04-27If the TZ environment variable was set to the empty string, a call toatatat
ctime() would get a bus error (or a segmentation fault). Setting these variables eliminates that problem. Fixes pr lib/12750.
2001-04-07No need for <sys/types.h>.kleink
2001-04-07Add a LIBRARY section.kleink
2001-04-02mdoc'ify. With a tip of the hat to kleink.wiz
2001-04-02Improve some markup.wiz
2001-04-02Fix format typo, and whitespace.wiz
2001-03-31Add a daylight(3) link as well. XXX Can't link to timezone(3) yet.kleink
2001-03-31Oops, missed type change in previous.kleink
2001-03-31Finally deprecate the old timezone() interface in favor of an XSH5kleink
timezone/daytime pair; as proposed by J.T. in September, 1996. Fixes PR standards/11807 by Nick Hudson.
2001-03-29While I'm here, add a LIBRARY section.kleink
XXX Someone should lift this to our mdoc.
2001-03-29Declaration syntax nit.kleink
2001-03-29Sprinkle some restrict.kleink