aboutsummaryrefslogtreecommitdiff
path: root/lib/getdate.y
AgeCommit message (Expand)Author
2004-06-23When adding the return -1 to prevent warnings on some compilers, othersDaniel Stenberg
2004-06-22Günter Knauf fixed getdate.y to remove a few warnings. I removed theDaniel Stenberg
2004-06-22Gunter's fix to avoid the notorious YYSTACK_USE_ALLOCA warning we get onDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
2004-04-21typecast the tolower() argument to an int to prevent compiler warningDaniel Stenberg
2004-03-23get strlen() results in a size_t, delete 'register'Daniel Stenberg
2004-01-29Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg
2004-01-13added a comment about this not being the original getdate.y version, it hasDaniel Stenberg
2003-10-18prevent compiler warnings with relly picky compiler optionsDaniel Stenberg
2003-03-15Gisle Vanem fixed a name collision with structure '"CONTEXT" in <winnt.h>Daniel Stenberg
2002-02-20Nico Baggus' VMS tweaksDaniel Stenberg
2002-02-01Andreas Damm made getdate use gmtime_r if availableDaniel Stenberg
2002-01-28Andreas Damm made it reentrant safe!Daniel Stenberg
2002-01-18 satisfy gcc -WundefDaniel Stenberg
2001-08-24extern declarations no longer done on windows (T. Bharath's patch)Daniel Stenberg
2001-05-31includes setup.h, and thus I could remove the _REENTRANT defineDaniel Stenberg
2001-03-22made it use Curl_ prefixes on global symbolsDaniel Stenberg
2001-03-16added memdebug.h includeDaniel Stenberg
2000-10-30typecasted the localtime_r() return code to not make it not warn even if theDaniel Stenberg
2000-08-23Albert's fixesDaniel Stenberg
2000-07-31big last-beta (?) cleanup commitDaniel Stenberg
2000-07-29added localtime_r()Daniel Stenberg
2000-05-22moved here from the newlib branchDaniel Stenberg
2000-03-16if stdlib.h exists, malloc.h should not be included (thus stop OpenBSDDaniel Stenberg
2000-02-10Ellis Pritchard <ellis@citria.com> made it work for MacOS XDaniel Stenberg
1999-12-29Initial revisionDaniel Stenberg