aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-11-18 16:50:02 +0000
committerDave Love2002-11-18 16:50:02 +0000
commitd824beee65d646dc9f090eb9d29c1caf7b6eb0df (patch)
tree44d722e7499b99db377a68a08fe9c482b52853ad /src
parent615833d2c30b0974e7d528b63323718fc179e476 (diff)
downloademacs-d824beee65d646dc9f090eb9d29c1caf7b6eb0df.tar.gz
emacs-d824beee65d646dc9f090eb9d29c1caf7b6eb0df.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 856ea89a404..96370ef3c5b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,31 @@
12002-11-18 Dave Love <fx@gnu.org> 12002-11-18 Dave Love <fx@gnu.org>
2 2
3 * m/orion105.h (HAVE_ALLOCA): Don't define.
4
5 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define
6 alloca.
7
8 * m/intel386.h: Don't include alloca.h or define alloca.
9
10 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
11 malloc, realloc, calloc.
12
13 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
14 (bcmp): Don't define.
15
16 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
17
18 * m/amdahl.h: Don't define LIB_STANDARD.
19
20 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
21
22 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
23
24 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h: Don't
25 include alloca.h.
26
27 * s/aix3-2.h (HAVE_FSYNC): Don't define.
28
3 * regex.c (_GNU_SOURCE): Don't define. 29 * regex.c (_GNU_SOURCE): Don't define.
4 30
5 * process.c (_GNU_SOURCE): Don't define. 31 * process.c (_GNU_SOURCE): Don't define.