diff options
| author | Dan Nicolaescu | 2008-06-26 04:24:54 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-06-26 04:24:54 +0000 |
| commit | f2a77c3a41744e43b52f0ac7a2c9bd7f8d406ae1 (patch) | |
| tree | 05d027376fd22d8624eefdd512362109f7b2389a /admin | |
| parent | 3617b1eb8da69a836148741cd35a7d8ec59191af (diff) | |
| download | emacs-f2a77c3a41744e43b52f0ac7a2c9bd7f8d406ae1.tar.gz emacs-f2a77c3a41744e43b52f0ac7a2c9bd7f8d406ae1.zip | |
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 16 | ||||
| -rw-r--r-- | admin/emacs-pretesters | 9 |
2 files changed, 16 insertions, 9 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 621f65a1134..c5c9a539da8 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -57,7 +57,6 @@ BROKEN_FIONREAD | |||
| 57 | BROKEN_SIGIO | 57 | BROKEN_SIGIO |
| 58 | BROKEN_TIOCGETC | 58 | BROKEN_TIOCGETC |
| 59 | BROKEN_TIOCGWINSZ | 59 | BROKEN_TIOCGWINSZ |
| 60 | BSD4_2 | ||
| 61 | BSD4_3 | 60 | BSD4_3 |
| 62 | BSD4_4 | 61 | BSD4_4 |
| 63 | BSD_PGRPS | 62 | BSD_PGRPS |
| @@ -102,6 +101,7 @@ HAVE_LIBRESOLV | |||
| 102 | HAVE_PTYS | 101 | HAVE_PTYS |
| 103 | HAVE_SELECT | 102 | HAVE_SELECT |
| 104 | HAVE_SOCKETS | 103 | HAVE_SOCKETS |
| 104 | HAVE_STRING_H | ||
| 105 | HAVE_SYSVIPC | 105 | HAVE_SYSVIPC |
| 106 | HAVE_SYSV_SIGPAUSE | 106 | HAVE_SYSV_SIGPAUSE |
| 107 | HAVE_SYS_WAIT_H | 107 | HAVE_SYS_WAIT_H |
| @@ -140,17 +140,21 @@ LIB_X11_LIB | |||
| 140 | LINKER | 140 | LINKER |
| 141 | LOAD_AVE_CVT | 141 | LOAD_AVE_CVT |
| 142 | LOAD_AVE_TYPE | 142 | LOAD_AVE_TYPE |
| 143 | MACH | ||
| 143 | MAIL_USE_FLOCK | 144 | MAIL_USE_FLOCK |
| 144 | MKDIR_PROTOTYPE | 145 | MKDIR_PROTOTYPE |
| 145 | MOTIF | 146 | MOTIF |
| 146 | NARROWPROTO | 147 | NARROWPROTO |
| 148 | NEED_BSDTTY | ||
| 147 | NEED_ERRNO | 149 | NEED_ERRNO |
| 148 | NEED_PTEM_H | 150 | NEED_PTEM_H |
| 149 | NEED_SIOCTL | 151 | NEED_SIOCTL |
| 152 | NEED_UNISTD_H | ||
| 150 | NLIST_STRUCT | 153 | NLIST_STRUCT |
| 151 | NOMULTIPLEJOBS | 154 | NOMULTIPLEJOBS |
| 152 | NONSYSTEM_DIR_LIBRARY | 155 | NONSYSTEM_DIR_LIBRARY |
| 153 | NOT_C_CODE | 156 | NOT_C_CODE |
| 157 | NO_ABORT | ||
| 154 | NO_ARG_ARRAY | 158 | NO_ARG_ARRAY |
| 155 | NO_REMAP | 159 | NO_REMAP |
| 156 | NO_SIOCTL_H | 160 | NO_SIOCTL_H |
| @@ -167,6 +171,7 @@ PERROR | |||
| 167 | PNTR_COMPARISON_TYPE | 171 | PNTR_COMPARISON_TYPE |
| 168 | POSIX_SIGNALS | 172 | POSIX_SIGNALS |
| 169 | PREFER_VSUSP | 173 | PREFER_VSUSP |
| 174 | PREFER_VSUSP | ||
| 170 | PTY_ITERATION | 175 | PTY_ITERATION |
| 171 | PTY_NAME_SPRINTF | 176 | PTY_NAME_SPRINTF |
| 172 | PTY_OPEN | 177 | PTY_OPEN |
| @@ -196,6 +201,8 @@ S_IFLNK | |||
| 196 | S_IFMT | 201 | S_IFMT |
| 197 | S_IREAD | 202 | S_IREAD |
| 198 | S_IWRITE | 203 | S_IWRITE |
| 204 | TAB3 | ||
| 205 | TABDLY | ||
| 199 | TERMCAP | 206 | TERMCAP |
| 200 | TERMINFO | 207 | TERMINFO |
| 201 | TEXT_END | 208 | TEXT_END |
| @@ -211,11 +218,11 @@ USG5_4 | |||
| 211 | USG_JOBCTRL | 218 | USG_JOBCTRL |
| 212 | USG_SHARED_LIBRARIES | 219 | USG_SHARED_LIBRARIES |
| 213 | VIRT_ADDR_VARIES | 220 | VIRT_ADDR_VARIES |
| 221 | WCOREDUMP | ||
| 214 | WORDS_BIG_ENDIAN | 222 | WORDS_BIG_ENDIAN |
| 215 | WORD_MACHINE | 223 | WORD_MACHINE |
| 216 | XINT | 224 | X11R5_INHIBIT_I18N |
| 217 | XSET | 225 | XOS_NEEDS_TIME_H |
| 218 | XUINT | ||
| 219 | X_DEFAULT_FONT | 226 | X_DEFAULT_FONT |
| 220 | _ABIN32 | 227 | _ABIN32 |
| 221 | _MIPS_SZLONG | 228 | _MIPS_SZLONG |
| @@ -240,6 +247,7 @@ m68k | |||
| 240 | magic | 247 | magic |
| 241 | mc68000 | 248 | mc68000 |
| 242 | mips | 249 | mips |
| 250 | prep | ||
| 243 | sel | 251 | sel |
| 244 | subprocesses | 252 | subprocesses |
| 245 | sun | 253 | sun |
diff --git a/admin/emacs-pretesters b/admin/emacs-pretesters index a6590497c04..4ea98c16dfc 100644 --- a/admin/emacs-pretesters +++ b/admin/emacs-pretesters | |||
| @@ -178,11 +178,10 @@ that *might* break other systems without the risk that it will fail to | |||
| 178 | work and therefore require an additional cycle of pretesting. | 178 | work and therefore require an additional cycle of pretesting. |
| 179 | 179 | ||
| 180 | People often suggest fixing a problem by changing config.h or | 180 | People often suggest fixing a problem by changing config.h or |
| 181 | src/ymakefile or even src/Makefile to do something special that a | 181 | src/Makefile to do something special that a particular system needs. |
| 182 | particular system needs. Sometimes it is totally obvious that such | 182 | Sometimes it is totally obvious that such changes would break Emacs |
| 183 | changes would break Emacs for almost all users. We can't possibly | 183 | for almost all users. We can't possibly make a change like that. All |
| 184 | make a change like that. All we can do is ask you to find a fix that | 184 | we can do is ask you to find a fix that is safe to install. |
| 185 | is safe to install. | ||
| 186 | 185 | ||
| 187 | Sometimes people send fixes that *might* be an improvement in | 186 | Sometimes people send fixes that *might* be an improvement in |
| 188 | general--but it is hard to be sure of this. I can install such | 187 | general--but it is hard to be sure of this. I can install such |