| Commit message (Expand) | Author | Age | Files | Lines |
| * | (start-process-shell-command): Don't use exec on windows-nt. | Karl Heuer | 1994-11-03 | 1 | -4/+9 |
| * | Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h | Karl Heuer | 1994-11-03 | 2 | -152/+152 |
| * | (sbrk): Allow request sizes to be different than the page size. | Karl Heuer | 1994-11-03 | 1 | -2/+0 |
| * | [WINDOWSNT]: (VIRT_ADDR_VARIES, DATA_END, DATA_START, HAVE_ALLOCA): Defined. | Karl Heuer | 1994-11-03 | 1 | -0/+7 |
| * | #include <malloc.h>. | Karl Heuer | 1994-11-03 | 1 | -0/+6 |
| * | (tar-extract): Set default-directory to that of the superior buffer, not the | Karl Heuer | 1994-11-03 | 1 | -0/+6 |
| * | (gud-gdb-complete-command): Add a trailing single quote to partially quoted | Karl Heuer | 1994-11-03 | 1 | -0/+11 |
| * | Don't rm files if cd fails. | Karl Heuer | 1994-11-03 | 1 | -5/+5 |
| * | Wrap font-lock-fontify-region's string-match with save-match-data. | Simon Marshall | 1994-11-03 | 1 | -3/+4 |
| * | (Fx_list_fonts): Don't bother to retrieve font info when there's no size_ref | Karl Heuer | 1994-11-02 | 1 | -22/+35 |
| * | (Fdecode_time): Fix Lisp_Object vs. integer problems. | Karl Heuer | 1994-11-02 | 1 | -8/+17 |
| * | Leave DEVICE_SEP undefined by default. | Karl Heuer | 1994-11-02 | 1 | -3/+0 |
| * | (init_buffer): Fix error message syntax. | Richard M. Stallman | 1994-11-02 | 1 | -1/+1 |
| * | (Fdecode_time): Change one XFASTINT to XINT. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
| * | (x_window): Make ibw 0 by default. | Richard M. Stallman | 1994-11-01 | 1 | -1/+3 |
| * | Add function and variable name conventions. | Richard M. Stallman | 1994-11-01 | 1 | -0/+10 |
| * | (*-unknown-freebsd): Remove [-(] from UNAME_RELEASE. | Per Bothner | 1994-11-01 | 1 | -1/+1 |
| * | Put nt subdir and its subdirs in the dist. | Richard M. Stallman | 1994-11-01 | 1 | -2/+19 |
| * | (SYSTEM_PURESIZE_EXTRA): Defined. | Richard M. Stallman | 1994-11-01 | 1 | -0/+4 |
| * | Initial revision | Richard M. Stallman | 1994-11-01 | 10 | -0/+2707 |
| * | (byte-compile-insert-header): Escape backslashes | Richard M. Stallman | 1994-11-01 | 1 | -1/+4 |
| * | (init_editfns): Get the username from the environment | Richard M. Stallman | 1994-11-01 | 1 | -0/+40 |
| * | (read_key_sequence): Use flags instead of gotos to | Richard M. Stallman | 1994-11-01 | 1 | -14/+29 |
| * | (DEVICE_SEP, DIRECTORY_SEP, IS_DEVICE_SEP) | Richard M. Stallman | 1994-11-01 | 1 | -0/+24 |
| * | (DOS_NT): Defined. | Richard M. Stallman | 1994-11-01 | 1 | -0/+2 |
| * | (term_init) [WINDOWSNT]: Do some Windows-specific | Richard M. Stallman | 1994-11-01 | 1 | -0/+48 |
| * | [WINDOWSNT] (EMACS_KILLPG): Use win32_kill_process. | Richard M. Stallman | 1994-11-01 | 1 | -0/+4 |
| * | Test DOS_NT, not MSDOS. | Richard M. Stallman | 1994-11-01 | 1 | -9/+9 |
| * | [WINDOWSNT]: Add includes for NT. | Richard M. Stallman | 1994-11-01 | 1 | -30/+70 |
| * | Use macros IS_ANY_SEP, IS_DIRECTORY_SEP, | Richard M. Stallman | 1994-11-01 | 1 | -9/+60 |
| * | (MAXNAMLEN) [WINDOWSNT]: Define as 255. | Richard M. Stallman | 1994-11-01 | 1 | -0/+4 |
| * | [WINDOWSNT]: Don't include vlimit.h. | Richard M. Stallman | 1994-11-01 | 1 | -0/+13 |
| * | Change explicit uses of the Unix directory separator | Richard M. Stallman | 1994-11-01 | 1 | -11/+17 |
| * | Change explicit uses of the Unix directory separator | Richard M. Stallman | 1994-11-01 | 1 | -137/+218 |
| * | (Fdump_emacs): Don't reset the data start address by | Richard M. Stallman | 1994-11-01 | 1 | -0/+4 |
| * | Use macros IS_ANY_SEP, IS_DIRECTORY_SEP, and DIRECTORY_SEP. | Richard M. Stallman | 1994-11-01 | 1 | -6/+17 |
| * | (getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp. | Richard M. Stallman | 1994-11-01 | 1 | -18/+57 |
| * | (init_buffer): Use DIRECTORY_SEP, IS_DIRECTORY_SEP macros, | Richard M. Stallman | 1994-11-01 | 1 | -7/+12 |
| * | (struct buffer): Test DOS_MT, not MSDOS. | Richard M. Stallman | 1994-11-01 | 1 | -2/+2 |
| * | On windows-nt, load ls-lisp and winnt. | Richard M. Stallman | 1994-11-01 | 1 | -1/+6 |
| * | (Info-directory-list): Treat windows-nt like ms-dos. | Richard M. Stallman | 1994-11-01 | 1 | -3/+5 |
| * | (byte-compile-file): Treat windows-nt like ms-dos. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
| * | (hexl-find-file): Treat windows-nt like ms-dos. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
| * | (shell-command-switch): New variable. | Richard M. Stallman | 1994-11-01 | 1 | -5/+9 |
| * | (command-line): Use ~/_emacs as init file in windows-nt. | Richard M. Stallman | 1994-11-01 | 1 | -0/+2 |
| * | (abbreviate-file-name): Handle drive letters on windows-nt as on ms-dos. | Richard M. Stallman | 1994-11-01 | 1 | -1/+2 |
| * | (desktop-basefilename): Use emacs.dsk on windows-nt. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
| * | (bookmark-file): Use ~/emacs.bmk on windows-nt. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
| * | (change-log-name): Use changlo on windows-nt. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
| * | (main, etags_getcwd): Test DOS_NT instead of MSDOS. | Richard M. Stallman | 1994-11-01 | 1 | -5/+12 |