aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-15 07:28:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-15 07:28:04 +0000
commitf71b3f48a16e5d62079ad013adb2b96560a1c1fe (patch)
tree621763faacc72fd8b29f6902079e44371f8d4eed /CHANGES
parentaa8dd932c122ce90baab931a6e3d3b3def62c973 (diff)
Replaced the former date parser with a rewrite. No more yacc/bison needed.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 71dd3c34b..c4d4f4c11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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