| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (argmatch): New function. | Karl Heuer | 1994-09-26 | 1 | -42/+122 |
* | (Vsystem_configuration_options): New variable. | Karl Heuer | 1994-09-17 | 1 | -1/+9 |
* | (shut_down_emacs): Don't call Fx_close_current_connection. | Richard M. Stallman | 1994-09-17 | 1 | -0/+2 |
* | (init_cmdargs): After chasing link, use only the expanded name. | Richard M. Stallman | 1994-09-05 | 1 | -1/+1 |
* | (init_cmdargs): Set up initial_argv, initial_argc. | Richard M. Stallman | 1994-06-13 | 1 | -0/+7 |
* | (main): Do the setpgrp after checking for -batch. | Richard M. Stallman | 1994-06-05 | 1 | -15/+15 |
* | (main): In batch mode, don't set the pgrp. | Richard M. Stallman | 1994-05-28 | 1 | -7/+9 |
* | (syms_of_emacs): EMACS_CONFIGURATION renamed from CONFIGURATION. | Richard M. Stallman | 1994-05-18 | 1 | -2/+6 |
* | (main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY. | Richard M. Stallman | 1994-05-13 | 1 | -3/+3 |
* | (memory_warning_signal): Call force_auto_save_soon. | Richard M. Stallman | 1994-04-30 | 1 | -0/+3 |
* | Fix typo in previous change. | Richard M. Stallman | 1994-04-28 | 1 | -1/+1 |
* | (syms_of_emacs): Doc fix. | Richard M. Stallman | 1994-04-28 | 1 | -1/+3 |
* | (init_cmdargs): Check only for etc and lib-src subdirs | Richard M. Stallman | 1994-04-21 | 1 | -5/+13 |
* | (init_cmdargs): Just check for etc and lib-src subdirs | Richard M. Stallman | 1994-04-21 | 1 | -41/+23 |
* | (inherited_pgroup): Conditionalize on BSD_PGRPS. | Richard M. Stallman | 1994-04-13 | 1 | -1/+1 |
* | (main): Fix typo in prev. change. | Richard M. Stallman | 1994-04-12 | 1 | -1/+1 |
* | (main): Handle EXTRA_INITIALIZE. | Richard M. Stallman | 1994-04-09 | 1 | -0/+4 |