| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't declare malloc. | Richard M. Stallman | 1994-09-17 | 1 | -1/+1 |
* | (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already defined, use simple | Karl Heuer | 1994-09-17 | 1 | -6/+30 |
* | (etags_getcwd): Use getcwd if available. | Karl Heuer | 1994-09-16 | 1 | -1/+10 |
* | Add support for CVS. | Paul Eggert | 1994-08-15 | 2 | -40/+98 |
* | Use <> to delimit email address. | Richard M. Stallman | 1994-08-09 | 2 | -6/+6 |
* | [SYSV_IPC] (main): Make a separate process | Richard M. Stallman | 1994-08-08 | 1 | -9/+40 |
* | Include config.h first thing. | Richard M. Stallman | 1994-08-04 | 1 | -2/+2 |
* | (main): Add casts to avoid warnings. | Richard M. Stallman | 1994-08-01 | 1 | -2/+3 |
* | (${archlibdir}): Compare the proper dir | Richard M. Stallman | 1994-07-29 | 1 | -0/+3 |
* | (main): New local var progname saves argv[0]. | Richard M. Stallman | 1994-07-27 | 1 | -1/+2 |
* | (main): Don't actually modify argv[0]. Modify a copy instead. | Richard M. Stallman | 1994-07-26 | 1 | -5/+6 |
* | Add #undef alloca. | Richard M. Stallman | 1994-07-25 | 1 | -0/+6 |
* | (reset_watch, get_time): Use EMACS_GET_TIME. | Richard M. Stallman | 1994-07-25 | 1 | -11/+2 |
* | (xmalloc): New function. | Richard M. Stallman | 1994-07-13 | 1 | -0/+17 |
* | (ALLOCA_CFLAGS): New variable. | Richard M. Stallman | 1994-07-12 | 1 | -0/+4 |
* | * etags.c (main): Don't barf on obsolete -t and -T switches. | Francesco Potortì | 1994-07-08 | 1 | -9/+13 |
* | Don't declare exit or perror. | Richard M. Stallman | 1994-06-23 | 1 | -5/+0 |
* | (main): Don't declare geteuid. | Richard M. Stallman | 1994-06-23 | 1 | -1/+2 |
* | (rootrelativepath) [MSDOS]: Define, expanding to dynamic | Richard M. Stallman | 1994-06-07 | 1 | -0/+12 |
* | (test-distrib): Use ALL_CFLAGS. | Richard M. Stallman | 1994-06-07 | 1 | -1/+1 |
* | * etags.c (absolute_filename): Remove infinite loop bug when | Francesco Potortì | 1994-06-03 | 1 | -4/+4 |
* | * etags.c (etags_getcwd): Delete the trailing newline from cwd. | Francesco Potortì | 1994-06-03 | 1 | -0/+1 |
* | (distclean): Delete Makefile, Makefile.in, blessmail. | Richard M. Stallman | 1994-05-28 | 1 | -0/+1 |
* | (blessmail): Don't depend on ../src/emacs. | Richard M. Stallman | 1994-05-27 | 1 | -1/+1 |
* | (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 |
* | [!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 |
* | (maybe-blessmail): New target to print the blessmail warning message. | Richard M. Stallman | 1994-05-04 | 1 | -11/+13 |
* | 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 |
* | (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]: 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 |
* | (readline): When extending the buffer, | Richard M. Stallman | 1994-04-19 | 1 | -1/+1 |
* | * 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 |
* | (gettimeofday): If system doesn't have this, define it to give a fatal error. | Richard M. Stallman | 1994-04-14 | 1 | -0/+8 |