aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-05 18:42:50 +0000
committerYang Tse <yangsita@gmail.com>2009-06-05 18:42:50 +0000
commit16a56496708b38dcbc05e744536046081b815c34 (patch)
tree7c401e189f71848358238f891edf73879358c538
parent6582895b5146149aab7c619cbcb0ea292cfe12e6 (diff)
mention last changes
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 34efdcc01..a3254a45d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,7 @@ Yang Tse (5 Jun 2009)
DCL compatible exit code. This fix required the enhancement described next.
This also adds an enhancement to main.c so that when curl is run under a
Unix shell like Bash on VMS, it will return the standard Unix exit codes
- and messages."
+ and messages." And another patch for docs/examples.
I introduced os-specific.c and os-specific.h for use in curl tool code
and adjusted John E. Malmberg's patch placement to use these new files