|
|
1.1 root 1: Wed Oct 21 18:21:39 1992 Richard Stallman ([email protected]) 2: 3: * Makefile: Emacstool and other Sun-only targets replaced. 4: * emacstool.c: New file. 5: 6: Sat Aug 22 03:09:48 1992 Richard Stallman ([email protected]) 7: 8: * emacsclient.c (main): Set IPC_CREAT in msgget call. 9: 10: Thu Aug 20 01:09:32 1992 Richard Stallman ([email protected]) 11: 12: * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops. 13: (TEX_decode_env): Make `tab' one element longer. 14: 15: Sat May 9 16:24:08 1992 Richard Stallman ([email protected]) 16: 17: * etags.c (getit): Allow _ and $ in fortran symbol. 18: 19: Thu May 7 16:11:26 1992 Richard Stallman ([email protected]) 20: 21: * movemail.c [POP]: Get user name via getpwuid. 22: 23: Sat Mar 28 15:59:12 1992 Richard Stallman ([email protected]) 24: 25: * movemail.c: Allocate tempname dynamically. 26: 27: Sun Mar 22 23:21:21 1992 Richard Stallman ([email protected]) 28: 29: * server.c: Include sys/types.h before signal.h. 30: 31: Thu Mar 12 16:45:36 1992 Richard Stallman ([email protected]) 32: 33: * termcap.dat: Added vt101*, vt102*, vt131* and vt300. 34: 35: Sat Jan 25 16:20:41 1992 Richard Stallman ([email protected]) 36: 37: * env.c: Include errno.h. 38: 39: Sun Jan 19 11:29:00 1992 (Eric Youngdale at [email protected]) 40: 41: * etags-vmslib.c (fn_exp): Add type cast. 42: 43: Tue Dec 31 16:16:05 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) 44: 45: * server.c: Include sys/signal.h before config.h. 46: 47: Sat Dec 7 17:04:17 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) 48: 49: * movemail.c: Copied from Emacs 19. 50: (pfatal_and_delete): New function. 51: (main, popmail): Use it. 52: (popmail): Close output before deleting messages. 53: Check for error on close and on fsync. 54: Use `fatal' where appropriate. 55: (main): Remove (void). 56: (MAIL_USE_MMDF): New compilation flag 57: (main): Report failure of flock. 58: 59: Fri Oct 25 14:43:33 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) 60: 61: * server.c (msgcatch): Declare return type void. 62: 63: * make-docfile.c: Fix comment on #endif. 64: 65: Tue Sep 17 18:15:42 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) 66: 67: * etags.c (main): Don't make actions depend on programmer name. 68: 69: Sat Sep 14 01:42:39 1991 Richard Stallman ([email protected]) 70: 71: * etags.c (C_entries): Clear tydef and next_token_is_func at start. 72: (consider_token): Move next_token_is_func to global. 73: 74: Mon Sep 2 16:22:04 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) 75: 76: * server.c, emacsclient.c [not SERVER_HOME_DIR]: 77: Include host name in the name of the socket. 78: 79: Tue Jul 30 17:03:41 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) 80: 81: * wakeup.c: Terminate if parent goes away. 82: 83: Fri Mar 29 19:00:10 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu) 84: 85: * server.c [USG]: Terminate if msgrcv fails. 86: 87: Sun Mar 3 22:05:52 1991 Richard Stallman (rms at mole.ai.mit.edu) 88: 89: * server.c [BSD]: Check for errors on stdin after scanf. 90: 91: Tue Feb 26 15:55:07 1991 Richard Stallman (rms at mole.ai.mit.edu) 92: 93: * etags.c (TEX_mode): Skip comment line at beg of file. 94: 95: Mon Dec 31 17:52:55 1990 Richard Stallman (rms at mole.ai.mit.edu) 96: 97: * refcard.tex: Change am fonts to cm. 98: 99: Thu Nov 29 17:34:14 1990 Richard Stallman (rms at mole.ai.mit.edu) 100: 101: * movemail.c (mbx_delimit_begin): Put space before `unseen'. 102: 103: Sun Nov 18 17:09:07 1990 Richard Stallman (rms at mole.ai.mit.edu) 104: 105: * server.c, emacsclient.c [BSD]: Put socket in /tmp. 106: 107: Tue Nov 13 00:01:54 1990 Richard Stallman (rms at mole.ai.mit.edu) 108: 109: * movemail.c (error): Handle 3 args. 110: (main): Don't check input access if using pop. 111: 112: Tue Oct 30 12:38:39 1990 David J. MacKenzie (djm at apple-gunkies) 113: 114: * emacs.1: Give the mouse bindings for X11 instead of X10. 115: 116: Tue Oct 16 14:04:05 1990 Richard Stallman (rms at mole.ai.mit.edu) 117: 118: * etags.c (find_entries): Check for numbers after Scheme suffix. 119: 120: Sun Oct 14 18:46:21 1990 Richard Stallman (rms at mole.ai.mit.edu) 121: 122: * termcap.dat (vt200-80): Fix ke and ks to frob flag 1. 123: 124: Tue Oct 9 15:22:16 1990 Richard Stallman (rms at mole.ai.mit.edu) 125: 126: * Makefile (nemacstool, xvetool): New targets. 127: 128: Wed Sep 26 18:42:18 1990 Richard Stallman (rms at mole.ai.mit.edu) 129: 130: * emacsclient.c (errno): Declare it explicitly. 131: 132: Tue Aug 14 21:34:50 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 133: 134: * emacsclient.c [USG]: Pass msgsnd only 4 args. 135: 136: Tue Aug 7 13:17:58 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 137: 138: * Makefile (clean): New target. 139: 140: Sun Jul 8 18:18:00 1990 Richard Stallman (rms at geech) 141: 142: * emacsclient.c [BSD]: Include errno.h. 143: Declare sys_nerr and sys_errlist. 144: 145: Wed Jul 4 15:40:33 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 146: 147: * wakeup.c: New file. 148: * Makefile (wakeup): New rule. 149: 150: Wed May 30 15:40:59 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 151: 152: * emacsclient.c: Print program name in error messages. 153: Handle failure of getwd. 154: Handle +LINE arguments in SYSVIPC case. 155: These are most of the changes already in the version 19 file. 156: 157: Mon May 28 21:54:59 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 158: 159: * loadst.c (main): Conditional to get load average on Apollo. 160: 161: Sun Dec 24 23:54:28 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 162: 163: * etags.c (readline): Separate out init of `pend'. 164: 165: Thu Jun 15 12:53:43 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 166: 167: * movemail.c [USG]: Define F_OK, etc., if not in header. 168: 169: Fri May 12 22:08:09 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 170: 171: * etags.c (readline): Split call to xrealloc for 3b1 cc bug. 172: 173: Tue Apr 18 21:31:25 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 174: 175: * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES. 176: 177: Thu Mar 16 13:43:07 1989 Randall Smith (randy at sugar-bombs.ai.mit.edu) 178: 179: * MACHINES: m-sequent.h works for symmetry also. 180: 181: Mon Mar 13 17:03:06 1989 Randall Smith (randy at sugar-bombs.ai.mit.edu) 182: 183: * MACHINES: Added note mentioning m-news3.0.h. 184: 185: Tue Feb 21 12:58:55 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 186: 187: * movemail.c: On sysv, include unistd.h. 188: 189: Tue Jan 3 13:29:46 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 190: 191: * movemail.c: Check access before doing real work. 192: Check that outfile is in a writable directory. 193: On fatal error, delete the lock file. 194: 195: Fri Dec 30 16:37:27 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 196: 197: * movemail.c: Use `access' to check input and output files. 198: 199: Wed Dec 28 23:16:28 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 200: 201: * emacsclient.c [USG]: Don't append cwd if abs pathname is spec'd. 202: 203: Wed Nov 30 15:21:13 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 204: 205: * movemail.c: Do fsync before closing output. 206: 207: Tue Nov 29 09:59:54 1988 Richard Mlynarik (mly at pickled-brain.ai.mit.edu) 208: 209: * movemail.c: Better error message when can't create tempname. 210: This file needs a great deal of extra error-checking and lucid reporting... 211: 212: Tue Nov 15 10:00:21 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 213: 214: * movemail.c: Close output and check errors before deleting input. 215: 216: Thu Aug 4 19:42:45 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 217: 218: * emacsclient.c: Args like +DIGITS are passed through unchanged. 219: 220: Tue Jul 12 22:08:00 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 221: 222: * server.c: If both BSD and HAVE_SYSVIPC, use the latter. 223: * emacsclient.c: Likewise. 224: In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd. 225: 226: Thu Jun 23 08:40:53 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 227: 228: * etags.c: Handle `typedef struct foo {' ([email protected]). 229: (istoken) New string-comparison macro. 230: (consider_token): New arg `level'. New state `tag_ok' in `tydef'. 231: 232: Tue Jun 14 04:25:58 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 233: 234: * etags.c: Changes for VMS. 235: Always define ETAGS on VMS. 236: Define macros GOOD and BAD for success and failure exit codes. 237: (begtk, intk): Allow `$' in identifiers 238: (main): Don't support -B, -F or -u on VMS. 239: Alternate loop for scanning filename arguments. 240: (system): Delete definition of this function. 241: 242: * etags-vmslib.c (system): Undefine this; VMS now provides it. 243: 244: Wed Jun 8 08:18:21 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 245: 246: * loadst.c: Prevent multiple-def errors on BSD and BSD4_3 247: around include of param.h. (Like fns.c.) 248: 249: Mon May 16 01:06:26 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu) 250: 251: * loadst.c (load_average): Move load-average code to this new fn. 252: Add conditionals to compute load ave on UMAX. 253: 254: Sat May 14 01:24:53 1988 Richard Stallman (rms at lucky-charms.ai.mit.edu) 255: 256: * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE 257: with opposite sense. 258: 259: Fri May 13 18:09:39 1988 Chris Hanson (cph at kleph) 260: 261: * emacsclient.c: Delete references to unused variable `out'. This 262: caused a bus error when used under hp-ux. 263: 264: Fri May 6 10:42:31 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu) 265: 266: * loadst.c: Control dk.h conditional with DK_HEADER_FILE. 267: 268: Wed May 4 16:08:43 1988 Richard Stallman (rms at rice-krispies.ai.mit.edu) 269: 270: * etags.c (find_entries): `.t' or `.sch' means scheme code. 271: 272: Fri Apr 29 00:22:26 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu) 273: 274: * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h. 275: 276: Thu Apr 28 08:55:46 1988 Richard Stallman (rms at frosted-flakes.ai.mit.edu) 277: 278: * movemail.c: #undef close, since config can #define it on V.3. 279: * emacsclient.c, fakemail.c, loadst.c, server.c: likewise. 280: 281: Tue Apr 26 07:33:01 1988 Richard Stallman (rms at lucky-charms.ai.mit.edu) 282: 283: * etags.c (TEX_mode, etc.): Remove superfluous backslashes from 284: invalid escape sequences such as `\{'. 285: 286: * loadst.c: Add `sequent' conditional for file dk.h. 287: 288: Sun Mar 20 13:17:13 1988 Richard M. Stallman (rms at wilson) 289: 290: * server.c [not BSD and not HAVE_SYSVIPC]: fix error message. 291: 292: * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail. 293: 294:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.