aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index a8854f618..7e600e111 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,12 @@
+2001-06-12 Werner Koch <[email protected]>
+
+ * strgutil.c (ascii_memistr,ascii_isupper,ascii_islower,
+ ascii_toupper,ascii_tolower, ascii_strcasecmp, ascii_memcasecmp): New.
+ (set_native_charset): Use ascii_strcasecmp()
+ * fileutil.c (compare_filenames): Ditto
+ * miscutil.c (answer_is_yes): Ditto.
+ (answer_is_yes_no_quit): Ditto.
+
2001-06-06 Werner Koch <[email protected]>
* strgutil.c (vasprintf) [__MINGW32__]: New. Taken from libiberty.