1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

1504 Commits

Author SHA1 Message Date
Dan Nicolaescu
383cee7be3 Update. 2008-07-24 18:46:01 +00:00
Dan Nicolaescu
7a14f2a03e * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
* unexaix.c (ADDR_CORRECT): Remove conditional, the only user
defines it.
* unexec.c (ADDR_CORRECT): Define unconditionally.

* m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
2008-07-23 08:29:24 +00:00
Dan Nicolaescu
bbbac910aa *** empty log message *** 2008-07-23 07:03:32 +00:00
Dan Nicolaescu
c7bd577b67 *** empty log message *** 2008-07-22 02:17:21 +00:00
Dan Nicolaescu
89f1e540e1 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
added not supported anymore.

* s/usg5-4-2.h (LIBS_SYSTEM):
* s/sol2.h (LIBS_SYSTEM): Do not undefine.

* s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
* s/lynxos.h (GETPGRP_NO_ARG):
* s/hpux10-20.h (NO_SIOCTL_H):
* s/gnu.h (GETPGRP_NO_ARG):
* s/gnu-linux.h (NO_SIOCTL_H):
* s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
* s/cygwin.h (GETPGRP_NO_ARG):
* s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
(C_DEBUG_SWITCH): Remove duplicate definition.

* m/ibms390.h: Remove boilerplate comments.

* sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.

* process.c (HAVE_SERIAL): Consolidate ifdefs.
(wait_reading_process_output): Remove code for SunOS, platform not
supported anymore.  Use SOLARIS2 instead of sun.
2008-07-20 13:03:56 +00:00
Dan Nicolaescu
c961325a15 *** empty log message *** 2008-07-18 19:17:50 +00:00
Juanma Barranquero
ba60bd44c7 Fix typos. 2008-07-18 15:42:14 +00:00
Andreas Schwab
32cc392575 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
* Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
(LIB_STANDARD_LIBSRC): Don't define.
(LOADLIBES): Remove LIB_STANDARD_LIBSRC.
2008-07-17 10:53:02 +00:00
Dan Nicolaescu
0176a2592b Update. 2008-07-16 07:37:22 +00:00
Glenn Morris
7963f8ab8a (set-copyright): Add nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist. 2008-07-16 02:19:37 +00:00
Glenn Morris
d384112704 (set-version, set-copyright): Add nextstep/ files. 2008-07-16 02:14:02 +00:00
Chong Yidong
e953d75ceb Checked entering.texi 2008-07-15 20:58:09 +00:00
Adrian Robert
edfda78355 merging Emacs.app (NeXTstep port) 2008-07-15 18:15:18 +00:00
Chong Yidong
f3f7b86f85 commands.texi checked 2008-07-15 14:14:11 +00:00
Stefan Monnier
f5ab8ccc33 Fix up typo. 2008-07-14 23:06:30 +00:00
Chong Yidong
f67cb65e37 Two additional files checked. 2008-07-13 20:39:14 +00:00
Dan Nicolaescu
bdee2ef3fa * config.nt (HAVE_FACES): Remove, unused.
* s/vms.h: Use __GNUC__ instead of _GNUC_.

* m/macppc.h:
* m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.

* m/ibms390x.h (XINT, XUINT): Don't define, same as the default
(SPECIAL_EMACS_INT):
* m/ia64.h (SPECIAL_EMACS_INT):
* m/amdx86-64.h (SPECIAL_EMACS_INT):
* s/gnu.h (NLIST_STRUCT):
* aix4-2.h (X11R5_INHIBIT_I18N):
* s/gnu-linux.h (LINUX):
* s/msdos.h (HAVE_FACES):
* s/ms-w32.h (HAVE_FACES): Don't define, unused.

* systty.h:
* sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
anymore.
2008-07-13 07:35:26 +00:00
Dan Nicolaescu
bba104c11e * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
always defined as int.

* s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
* s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
* s/gnu-linux.h (HAVE_WAIT_HEADER):
* s/freebsd.h (HAVE_WAIT_HEADER):
* s/bsd-common.h (HAVE_UNION_WAIT):
* s/aix4-2.h (HAVE_WAIT_HEADER):
* m/mips.h (HAVE_UNION_WAIT):
* s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
(COFF, static): Do not define, they are undefined later in the file.

* process.c (update_status): Don't use a union.
(status_convert):
(sigchld_handler): Use int instead of WAITTYPE.

* movemail.c (main): Use int instead of WAITTYPE.
2008-07-12 05:31:23 +00:00
Dan Nicolaescu
6e5cb96f3d * lisp.h:
* w32heap.c:
* emacs.c:
* alloc.c: Replace all references of NO_UNION_TYPE with
USE_LISP_UNION_TYPE.

