summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 228d7b11..d7414f96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-08-24 Daniel Elstner <danielk@openismus.com>
+
+ Strip directory from filenames in enum.pl output
+
+ * tools/enum.pl: Use File::Spec module. Reduce the backslashitis
+ in a number of regular expressions by replacing the slash used as
+ the delimiter with a less troublesome character.
+ (parse): Only print the basename component of the filename.
+ (process): Put \Q...\E quoting escapes around a variable reference
+ within a regular expression to protect meta-characters.
+
2009-08-21 Daniel Elstner <danielk@openismus.com>
Deprecate wrapper methods of deprecated functions