| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix line endings | Andrew Innes | 2000-08-23 | 3 | -4/+404 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-08-22 | 1 | -1/+13 |
| | | |||||
| * | (WIN32): Remove unnecessary definition. | Andrew Innes | 2000-08-22 | 1 | -3/+2 |
| | | | | | | (sleep): Make argument unsigned long. (_WINSOCK_H): Undefine so normal winsock definitions can be used. | ||||
| * | (sleep): Make argument unsigned long. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
| | | |||||
| * | (main) [WINDOWSNT]: Force binary mode for fileio. | Andrew Innes | 2000-08-22 | 1 | -2/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-21 | 1 | -0/+4 |
| | | |||||
| * | (canonicalize_filename) [DOS_NT]: Upcase the first | Eli Zaretskii | 2000-08-20 | 2 | -1/+6 |
| | | | | | letter only if it is a drive letter. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-14 | 1 | -0/+11 |
| | | |||||
| * | (xrealloc, xmalloc): Renamed from yrealloc and | Gerd Moellmann | 2000-07-14 | 1 | -30/+30 |
| | | | | | ymalloc. | ||||
| * | (xmalloc, xrealloc): Make externally visible, for use | Gerd Moellmann | 2000-07-14 | 1 | -4/+4 |
| | | | | | by alloca.o. | ||||
| * | (alloca.o): Add -Demacs so that alloca will use | Gerd Moellmann | 2000-07-14 | 1 | -1/+1 |
| | | | | | xmalloc. | ||||
| * | *** 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. | ||||