aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index f6040ef5c..89b5b695f 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,9 +1,17 @@
+2002-04-08 Werner Koch <[email protected]>
+
+ Fixed filename of last entry.
+
2002-03-29 David Shaw <[email protected]>
- * strgutil.c (print_string, utf8_to_native): If a delimiter is
+ * miscutil.c (print_string, utf8_to_native): If a delimiter is
used, then quote the backslash character as well. Problem noted
by Rainer Perske.
+2002-03-15 Werner Koch <[email protected]>
+
+ * argparse.c (optfile_parse): Fixed missing argument handling.
+
2002-02-28 Timo Schulz <[email protected]>
* http.c (write_server): Convert integer to a HANDLE for W32.