| Commit message (Expand) | Author | Age | Files | Lines |
* | PopServer renamed to popserver throughout. | Richard M. Stallman | 1994-10-20 | 1 | -2/+2 |
* | Don't declare malloc, since we include config.h. | David J. MacKenzie | 1994-10-20 | 2 | -2/+0 |
* | Only include ../src/config.h if HAVE_CONFIG_H is | Richard M. Stallman | 1994-10-19 | 1 | -32/+45 |
* | Don't declare malloc. | Richard M. Stallman | 1994-10-19 | 1 | -1/+0 |
* | Use test -r instead of < to check readability, to avoid syntax error. | David J. MacKenzie | 1994-10-19 | 1 | -1/+1 |
* | Fix mismatch in conditionals. | Richard M. Stallman | 1994-10-18 | 1 | -7/+9 |
* | (open, close, read, write): Add #undefs. | Richard M. Stallman | 1994-10-18 | 1 | -0/+5 |
* | [SYSV_IPC] (main): Catch SIGHUP as well. Don't | Richard M. Stallman | 1994-10-18 | 1 | -1/+12 |
* | Include ../src/config.h. | Richard M. Stallman | 1994-10-18 | 1 | -0/+3 |
* | Don't declare malloc, realloc, free. | Richard M. Stallman | 1994-10-18 | 1 | -10/+8 |
* | (regex.o): Use full path to find regex.c. | Karl Heuer | 1994-10-17 | 1 | -1/+1 |
* | (etags): add dependency on regex.o, link with it. | Karl Heuer | 1994-10-17 | 1 | -2/+7 |
* | remove make-path | David J. MacKenzie | 1994-10-12 | 1 | -5/+5 |
* | Eliminate some -Wall warnings. | David J. MacKenzie | 1994-10-12 | 15 | -39/+75 |
* | Make functions that return nothing void, not implicitly int. | David J. MacKenzie | 1994-10-12 | 1 | -18/+31 |
* | (libexecdir): Renamed from libdir. | Richard M. Stallman | 1994-10-11 | 1 | -2/+2 |
* | (clean): rm DOC/* and *.tab.[ch]. | Richard M. Stallman | 1994-10-11 | 1 | -1/+2 |
* | * etags.c (C_entries): Name the #define's that are macros. | Francesco Potortì | 1994-10-11 | 1 | -3/+1 |
* | [! SYSVIPC] (main): Fix uses of FD_* macros: fd_set arg is a pointer, | Roland McGrath | 1994-10-10 | 1 | -6/+6 |
* | * etags.c (C_entries): Recognise typedef of ANSI style functions. | Francesco Potortì | 1994-09-30 | 1 | -16/+57 |
* | Initial revision | Richard M. Stallman | 1994-09-27 | 2 | -0/+1550 |
* | Improve POP code, move most of it into a separate file. | Richard M. Stallman | 1994-09-27 | 1 | -249/+105 |
* | (MOVE_FLAGS, MOVE_LIBS): New variables. | Richard M. Stallman | 1994-09-27 | 1 | -2/+32 |
* | (touchy_mkdir): Make dir ugo+re even if it isn't new. | Richard M. Stallman | 1994-09-24 | 1 | -20/+38 |
* | (UTILITIES): Remove test-distrib, make-docfile, make-path. | Richard M. Stallman | 1994-09-23 | 1 | -2/+4 |
* | (from, labels, data): Use MAX_DATA_LEN as length. | Richard M. Stallman | 1994-09-21 | 1 | -8/+6 |
* | 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 |