| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (write_c_args): Put `default' in upper case. | Richard M. Stallman | 1994-05-19 | 1 | -1/+1 |
| | | |||||
| * | (etags_getcwd): Cast result of popen. | Richard M. Stallman | 1994-05-18 | 1 | -4/+1 |
| | | | | | (popen): Declaration deleted. | ||||
| * | [!MSDOS]: Declare popen. | Karl Heuer | 1994-05-17 | 1 | -1/+3 |
| | | |||||
| * | (main): Avoid crash if argc is 1. | Richard M. Stallman | 1994-05-17 | 1 | -1/+1 |
| | | |||||
| * | (blessmail): Specify directory for blessmail.el. | Richard M. Stallman | 1994-05-16 | 1 | -1/+1 |
| | | |||||
| * | (maybe-blessmail): Mention bless-mail is in lib-src. | Richard M. Stallman | 1994-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix out of date comment. | David J. MacKenzie | 1994-05-05 | 1 | -1/+1 |
| | | |||||
| * | Put in a separator for where to start cpp procssing. | Richard M. Stallman | 1994-05-05 | 1 | -90/+95 |
| | | | | | | | Move all autoconf substitutions above that point. Above that point, use Make-style comments. This goes with changes in ../configure.in. | ||||
| * | (maybe-blessmail): New target to print the blessmail warning message. | Richard M. Stallman | 1994-05-04 | 1 | -11/+13 |
| | | | | | (${archlibdir}): Don't do it here. Don't depend on blessmail. | ||||
| * | Update copyright. | Karl Heuer | 1994-05-04 | 2 | -2/+2 |
| | | |||||
| * | (${archlibdir}): Be lenient about wc output format. | Karl Heuer | 1994-05-02 | 1 | -2/+2 |
| | | |||||
| * | (${archlibdir}): Don't run blessmail; instead | Richard M. Stallman | 1994-05-01 | 1 | -4/+11 |
| | | | | | | | | print advice to run it, if it has anything significant to do. And only if MOVEMAIL_NEEDS_BLESSING. (blessmail): Use emacs, not temacs. (configuration): Renamed from configname. | ||||
| * | (find_entries): Treat `*.cpp' as C++ files. | Richard M. Stallman | 1994-04-30 | 1 | -1/+2 |
| | | |||||
| * | [MSDOS]: #include <sys/param.h> for the following. | Richard M. Stallman | 1994-04-30 | 1 | -0/+17 |
| | | | | | [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning a shell. | ||||
| * | [MSDOS]: Don't define proto type for exit. | Richard M. Stallman | 1994-04-29 | 1 | -0/+3 |
| | | |||||
| * | Don't include string.h or strings.h. | Richard M. Stallman | 1994-04-28 | 1 | -6/+0 |
| | | |||||
| * | C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables. | Karl Heuer | 1994-04-27 | 1 | -5/+11 |
| | | |||||
| * | (etags, ctags): Make VERSION a string constant. | Richard M. Stallman | 1994-04-23 | 1 | -2/+2 |
| | | |||||
| * | (print_version): Print VERSION as a string. | Richard M. Stallman | 1994-04-23 | 1 | -1/+1 |
| | | |||||
| * | (readline): Fix updating of p when buffer grows. | Richard M. Stallman | 1994-04-20 | 1 | -1/+1 |
| | | |||||
| * | (blessmail): New target. | Karl Heuer | 1994-04-20 | 1 | -1/+23 |
| | | | | | ${archlibdir}: Use blessmail when installing movemail. | ||||
| * | (readline): When extending the buffer, | Richard M. Stallman | 1994-04-19 | 1 | -1/+1 |
| | | | | | calculate end afresh using the new size. | ||||
| * | * etags.c (main, print_help): eliminate the -F option. | Francesco Potortì | 1994-04-18 | 1 | -12/+3 |
| | | |||||
| * | * etags.c (absolute_filename): compare against '\0' instead of NULL. | Francesco Potortì | 1994-04-18 | 1 | -2/+2 |
| | | |||||
| * | Renamed from Makefile.in. | Richard M. Stallman | 1994-04-16 | 1 | -70/+97 |
| | | | | | | | | | Makefile.in is now generated from it, and then preprocessed. Change comments to C syntax. Include config.h. (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined. (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE. | ||||
| * | (gettimeofday): If system doesn't have this, define it to give a fatal error. | Richard M. Stallman | 1994-04-14 | 1 | -0/+8 |
| | | |||||
| * | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1994-04-13 | 1 | -0/+4 |
| | | |||||
| * | #undef static. | Richard M. Stallman | 1994-04-12 | 1 | -2/+6 |
| | | | | | (etags_getcwd): Initialize bufsize. | ||||
| * | (main): Use setuid, not seteuid. | Karl Heuer | 1994-04-12 | 1 | -1/+1 |
| | | |||||
| * | * etags.c (outf, outfiledir): renamed to tagf, tagfiledir. | Francesco Potortì | 1994-04-08 | 1 | -479/+499 |
| | | | | | | | | | | | | | (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs, Scheme_funcs, prolog_funcs): renamed to Fortran_functions, Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions, TeX_functions, Prolog_functions. (inf): no more a global variable. (C_entries): take 2nd parameter `inf' instead of using the global one. (find_entries): added the cp1 var for optimisation. (find_entries): added more suffixes for assembler files. (Asm_funcs): Now finds labels even without an ending colon. | ||||
| * | (main): Fix up MAIL_USE_MMDF conditional where | Richard M. Stallman | 1994-04-05 | 1 | -22/+36 |
| | | | | | | | | the indesc open was moved inside a fork. Handle MAIL_USE_LOCKF. (MAIL_USE_SYSTEM_LOCK): New conditional macro. Define it if either MAIL_USE_FLOCK or MAIL_USE_LOCKF. | ||||
| * | * etags.c (main): use etags_getcwd for compatibility. | Francesco Potortì | 1994-03-30 | 1 | -42/+73 |
| | | | | | (etags_getcwd): new function. | ||||
| * | (etags, ctags): Pass -D for VERSION. | Richard M. Stallman | 1994-03-25 | 1 | -2/+2 |
| | | |||||
| * | * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead. | Francesco Potortì | 1994-03-25 | 1 | -117/+83 |
| | | | | | | | | (main): don't allow the use of -t and -T in etags mode. (print_help): don't show options enabled by default. (print_version): show the emacs version number if VERSION is #defined. (find_entries): add "ss" as suffix for Chez Scheme. | ||||
| * | * etags.c (cwd, outfiledir): vars added. | Francesco Potortì | 1994-03-23 | 1 | -45/+212 |
| | | | | | | | | | | | (relative_filename, absolute_filename, absolute_dirname): functions added to compute filenames in tags files. (process_file): filenames in tags file are relative to the directory where the tags file is (useful with the -o option). (main): initialise the outfiledir var. (TYPEDST): added the `tignore' value. (C_entries): corrected various small bugs. | ||||
| * | (UTILITIES): `env' deleted. | Richard M. Stallman | 1994-03-20 | 1 | -4/+1 |
| | | | | | (env): Target deleted. | ||||
| * | (install, ${archlibdir}): Switch back to .. before running INSTALL_PROGRAM. | Richard M. Stallman | 1994-03-14 | 1 | -4/+4 |
| | | |||||
| * | Clean up indentation and whitespace. | Richard M. Stallman | 1994-03-05 | 1 | -44/+56 |
| | | |||||
| * | (main): Change delimiter from "^L" to "^_^L". | Richard M. Stallman | 1994-03-05 | 1 | -5/+1 |
| | | | | | | Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages. | ||||
| * | (main) [HAVE_SYSVIPC]: Make msgp->mtext longer if necessary. | Richard M. Stallman | 1994-03-05 | 1 | -4/+32 |
| | | | | | On HPUX, error if it's more than 512 chars. | ||||
| * | (main): Change delimiter from "^L" to "^_^L". | Karl Heuer | 1994-03-03 | 1 | -9/+19 |
| | | | | | | Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages. | ||||
| * | Use GPL. | David J. MacKenzie | 1994-02-27 | 1 | -48/+16 |
| | | |||||
| * | *** empty log message *** | David J. MacKenzie | 1994-02-27 | 1 | -0/+1 |
| | | |||||
| * | Use GPL. | David J. MacKenzie | 1994-02-27 | 1 | -20/+16 |
| | | |||||
| * | Initial revision | David J. MacKenzie | 1994-02-27 | 1 | -0/+241 |
| | | |||||
| * | Update GPL. | David J. MacKenzie | 1994-02-27 | 1 | -1/+1 |
| | | |||||
| * | * make-path.c (main): Return 1 on error, not -1. Update GPL. | David J. MacKenzie | 1994-02-27 | 1 | -2/+2 |
| | | |||||
| * | * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc. | David J. MacKenzie | 1994-02-27 | 1 | -13/+16 |
| | | | | | | (xmalloc, xrealloc): Return char *, not int. (error): Write to stderr, not stdout. | ||||
| * | (main, get_time): Don't crash on invalid input. | Karl Heuer | 1994-02-23 | 1 | -5/+8 |
| | | |||||
| * | (get_time): Simplify; avoid calling index. | Karl Heuer | 1994-02-22 | 1 | -7/+3 |
| | | | | | (main): exit on EOF. | ||||