aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-11 20:06:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-11 20:06:33 +0000
commit96efa990f98178a17d2fa22ef886edabe838bc27 (patch)
tree8c37189902682f78b1a0f32e5112f158a3682651
parent4e0aee940890f4b19645a8c132dbd2ed267b1e0e (diff)
Added parsedate.[ch]
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4f945ad21..71dd3c34b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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