diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-15 07:28:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-15 07:28:04 +0000 |
commit | f71b3f48a16e5d62079ad013adb2b96560a1c1fe (patch) | |
tree | 621763faacc72fd8b29f6902079e44371f8d4eed /CHANGES | |
parent | aa8dd932c122ce90baab931a6e3d3b3def62c973 (diff) |
Replaced the former date parser with a rewrite. No more yacc/bison needed.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ 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). + compared to the old one, but it supports parsing of all date formats HTTP + involves (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 |