summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/timezone.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete timezone() function.millert2015-04-071-122/+0
| | | | Add timezone and daylight symbols for XSI compatibility.
* TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actualmillert2015-03-141-3/+3
| | | | | | max time zone length used by libc/time. Just use PATH_MAX for now (since zone files are path names). This function is slated to be removed at the next libc major bump.
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-5/+4
|
* ansify function definitions and zap some `register'jfb2004-05-181-7/+3
| | | | ok millert@
* protosderaadt2003-06-251-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
|
* sprintf bye byederaadt1997-12-191-2/+3
|
* Clean up some -Wall complaints.millert1997-07-091-16/+16
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+140