| Commit message (Expand) | Author | Age | Files | Lines |
* | Include blockinput.h. | Richard M. Stallman | 1996-02-06 | 1 | -0/+1 |
* | (fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT. | Richard M. Stallman | 1996-02-06 | 1 | -0/+2 |
* | (sort_args): Error if option is missing an arg. | Richard M. Stallman | 1996-01-28 | 1 | -0/+4 |
* | (Fdump_emacs): If HAVE_TZSET and not | Richard M. Stallman | 1996-01-17 | 1 | -0/+32 |
* | (main): In batch mode, don't handle SIGHUP if was ignored. | Karl Heuer | 1996-01-09 | 1 | -2/+17 |
* | (Fdump_emacs_data, Fdump_emacs): Harmonize arguments with documentation. | Erik Naggum | 1996-01-09 | 1 | -16/+16 |
* | Test SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG. | Karl Heuer | 1996-01-05 | 1 | -4/+4 |
* | (main): Call syms_of_xmenu if and only if HAVE_MENUS. | Richard M. Stallman | 1995-12-28 | 1 | -4/+4 |
* | (main): Fix args to handle `--display DISPLAY'. | Karl Heuer | 1995-12-13 | 1 | -1/+1 |
* | (main): Add LINUX_SBRK_BUG conditional call to __sbrk. | Richard M. Stallman | 1995-11-21 | 1 | -0/+4 |
* | [HAVE_NTGUI]: Declare Vwindow_system. | Geoff Voelker | 1995-11-07 | 1 | -3/+16 |
* | (main): [MSDOS] Call init_gettimeofday. | Karl Heuer | 1995-11-04 | 1 | -0/+1 |
* | (main): Call tzset only if LOCALTIME_CACHE is defined; | Richard M. Stallman | 1995-09-10 | 1 | -3/+3 |
* | (decode_env_path): Use ".", not nil, for current dir. | Richard M. Stallman | 1995-08-29 | 1 | -1/+2 |
* | (sort_args): Initialize best_priority smaller than any | Karl Heuer | 1995-08-15 | 1 | -1/+1 |
* | (standard_args): Fix previous change. | Richard M. Stallman | 1995-08-14 | 1 | -1/+1 |
* | (standard_args): Add option --eval to evalute an | Richard M. Stallman | 1995-08-14 | 1 | -0/+1 |
* | (main): Add to usage message. | Karl Heuer | 1995-07-17 | 1 | -1/+2 |
* | (init_cmdargs): Make Vinvocation_directory | Richard M. Stallman | 1995-06-26 | 1 | -0/+5 |
* | (main): Fix --help message. | Richard M. Stallman | 1995-06-24 | 1 | -1/+0 |
* | (standard_args): -i, -itype, --icon-type take 0, not 1, args | Karl Heuer | 1995-05-26 | 1 | -2/+2 |
* | (Fkill_emacs): Delete the auto-save-list file | Karl Heuer | 1995-05-18 | 1 | -5/+6 |
* | (Fdump_emacs): Don't take address of array. | Karl Heuer | 1995-05-17 | 1 | -1/+1 |
* | (main) [NeXT]: Add missing braces. | Karl Heuer | 1995-05-12 | 1 | -6/+7 |
* | (Fdump_emacs): Don't use & before my_edata. | Richard M. Stallman | 1995-05-08 | 1 | -1/+1 |
* | Delete all APOLLO conditionals. | Richard M. Stallman | 1995-05-06 | 1 | -18/+8 |
* | (main): Delete duplicate code for -version. | Richard M. Stallman | 1995-04-30 | 1 | -10/+2 |
* | (standard_args): Add #ifdef VMS for -map. | Richard M. Stallman | 1995-04-30 | 1 | -0/+2 |
* | (standard_args): Add -L/--directory/-directory. | Richard M. Stallman | 1995-04-29 | 1 | -0/+2 |
* | (standard_args): Move -iconic and --icon-type (etc.) | Richard M. Stallman | 1995-04-26 | 1 | -3/+4 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (main): Cast arg to `brk'. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
* | (main): Start with an empty message log. | Karl Heuer | 1995-04-03 | 1 | -0/+10 |
* | (sort_args): Skip strncmp if longname is a null pointer. | Karl Heuer | 1995-03-31 | 1 | -2/+5 |
* | (dump-emacs-data, dump-emacs): Declare my_edata as char array. | Richard M. Stallman | 1995-03-21 | 1 | -2/+2 |
* | (syms_of_emacs): Doc fix. | Richard M. Stallman | 1995-03-02 | 1 | -1/+2 |
* | (main): Undo previous change. | Richard M. Stallman | 1995-02-05 | 1 | -9/+0 |
* | Fix previous change. | Richard M. Stallman | 1995-01-31 | 1 | -6/+9 |
* | (main) [REL_ALLOC]: Set __malloc_extra_blocks. | Richard M. Stallman | 1995-01-31 | 1 | -0/+6 |
* | (sort_args): Ordinary args get priority 0. | Richard M. Stallman | 1995-01-22 | 1 | -12/+14 |
* | (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK, | Richard M. Stallman | 1995-01-11 | 1 | -0/+21 |
* | (main): Fix conversion of --display to -d. | Richard M. Stallman | 1994-12-15 | 1 | -1/+19 |
* | (sort_args): Make `options' a vector of ints. | Richard M. Stallman | 1994-12-13 | 1 | -2/+2 |
* | (argmatch): Take argc as arg; don't go past end of argv. | Richard M. Stallman | 1994-12-04 | 1 | -13/+20 |
* | (argmatch): Handle lstr == 0. | Richard M. Stallman | 1994-12-03 | 1 | -1/+1 |
* | Added code for automatically saving and restoring the match data | Francesco Potortì | 1994-11-21 | 1 | -0/+5 |
* | (sort_args): New function. | Richard M. Stallman | 1994-11-19 | 1 | -16/+221 |
* | (Fdump_emacs): Don't reset the data start address by | Richard M. Stallman | 1994-11-01 | 1 | -0/+4 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -0/+5 |
* | (Fkill_emacs): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -1/+1 |