| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (recompile): New target to recompile lisp | Andrew Innes | 2000-10-17 | 2 | -0/+16 |
| | | | | | | directory. (recompile-CMD, recompile-SH): New support targets. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 1 | -0/+48 |
| | | |||||
| * | Add definition of NO_RETURN | Jason Rumney | 2000-09-24 | 2 | -1/+13 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-09-17 | 1 | -0/+11 |
| | | |||||
| * | Revert to Unix line endings. | Andrew Innes | 2000-09-17 | 2 | -453/+453 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-09-14 | 1 | -0/+4 |
| | | |||||
| * | Revert to Unix line endings. | Andrew Innes | 2000-09-14 | 1 | -206/+206 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-09-14 | 1 | -0/+21 |
| | | |||||
| * | Standardize indentation somewhat. | Andrew Innes | 2000-09-14 | 1 | -46/+124 |
| | | | | | | | | | Add bootstrap support. Pass $(MFLAGS) when invoking make recursively. Add shell-specific variants of top-level targets that invoke make recursively in other directories, and add necessary computed dependencies. | ||||
| * | (SHELLTYPE): New define. | Andrew Innes | 2000-09-14 | 1 | -0/+1 |
| | | |||||
| * | (SHELLTYPE): New define. | Andrew Innes | 2000-09-14 | 1 | -0/+3 |
| | | | | | (SETLOADPATH): New define. | ||||
| * | Change to DOS line endings. | Andrew Innes | 2000-09-14 | 1 | -67/+1 |
| | | | | | | Simplify the generation of makefiles (don't need to generate various top-level targets that invoke make in other directories). | ||||
| * | Add note about expected error messages when configure | Andrew Innes | 2000-09-14 | 1 | -0/+4 |
| | | | | | is run. | ||||
| * | *** empty log message *** | Andrew Innes | 2000-09-03 | 1 | -0/+2 |
| | | |||||
| * | Change to DOS line endings. | Andrew Innes | 2000-09-03 | 1 | -128/+128 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-09-03 | 1 | -0/+2 |
| | | |||||
| * | Change to DOS line endings. | Andrew Innes | 2000-09-03 | 1 | -346/+346 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-09-03 | 1 | -0/+20 |
| | | |||||
| * | (_ANONYMOUS_UNION) [__GNUC__]: New define. | Andrew Innes | 2000-09-03 | 2 | -0/+8 |
| | | | | | (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | ||||
| * | (CFLAGS): No need for -D_ANONYMOUS_UNION | Andrew Innes | 2000-09-03 | 1 | -220/+231 |
| | | | | | | | | | -D_ANONYMOUS_STRUCT on compile line. (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. (ARCH_CFLAGS): Change optimization flags to -O2. (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. (ARGQUOTE, DQUOTE): New defines. | ||||
| * | (CFLAGS): No need for -D_ANONYMOUS_UNION | Andrew Innes | 2000-09-03 | 1 | -213/+218 |
| | | | | | | | -D_ANONYMOUS_STRUCT on compile line. (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. (ARGQUOTE, DQUOTE): New defines. | ||||
| * | *** empty log message *** | Andrew Innes | 2000-08-30 | 1 | -1/+1 |
| | | |||||
| * | New file. | Andrew Innes | 2000-08-24 | 4 | -0/+907 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-08-22 | 1 | -1/+37 |
| | | |||||
| * | (_WINSOCK_H): Undefine if defined. | Andrew Innes | 2000-08-22 | 1 | -4/+6 |
| | | | | | | (fd_set): Define to new name, after including winsock.h, so we can provide our own implementation. | ||||
| * | (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | Andrew Innes | 2000-08-22 | 1 | -0/+2 |
| | | | | | not defined. | ||||
| * | Remove WIN32 define. | Andrew Innes | 2000-08-22 | 1 | -2/+0 |
| | | |||||
| * | (PTR_TO_OFFSET): Cast ptr to unsigned char *. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
| | | |||||
| * | Use forward slash as directory separator in all path | Andrew Innes | 2000-08-22 | 1 | -8/+7 |
| | | | | | | definitions. (PATH_DUMPLOADSEARCH): Revert to definition used on Unix. | ||||
| * | [WINDOWSNT]: Don't declare getenv. | Andrew Innes | 2000-08-22 | 1 | -0/+2 |
| | | |||||
| * | (PTR_TO_OFFSET): Cast ptr to unsigned char*. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
| | | |||||
| * | (main): Accept /q to mean install based on addpm's | Andrew Innes | 2000-08-22 | 1 | -14/+25 |
| | | | | | | location without asking. Remove reference to emacs.bat which is now obsolete. | ||||
| * | Rewrite to match new configure process. | Andrew Innes | 2000-08-22 | 1 | -145/+104 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-21 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-07-05 | 1 | -0/+6 |
| | | |||||
| * | Add support for `bootstrap' and related targets. | Andrew Innes | 2000-07-05 | 1 | -24/+24 |
| | | |||||
| * | Add support for specifying make arguments. | Andrew Innes | 2000-07-05 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2000-06-11 | 1 | -0/+4 |
| | | |||||
| * | Define POINTER_TYPE, PTR, PROTOTYPES and __P. | Jason Rumney | 2000-06-11 | 1 | -0/+20 |
| | | |||||
| * | * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM, | Andrew Innes | 2000-02-06 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Add include protection. | Andrew Innes | 2000-02-06 | 1 | -0/+5 |
| | | |||||
| * | (SYS_LDFLAGS): Add -nologo. | Andrew Innes | 2000-02-06 | 1 | -2/+2 |
| | | |||||
| * | Add CRs. | Gerd Moellmann | 1999-11-22 | 1 | -8/+8 |
| | | |||||
| * | Pass on command line arguments to make. | Gerd Moellmann | 1999-11-22 | 2 | -7/+10 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-22 | 1 | -0/+5 |
| | | |||||
| * | (fast_install): Bring commands up-to-date, and fix typo. | Gerd Moellmann | 1999-11-22 | 1 | -1/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-22 | 1 | -0/+11 |
| | | |||||
| * | (EMACSLOADPATH): Include leim. | Gerd Moellmann | 1999-11-22 | 1 | -1/+1 |
| | | |||||
| * | (env_vars): Include leim in default EMACSLOADPATH | Gerd Moellmann | 1999-11-22 | 1 | -1/+1 |
| | | | | | definition. | ||||
| * | (all): Build leim if present. | Gerd Moellmann | 1999-11-22 | 1 | -0/+6 |
| | | | | | | (install): Install leim if present. (clean): Clean leim if present. | ||||