summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Gerd Moellmann2000-07-031-0/+5
|
* (token_string): Add missing tokens.Gerd Moellmann2000-07-031-12/+36
| | | | (parm_list): Handle case of qualified pointers.
* *** empty log message ***Dave Love2000-06-231-0/+5
|
* Move config.h before other includes (which may use feature tests).Dave Love2000-06-231-4/+4
|
* commentDave Love2000-06-201-1/+2
|
* .Jim Meyering2000-06-141-0/+4
|
* Fix typos in comments. Remove trailing blanks.Jim Meyering2000-06-141-12/+12
|
* *** empty log message ***Jason Rumney2000-06-111-0/+7
|
* Added targets for ebrowse.Jason Rumney2000-06-111-0/+12
|
* [WINDOWS-NT]: Use stricmp rather than strcasecmp to compare filenames.Jason Rumney2000-06-111-2/+6
|
* *** empty log message ***Gerd Moellmann2000-06-061-0/+5
|
* (ymalloc): Renamed from xmalloc.Gerd Moellmann2000-06-061-31/+33
| | | | (yrealloc): Renamed from xrealloc.
* *** empty log message ***Dave Love2000-05-211-1/+7
|
* (ERROR_MAX): Increase to 160.Dave Love2000-05-211-1/+2
|
* Include config.h, not ../src/config.h.Dave Love2000-05-211-2/+3
| | | | (Errmsg): Bump length.
* *** empty log message ***Gerd Moellmann2000-05-051-2/+2
|
* *** empty log message ***Gerd Moellmann2000-05-041-0/+5
|
* (DEFAULT_OUTFILE): Set to `BROWSE'.Gerd Moellmann2000-05-041-1/+1
|
* *** empty log message ***Eli Zaretskii2000-05-021-0/+12
|
* (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: DefineEli Zaretskii2000-05-021-6/+15
| | | | | | | | | | | to semi-colon. (FILENAME_EQ): New macro, for comparing file names. (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ. (process_file): Don't assume that fread always reads as many bytes as it was told to (DOS-style CR-LF text files fail this logic). (open_file): Allocate enough space for path->path plus the file name and the slash.
* *** empty log message ***Dave Love2000-04-191-1/+1
|
* *** empty log message ***Dave Love2000-04-191-0/+6
|
* (Texinfo_functions): New function.Dave Love2000-04-191-1/+28
| | | | | (lang_names): Install it. (Texinfo_suffixes): New variable.
* *** empty log message ***Gerd Moellmann2000-04-191-0/+6
|
* (xmalloc, xrealloc): Rewritten.Gerd Moellmann2000-04-191-14/+16
| | | | | (declaration): Remove parameter IS_EXTERN. (class_definition): Remove unused variable.
* Add `ebrowse'.Stefan Monnier2000-04-161-14/+15
|
* *** empty log message ***Gerd Moellmann2000-04-092-0/+3709
|
* (INSTALLABLES): Add ebrowse.Gerd Moellmann2000-04-091-1/+4
| | | | (ebrowse): New target.
* .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'.