| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | Francesco Potortì | 1999-11-19 | 1 | -11/+11 |
| | | | | | | | | | | | | | | * etags.c (_GNU_SOURCE): Define only if undefined. (get_scheme): Declaration deleted. (main): error was called with an integer as second arg, instead of a char pointer. (canonicalize_filename): Bug removed. 1999-11-18 Dave Love <d.love@dl.ac.uk> * etags.c (C_entries): Rename label `intoken', avoiding K&R lossage from name clash with macro. | ||||
| * | etags bug fixes | Francesco Potortì | 1999-11-19 | 1 | -0/+13 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-13 | 1 | -0/+4 |
| | | |||||
| * | (b2m): Add dependency on GETOPTDEPS. | Gerd Moellmann | 1999-11-13 | 1 | -1/+1 |
| | | |||||
| * | Changed the mail addess of the maintainer. | Francesco Potortì | 1999-11-03 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-03 | 1 | -0/+4 |
| | | |||||
| * | * etags.c (print_help): Change email address to send bugs to. | Gerd Moellmann | 1999-11-03 | 1 | -1/+1 |
| | | |||||
| * | Checked in at last a lot of improvementes and bug fixes. The oldest dating | Francesco Potortì | 1999-11-01 | 1 | -912/+1492 |
| | | | | | | | | | | | | | | | | | | | | back to 1997-06-04. Please look at Changelog for details. Main changes are: - lots of code cleanups and optimizations - --globals is used not only for C-like languages - new option --ignore-case-regex - understands "operator" in C++ - support DOS file names by handling e.g. foo.cgz as if it were foo.c.gz. - Fortran: no tags for "procedure" - new option --declarations - regular expressions can be read from a file - regular expressions can be bound to a given language - Ada and Python languages added - my and local variables recognised in Perl - "(defstruct (foo", "(defun (operator" and similar Lisp constructs - interface in Java | ||||
| * | *** empty log message *** | Francesco Potortì | 1999-11-01 | 1 | -26/+198 |
| | | |||||
| * | Add support for large files. Merge glibc 2.1.2. | Paul Eggert | 1999-10-19 | 14 | -146/+136 |
| | | | | | | | | | | | | | | | | | | | * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c, movemail.c, pop.c: Do not include <stdlib.h>, as <config.h> does this now. * b2m.c, emacsserver.c, etags.c, profile.c: Include <config.h> before any system include files. * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c, test-distrib.c: (read, write, open, close): Do not undef. * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: (const): Do not define if HAVE_CONFIG_H; that's config.h's job. * getopt.h: Adopt glibc 2.1.2. | ||||
| * | # | Dave Love | 1999-10-17 | 1 | -0/+340 |
| | | |||||
| * | (pop.o): Depend on config.h. | Dave Love | 1999-10-15 | 2 | -1/+5 |
| | | |||||
| * | Avoid strneq. | Dave Love | 1999-10-11 | 1 | -2/+2 |
| | | |||||
| * | Use "pop3" as the POP service name on all platforms, | Gerd Moellmann | 1999-10-10 | 2 | -4/+7 |
| | | | | | | | instead of using "pop" on Unix and "pop3" on Windows NT. "pop3" has been the standard service name since RFC 1340 was published in July 1992, so I think it's safe to start using it by default. | ||||
| * | *** empty log message *** | Phillip Rulon | 1999-10-08 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-10-07 | 1 | -0/+17 |
| | | |||||
| * | # | Dave Love | 1999-10-03 | 3 | -0/+4003 |
| | | |||||
| * | # | Dave Love | 1999-10-01 | 1 | -0/+0 |
| | | |||||
| * | (scan_lisp_file): Fix typo causing infloop. | Dave Love | 1999-09-27 | 1 | -1/+1 |
| | | |||||
| * | patched by pjr from diff by rms | Phillip Rulon | 1999-09-24 | 1 | -21/+25 |
| | | |||||
| * | Fix comment about conventions for Lisp files. | Dave Love | 1999-09-04 | 1 | -3/+6 |
| | | |||||
| * | Include config.h not ../src/config.h. | Richard M. Stallman | 1999-09-03 | 1 | -15/+20 |
| | | | | | | | (main, fopen, chdir): Add #undef. (read_c_string, scan_c_file, skip_white, read_lisp_symbol) (scan_lisp_file): Handle \r like \n. | ||||
| * | Include <stdlib.h> if available. | Andreas Schwab | 1999-08-30 | 2 | -0/+8 |
| | | |||||
| * | Include <stdlib.h> if available. Don't declare errno if it's a macro. | Andreas Schwab | 1999-08-30 | 1 | -0/+6 |
| | | |||||
| * | Include <unistd.h> if available. | Andreas Schwab | 1999-08-30 | 1 | -1/+4 |
| | | |||||
| * | (print_help_and_exit): Mention --version. | Richard M. Stallman | 1999-08-29 | 1 | -0/+3 |
| | | |||||
| * | (decode_options): Update version output. | Karl Heuer | 1999-08-25 | 1 | -2/+2 |
| | | | | | (print_help_and_exit): Update bug report address. | ||||
| * | (main): Move the dynamic allocation of | Karl Heuer | 1999-08-14 | 2 | -6/+8 |
| | | | | | system_name outside of the SERVER_HOME_DIR conditional. | ||||
| * | (INSTALLABLE_SCRIPTS): Add grep-changelog. | Gerd Moellmann | 1999-08-10 | 1 | -1/+1 |
| | | |||||
| * | Initial revision | Gerd Moellmann | 1999-08-10 | 1 | -0/+220 |
| | | |||||
| * | * Add configure option to enable dmalloc library. | Paul D. Smith | 1999-07-21 | 1 | -2/+2 |
| | | | | | * Various code cleanups. | ||||
| * | (clean): remove fns*.el. | Richard M. Stallman | 1999-06-30 | 1 | -1/+1 |
| | | |||||
| * | (erlang_attribute): Fix undefined variable usage (after Potorti). | Dave Love | 1999-06-23 | 1 | -1/+1 |
| | | |||||
| * | (main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize. | Andrew Innes | 1999-05-02 | 1 | -1/+1 |
| | | |||||
| * | (main, both versions): Use quote_file_name on cwd. | Karl Heuer | 1999-04-29 | 1 | -4/+5 |
| | | |||||
| * | (main): Split up tables. Modify the preamble | Dave Love | 1999-03-30 | 1 | -1/+8 |
| | | | | | somewhat. | ||||
| * | Remove common multiple file compilation commands. | Geoff Voelker | 1999-03-06 | 1 | -8/+0 |
| | | |||||
| * | Refer to epaths.h. | Richard M. Stallman | 1999-02-26 | 1 | -1/+1 |
| | | |||||
| * | (yow): Depend on epaths.h, not paths.h. | Richard M. Stallman | 1999-02-26 | 1 | -1/+1 |
| | | |||||
| * | (perror_1, fatal_error): Don't compile unless needed. | Karl Heuer | 1999-02-22 | 1 | -1/+1 |
| | | |||||
| * | Do make version comparison as strings. | Andrew Innes | 1999-01-27 | 1 | -1/+1 |
| | | |||||
| * | (xmalloc): Fix previous change. | Richard M. Stallman | 1999-01-25 | 1 | -1/+1 |
| | | |||||
| * | (xmalloc): Declare to return long. | Richard M. Stallman | 1999-01-25 | 1 | -1/+1 |
| | | |||||
| * | (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize | Geoff Voelker | 1999-01-22 | 1 | -0/+9 |
| | | | | | the case of the drive letter. | ||||
| * | (main): Eliminate arbitrary limit on length of system_name. | Richard M. Stallman | 1999-01-16 | 1 | -6/+17 |
| | | | | | (xmalloc): Define unconditionally. | ||||
| * | (main): Eliminate arbitrary limit on | Richard M. Stallman | 1999-01-16 | 1 | -4/+18 |
| | | |||||
| * | (relative_filename): Stop backward search at beginning | Karl Heuer | 1999-01-12 | 1 | -2/+3 |
| | | | | | | of string, since non-Unix systems can have absolute paths with no initial slash. | ||||
| * | Do string comparision of _NMAKE_VER. | Geoff Voelker | 1998-12-08 | 1 | -1/+1 |
| | | |||||
| * | Compile multiple source files when possible. | Geoff Voelker | 1998-11-04 | 1 | -1/+6 |
| | | |||||
| * | Replace tabs with spaces | Richard M. Stallman | 1998-10-13 | 1 | -7/+7 |
| | | | | | when they might confuse some Make versions. | ||||
