Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do make version comparison as strings. | Andrew Innes | 1999-01-27 | 1 | -1/+1 |
| | |||||
* | (WinMain): Pass explicit environment block to | Andrew Innes | 1999-01-26 | 1 | -1/+1 |
| | | | | CreateProcess, to work around a bug in Windows 95/98. | ||||
* | Use icons/gnu2a32.ico as the default icon. | Geoff Voelker | 1999-01-26 | 1 | -5/+5 |
| | |||||
* | (install, fast_install): Install Windows icons | Geoff Voelker | 1999-01-26 | 1 | -0/+4 |
| | | | | into etc/icons. | ||||
* | (ALL): List top-level targets. | Andrew Innes | 1999-01-17 | 1 | -1/+8 |
| | | | | | (addsection): New top-level target. (install): Copy fns-*.el to bin directory. | ||||
* | Initial revision | Andrew Innes | 1999-01-17 | 1 | -0/+524 |
| | |||||
* | (spawn): Pass directory for child as parameter. | Andrew Innes | 1998-12-28 | 1 | -4/+15 |
| | | | | | | (main): Save startup directory to give to spawn, then change directory to location of .exe in order not to prevent startup directory from being deleted. | ||||
* | Do string comparision of _NMAKE_VER. | Geoff Voelker | 1998-12-08 | 1 | -1/+1 |
| | |||||
* | (LOCALTIME_CACHE): Define. | Geoff Voelker | 1998-12-03 | 1 | -1/+1 |
| | |||||
* | Convert to DOS format. | Andrew Innes | 1998-11-13 | 1 | -7/+7 |
| | |||||
* | (main): Set environment size only when running | Geoff Voelker | 1998-11-10 | 1 | -9/+9 |
| | | | | command.com. | ||||
* | Compile multiple source files when possible. | Geoff Voelker | 1998-11-04 | 1 | -1/+6 |
| | |||||
* | (SYS_LDFLAGS): Use swapfile when running from cd or net. | Geoff Voelker | 1998-11-04 | 1 | -3/+16 |
| | | | | | (DEL_TREE): Use rd instead of rmdir. (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | ||||
* | (main): Treat command line options as case-insensitive. | Geoff Voelker | 1998-10-06 | 1 | -4/+4 |
| | |||||
* | (main): Explicitly check result of message box for OK. | Geoff Voelker | 1998-07-21 | 1 | -1/+4 |
| | |||||
* | (D_OK): Define new macro. | Karl Heuer | 1998-06-05 | 1 | -0/+1 |
| | |||||
* | (CFLAGS): Do not define HAVE_NTGUI. | Andrew Innes | 1998-06-01 | 1 | -3/+0 |
| | |||||
* | (VS_VERSION_INFO): Define. | Geoff Voelker | 1998-05-30 | 1 | -0/+35 |
| | |||||
* | New target for installation bin directory. | Geoff Voelker | 1998-04-29 | 1 | -1/+5 |
| | |||||
* | (HAVE_MOTIF_2_1): Add for consistency with config.in. | Geoff Voelker | 1998-04-29 | 1 | -0/+4 |
| | | | | (RE_TRANSLATE_P): New macro. | ||||
* | (emacs.bat, debug.bat): Create them in the | Geoff Voelker | 1998-04-24 | 1 | -14/+12 |
| | | | | installation directory. | ||||
* | (main): Only set environment size for real shell, and | Geoff Voelker | 1998-04-23 | 1 | -17/+27 |
| | | | | provide extra directory argument, when running on Windows 95. | ||||
* | Build ddeclient. | Geoff Voelker | 1998-04-23 | 1 | -1/+8 |
| | |||||
* | Initial revision | Geoff Voelker | 1998-04-23 | 1 | -0/+76 |
| | |||||
* | (clean): Delete patch generated files, optimized | Geoff Voelker | 1998-04-17 | 1 | -1/+5 |
| | | | | build directory. | ||||
* | (CP_DIR): Preserve attributes. | Geoff Voelker | 1998-04-17 | 1 | -1/+1 |
| | |||||
* | Include new macros from src/config.in. | Geoff Voelker | 1998-04-17 | 1 | -5/+40 |
| | | | | | | (GNU_MALLOC, REL_ALLOC): Define. (RE_TRANSLATE_TYPE): Use Lisp_Object as type. (RE_TRANSLATE): Use char_table_translate. | ||||
* | (fail): Exit with a negative return value. | Geoff Voelker | 1998-04-17 | 1 | -8/+28 |
| | | | | | | | (spawn): Return subprocess return code as an argument. Explicitly copy environment block. (main): Update to use return value argument with spawn. Retry if spawn failed when a subshell was not tried. | ||||
* | addpm.c (env_vars): Fix misplaced % in SHELL entry. | Geoff Voelker | 1997-10-01 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Geoff Voelker | 1997-09-11 | 1 | -1/+1 |
| | |||||
* | (debug.bat): New target. | Geoff Voelker | 1997-09-11 | 1 | -1/+10 |
| | |||||
* | Initial revision | Geoff Voelker | 1997-09-11 | 1 | -0/+31 |
| | |||||
* | Remove OS dependent operations. | Geoff Voelker | 1997-09-03 | 1 | -14/+4 |
| | | | | (INFOPATH): No longer set INFOPATH. | ||||
* | (WinMain): Allow Emacs process to be started with | Geoff Voelker | 1997-09-03 | 1 | -4/+20 |
| | | | | high or low priority. | ||||
* | (CFLAGS_COMMON): Place pdb file in object build | Geoff Voelker | 1997-09-03 | 1 | -3/+3 |
| | | | | | directory. (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. | ||||
* | (get_env_size): New function. | Geoff Voelker | 1997-09-03 | 1 | -25/+100 |
| | | | | | | | | | | (spawn): Explicitly pass in environment when creating subprocess. (main): Cleaup error messages. Specify dynamically sized environment block for real shell. Pass on unhandled switches to real shell. Quote program name. (get_next_token): Null terminate token returned. | ||||
* | (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | Geoff Voelker | 1997-09-03 | 1 | -9/+15 |
| | | | | | | Quote group name. Allow different icons to be specified. (env_vars): No longer set INFOPATH. | ||||
* | (ALL): Build cmdproxy. | Geoff Voelker | 1997-08-17 | 1 | -1/+8 |
| | | | | | (cmdproxy): New target. (install): Install cmdproxy. | ||||
* | (MSVCNT11): Conditionally define it. | Geoff Voelker | 1997-08-17 | 1 | -4/+14 |
| | | | | | | | | (BASE_LIBS): Do not use oldnames.lib. (SYS_LDFLAGS): Use pdb files. (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | ||||
* | (env_vars): Set SHELL to cmdproxy. | Geoff Voelker | 1997-08-17 | 1 | -4/+46 |
| | | | | | | (main): Initialize idDde to 0. Determine emacs_path from module file name. Prompt for install. | ||||
* | Initial revision | Geoff Voelker | 1997-08-09 | 3 | -0/+630 |
| | |||||
* | (shutdown): Define. | Geoff Voelker | 1997-07-10 | 1 | -0/+2 |
| | | | | (sys_shutdown): Export. | ||||
* | (RE_TRANSLATE): Copy definition from config.in. | Richard M. Stallman | 1997-07-09 | 1 | -0/+1 |
| | |||||
* | Update file comments. | Geoff Voelker | 1997-07-01 | 1 | -23/+54 |
| | | | | Update undefs added/removed in src/config.in. | ||||
* | Use windows95 and windowsnt instead | Geoff Voelker | 1997-01-20 | 2 | -6/+6 |
| | | | | of win95 and winnt, respectively. | ||||
* | Add site-lisp to EMACSLOADPATH. | Geoff Voelker | 1997-01-05 | 1 | -1/+1 |
| | |||||
* | (env_vars): Add site-lisp to EMACSLOADPATH. | Geoff Voelker | 1997-01-05 | 1 | -1/+1 |
| | |||||
* | (real_install): Create site-lisp in installation dir. | Geoff Voelker | 1997-01-05 | 1 | -0/+1 |
| | |||||
* | Use new name ms-w32.h for windowsnt.h | Geoff Voelker | 1996-11-19 | 1 | -1/+1 |
| | |||||
* | Use new name w32.h for nt.h | Geoff Voelker | 1996-11-19 | 1 | -1/+1 |
| |