aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog/ptimes.c
Commit message (Expand)AuthorAgeFilesLines
* Drop the include for <stdint.h>, it was only needed when this wasGarance A Drosehn2004-06-071-1/+0
* Handle a 'const' parameter without using __DECONST().Garance A Drosehn2003-10-041-8/+14
* Restructure the time processing routines, mainly to fix up theGarance A Drosehn2003-09-231-39/+359
* Correct the calculation of "a leap year" in parseDWM. The calculationGarance A Drosehn2003-09-141-17/+43
* Move the parse8601 and parseDWM routines into a new ptime.c file. TheGarance A Drosehn2003-09-121-0/+267