diff options
| author | Glenn Morris | 2014-01-21 21:44:44 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-21 21:44:44 -0500 |
| commit | 7bfc1caa624fac9377f6f3fea3f3052cfdb02e65 (patch) | |
| tree | 19cbdcc9a28fe7e9b8f0ed74d40155ef7dede5be /lib-src | |
| parent | 85a5f61f29516b4e3fa132976e8ea07f76d11cf1 (diff) | |
| download | emacs-7bfc1caa624fac9377f6f3fea3f3052cfdb02e65.tar.gz emacs-7bfc1caa624fac9377f6f3fea3f3052cfdb02e65.zip | |
Unduplicate the lib-src/ and etc/ ChangeLogs
* lisp/emacs-lisp/authors.el (authors-valid-file-names): Related additions.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 601 |
1 files changed, 11 insertions, 590 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a67b40bf89e..a354f832f32 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -8136,14 +8136,6 @@ | |||
| 8136 | * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the | 8136 | * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the |
| 8137 | type of this function. | 8137 | type of this function. |
| 8138 | 8138 | ||
| 8139 | 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) | ||
| 8140 | |||
| 8141 | * ChangeLog: Since the old etc contents have been split into etc | ||
| 8142 | and lib-src, the old etc's ChangeLog has been duplicated in the | ||
| 8143 | new etc and lib-src. That means that each contains complete and | ||
| 8144 | coherent information, although each contains extraneous | ||
| 8145 | information. | ||
| 8146 | |||
| 8147 | 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) | 8139 | 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
| 8148 | 8140 | ||
| 8149 | * etags.c: "--no-warning" option renamed to "--no-warn", | 8141 | * etags.c: "--no-warning" option renamed to "--no-warn", |
| @@ -8152,589 +8144,18 @@ | |||
| 8152 | * Makefile: Renamed to Makefile.in; the configure script | 8144 | * Makefile: Renamed to Makefile.in; the configure script |
| 8153 | will edit this to produce Makefile. | 8145 | will edit this to produce Makefile. |
| 8154 | 8146 | ||
| 8155 | 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) | 8147 | 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
| 8156 | |||
| 8157 | * etags.c (print_help, print_version): New functions. | ||
| 8158 | (main): Options added to support them. | ||
| 8159 | |||
| 8160 | * etags.c (longopts): New array of long names for the options. | ||
| 8161 | (main): Recognize them. | ||
| 8162 | |||
| 8163 | 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu) | ||
| 8164 | |||
| 8165 | * etags.c (C_entries): Remove comment saying that \" in a string | ||
| 8166 | isn't recognized as magic, because it is correctly handled. | ||
| 8167 | |||
| 8168 | * getopt.c, getopt.h: New files, from GNU C library. | ||
| 8169 | * etags.c: Rewritten to use getopt. | ||
| 8170 | #include "getopt.h". | ||
| 8171 | (file_num): Variable deleted; its role is now played by getopt's | ||
| 8172 | optind. | ||
| 8173 | (main): Argument processing loop rewritten to call getopt to get | ||
| 8174 | next option. Options which take parameters (-o and -i) rewritten | ||
| 8175 | to get parameter from optarg instead of argv[1]. | ||
| 8176 | Filename preprocessing loop and update command changed similarly. | ||
| 8177 | * Makefile (etags, ctags): Depend on and link with getopt.h, | ||
| 8178 | getopt.o, and getopt1.o. | ||
| 8179 | (getopt.o, getopt1.o): New targets for the GNU getopt routines. | ||
| 8180 | |||
| 8181 | * etags.c (outfflag): Variable deleted; it is non-zero iff outfile | ||
| 8182 | is non-zero. | ||
| 8183 | |||
| 8184 | (main): In the argument processing loop, the 'goto next_arg' | ||
| 8185 | statements are breaking out of the switch statement in exactly the | ||
| 8186 | same way that a simple 'break' statement would; replace the gotos | ||
| 8187 | with breaks, and remove the label. | ||
| 8188 | |||
| 8189 | 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | ||
| 8190 | |||
| 8191 | * etags.c (C_entries): Clear tydef and next_token_is_func at start. | ||
| 8192 | (consider_token): Move next_token_is_func to global. | ||
| 8193 | |||
| 8194 | 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu) | ||
| 8195 | |||
| 8196 | * Makefile: Conform with GNU coding standards: | ||
| 8197 | (mostlyclean): New target, synonymous with clean. | ||
| 8198 | (TAGS, check): New targets. | ||
| 8199 | (INSTALL, INSTALLFLAGS): New variables. | ||
| 8200 | |||
| 8201 | 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu) | ||
| 8202 | |||
| 8203 | * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to | ||
| 8204 | `config.emacs' to `configure'. | ||
| 8205 | |||
| 8206 | * lib-src/Makefile: Adjusted for renaming of share-lib to etc. | ||
| 8207 | * etc/MACHINES: Same. | ||
| 8208 | |||
| 8209 | 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) | ||
| 8210 | |||
| 8211 | * movemail.c (main): Allow tempname to be as long as necessary, | ||
| 8212 | instead of limiting it to 39 characters. | ||
| 8213 | |||
| 8214 | * movemail.c (main): Move declaration of buf from top of function | ||
| 8215 | to local block surrounding the copy loop. This makes it less | ||
| 8216 | likely to be confused with the buf used by the code which checks the | ||
| 8217 | permissions on outname's directory. | ||
| 8218 | |||
| 8219 | 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu) | ||
| 8220 | |||
| 8221 | * SERVICE: Remove my entry. | ||
| 8222 | |||
| 8223 | 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) | ||
| 8224 | |||
| 8225 | * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not | ||
| 8226 | hardcoded -g. | ||
| 8227 | |||
| 8228 | * movemail.c (xmalloc): Return char *, not int. | ||
| 8229 | (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL, | ||
| 8230 | that is off by default -- normally don't unlink the mail spool | ||
| 8231 | file, just empty it. Pass creat mode 0600, not 0666. | ||
| 8232 | |||
| 8233 | 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) | ||
| 8234 | |||
| 8235 | * Makefile (../arch-lib): Depend on ${EXECUTABLES}. | ||
| 8236 | (all): Instead of here. | ||
| 8237 | (install): Don't use the -s option, since people need symbols to | ||
| 8238 | debug code. | ||
| 8239 | |||
| 8240 | 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil) | ||
| 8241 | |||
| 8242 | * etags-vmslib.c (fn_exp): Add type cast. | ||
| 8243 | |||
| 8244 | 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | ||
| 8245 | |||
| 8246 | * movemail.c: Changes in comments. | ||
| 8247 | |||
| 8248 | 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) | ||
| 8249 | |||
| 8250 | * Makefile: Make the distclean target erase the DOC files from | ||
| 8251 | ../share-lib and the executables from ../arch-lib. | ||
| 8252 | |||
| 8253 | 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu) | ||
| 8254 | |||
| 8255 | * emacsclient.c: #include <sys/stat.h> | ||
| 8256 | (main): Do declare statbfr. | ||
| 8257 | |||
| 8258 | 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | ||
| 8259 | |||
| 8260 | * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~ | ||
| 8261 | for the socket, depending on SERVER_HOME_DIR. | ||
| 8262 | If using /tmp, put host name in the socket name. | ||
| 8263 | |||
| 8264 | * movemail.c (pfatal_and_delete): New function. | ||
| 8265 | (main, popmail): Use it. | ||
| 8266 | (popmail): Close output before deleting messages. | ||
| 8267 | Check for error on close and on fsync. | ||
| 8268 | Use `fatal' where appropriate. | ||
| 8269 | (main): Remove (void). | ||
| 8270 | |||
| 8271 | * aixcc.lex: New file. Not officially part of Emacs. | ||
| 8272 | * Makefile: Rules for that. | ||
| 8273 | |||
| 8274 | 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) | ||
| 8275 | |||
| 8276 | * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA. | ||
| 8277 | |||
| 8278 | * etags.c (main): Properly cast call to alloca that initializes | ||
| 8279 | included_files. | ||
| 8280 | |||
| 8281 | 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu) | ||
| 8282 | |||
| 8283 | * etags.c (files_are_tag_tables): Remove global var. | ||
| 8284 | (process_file): Don't test it. Also remove hack checking for a | ||
| 8285 | file named "TAGS". | ||
| 8286 | (main): -i now takes an arg which is the name of a file to include. | ||
| 8287 | Collect these names and emit include tags for them after processing | ||
| 8288 | all the argument files. | ||
| 8289 | |||
| 8290 | 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | ||
| 8291 | |||
| 8292 | * wakeup.c: Terminate if parent goes away. | ||
| 8293 | |||
| 8294 | 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | ||
| 8295 | |||
| 8296 | * etags.c (C_entries): Process token before handling end of line. | ||
| 8297 | When inner loops reach end of line, just back up. | ||
| 8298 | Let the real end of line processing happen in just one place. | ||
| 8299 | (consider_token): Likewise. | ||
| 8300 | |||
| 8301 | 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | ||
| 8302 | |||
| 8303 | * etags.c (TEX_mode): Skip comments while scanning the text to see | ||
| 8304 | which escape character this file uses. | ||
| 8305 | |||
| 8306 | 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | ||
| 8307 | |||
| 8308 | * emacsserver.c [USG]: Terminate if msgrcv fails. | ||
| 8309 | |||
| 8310 | 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8311 | |||
| 8312 | * emacsserver.c [BSD]: Check for errors on stdin after scanf. | ||
| 8313 | |||
| 8314 | 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) | ||
| 8315 | |||
| 8316 | * make-docfile.c: Find the arguments to a C function correctly, | ||
| 8317 | by not ignoring the character that read_c_string returns. | ||
| 8318 | Don't even try to find argument names for functions that take MANY | ||
| 8319 | or UNEVALLED arguments, since they're a figment of the docstring's | ||
| 8320 | imagination. | ||
| 8321 | |||
| 8322 | 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) | ||
| 8323 | |||
| 8324 | * make-docfile.c: Read the .elc files generated by the new byte | ||
| 8325 | compiler. | ||
| 8326 | |||
| 8327 | 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8328 | |||
| 8329 | * refcard.tex: Use cm fonts, not am, in multi-column mode. | ||
| 8330 | |||
| 8331 | 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8332 | |||
| 8333 | * movemail.c (mbx_delimit_begin): Put space before `unseen'. | ||
| 8334 | |||
| 8335 | 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8336 | |||
| 8337 | * Makefile (install*): No need to install wakeup. | ||
| 8338 | |||
| 8339 | 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8340 | |||
| 8341 | * Makefile (install*): Install emacsclient like etags. | ||
| 8342 | |||
| 8343 | 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8344 | |||
| 8345 | * movemail.c (error): Handle 3 args. | ||
| 8346 | (main): Don't check input access if using pop. | ||
| 8347 | |||
| 8348 | 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8349 | |||
| 8350 | * etags.c (find_entries): Check for numbers after Scheme suffix. | ||
| 8351 | |||
| 8352 | 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8353 | |||
| 8354 | * termcap.dat (vt200-80): Fix ke and ks to frob flag 1. | ||
| 8355 | |||
| 8356 | 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8357 | |||
| 8358 | * Makefile (nemacstool, xvetool): New targets. | ||
| 8359 | |||
| 8360 | 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8361 | |||
| 8362 | * emacsclient.c: Include errno.h and define related variables. | ||
| 8363 | |||
| 8364 | 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu) | ||
| 8365 | |||
| 8366 | * emacsclient.c: Change usage message. | ||
| 8367 | |||
| 8368 | 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu) | ||
| 8369 | |||
| 8370 | * emacs.1: Add break before -nw option. | ||
| 8371 | |||
| 8372 | 1990-08-19 David J. MacKenzie (djm@apple-gunkies) | ||
| 8373 | |||
| 8374 | * qsort.c: Replace with GNU version. | ||
| 8375 | |||
| 8376 | 1990-08-14 David J. MacKenzie (djm@apple-gunkies) | ||
| 8377 | |||
| 8378 | * wakeup.c: New program replacing loadst.c. | ||
| 8379 | |||
| 8380 | 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8381 | |||
| 8382 | * emacsclient.c [USG]: Pass msgsnd only 4 args. | ||
| 8383 | |||
| 8384 | 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu) | ||
| 8385 | |||
| 8386 | * etags.c: Rename `flag' variables for what they do instead of | ||
| 8387 | which option character sets them. | ||
| 8388 | |||
| 8389 | 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8390 | |||
| 8391 | * loadst.c (main): Conditional to get load average on Apollo. | ||
| 8392 | |||
| 8393 | 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu) | ||
| 8394 | |||
| 8395 | * emacsserver.c: Set the permission on the socket to 0600. | ||
| 8396 | |||
| 8397 | 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8398 | |||
| 8399 | * emacsclient.c [BSD]: Print clean message for failing getwd. | ||
| 8400 | |||
| 8401 | 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu) | ||
| 8402 | |||
| 8403 | * getdate.y: Use the getdate.y from GNU tar for timer. | ||
| 8404 | |||
| 8405 | 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu) | ||
| 8406 | |||
| 8407 | * emacsclient.c (main): Don't put brackets around "filename" in | ||
| 8408 | usage message. It isn't optional. | ||
| 8409 | |||
| 8410 | 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) | ||
| 8411 | |||
| 8412 | * etags.c (getit): Recognize '$' as beginning identifiers. | ||
| 8413 | |||
| 8414 | 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu) | ||
| 8415 | |||
| 8416 | * emacsserver.c: Renamed from server.c. | ||
| 8417 | * Makefile: Reference emacsserver rather than server. | ||
| 8418 | * MACHINES: Doc fix for new emacsserver name. | ||
| 8419 | |||
| 8420 | 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8421 | |||
| 8422 | * emacsclient.c: Print program name in error messages. | ||
| 8423 | |||
| 8424 | 1990-01-19 David Lawrence (tale@cocoa-puffs) | ||
| 8425 | |||
| 8426 | * timer.c, getdate.y (new files) and Makefile: | ||
| 8427 | Sub-process support for run-at-time in timer.el. | ||
| 8428 | Doesn't yet work correctly for USG. | ||
| 8429 | |||
| 8430 | 1990-01-10 Jim Kingdon (kingdon@pogo) | ||
| 8431 | |||
| 8432 | * MACHINES: Add HP 300 running BSD. | ||
| 8433 | |||
| 8434 | 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8435 | |||
| 8436 | * yow.c: Dynamically allocate buffer; skip header before random | ||
| 8437 | choice to avoid bias toward first item. | ||
| 8438 | |||
| 8439 | 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8440 | |||
| 8441 | * etags.c (readline): Separate out init of `pend'. | ||
| 8442 | |||
| 8443 | 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8444 | |||
| 8445 | * etags.c: Undo changes relating to isgoodhdr. | ||
| 8446 | |||
| 8447 | 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu) | ||
| 8448 | |||
| 8449 | * etags.c (isgoodhdr): New macro. | ||
| 8450 | (_gdh, notgdh): New variable used by that. | ||
| 8451 | (init): Initialize _gdh. | ||
| 8452 | (find_entries): Set header_file. | ||
| 8453 | (consider_token): Use isgoodhdr if in header file. | ||
| 8454 | |||
| 8455 | * etags.c (total_size_of_entries): | ||
| 8456 | Was miscalculating by 1 in rewritten case. | ||
| 8457 | |||
| 8458 | * etags.c (PAS_funcs): One arg to pfnote was missing. | ||
| 8459 | |||
| 8460 | 1989-12-05 Joseph Arceneaux (jla@spiff) | ||
| 8461 | |||
| 8462 | * MACHINES: Change for the ULTRIX entry. | ||
| 8463 | |||
| 8464 | 1989-11-21 Joseph Arceneaux (jla@spiff) | ||
| 8465 | |||
| 8466 | * etags.c (process_file): If file is not regular, return. | ||
| 8467 | |||
| 8468 | 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8469 | |||
| 8470 | * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR. | ||
| 8471 | |||
| 8472 | 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8473 | |||
| 8474 | * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg. | ||
| 8475 | (main): If HAVE_GETLOADAVG, don't call `nlist'. | ||
| 8476 | |||
| 8477 | 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8478 | |||
| 8479 | * etags.c (consider_token): Allow any number of typespec keywords | ||
| 8480 | after `typedef', before new type name. | ||
| 8481 | (enum sym_type): Add st_C_typespec. | ||
| 8482 | (C_create_stab): Put typespec kwds in table. | ||
| 8483 | |||
| 8484 | 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu) | ||
| 8485 | |||
| 8486 | * etags.c (main): Don't depend on name invoked by. | ||
| 8487 | If CTAGS is not defined, assume it is ETAGS. | ||
| 8488 | |||
| 8489 | 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8490 | |||
| 8491 | * etags.c (L_funcs): Allow package name in define construct, | ||
| 8492 | as in (foo::defmumble name-defined ...). | ||
| 8493 | |||
| 8494 | 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8495 | |||
| 8496 | * etags.c (find_entries): Stupid bug testing for C filename suffixes. | ||
| 8497 | |||
| 8498 | * Makefile (yow): Depends on ../src/paths.h. | ||
| 8499 | |||
| 8500 | 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu) | ||
| 8501 | |||
| 8502 | * etags.c: Fix compilation by moving Pascal after Fortran. | ||
| 8503 | |||
| 8504 | 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8505 | |||
| 8506 | * movemail.c [USG]: Define F_OK, etc., if not found in header. | ||
| 8507 | |||
| 8508 | 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8509 | |||
| 8510 | * hexl.c: New file, supports hexl-mode. | ||
| 8511 | |||
| 8512 | 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8513 | |||
| 8514 | * movemail.c: New compilation flag MAIL_USE_MMDF. | ||
| 8515 | |||
| 8516 | 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8517 | |||
| 8518 | * emacsclient.c: Use BSD code whenever HAVE_SOCKETS. | ||
| 8519 | * server.c: Likewise. | ||
| 8520 | |||
| 8521 | * make-docfile.c (scan_c_file): Output argument names at end of string. | ||
| 8522 | (write_c_args): New subroutine. | ||
| 8523 | |||
| 8524 | 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8525 | |||
| 8526 | * movemail.c: Report failure of flock. | ||
| 8527 | |||
| 8528 | 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8529 | |||
| 8530 | * etags.c (find_entries): Allow multi-letter extensions for fortran. | ||
| 8531 | |||
| 8532 | 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8533 | |||
| 8534 | * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES. | ||
| 8535 | |||
| 8536 | 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu) | ||
| 8537 | |||
| 8538 | * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=. | ||
| 8539 | |||
| 8540 | * emacstool.1: Update to document environment variables. | ||
| 8541 | |||
| 8542 | 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8543 | |||
| 8544 | * etags.c (PAS_funcs): New function by Mosur Mohan. | ||
| 8545 | |||
| 8546 | * movemail.c: On sysv, include unistd.h. | ||
| 8547 | |||
| 8548 | 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8549 | |||
| 8550 | * b2m.c: New file. | ||
| 8551 | |||
| 8552 | 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8553 | |||
| 8554 | * etags.c: Prolog support from Sunichirou Sugou. | ||
| 8555 | |||
| 8556 | 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8557 | |||
| 8558 | * Makefile (clean): New target. | ||
| 8559 | |||
| 8560 | 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8561 | |||
| 8562 | * fakemail.c (put_line): Break header lines at 79 cols. | ||
| 8563 | |||
| 8564 | 1989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8565 | |||
| 8566 | * etags.c: Greatly rewritten by Sam Kendall for C++ support and for | ||
| 8567 | multiple tags per line. | ||
| 8568 | |||
| 8569 | 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8570 | |||
| 8571 | * movemail.c: Check access before doing real work. | ||
| 8572 | Check that outfile is in a writable directory. | ||
| 8573 | On fatal error, delete the lock file. | ||
| 8574 | |||
| 8575 | 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) | ||
| 8576 | |||
| 8577 | * env.c: Add decl for my-index. | ||
| 8578 | * etags.c (file-entries): .oak => scheme. | ||
| 8579 | |||
| 8580 | 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8581 | |||
| 8582 | * movemail.c: Use `access' to check input and output files. | ||
| 8583 | |||
| 8584 | 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8585 | |||
| 8586 | * emacsclient.c (main): Ignore all of CWD before first slash. | ||
| 8587 | |||
| 8588 | 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8589 | |||
| 8590 | * etags.c (readline): Double linebuffer->size outside the xrealloc. | ||
| 8591 | |||
| 8592 | 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8593 | |||
| 8594 | * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined. | ||
| 8595 | * server.c: chmod the socket to 0700. | ||
| 8596 | |||
| 8597 | 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8598 | |||
| 8599 | * fakemail.c (main): Let env var FAKEMAILER override pgm to run. | ||
| 8600 | (add_field): Delete comments and turn `<', `>' to spaces | ||
| 8601 | in header lines. | ||
| 8602 | (USE_FAKEMAIL): New customization macro says to make fakemail | ||
| 8603 | not be a no-op even on a BSD system. | ||
| 8604 | |||
| 8605 | 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8606 | |||
| 8607 | * etags.c (consider_token): Skip comments just like whitespace. | ||
| 8608 | Notice `struct', etc. and set strtag for those tokens. | ||
| 8609 | Return 1 for the token following `struct' if an open-brace follows it. | ||
| 8610 | (C_entries): Special handling of token following `struct' | ||
| 8611 | needed because we have probably advanced to the following line | ||
| 8612 | to find the `{'. | ||
| 8613 | (main): New option `T' sets tflag and strflag. | ||
| 8614 | Set both of them by default if eflags. | ||
| 8615 | |||
| 8616 | 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8617 | |||
| 8618 | * movemail.c: Do fsync before closing output. | ||
| 8619 | |||
| 8620 | 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu) | ||
| 8621 | |||
| 8622 | * movemail.c: Better error message when can't create tempname. | ||
| 8623 | This file needs a great deal of extra error-checking and lucid reporting... | ||
| 8624 | |||
| 8625 | 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8626 | |||
| 8627 | * etags.c: Support assembler code for .s and .a files. | ||
| 8628 | (getit): Allow underscore in a tag. | ||
| 8629 | |||
| 8630 | 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8631 | |||
| 8632 | * movemail.c: Close output and check errors before deleting input. | ||
| 8633 | |||
| 8634 | 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu) | ||
| 8635 | |||
| 8636 | * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly | ||
| 8637 | whether to prefix it. Handle line number args. | ||
| 8638 | |||
| 8639 | 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu) | ||
| 8640 | |||
| 8641 | * etags.c (main): Default setting of eflag was backwards. | ||
| 8642 | |||
| 8643 | 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8644 | |||
| 8645 | * etags.c: New option -i. -f renamed -o. | ||
| 8646 | `-' as input file means read input file names from stdin. | ||
| 8647 | -i spec'd or input file named TAGS means the input file is another | ||
| 8648 | tag table; output an "include" line for it. | ||
| 8649 | |||
| 8650 | 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8651 | |||
| 8652 | * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT. | ||
| 8653 | New targets install, install.sysv, install.xenix. | ||
| 8654 | This makefile is now responsible for installing executables | ||
| 8655 | and documentation from this directory into system directories. | ||
| 8656 | |||
| 8657 | 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu) | ||
| 8658 | |||
| 8659 | * server.c, emacsclient.c (main): Compute socket name from euid. | ||
| 8660 | |||
| 8661 | 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8662 | |||
| 8663 | * emacsclient.c: Args like +DIGITS are passed through unchanged. | ||
| 8664 | |||
| 8665 | 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8666 | |||
| 8667 | * server.c: If both BSD and HAVE_SYSVIPC, use the latter. | ||
| 8668 | * emacsclient.c: Likewise. | ||
| 8669 | In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd. | ||
| 8670 | |||
| 8671 | 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8672 | |||
| 8673 | * etags.c: Handle `typedef struct foo {' (price@mcc.com). | ||
| 8674 | (istoken): New string-comparison macro. | ||
| 8675 | (consider_token): New arg `level'. New state `tag_ok' in `tydef'. | ||
| 8676 | |||
| 8677 | 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8678 | |||
| 8679 | * etags.c: Changes for VMS. | ||
| 8680 | Always define ETAGS on VMS. | ||
| 8681 | Define macros GOOD and BAD for success and failure exit codes. | ||
| 8682 | (begtk, intk): Allow `$' in identifiers. | ||
| 8683 | (main): Don't support -B, -F or -u on VMS. | ||
| 8684 | Alternate loop for scanning filename arguments. | ||
| 8685 | (system): Delete definition of this function. | ||
| 8686 | |||
| 8687 | * etags-vmslib.c (system): Undefine this; VMS now provides it. | ||
| 8688 | |||
| 8689 | 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | ||
| 8690 | |||
| 8691 | * loadst.c: Prevent multiple-def errors on BSD and BSD4_3 | ||
| 8692 | around include of param.h. (Like fns.c.) | ||
| 8693 | |||
| 8694 | 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu) | ||
| 8695 | |||
| 8696 | * loadst.c (load_average): Move load-average code to this new fn. | ||
| 8697 | Add conditionals to compute load ave on UMAX. | ||
| 8698 | |||
| 8699 | 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu) | ||
| 8700 | |||
| 8701 | * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE | ||
| 8702 | with opposite sense. | ||
| 8703 | |||
| 8704 | 1988-05-13 Chris Hanson (cph@kleph) | ||
| 8705 | |||
| 8706 | * emacsclient.c: Delete references to unused variable `out'. | ||
| 8707 | This caused a bus error when used under hp-ux. | ||
| 8708 | |||
| 8709 | 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu) | ||
| 8710 | |||
| 8711 | * loadst.c: Control dk.h conditional with DK_HEADER_FILE. | ||
| 8712 | |||
| 8713 | 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu) | ||
| 8714 | |||
| 8715 | * etags.c (find_entries): `.t' or `.sch' means scheme code. | ||
| 8716 | |||
| 8717 | 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu) | ||
| 8718 | |||
| 8719 | * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h. | ||
| 8720 | |||
| 8721 | 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu) | ||
| 8722 | |||
| 8723 | * movemail.c: #undef close, since config can #define it on V.3. | ||
| 8724 | * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise. | ||
| 8725 | |||
| 8726 | 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu) | ||
| 8727 | |||
| 8728 | * etags.c (TEX_mode, etc.): Remove superfluous backslashes from | ||
| 8729 | invalid escape sequences such as `\{'. | ||
| 8730 | |||
| 8731 | * loadst.c: Add `sequent' conditional for file dk.h. | ||
| 8732 | |||
| 8733 | 1988-03-20 Richard M. Stallman (rms@wilson) | ||
| 8734 | |||
| 8735 | * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message. | ||
| 8736 | 8148 | ||
| 8737 | * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail. | 8149 | New directory, with files previously in ../etc. [approximate date] |
| 8150 | * README: New file. | ||
| 8151 | * Makefile: Copy here from ../etc/Makefile. | ||
| 8152 | * aixcc.lex, b2m.c, cvtmail.c, digest-doc.c: | ||
| 8153 | * emacsclient.c, emacsserver.c, emacstool.c, env.c: | ||
| 8154 | * etags-vmslib.c, etags.c, fakemail.c, getdate.c, getdate.y: | ||
| 8155 | * getopt.c, getopt.h, getopt1.c, hexl.c, leditcfns.c: | ||
| 8156 | * make-docfile.c, movemail.c, qsort.c, sorted-doc.c: | ||
| 8157 | * test-distrib.c, testfile, timer.c, wakeup.c, yow.c: | ||
| 8158 | Move here from ../etc. | ||
| 8738 | 8159 | ||
| 8739 | ;; Local Variables: | 8160 | ;; Local Variables: |
| 8740 | ;; coding: utf-8 | 8161 | ;; coding: utf-8 |