aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2003-06-02 19:26:18 +0000
committerJuanma Barranquero2003-06-02 19:26:18 +0000
commitefd60266f5c1719715230627d61339a6e40ef442 (patch)
treed857237fc52b74df04f6ae3bb9322ecee5d9c9a3 /ChangeLog
parent5b07197ad97cfdac6af695fac3a5efbf8f8c122a (diff)
downloademacs-efd60266f5c1719715230627d61339a6e40ef442.tar.gz
emacs-efd60266f5c1719715230627d61339a6e40ef442.zip
Revert changes of 2003-03-03 and 2003-05-28.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aa2d0b946d9..020dbc12775 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12003-06-02 Richard M. Stallman <rms@gnu.org>
2
3 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
4
12003-05-24 Andreas Schwab <schwab@suse.de> 52003-05-24 Andreas Schwab <schwab@suse.de>
2 6
3 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy, 7 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
@@ -52,8 +56,8 @@
52 56
532003-03-03 Rob Browning <rlb@defaultvalue.org> 572003-03-03 Rob Browning <rlb@defaultvalue.org>
54 58
55 * configure.in: add AC_CHECK_FUNCS for memcmp and memmove. 59 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
56 (AH_BOTTOM): switch tests to prefer memcmp, memset, and memmove 60 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
57 over bzero, bcmp, and bcopy. 61 over bzero, bcmp, and bcopy.
58 62
592003-02-23 Simon Josefsson <jas@extundo.com> 632003-02-23 Simon Josefsson <jas@extundo.com>