summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-31 09:27:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-31 09:27:15 +0000
commitbd383f0c606347132fc8199a2693d6b71bd5f37e (patch)
treec4095371cf6d601541fcefea055f9bbb70db5219
parent900cecae9677696b334f99a746df92ba5f5a146d (diff)
downloadgnurl-bd383f0c606347132fc8199a2693d6b71bd5f37e.tar.gz
gnurl-bd383f0c606347132fc8199a2693d6b71bd5f37e.tar.bz2
gnurl-bd383f0c606347132fc8199a2693d6b71bd5f37e.zip
numerical options check
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 61d0c8ab4..ccbd34116 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
Changelog
+Daniel (31 October)
+- Command line options that take numerical parameters (such as -y, -Y, -C etc)
+ now reports error and exits if the parameter isn't truly a number greater
+ than or equal to zero. This helps the user to notice bad usage
+ earlier. Before, when the user forgot or missed to add a numerical parameter
+ to an option, the command line parser would simply "eat" the following
+ option and it would cause great confusion.
+
Daniel (30 October)
- David Hull made libcurl deal with NOBODY and HEADER for file:// the same way
it already does for FTP: it provides HTTP-looking headers that provide info