Mercurial > emacs
comparison src/ChangeLog @ 48440:7aad36bad1cc
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 18 Nov 2002 16:50:02 +0000 |
parents | 0cf464af16fe |
children | b10a79762ecc |
comparison
equal
deleted
inserted
replaced
48439:5226a8781f6a | 48440:7aad36bad1cc |
---|---|
1 2002-11-18 Dave Love <fx@gnu.org> | 1 2002-11-18 Dave Love <fx@gnu.org> |
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. | |
2 | 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. |
6 | 32 |