|
|
1.1 ! root 1: Thu Jun 15 12:53:43 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 2: ! 3: * movemail.c [USG]: Define F_OK, etc., if not in header. ! 4: ! 5: Fri May 12 22:08:09 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 6: ! 7: * etags.c (readline): Split call to xrealloc for 3b1 cc bug. ! 8: ! 9: Tue Apr 18 21:31:25 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 10: ! 11: * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES. ! 12: ! 13: Thu Mar 16 13:43:07 1989 Randall Smith (randy at sugar-bombs.ai.mit.edu) ! 14: ! 15: * MACHINES: m-sequent.h works for symmetry also. ! 16: ! 17: Mon Mar 13 17:03:06 1989 Randall Smith (randy at sugar-bombs.ai.mit.edu) ! 18: ! 19: * MACHINES: Added note mentioning m-news3.0.h. ! 20: ! 21: Tue Feb 21 12:58:55 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 22: ! 23: * movemail.c: On sysv, include unistd.h. ! 24: ! 25: Tue Jan 3 13:29:46 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 26: ! 27: * movemail.c: Check access before doing real work. ! 28: Check that outfile is in a writable directory. ! 29: On fatal error, delete the lock file. ! 30: ! 31: Fri Dec 30 16:37:27 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 32: ! 33: * movemail.c: Use `access' to check input and output files. ! 34: ! 35: Wed Dec 28 23:16:28 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 36: ! 37: * emacsclient.c [USG]: Don't append cwd if abs pathname is spec'd. ! 38: ! 39: Wed Nov 30 15:21:13 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 40: ! 41: * movemail.c: Do fsync before closing output. ! 42: ! 43: Tue Nov 29 09:59:54 1988 Richard Mlynarik (mly at pickled-brain.ai.mit.edu) ! 44: ! 45: * movemail.c: Better error message when can't create tempname. ! 46: This file needs a great deal of extra error-checking and lucid reporting... ! 47: ! 48: Tue Nov 15 10:00:21 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 49: ! 50: * movemail.c: Close output and check errors before deleting input. ! 51: ! 52: Thu Aug 4 19:42:45 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 53: ! 54: * emacsclient.c: Args like +DIGITS are passed through unchanged. ! 55: ! 56: Tue Jul 12 22:08:00 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 57: ! 58: * server.c: If both BSD and HAVE_SYSVIPC, use the latter. ! 59: * emacsclient.c: Likewise. ! 60: In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd. ! 61: ! 62: Thu Jun 23 08:40:53 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 63: ! 64: * etags.c: Handle `typedef struct foo {' ([email protected]). ! 65: (istoken) New string-comparison macro. ! 66: (consider_token): New arg `level'. New state `tag_ok' in `tydef'. ! 67: ! 68: Tue Jun 14 04:25:58 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 69: ! 70: * etags.c: Changes for VMS. ! 71: Always define ETAGS on VMS. ! 72: Define macros GOOD and BAD for success and failure exit codes. ! 73: (begtk, intk): Allow `$' in identifiers ! 74: (main): Don't support -B, -F or -u on VMS. ! 75: Alternate loop for scanning filename arguments. ! 76: (system): Delete definition of this function. ! 77: ! 78: * etags-vmslib.c (system): Undefine this; VMS now provides it. ! 79: ! 80: Wed Jun 8 08:18:21 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) ! 81: ! 82: * loadst.c: Prevent multiple-def errors on BSD and BSD4_3 ! 83: around include of param.h. (Like fns.c.) ! 84: ! 85: Mon May 16 01:06:26 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu) ! 86: ! 87: * loadst.c (load_average): Move load-average code to this new fn. ! 88: Add conditionals to compute load ave on UMAX. ! 89: ! 90: Sat May 14 01:24:53 1988 Richard Stallman (rms at lucky-charms.ai.mit.edu) ! 91: ! 92: * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE ! 93: with opposite sense. ! 94: ! 95: Fri May 13 18:09:39 1988 Chris Hanson (cph at kleph) ! 96: ! 97: * emacsclient.c: Delete references to unused variable `out'. This ! 98: caused a bus error when used under hp-ux. ! 99: ! 100: Fri May 6 10:42:31 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu) ! 101: ! 102: * loadst.c: Control dk.h conditional with DK_HEADER_FILE. ! 103: ! 104: Wed May 4 16:08:43 1988 Richard Stallman (rms at rice-krispies.ai.mit.edu) ! 105: ! 106: * etags.c (find_entries): `.t' or `.sch' means scheme code. ! 107: ! 108: Fri Apr 29 00:22:26 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu) ! 109: ! 110: * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h. ! 111: ! 112: Thu Apr 28 08:55:46 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu) ! 113: ! 114: * movemail.c: #undef close, since config can #define it on V.3. ! 115: * emacsclient.c, fakemail.c, loadst.c, server.c: likewise. ! 116: ! 117: Tue Apr 26 07:33:01 1988 Richard Stallman (rms at lucky-charms.ai.mit.edu) ! 118: ! 119: * etags.c (TEX_mode, etc.): Remove superfluous backslashes from ! 120: invalid escape sequences such as `\{'. ! 121: ! 122: * loadst.c: Add `sequent' conditional for file dk.h. ! 123: ! 124: Sun Mar 20 13:17:13 1988 Richard M. Stallman (rms at wilson) ! 125: ! 126: * server.c [not BSD and not HAVE_SYSVIPC]: fix error message. ! 127: ! 128: * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail. ! 129: ! 130:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.