summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/timezone.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
| | | | | | | | | | The index() and rindex() functions were marked LEGACY in the 2001 revision of POSIX and were subsequently removed from the 2008 revision. The strchr() and strrchr() functions are part of the C standard. This makes the source code a lot more consistent, as most of these C files also call into other str*() routines. In fact, about a dozen already perform strchr() calls.
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-051-7/+3
| | | | | I've only fixed code that seems to be written by `us'. There are still many warnings like this present in resolv/, rpc/, stdtime/ and yp/.
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* * Remove 'register'. (some functions had 7+ register functions...)obrien2002-02-011-4/+6
| | | | * Fix SCM ID's.
* Eliminate sprintfimp1998-01-211-1/+2
| | | | Obtained from:OpenBSD (theo de raadt)
* General -Wall warning cleanup, part I.jkh1996-07-121-15/+15
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Don't depend on bogusly-installed <tzfile.h>.wollman1995-08-051-1/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+134
OpenPOWER on IntegriCloud