summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* .Andreas Schwab2000-03-291-0/+4
|
* (scan_lisp_file): Also look for `defsubst'.Andreas Schwab2000-03-291-1/+3
|
* *** empty log message ***Gerd Moellmann2000-03-021-0/+4
|
* (lisp_suffixes) Add `LSP'.Gerd Moellmann2000-03-021-1/+1
|
* *** empty log message ***Francesco Potortì2000-02-101-0/+11
|
* 2000-02-10 Francesco Potorti` <pot@gnu.org>Francesco Potortì2000-02-101-98/+126
| | | | | | | | | | | * etags.c (iswhite): Redefined not to consider '\0' as white space, and use it throughout in place of isspace, thus preventing a potential signed char to int conversion problem. (MSDOS): #undefine befere redefining 2000-02-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it> * etags.c (many functions): Add prototypes.
* *** empty log message ***Dave Love2000-02-101-0/+5
|
* (pfnote, new_pfnote, C_entries, prolog_pred, erlang_func): AddDave Love2000-02-101-5/+5
| | | | `static' to definitions to keep pcc happy.
* * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,Andrew Innes2000-02-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | around image definitions and prototypes. (gamma_correct) [WINDOWSNT]: New prototype. * w32term.c (x_make_frame_visible): Replace call to input_poll_signal with poll_for_input. * window.c [WINDOWSNT]: Include w32term.h. * xdisp.c [WINDOWSNT]: Include w32term.h. * makefile.nt: Add dependencies on w32gui.h. (OBJ1): Include atimer.obj. ($(BLD)\atimer.obj): New dependency rule. * w32.c (sigmask): New function (does nothing). (sigunblock): Ditto. * frame.c [WINDOWSNT]: Include w32term.h. * w32gui.h (struct W32FontStruct): Add ascent and descent slots. * lread.c (syms_of_lread): Fix literal newlines. * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around the string constant limit (2048 bytes) in MSVC. (main): Ditto.
* (ETAGSOBJ): Remove reference to obsolete alloca.obj.Andrew Innes2000-02-061-12/+3
| | | | | (CTAGSOBJ): Ditto. ($$(BLD)\alloca.obj): Delete obsolete dependency rule.
* Typos corrected for etagsFrancesco Potortì2000-02-031-4/+4
|
* etagsFrancesco Potortì2000-02-031-0/+19
|
* 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì2000-02-031-212/+239
| | | | | | | | | | | | | | | | | | | * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. (get_compressor_from_suffix, process_file): Use MSDOS in if clause. (etags_strchr, etags_strrchr): Use const char * and int as arguments. (getenv, getcwd): Only declare them if necessary. (EMACS_NAME): New constant macro. (print_version): Use it. (P_) [__STDC__]: Macro for defining function prototypes. (all functions): Made them static. 2000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr> * etags.c [WINDOWSNT]: #include <direct.h> 2000-01-18 Martin Buchholz <martin@xemacs.org> * etags.c: Prototypes and static for all the functions.
* Fix previous change.Richard M. Stallman2000-01-291-1/+1
|
* *** empty log message ***Richard M. Stallman2000-01-291-0/+4
|
* (main): Improve error message if can't create lock file.Richard M. Stallman2000-01-291-1/+1
|
* *** empty log message ***Gerd Moellmann2000-01-281-0/+6
|
* (socket_status): New function.Gerd Moellmann2000-01-281-15/+76
| | | | | (main): if $LOGNAME or $USER exist and differ from our euid, look for a socket based on the UID associated with the name.
* *** empty log message ***Gerd Moellmann2000-01-121-0/+5
|
* Add option -a EDITOR and environment variableGerd Moellmann2000-01-121-15/+50
| | | | ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
* *** empty log message ***Gerd Moellmann1999-12-101-0/+5
|
* (popmail): Allow mailbox specifications of theGerd Moellmann1999-12-101-3/+20
| | | | form `po:username:hostname'.
* 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
|
* *** empty log message ***Dave Love1999-10-151-0/+4
|
* (pop.o): Depend on config.h.Dave Love1999-10-151-1/+1
|
* Avoid strneq.Dave Love1999-10-111-2/+2
|
* *** empty log message ***Gerd Moellmann1999-10-101-0/+7
|
* Use "pop3" as the POP service name on all platforms,Gerd Moellmann1999-10-101-4/+0
| | | | | | 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
|