aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-16 08:06:18 +0000
committerDan Nicolaescu2008-07-16 08:06:18 +0000
commit132d04752a194336e0ea965245294af64f27226f (patch)
tree1431f9f0381484382c74033ac993f2bfa5fa8c33 /src/ChangeLog
parent316460cf4825107087fed9a93694d3520b90d91f (diff)
downloademacs-132d04752a194336e0ea965245294af64f27226f.tar.gz
emacs-132d04752a194336e0ea965245294af64f27226f.zip
* systty.h: Remove code for Aix on 386, unsupported platform.
* s/ms-w32.h: Remove boilerplate comments. (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused. * s/gnu-linux.h (TERM): Remove support. (HAVE_SYSVIPC): Remove, unused. (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used for this system. * process.c: Remove support for IRIS, unused. Remove support for TERM, not relevant anymore. * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only used with the definition. * s/aix4-2.h (static): Do not undef. * m/ibmrs6000.h: Remove code depending on USG5_4, this file is only used on Aix. (HAVE_SYSVIPC): Remove, unused. * m/hp800.h (CANNOT_DUMP): Do not undef. * m/alpha.h: Fix comment. * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused. (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not used by this configuration. * emacs.c: Remove code depending on USG_SHARED_LIBRARIES. * unexec.c: Remove code depending on HPUX and USG_SHARED_LIBRARIES, not used with this file. Remove code depending on IRIS, unused. Remove if 0-ed code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d85ed8405b7..091b5b8776c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,31 @@
12008-07-16 Dan Nicolaescu <dann@ics.uci.edu> 12008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * systty.h: Remove code for Aix on 386, unsupported platform.
4
5 * s/ms-w32.h: Remove boilerplate comments.
6 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
7
8 * s/gnu-linux.h (TERM): Remove support.
9 (HAVE_SYSVIPC): Remove, unused.
10 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
11 for this system.
12
13 * process.c: Remove support for IRIS, unused.
14 Remove support for TERM, not relevant anymore.
15
16 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
17 used with the definition.
18
19 * s/aix4-2.h (static): Do not undef.
20
21 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
22 only used on Aix.
23 (HAVE_SYSVIPC): Remove, unused.
24
25 * m/hp800.h (CANNOT_DUMP): Do not undef.
26
27 * m/alpha.h: Fix comment.
28
3 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused. 29 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
4 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not 30 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
5 used by this configuration. 31 used by this configuration.