summaryrefslogtreecommitdiff
path: root/lib/getdate.y
Commit message (Expand)AuthorAgeFilesLines
* Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg2004-09-151-1081/+0
* When adding the return -1 to prevent warnings on some compilers, othersDaniel Stenberg2004-06-231-1/+1
* Günter Knauf fixed getdate.y to remove a few warnings. I removed theDaniel Stenberg2004-06-221-29/+2
* Gunter's fix to avoid the notorious YYSTACK_USE_ALLOCA warning we get onDaniel Stenberg2004-06-221-0/+5
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* typecast the tolower() argument to an int to prevent compiler warningDaniel Stenberg2004-04-211-1/+1
* get strlen() results in a size_t, delete 'register'Daniel Stenberg2004-03-231-4/+4
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-22/+14
* added a comment about this not being the original getdate.y version, it hasDaniel Stenberg2004-01-131-0/+3
* prevent compiler warnings with relly picky compiler optionsDaniel Stenberg2003-10-181-2/+6
* Gisle Vanem fixed a name collision with structure '"CONTEXT" in <winnt.h>Daniel Stenberg2003-03-151-5/+5
* 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