diff options
Diffstat (limited to 'util/ChangeLog')
-rw-r--r-- | util/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 673476291..6dc7fb918 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,11 @@ +2002-05-22 Werner Koch <[email protected]> + + * fileutil.c (compare_filenames): Replaced stricmp by strcasecmp. + * miscutil.c (answer_is_yes_no_quit,answer_is_yes_no_default): Ditto. + + * strgutil.c (strncasecmp): New. + (memicmp): Removed. + 2002-05-10 Stefan Bellon <[email protected]> * memory.c (add_entry) [M_DEBUG]: Added some missing EXTRA_ALIGN. |