diff options
| author | Dave Love | 2002-11-18 16:50:02 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-18 16:50:02 +0000 |
| commit | d824beee65d646dc9f090eb9d29c1caf7b6eb0df (patch) | |
| tree | 44d722e7499b99db377a68a08fe9c482b52853ad | |
| parent | 615833d2c30b0974e7d528b63323718fc179e476 (diff) | |
| download | emacs-d824beee65d646dc9f090eb9d29c1caf7b6eb0df.tar.gz emacs-d824beee65d646dc9f090eb9d29c1caf7b6eb0df.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog | 26 |
2 files changed, 37 insertions, 0 deletions
| @@ -1,3 +1,14 @@ | |||
| 1 | 2002-11-15 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * configure.in: Tidy up various quoting issues throughout. | ||
| 4 | (AH_BOTTOM): Fix #endif protecting config.h. Maybe include | ||
| 5 | alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT. | ||
| 6 | Maybe define bcopy, bzero, bcmp. | ||
| 7 | (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Removed (use | ||
| 8 | non-existent machine file). | ||
| 9 | (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for. | ||
| 10 | (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test. | ||
| 11 | |||
| 1 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | 12 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 13 | ||
| 3 | * configure.in (*-sunos5*, *-solaris*): New configuration. | 14 | * configure.in (*-sunos5*, *-solaris*): New configuration. |
diff --git a/src/ChangeLog b/src/ChangeLog index 856ea89a404..96370ef3c5b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,31 @@ | |||
| 1 | 2002-11-18 Dave Love <fx@gnu.org> | 1 | 2002-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. |