* m/xtensa.h (NO_UNION_TYPE):
* m/vax.h (NO_UNION_TYPE):
* m/template.h (NO_UNION_TYPE):
* m/sparc.h (NO_UNION_TYPE):
* m/mips.h (NO_UNION_TYPE):
* m/macppc.h (NO_UNION_TYPE):
* m/m68k.h (NO_UNION_TYPE):
* m/iris4d.h (NO_UNION_TYPE):
* m/intel386.h (NO_UNION_TYPE):
* m/ibms390x.h (NO_UNION_TYPE):
* m/ibms390.h (NO_UNION_TYPE):
* m/ibmrs6000.h (NO_UNION_TYPE):
* m/ia64.h (NO_UNION_TYPE):
* m/hp800.h (NO_UNION_TYPE):
* m/arm.h (NO_UNION_TYPE):
* m/amdx86-64.h (NO_UNION_TYPE):
* m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
defining it the same.
2008-07-11 02:30:26 +00:00
Dan Nicolaescu
c5e7567d3b * src/fileio.c:
* src/sysdep.c
* src/systty.h:
* src/m/ibmrs6000.h:
* src/m/iris4d.h:
* src/s/aix4-2.h:
* src/s/freebsd.h:
* src/s/gnu-linux.h:
* src/s/hpux10-20.h:
* src/s/hpux11.h:
* src/s/netbsd.h:
* src/s/sol2-3.h:
* src/s/sol2-4.h:
* src/s/sol2.h:
* src/s/usg5-4.h:
* src/s/vms.h: Remove references to unused variables.
2008-07-10 15:26:15 +00:00
Dan Nicolaescu
a0ce9ab791 * unexec.c:
* m/ia64.h:
* m/hp800.h: Remove dead code.
2008-07-10 06:54:56 +00:00
Dan Nicolaescu
41394ff058 Remove removed var. 2008-07-10 02:53:44 +00:00
Glenn Morris
cbed6befa5 *** empty log message *** 2008-07-04 19:32:56 +00:00
Glenn Morris
062a07f2e3 *** empty log message *** 2008-07-02 03:06:02 +00:00
Glenn Morris
3726988dc8 *** empty log message *** 2008-07-01 07:09:03 +00:00
Glenn Morris
bb5fdfd2a8 *** empty log message *** 2008-07-01 06:56:26 +00:00
Glenn Morris
cfa6d52a2d *** empty log message *** 2008-07-01 04:10:01 +00:00
Glenn Morris
3d4c9dbda5 (cpp_undefs): Rename from `undefs', update uses.
Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
and explicitly export there.  (Bug#507.)
2008-07-01 02:56:08 +00:00
Glenn Morris
a7d5452078 *** empty log message *** 2008-06-28 19:30:07 +00:00
Glenn Morris
c80992009f *** empty log message *** 2008-06-28 19:12:50 +00:00
Glenn Morris
dcaf1e4bfe *** empty log message *** 2008-06-28 03:50:16 +00:00
Glenn Morris
fffa137cb7 American English spelling fix. 2008-06-27 07:34:53 +00:00
Glenn Morris
6772c8e169 American English spelling fix. 2008-06-27 02:41:14 +00:00
Chong Yidong
a50fa349c0 Chcked mark.texi 2008-06-26 19:33:14 +00:00
Chong Yidong
01c29e98cc Add manual checking list. 2008-06-26 17:50:48 +00:00
Dan Nicolaescu
ecf97301aa Remove unused defines. 2008-06-26 06:29:04 +00:00
Dan Nicolaescu
f2a77c3a41 * 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.
2008-06-26 04:24:54 +00:00
Glenn Morris
91c829f79c Fix usage typo. 2008-06-25 07:47:09 +00:00
Glenn Morris
58871e1b3c rst-mode got installed. 2008-06-25 07:43:55 +00:00
Stefan Monnier
a56fc14570 *** empty log message *** 2008-06-18 03:21:59 +00:00
Glenn Morris
5de85e8325 (set-version): Add doc/lispref/book-spine.texinfo. 2008-06-16 02:23:10 +00:00
Glenn Morris
f2d8d2751e (set-version): Add doc/lispref/vol1.texi,vol2.texi. 2008-06-16 02:08:47 +00:00
Glenn Morris
611bee81fd (set-version): Add doc/misc/faq.texi. 2008-06-15 02:39:40 +00:00
Stefan Monnier
73a0b3b528 *** empty log message *** 2008-06-10 18:49:18 +00:00
Glenn Morris
2511b6a178 `make bootstrap; make install' dumps another emacs:
should be fixed by 2008-06-05 changes.
2008-06-05 02:39:13 +00:00
Stefan Monnier
acc12ef73e Massage. 2008-06-03 06:22:40 +00:00
Glenn Morris
d6388ebd03 *** empty log message *** 2008-06-03 03:10:53 +00:00
Glenn Morris
e16bffef05 *** empty log message *** 2008-06-02 02:08:34 +00:00
Glenn Morris
7a9f749438 *** empty log message *** 2008-05-31 20:09:42 +00:00
Glenn Morris
585351d7ef New file. 2008-05-31 20:03:37 +00:00