| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment change. | Richard M. Stallman | 1996-02-22 | 1 | -1/+1 |
* | (main, both definitions): Print a newline for normal termination. | Karl Heuer | 1996-02-21 | 1 | -1/+4 |
* | (main): Convert port to network byte order. | Karl Heuer | 1996-02-21 | 1 | -1/+1 |
* | Comment fixes. | Karl Heuer | 1996-02-17 | 1 | -2/+2 |
* | (pop_retrieve, getline): Avoid type clashes. | Karl Heuer | 1996-01-20 | 1 | -3/+4 |
* | (enum sym_type, anonymous enum): Delete final comma. | Karl Heuer | 1996-01-19 | 1 | -2/+2 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 14 | -49/+66 |
* | (initialize_fullname): Add support for NIS+. | Paul Eggert | 1996-01-15 | 1 | -3/+18 |
* | (consider_token): Fix typo in expression. | Karl Heuer | 1996-01-10 | 1 | -1/+1 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 3 | -6/+6 |
* | (substitute): Fix spelling in message. | Karl Heuer | 1996-01-05 | 1 | -6/+6 |
* | (etags, ctags): Compile with regexp support. | Geoff Voelker | 1996-01-04 | 1 | -10/+34 |
* | (main): Do chmod based on existing permission. | Karl Heuer | 1996-01-03 | 1 | -1/+9 |
* | (install): Turn on read/execute permission. | Richard M. Stallman | 1995-12-27 | 1 | -0/+2 |
* | (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD. | Karl Heuer | 1995-12-21 | 1 | -6/+6 |
* | * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++. | Francesco Potortì | 1995-12-07 | 1 | -227/+417 |
* | * Makefile.in (ctags): depend on etags only for simplicity; | Francesco Potortì | 1995-12-07 | 1 | -2/+2 |
* | (DOC, clean): Don't use switches to del not supported by Win95. | Geoff Voelker | 1995-11-22 | 1 | -3/+3 |
* | (regex.o): Depend on ../src/config.h. | Richard M. Stallman | 1995-11-14 | 1 | -1/+1 |
* | (LIB_STANDARD): Extract this as in src/Makefile.in. | Richard M. Stallman | 1995-11-12 | 1 | -1/+12 |
* | (DOC): Include strings from w32term.c, w32xfns.c, | Geoff Voelker | 1995-11-07 | 1 | -5/+1 |
* | * etags.c (get_lang_from_name, get_lang_from_interpreter, | Francesco Potortì | 1995-11-06 | 1 | -142/+251 |
* | * etags.c (lowcase): Use the standard tolower function. | Francesco Potortì | 1995-11-02 | 1 | -96/+81 |
* | (getdate.o, movemail.o): Specify -Demacs. | Richard M. Stallman | 1995-10-30 | 1 | -6/+8 |
* | Add #undef for open, close, read, write. | Richard M. Stallman | 1995-08-31 | 1 | -0/+6 |
* | [HAVE_CONFIG_H]: Include config.h. | Roland McGrath | 1995-08-23 | 1 | -1/+10 |
* | (getdate.c): New target. | Richard M. Stallman | 1995-08-18 | 1 | -4/+6 |
* | * etags.c (Pascal_functions): Close comment bug corrected. | Francesco Potortì | 1995-08-17 | 1 | -87/+92 |
* | (xrealloc): Change cast to match return type. | Karl Heuer | 1995-08-12 | 1 | -1/+1 |
* | (xmalloc, xrealloc): Use return-type long *. | Richard M. Stallman | 1995-08-11 | 1 | -6/+6 |
* | (main): Fix previous change. | Richard M. Stallman | 1995-08-06 | 1 | -2/+6 |
* | (main): Mention lock file name in error message. | Richard M. Stallman | 1995-08-05 | 1 | -1/+5 |
* | (gettimeofday): New function, defined if necessary. | Richard M. Stallman | 1995-07-30 | 1 | -0/+17 |
* | (distclean): Delete Makefile.c, not Makefile.in. | Richard M. Stallman | 1995-07-18 | 1 | -2/+2 |
* | Comment change. | Richard M. Stallman | 1995-07-18 | 1 | -2/+2 |
* | (tags): Synonym for `TAGS'. | Karl Heuer | 1995-07-17 | 1 | -0/+1 |
* | (install, maybe-blessmail): Don't cd ..; | Karl Heuer | 1995-07-16 | 1 | -4/+4 |
* | (datearg): Separate date from time with comma, not space, | Paul Eggert | 1995-07-08 | 1 | -4/+5 |
* | Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems | Paul Eggert | 1995-07-07 | 3 | -5/+5 |
* | (main) [MAIL_USE_POP]: When a user specifies a | Richard M. Stallman | 1995-06-30 | 1 | -7/+2 |
* | Make all error messages start with `Error: '. | Richard M. Stallman | 1995-06-28 | 1 | -24/+38 |
* | (CVSROOT, repository): Allow remote repositories a la CVS 1.4. | Paul Eggert | 1995-06-28 | 1 | -9/+17 |
* | * etags.c (plain_C_entries): new function. | Francesco Potortì | 1995-06-27 | 1 | -31/+48 |
* | (main): Add newline in usage message. | Richard M. Stallman | 1995-06-26 | 1 | -1/+1 |
* | (scan_file): Make sure it never looks at filename[-1]. | Richard M. Stallman | 1995-06-21 | 1 | -2/+2 |
* | (main) [MSDOS]: Do set _fmode. | Richard M. Stallman | 1995-06-21 | 1 | -1/+1 |
* | * etags.c (find_entries): rewind before rereading the input file. | Francesco Potortì | 1995-06-21 | 1 | -12/+14 |
* | (main): On MSDOS, don't change stdout to binary, and insist on an -o option. | Richard M. Stallman | 1995-06-20 | 1 | -2/+9 |
* | (process_file,absolute_filename): Handle filenames | Richard M. Stallman | 1995-06-15 | 1 | -0/+8 |
* | (install): Copy wakeup.exe properly. | Richard M. Stallman | 1995-06-15 | 1 | -1/+1 |