aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1ed2e8512e2..e922586bde2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,8 @@
12006-02-20 Chong Yidong <cyd@stupidchicken.com> 12006-02-20 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * regex.c (xmalloc, xrealloc): Define these when not linked to 3 * regex.c: Revert 2006-02-19 change.
4 Emacs. 4 (xmalloc, xrealloc): Define these when not linked to Emacs.
5 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
5 6
62006-02-19 Luc Teirlinck <teirllm@auburn.edu> 72006-02-19 Luc Teirlinck <teirllm@auburn.edu>
7 8