| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Gerd Moellmann | 2000-07-10 | 1 | -0/+7 |
| | | |||||
| * | (yylex): Accept string literals with newlines in them. | Gerd Moellmann | 2000-07-10 | 1 | -4/+7 |
| | | | | | | | (process_pp_line): Handle case of string literal with newline in it in replacement text, which counts as continuing the replacement text in GNU C. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-03 | 1 | -0/+5 |
| | | |||||
| * | (token_string): Add missing tokens. | Gerd Moellmann | 2000-07-03 | 1 | -12/+36 |
| | | | | | (parm_list): Handle case of qualified pointers. | ||||
| * | Move config.h before other includes (which may use feature tests). | Dave Love | 2000-06-23 | 2 | -4/+9 |
| | | |||||
| * | comment | Dave Love | 2000-06-20 | 1 | -1/+2 |
| | | |||||
| * | . | Jim Meyering | 2000-06-14 | 1 | -0/+4 |
| | | |||||
| * | Fix typos in comments. Remove trailing blanks. | Jim Meyering | 2000-06-14 | 1 | -12/+12 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2000-06-11 | 1 | -0/+7 |
| | | |||||
| * | Added targets for ebrowse. | Jason Rumney | 2000-06-11 | 1 | -0/+12 |
| | | |||||
| * | [WINDOWS-NT]: Use stricmp rather than strcasecmp to compare filenames. | Jason Rumney | 2000-06-11 | 1 | -2/+6 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-06-06 | 1 | -0/+5 |
| | | |||||
| * | (ymalloc): Renamed from xmalloc. | Gerd Moellmann | 2000-06-06 | 1 | -31/+33 |
| | | | | | (yrealloc): Renamed from xrealloc. | ||||
| * | (ERROR_MAX): Increase to 160. | Dave Love | 2000-05-21 | 2 | -2/+9 |
| | | |||||
| * | Include config.h, not ../src/config.h. | Dave Love | 2000-05-21 | 1 | -2/+3 |
| | | | | | (Errmsg): Bump length. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-05-05 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-05-04 | 1 | -0/+5 |
| | | |||||
| * | (DEFAULT_OUTFILE): Set to `BROWSE'. | Gerd Moellmann | 2000-05-04 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-05-02 | 1 | -0/+12 |
| | | |||||
| * | (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define | Eli Zaretskii | 2000-05-02 | 1 | -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 Love | 2000-04-19 | 1 | -1/+1 |
| | | |||||
| * | (Texinfo_functions): New function. | Dave Love | 2000-04-19 | 2 | -1/+34 |
| | | | | | | (lang_names): Install it. (Texinfo_suffixes): New variable. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-04-19 | 1 | -0/+6 |
| | | |||||
| * | (xmalloc, xrealloc): Rewritten. | Gerd Moellmann | 2000-04-19 | 1 | -14/+16 |
| | | | | | | (declaration): Remove parameter IS_EXTERN. (class_definition): Remove unused variable. | ||||
| * | Add `ebrowse'. | Stefan Monnier | 2000-04-16 | 1 | -14/+15 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-04-09 | 2 | -0/+3709 |
| | | |||||
| * | (INSTALLABLES): Add ebrowse. | Gerd Moellmann | 2000-04-09 | 1 | -1/+4 |
| | | | | | (ebrowse): New target. | ||||
| * | . | Andreas Schwab | 2000-03-29 | 1 | -0/+4 |
| | | |||||
| * | (scan_lisp_file): Also look for `defsubst'. | Andreas Schwab | 2000-03-29 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-03-02 | 1 | -0/+4 |
| | | |||||
| * | (lisp_suffixes) Add `LSP'. | Gerd Moellmann | 2000-03-02 | 1 | -1/+1 |
| | | |||||
| * | 2000-02-10 Francesco Potorti` <pot@gnu.org> | Francesco Potortì | 2000-02-10 | 2 | -98/+137 |
| | | | | | | | | | | | | * 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 Love | 2000-02-10 | 1 | -0/+5 |
| | | |||||
| * | (pfnote, new_pfnote, C_entries, prolog_pred, erlang_func): Add | Dave Love | 2000-02-10 | 1 | -5/+5 |
| | | | | | `static' to definitions to keep pcc happy. | ||||
| * | * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM, | Andrew Innes | 2000-02-06 | 1 | -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 Innes | 2000-02-06 | 1 | -12/+3 |
| | | | | | | (CTAGSOBJ): Ditto. ($$(BLD)\alloca.obj): Delete obsolete dependency rule. | ||||
| * | Typos corrected for etags | Francesco Potortì | 2000-02-03 | 1 | -4/+4 |
| | | |||||
| * | etags | Francesco Potortì | 2000-02-03 | 1 | -0/+19 |
| | | |||||
| * | 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | Francesco Potortì | 2000-02-03 | 1 | -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. Stallman | 2000-01-29 | 1 | -1/+1 |
| | | |||||
| * | (main): Improve error message if can't create lock file. | Richard M. Stallman | 2000-01-29 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-28 | 1 | -0/+6 |
| | | |||||
| * | (socket_status): New function. | Gerd Moellmann | 2000-01-28 | 1 | -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 Moellmann | 2000-01-12 | 1 | -0/+5 |
| | | |||||
| * | Add option -a EDITOR and environment variable | Gerd Moellmann | 2000-01-12 | 1 | -15/+50 |
| | | | | | ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs. | ||||
| * | *** empty log message *** | Gerd Moellmann | 1999-12-10 | 1 | -0/+5 |
| | | |||||
| * | (popmail): Allow mailbox specifications of the | Gerd Moellmann | 1999-12-10 | 1 | -3/+20 |
| | | | | | form `po:username:hostname'. | ||||
| * | 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 |
| | | |||||