summaryrefslogtreecommitdiff
path: root/lib/getdate.y
Commit message (Expand)AuthorAgeFilesLines
* Nico Baggus' VMS tweaksDaniel Stenberg2002-02-201-3/+0
* Andreas Damm made getdate use gmtime_r if availableDaniel Stenberg2002-02-011-2/+9
* Andreas Damm made it reentrant safe!Daniel Stenberg2002-01-281-197/+212
* satisfy gcc -WundefDaniel Stenberg2002-01-181-0/+5
* extern declarations no longer done on windows (T. Bharath's patch)Daniel Stenberg2001-08-241-0/+2
* includes setup.h, and thus I could remove the _REENTRANT defineDaniel Stenberg2001-05-311-6/+2
* made it use Curl_ prefixes on global symbolsDaniel Stenberg2001-03-221-38/+38
* added memdebug.h includeDaniel Stenberg2001-03-161-0/+5
* typecasted the localtime_r() return code to not make it not warn even if theDaniel Stenberg2000-10-301-1/+1
* Albert's fixesDaniel Stenberg2000-08-231-4/+7
* big last-beta (?) cleanup commitDaniel Stenberg2000-07-311-1/+4
* added localtime_r()Daniel Stenberg2000-07-291-2/+12
* moved here from the newlib branchDaniel Stenberg2000-05-221-2/+2
* if stdlib.h exists, malloc.h should not be included (thus stop OpenBSDDaniel Stenberg2000-03-161-1/+7
* Ellis Pritchard <ellis@citria.com> made it work for MacOS XDaniel Stenberg2000-02-101-0/+5
* Initial revisionDaniel Stenberg1999-12-291-0/+1051