Commit graph

676 commits

Author SHA1 Message Date
Gerd Moellmann 791a90877b *** empty log message *** 1999-12-10 09:55:29 +00:00
Gerd Moellmann 476b279958 (popmail): Allow mailbox specifications of the
form `po:username:hostname'.
1999-12-10 09:53:01 +00:00
Francesco Potortì c8b04710a0 1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
* 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.
1999-11-19 12:46:32 +00:00
Francesco Potortì e208136267 etags bug fixes 1999-11-19 12:45:11 +00:00
Gerd Moellmann b05d3bee50 *** empty log message *** 1999-11-13 23:42:59 +00:00
Gerd Moellmann fa52fcb511 (b2m): Add dependency on GETOPTDEPS. 1999-11-13 22:47:19 +00:00
Francesco Potortì ba65dba8bb Changed the mail addess of the maintainer. 1999-11-03 23:13:10 +00:00
Gerd Moellmann cb3a6c483b *** empty log message *** 1999-11-03 13:47:00 +00:00
Gerd Moellmann a5c7ef8bc4 * etags.c (print_help): Change email address to send bugs to. 1999-11-03 13:09:07 +00:00
Francesco Potortì 93b7ac65fc Checked in at last a lot of improvementes and bug fixes. The oldest dating
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
1999-11-01 02:48:57 +00:00
Francesco Potortì 1c4784614e *** empty log message *** 1999-11-01 02:47:08 +00:00
Paul Eggert 4ee9629e2b Add support for large files. Merge glibc 2.1.2.
* 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.
1999-10-19 07:17:20 +00:00
Dave Love c4dcdc9ce6 # 1999-10-17 09:55:57 +00:00
Dave Love 93c8d183ee (pop.o): Depend on config.h. 1999-10-15 15:48:53 +00:00
Dave Love 9832d51d60 Avoid strneq. 1999-10-11 17:14:12 +00:00
Gerd Moellmann b358f91c16 Use "pop3" as the POP service name on all platforms,
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.
1999-10-10 23:09:04 +00:00
Phillip Rulon 74e4cb59f4 *** empty log message *** 1999-10-08 02:46:19 +00:00
Gerd Moellmann 577d9e2f1d *** empty log message *** 1999-10-07 00:36:36 +00:00
Dave Love 362bc2da50 # 1999-10-03 20:46:34 +00:00
Dave Love b8098ef87f # 1999-10-01 12:43:57 +00:00
Dave Love 7e6972e92c (scan_lisp_file): Fix typo causing infloop. 1999-09-27 11:34:27 +00:00
Phillip Rulon 66f54605e1 patched by pjr from diff by rms 1999-09-24 13:52:46 +00:00
Dave Love b0f08a24a4 Fix comment about conventions for Lisp files. 1999-09-04 11:25:13 +00:00
Richard M. Stallman 433d333d70 Include config.h not ../src/config.h.
(main, fopen, chdir): Add #undef.
(read_c_string, scan_c_file, skip_white, read_lisp_symbol)
(scan_lisp_file): Handle \r like \n.
1999-09-03 23:12:27 +00:00
Andreas Schwab eed63914b0 Include <stdlib.h> if available. 1999-08-30 15:08:30 +00:00
Andreas Schwab 1ee65e5c81 Include <stdlib.h> if available. Don't declare errno if it's a macro. 1999-08-30 15:07:30 +00:00
Andreas Schwab 9ee8cf9e1a Include <unistd.h> if available. 1999-08-30 15:05:17 +00:00
Richard M. Stallman 4852ed0e72 (print_help_and_exit): Mention --version. 1999-08-29 19:30:53 +00:00
Karl Heuer b4e94f425f (decode_options): Update version output.
(print_help_and_exit): Update bug report address.
1999-08-25 16:19:01 +00:00
Karl Heuer c5fee54517 (main): Move the dynamic allocation of
system_name outside of the SERVER_HOME_DIR conditional.
1999-08-14 04:08:25 +00:00
Gerd Moellmann e511d7f44a (INSTALLABLE_SCRIPTS): Add grep-changelog. 1999-08-10 13:48:24 +00:00
Gerd Moellmann 6dde7e380c Initial revision 1999-08-10 13:33:49 +00:00
Paul D. Smith 55e3eb9371 * Add configure option to enable dmalloc library.
* Various code cleanups.
1999-07-21 05:53:29 +00:00
Richard M. Stallman 8598a0f1f4 (clean): remove fns*.el. 1999-06-30 16:49:37 +00:00
Dave Love 9788737a53 (erlang_attribute): Fix undefined variable usage (after Potorti). 1999-06-23 09:23:38 +00:00
Andrew Innes 3288d108f4 (main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize. 1999-05-02 09:31:32 +00:00
Karl Heuer 0343a01795 (main, both versions): Use quote_file_name on cwd. 1999-04-29 20:26:46 +00:00
Dave Love df0ffd251b (main): Split up tables. Modify the preamble
somewhat.
1999-03-30 19:08:55 +00:00
Geoff Voelker 47373a1fdb Remove common multiple file compilation commands. 1999-03-06 02:15:46 +00:00
Richard M. Stallman fac8eeff55 Refer to epaths.h. 1999-02-26 11:37:05 +00:00
Richard M. Stallman 4c32bfb9bc (yow): Depend on epaths.h, not paths.h. 1999-02-26 11:36:54 +00:00
Karl Heuer bbe73f056f (perror_1, fatal_error): Don't compile unless needed. 1999-02-22 20:51:02 +00:00
Andrew Innes 27d3ec7f87 Do make version comparison as strings. 1999-01-27 21:49:57 +00:00
Richard M. Stallman 5f32a7128b (xmalloc): Fix previous change. 1999-01-25 23:43:20 +00:00
Richard M. Stallman 5497dfdb4b (xmalloc): Declare to return long. 1999-01-25 01:34:34 +00:00
Geoff Voelker 7ebca6a618 (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
the case of the drive letter.
1999-01-22 19:38:51 +00:00
Richard M. Stallman a2b3f2b55c (main): Eliminate arbitrary limit on length of system_name.
(xmalloc): Define unconditionally.
1999-01-16 21:45:10 +00:00
Richard M. Stallman 40beb971f4 (main): Eliminate arbitrary limit on 1999-01-16 21:44:56 +00:00
Karl Heuer f6bf1c83d7 (relative_filename): Stop backward search at beginning
of string, since non-Unix systems can have absolute paths with no
initial slash.
1999-01-12 21:58:08 +00:00
Geoff Voelker 9c148db6a3 Do string comparision of _NMAKE_VER. 1998-12-08 23:56:14 +00:00