summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStepan Kasal <kasal@ucw.cz>2004-09-26 20:53:50 +0000
committerStepan Kasal <kasal@ucw.cz>2004-09-26 20:53:50 +0000
commitce84ba711a51c9ccb6467d783ae4b9382604a36e (patch)
tree6302b751766a21ae4a993823df3dd98ed0c40443 /ChangeLog
parent005605828bfdf104a0bd571574379cba4fd72f07 (diff)
downloadgrep-ce84ba711a51c9ccb6467d783ae4b9382604a36e.tar.gz
Replace malloc with xmalloc.
* src/search.c (check_multibyte_string, Gcompile, Ecompile): Replace malloc with xmalloc. * src/dfa.c (dfamust): Replace two calls to ``malloc'' by MALLOC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a4ad328..5c672e1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-26 Stepan Kasal <kasal@ucw.cz>
+
+ * src/search.c (check_multibyte_string, Gcompile, Ecompile): Replace
+ malloc with xmalloc.
+ * src/dfa.c (dfamust): Replace two calls to ``malloc'' by MALLOC.
+
2003-07-23 Stepan Kasal <kasal@ucw.cz>
* src/Makefile.am: Add the egrep and fgrep scripts to CLEANFILES.