summaryrefslogtreecommitdiffstats
path: root/contrib/tzcode/stdtime
Commit message (Collapse)AuthorAgeFilesLines
* Fix a memory leak in tzload().trociny2011-10-271-0/+1
| | | | | | Reported by: valgrind Reviewed by: kib MFC after: 3 days
* Do not overallocate on the stack. Threaded code might use custom stackkib2011-09-191-43/+69
| | | | | | | | | | size. Reported by: many Tested by: Jeremie Le Hen <jeremie@le-hen.org> (previous version) Reviewed by: jilles Approved by: re (bz) MFC after: 2 weeks
* Sync code with tzcode2010medwin2010-10-272-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | asctime.c: * Set errno to EINVAL and return "??? ??? ?? ??:??:?? ????\n" if asctime_r is called with a NULL struct tm pointer. (Note that asctime_r is called by ctime_r and asctime; asctime is called by ctime.) localtime.c: * Set errno to EINVAL and return WRONG if time1 is called with a NULL struct tm pointer; avoid dereference if a NULL struct tm pointer is passed to timelocal, timegm, or timeoff. (Note that time1 is called by mktime, timegm, and timeoff; mktime is called by timelocal.) * more core-avoidance work * Change to set timezone and altzone based on time types with greatest transition times (for the benefit of Asia/Seoul). zic.8: * Warning about case-sensitivity of names, but not of abbrevations zic.c: * Conditionally output extra types with most-recently-use offsets last (for use by systems with pre-2011 versions of localtime.c, helping to ensure that globals "altzone and "timezone" get set correctly). The code has been running for nearly four weeks on my laptop running FreeBSD 8.1 without a problem. MFC after: 1 month
* Remove non-contributed code.edwin2010-02-259-1976/+0
|
* Copy lib/libc/stdtime to contrib/tzcode/stdtime for the proper splitedwin2010-02-2517-0/+5595
of contributed code and FreeBSD specific code.
OpenPOWER on IntegriCloud