summaryrefslogtreecommitdiff
path: root/lib/parsedate.c
Commit message (Expand)AuthorAgeFilesLines
...
* Martin Skinner brought back bug report #1230118 to haunt us once again.Daniel Stenberg2006-12-051-15/+12
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-4/+4
* fix questionable compareMarty Kuhrt2005-12-301-1/+1
* putting back into distMarty Kuhrt2005-12-301-1/+1
* Michael Wallner reported that the date parser had wrong offset stored forDaniel Stenberg2005-10-041-2/+2
* Christopher R. Palmer fixed the offsets used for date parsings when the timeDaniel Stenberg2005-08-091-43/+44
* Gisle Vanem came up with a nice little work-around for bug #1230118. ItDaniel Stenberg2005-07-051-1/+12
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-1/+1
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* mktime() returns a time_t. time_t is often 32 bits, even on many architecturesDaniel Stenberg2005-03-081-1/+8
* Removed all uses of strftime() since it uses the localised version of theDaniel Stenberg2005-02-111-9/+9
* Make some more arrays of pointers const.Dan Fandrich2004-12-201-6/+9
* if gmtime() returns NULL, this returns -1 to bail out nicelyDaniel Stenberg2004-11-291-0/+2
* dates from 2038 or later now return 0x7fffffff when 32 bit time_t is usedDaniel Stenberg2004-11-111-0/+6
* less long => int implicit conversion warningsDaniel Stenberg2004-09-201-4/+4
* Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg2004-09-151-1/+1
* and moved back the month array to a static one since the ftp code won't needDaniel Stenberg2004-09-131-5/+3
* support for YYYYMMDD added, which allows us to keep using the lib/ftp.c codeDaniel Stenberg2004-09-131-38/+27
* added more examples/docs in the top commentDaniel Stenberg2004-09-131-2/+12
* Since many users probably already use local time strings as input, I nowDaniel Stenberg2004-09-131-23/+92
* more docs and fixed the delta compared to GMT that prevented test case 141 toDaniel Stenberg2004-09-111-5/+31
* slightly better but still lacksDaniel Stenberg2004-09-111-37/+14
* getdate replacement code. smaller, slicker, faster.Daniel Stenberg2004-09-111-0/+329