summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* 1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì1999-11-191-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 fixesFrancesco Potortì1999-11-191-0/+13
|
* *** empty log message ***Gerd Moellmann1999-11-131-0/+4
|
* (b2m): Add dependency on GETOPTDEPS.Gerd Moellmann1999-11-131-1/+1
|
* Changed the mail addess of the maintainer.Francesco Potortì1999-11-031-1/+1
|
* *** empty log message ***Gerd Moellmann1999-11-031-0/+4
|
* * etags.c (print_help): Change email address to send bugs to.Gerd Moellmann1999-11-031-1/+1
|
* Checked in at last a lot of improvementes and bug fixes. The oldest datingFrancesco Potortì1999-11-011-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-011-26/+198
|
* Add support for large files. Merge glibc 2.1.2.Paul Eggert1999-10-1914-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 Love1999-10-171-0/+340
|
* (pop.o): Depend on config.h.Dave Love1999-10-152-1/+5
|
* Avoid strneq.Dave Love1999-10-111-2/+2
|
* Use "pop3" as the POP service name on all platforms,Gerd Moellmann1999-10-102-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 Rulon1999-10-081-0/+5
|
* *** empty log message ***Gerd Moellmann1999-10-071-0/+17
|
* #Dave Love1999-10-033-0/+4003
|
* #Dave Love1999-10-011-0/+0
|
* (scan_lisp_file): Fix typo causing infloop.Dave Love1999-09-271-1/+1
|
* patched by pjr from diff by rmsPhillip Rulon1999-09-241-21/+25
|
* Fix comment about conventions for Lisp files.Dave Love1999-09-041-3/+6
|
* Include config.h not ../src/config.h.Richard M. Stallman1999-09-031-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 Schwab1999-08-302-0/+8
|
* Include <stdlib.h> if available. Don't declare errno if it's a macro.Andreas Schwab1999-08-301-0/+6
|
* Include <unistd.h> if available.Andreas Schwab1999-08-301-1/+4
|
* (print_help_and_exit): Mention --version.Richard M. Stallman1999-08-291-0/+3
|
* (decode_options): Update version output.Karl Heuer1999-08-251-2/+2
| | | | (print_help_and_exit): Update bug report address.
* (main): Move the dynamic allocation ofKarl Heuer1999-08-142-6/+8
| | | | system_name outside of the SERVER_HOME_DIR conditional.
* (INSTALLABLE_SCRIPTS): Add grep-changelog.Gerd Moellmann1999-08-101-1/+1
|
* Initial revisionGerd Moellmann1999-08-101-0/+220
|
* * Add configure option to enable dmalloc library.Paul D. Smith1999-07-211-2/+2
| | | | * Various code cleanups.
* (clean): remove fns*.el.Richard M. Stallman1999-06-301-1/+1
|
* (erlang_attribute): Fix undefined variable usage (after Potorti).Dave Love1999-06-231-1/+1
|
* (main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize.Andrew Innes1999-05-021-1/+1
|
* (main, both versions): Use quote_file_name on cwd.Karl Heuer1999-04-291-4/+5
|
* (main): Split up tables. Modify the preambleDave Love1999-03-301-1/+8
| | | | somewhat.
* Remove common multiple file compilation commands.Geoff Voelker1999-03-061-8/+0
|
* Refer to epaths.h.Richard M. Stallman1999-02-261-1/+1
|
* (yow): Depend on epaths.h, not paths.h.Richard M. Stallman1999-02-261-1/+1
|
* (perror_1, fatal_error): Don't compile unless needed.Karl Heuer1999-02-221-1/+1
|
* Do make version comparison as strings.Andrew Innes1999-01-271-1/+1
|
* (xmalloc): Fix previous change.Richard M. Stallman1999-01-251-1/+1
|
* (xmalloc): Declare to return long.Richard M. Stallman1999-01-251-1/+1
|
* (etags_getcwd, absolute_filename) [DOS_NT]: CanonicalizeGeoff Voelker1999-01-221-0/+9
| | | | the case of the drive letter.
* (main): Eliminate arbitrary limit on length of system_name.Richard M. Stallman1999-01-161-6/+17
| | | | (xmalloc): Define unconditionally.
* (main): Eliminate arbitrary limit onRichard M. Stallman1999-01-161-4/+18
|
* (relative_filename): Stop backward search at beginningKarl Heuer1999-01-121-2/+3
| | | | | of string, since non-Unix systems can have absolute paths with no initial slash.
* Do string comparision of _NMAKE_VER.Geoff Voelker1998-12-081-1/+1
|
* Compile multiple source files when possible.Geoff Voelker1998-11-041-1/+6
|
* Replace tabs with spacesRichard M. Stallman1998-10-131-7/+7
| | | | when they might confuse some Make versions.