emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Emacs port


From: Bates, Tom
Subject: RE: Emacs port
Date: Mon, 4 Feb 2002 15:28:56 -0600

My bad.  Here's the "diff -c". - Tom

diff -c ../../Clean/emacs-21.1/./configure ./configure
*** ../../Clean/emacs-21.1/./configure  Fri Oct 19 13:04:37 CDT 2001
--- ./configure Mon Jan 28 14:20:46 CST 2002
***************
*** 1555,1560 ****
--- 1555,1564 ----
      machine=tahoe opsys=bsd4-3
    ;;

+   mips-compaq-nonstopux )
+     machine=nonstopux opsys=nonstopux
+     ;;
+
    ## Tandem Integrity S2
    mips-tandem-sysv* )
      machine=tandem-s2 opsys=usg5-3

diff -c ../../Clean/emacs-21.1/./src/filelock.c ./src/filelock.c
*** ../../Clean/emacs-21.1/./src/filelock.c Fri Sep 14 06:20:16 CDT 2001
--- ./src/filelock.c    Mon Jan 28 14:20:51 CST 2002
***************
*** 67,72 ****
--- 67,76 ----

  #include <utmp.h>

+ #if !defined (S_ISLNK) && defined (S_IFLNK)
+ #  define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
+ #endif
+
  /* A file whose last-modified time is just after the most recent boot.
     Define this to be NULL to disable checking for this file.  */
  #ifndef BOOT_TIME_FILE

diff -c ../../Clean/emacs-21.1/./src/strftime.c ./src/strftime.c
*** ../../Clean/emacs-21.1/./src/strftime.c Wed Dec  6 13:56:47 CST 2000
--- ./src/strftime.c    Mon Jan 28 14:20:55 CST 2002
***************
*** 68,73 ****
--- 68,78 ----
  #if DO_MULTIBYTE
  # if HAVE_MBRLEN
  #  include <wchar.h>
+
+ #ifdef __nonstopux
+ #  define mbsinit(ps) (*(ps) == 0)
+ #endif
+
  # else
     /* Simulate mbrlen with mblen as best we can.  */
  #  define mbstate_t int


-----Original Message-----
From: Richard Stallman [mailto:address@hidden
Sent: Thursday, January 31, 2002 9:39 PM
To: Bates, Tom
Cc: address@hidden; address@hidden
Subject: Re: Emacs port


Would you please send me the diffs in -c format?
I can't tell from an "ordinary" diff where in the file the insertion
is located.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]