Added parsedate.[ch]

This commit is contained in:
Daniel Stenberg 2004-09-11 20:06:33 +00:00
parent 4e0aee9408
commit 96efa990f9
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@
Changelog
Daniel (11 September 2004)
- Added parsedate.[ch] that contains a rewrite of the date parser currently
provided by getdate.y. The new one is MUCH smaller and will allow us to run
away from the yacc/bison jungle. It is also slightly lacking in features
compared to the old one, but it should still support parsing of all date
formats HTTP might involve (and a fair bunch of others).
Daniel (10 September 2004)
- As found out by Jonas Forsman, curl didn't allow -F to set Content-Type on
text-parts. Starting now, we can do -F "name=daniel;type=text/extra". Added