summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2022-04-18 21:52:48 +0000
committerChristos Zoulas <christos@zoulas.com>2022-04-18 21:52:48 +0000
commit8972ab2ba326ee39e5faba0281c39193a454bfb0 (patch)
tree117e4b2c10551c5cb25a77ce8c0253f223ed66c9
parent4254a0afecfd2ae200c694dfcf93f4b4ac21652e (diff)
downloadfile-git-8972ab2ba326ee39e5faba0281c39193a454bfb0.tar.gz
Mention today's fixes.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 540aa434..48457e8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-04-18 17:51 Christos Zoulas <christos@zoulas.com>
+
+ * fix regex cacheing bug (Dirk Mueller)
+ * merge file_regcomp and file_regerror() to simplify the code
+ and reduce memory requirements for storing regexes (Dirk Mueller)
+
2022-03-19 12:56 Christos Zoulas <christos@zoulas.com>
* cache regex (Dirk Mueller)