View | Details | Raw Unified
Collapse All | Expand All

(-) emacs-18.59-orig/src/ChangeLog (+6 lines)
 Lines 1-3    Link Here 
2004-03-09  Ulrich Mueller  <ulm@kph.uni-mainz.de>
	* malloc.c (DONT_DEFINE_SIGNAL): Defined.
	* s-linux.h (TERMINFO): Moved here from ymakefile.
2004-03-08  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2004-03-08  Ulrich Mueller  <ulm@kph.uni-mainz.de>
	* unexelf.c: Replaced with version from Emacs 21.3.
	* unexelf.c: Replaced with version from Emacs 21.3.
(-) emacs-18.59-orig/src/malloc.c (+3 lines)
 Lines 59-64    Link Here 
 */
 */
#ifdef emacs
#ifdef emacs
/* Inhibit macro definition of "signal" in m-*.h */
#define DONT_DEFINE_SIGNAL
/* config.h specifies which kind of system this is.  */
/* config.h specifies which kind of system this is.  */
#include "config.h"
#include "config.h"
(-) emacs-18.59-orig/src/s-linux.h (-1 / +4 lines)
 Lines 164-169    Link Here 
#define POSIX			/* affects only getpagesize.h */
#define POSIX			/* affects only getpagesize.h */
#define POSIX_SIGNALS		/* uses sigaction from sys_signal */
#define POSIX_SIGNALS		/* uses sigaction from sys_signal */
/* Use terminfo instead of termcap. */
#define TERMINFO
#ifdef HAVE_PTMX
#ifdef HAVE_PTMX
/* This change means that we don't loop through allocate_pty too many
/* This change means that we don't loop through allocate_pty too many
 Lines 250-256    Link Here 
#define C_COMPILER gcc
#define C_COMPILER gcc
#define C_DEBUG_SWITCH -g
#define C_DEBUG_SWITCH -g
#define C_OPTIMIZE_SWITCH -O3 -malign-loops=2 -malign-jumps=2 -malign-functions=2
#define C_OPTIMIZE_SWITCH -O2 -malign-loops=2 -malign-jumps=2 -malign-functions=2
#define OLDXMENU_OPTIONS CFLAGS=-O2 EXTRA=insque.o
#define OLDXMENU_OPTIONS CFLAGS=-O2 EXTRA=insque.o
#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
#define LIBS_DEBUG		/* override in config.h to include -lg */
#define LIBS_DEBUG		/* override in config.h to include -lg */
(-) emacs-18.59-orig/src/ymakefile (-2 / +1 lines)
 Lines 191-197    Link Here 
SHORT= shortnames
SHORT= shortnames
#endif /* SHORTNAMES */
#endif /* SHORTNAMES */
CFLAGS= C_DEBUG_SWITCH C_OPTIMIZE_SWITCH -Demacs $(MYCPPFLAG) C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM
CFLAGS= C_OPTIMIZE_SWITCH -Demacs $(MYCPPFLAG) C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM
/* DO NOT use -R.  There is a special hack described in lastfile.c
/* DO NOT use -R.  There is a special hack described in lastfile.c
   which is used instead.  Some initialized data areas are modified
   which is used instead.  Some initialized data areas are modified
   at initial startup, then labeled as part of the text area when
   at initial startup, then labeled as part of the text area when
 Lines 284-290    Link Here 
	process.o callproc.o $(environobj) \
	process.o callproc.o $(environobj) \
	doprnt.o
	doprnt.o
#define TERMINFO
#ifdef TERMINFO
#ifdef TERMINFO
/* Used to be -ltermcap here.  If your machine needs that,
/* Used to be -ltermcap here.  If your machine needs that,
   define LIBS_TERMCAP in the m- file.  */
   define LIBS_TERMCAP in the m- file.  */
(-) emacs-18.59-orig/lisp/ChangeLog (+6 lines)
 Lines 1-3    Link Here 
2004-03-08  Ulrich Mueller  <ulm@kph.uni-mainz.de>
	* term/linux.el: New file.
	* term/xterm.el: Load vt200.el.
Fri Oct 30 19:36:38 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
Fri Oct 30 19:36:38 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
	* Version 18.59 released.
	* Version 18.59 released.
(-) emacs-18.59-orig/lisp/term/linux.el (+2 lines)
Line 0    Link Here 
(load (concat term-file-prefix "vt200") nil t)
(enable-arrow-keys)
(-) emacs-18.59-orig/lisp/term/xterm.el (-2 / +2 lines)
 Lines 1-2    Link Here 
;; Don't send the `ti' string when screen is cleared.
(load (concat term-file-prefix "vt200") nil t)
(setq reset-terminal-on-clear nil)
(enable-arrow-keys)