summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* Add support for CVS.Paul Eggert1994-08-152-40/+98
| | | | Work with `rlog's that output ISO 8601 dates.
* Use <> to delimit email address.Richard M. Stallman1994-08-092-6/+6
|
* [SYSV_IPC] (main): Make a separate processRichard M. Stallman1994-08-081-9/+40
| | | | so we can listen for multiple requests.
* Include config.h first thing.Richard M. Stallman1994-08-041-2/+2
|
* (main): Add casts to avoid warnings.Richard M. Stallman1994-08-011-2/+3
|
* (${archlibdir}): Compare the proper dirRichard M. Stallman1994-07-291-0/+3
| | | | before installing the scripts.
* (main): New local var progname saves argv[0].Richard M. Stallman1994-07-271-1/+2
|
* (main): Don't actually modify argv[0]. Modify a copy instead.Richard M. Stallman1994-07-261-5/+6
|
* Add #undef alloca.Richard M. Stallman1994-07-251-0/+6
|
* (reset_watch, get_time): Use EMACS_GET_TIME.Richard M. Stallman1994-07-251-11/+2
| | | | (tzp): Var deleted.
* (xmalloc): New function.Richard M. Stallman1994-07-131-0/+17
|
* (ALLOCA_CFLAGS): New variable.Richard M. Stallman1994-07-121-0/+4
| | | | (alloca.o): New target.
* * etags.c (main): Don't barf on obsolete -t and -T switches.Francesco Potortì1994-07-081-9/+13
| | | | | (main): Print an explicative message when a switch is not known. (takeprec): recognise the `character*(*) function' syntax.
* Don't declare exit or perror.Richard M. Stallman1994-06-231-5/+0
|
* (main): Don't declare geteuid.Richard M. Stallman1994-06-231-1/+2
| | | | Don't declare getenv if convex.
* (rootrelativepath) [MSDOS]: Define, expanding to dynamicRichard M. Stallman1994-06-071-0/+12
| | | | location of data directory.
* (test-distrib): Use ALL_CFLAGS.Richard M. Stallman1994-06-071-1/+1
|
* * etags.c (absolute_filename): Remove infinite loop bug whenFrancesco Potortì1994-06-031-4/+4
| | | | accessing files in directories whose name begins with a dot.
* * etags.c (etags_getcwd): Delete the trailing newline from cwd.Francesco Potortì1994-06-031-0/+1
|
* (distclean): Delete Makefile, Makefile.in, blessmail.Richard M. Stallman1994-05-281-0/+1
|
* (blessmail): Don't depend on ../src/emacs.Richard M. Stallman1994-05-271-1/+1
|
* (write_c_args): Put `default' in upper case.Richard M. Stallman1994-05-191-1/+1
|
* (etags_getcwd): Cast result of popen.Richard M. Stallman1994-05-181-4/+1
| | | | (popen): Declaration deleted.
* [!MSDOS]: Declare popen.Karl Heuer1994-05-171-1/+3
|
* (main): Avoid crash if argc is 1.Richard M. Stallman1994-05-171-1/+1
|
* (blessmail): Specify directory for blessmail.el.Richard M. Stallman1994-05-161-1/+1
|
* (maybe-blessmail): Mention bless-mail is in lib-src.Richard M. Stallman1994-05-121-1/+1
|
* Fix out of date comment.David J. MacKenzie1994-05-051-1/+1
|
* Put in a separator for where to start cpp procssing.Richard M. Stallman1994-05-051-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. Stallman1994-05-041-11/+13
| | | | (${archlibdir}): Don't do it here. Don't depend on blessmail.
* Update copyright.Karl Heuer1994-05-042-2/+2
|
* (${archlibdir}): Be lenient about wc output format.Karl Heuer1994-05-021-2/+2
|
* (${archlibdir}): Don't run blessmail; insteadRichard M. Stallman1994-05-011-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. Stallman1994-04-301-1/+2
|
* [MSDOS]: #include <sys/param.h> for the following.Richard M. Stallman1994-04-301-0/+17
| | | | [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning a shell.
* [MSDOS]: Don't define proto type for exit.Richard M. Stallman1994-04-291-0/+3
|
* Don't include string.h or strings.h.Richard M. Stallman1994-04-281-6/+0
|
* C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.Karl Heuer1994-04-271-5/+11
|
* (etags, ctags): Make VERSION a string constant.Richard M. Stallman1994-04-231-2/+2
|
* (print_version): Print VERSION as a string.Richard M. Stallman1994-04-231-1/+1
|
* (readline): Fix updating of p when buffer grows.Richard M. Stallman1994-04-201-1/+1
|
* (blessmail): New target.Karl Heuer1994-04-201-1/+23
| | | | ${archlibdir}: Use blessmail when installing movemail.
* (readline): When extending the buffer,Richard M. Stallman1994-04-191-1/+1
| | | | calculate end afresh using the new size.
* * etags.c (main, print_help): eliminate the -F option.Francesco Potortì1994-04-181-12/+3
|
* * etags.c (absolute_filename): compare against '\0' instead of NULL.Francesco Potortì1994-04-181-2/+2
|
* Renamed from Makefile.in.Richard M. Stallman1994-04-161-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. Stallman1994-04-141-0/+8
|
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1994-04-131-0/+4
|
* #undef static.Richard M. Stallman1994-04-121-2/+6
| | | | (etags_getcwd): Initialize bufsize.
* (main): Use setuid, not seteuid.Karl Heuer1994-04-121-1/+1
|