diff options
| author | Dan Nicolaescu | 2010-03-29 19:47:23 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-29 19:47:23 -0700 |
| commit | 32a8894e5b88564765dc67955751f75d2c9dabcf (patch) | |
| tree | ec2df6853c265bcba382c88bf648edd4663b81f7 /src/ChangeLog | |
| parent | 146b8b16f39466c12bd21f41b9029abdea4fbe0a (diff) | |
| download | emacs-32a8894e5b88564765dc67955751f75d2c9dabcf.tar.gz emacs-32a8894e5b88564765dc67955751f75d2c9dabcf.zip | |
Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
* s/usg5-4.h (LIBS_DEBUG):
* s/irix6-5.h (C_DEBUG_SWITCH):
* s/gnu-linux.h (LIBS_DEBUG):
* s/darwin.h (LIBS_DEBUG):
* s/bsd-common.h (LIBS_DEBUG):
* s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
* m/iris4d.h (LIBS_DEBUG):
* m/hp800.h (LIBS_DEBUG): Remove definitions.
* Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
(LIBS_DEBUG): Remove definition.
* configure.in: Remove all references to C_DEBUG_SWITCH.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7aae2a3754f..8fd89e9fd0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. | ||
| 4 | * s/usg5-4.h (LIBS_DEBUG): | ||
| 5 | * s/irix6-5.h (C_DEBUG_SWITCH): | ||
| 6 | * s/gnu-linux.h (LIBS_DEBUG): | ||
| 7 | * s/darwin.h (LIBS_DEBUG): | ||
| 8 | * s/bsd-common.h (LIBS_DEBUG): | ||
| 9 | * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH): | ||
| 10 | * m/iris4d.h (LIBS_DEBUG): | ||
| 11 | * m/hp800.h (LIBS_DEBUG): Remove definitions. | ||
| 12 | |||
| 13 | * Makefile.in (LIBES): Remove reference to LIBS_DEBUG. | ||
| 14 | (LIBS_DEBUG): Remove definition. | ||
| 15 | |||
| 1 | 2010-03-27 Chong Yidong <cyd@stupidchicken.com> | 16 | 2010-03-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 17 | ||
| 3 | * process.c (Fmake_network_process): Don't apply Bug#5173 fix for | 18 | * process.c (Fmake_network_process): Don't apply Bug#5173 fix for |