aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-10 23:47:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-10 23:47:08 +0000
commitb77e2528e7c20e9a42255a9d88e064413155a17f (patch)
treeb35c2e0e22afe4bb927359f94f93b7c03d96f9b2 /CHANGES
parent27f8cf6dfc1b25b3bf5d1b6e0038ec642546c8a9 (diff)
made short options and their parmaters possible to specify without space
separation
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 95d441267..b2c84c8cc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
History of Changes
+Daniel (11 January 2001)
+- Short options to curl that requires parameters can now be specified without
+ having the option and its parameter space separated. -ofile works as good as
+ -o file. -m20 is equal to -m 20. Do note that this goes for single-letter
+ options only, verbose --long-style options still must be separated with
+ space from their parameters.
+
Daniel (8 January 2001)
- Francis Dagenais reported that the SCO compiler still fails when compiling
curl due to that getpass_r() prototype. I've now put it around #ifndef