| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (main): Call syms_of_term. | Karl Heuer | 1994-04-08 | 1 | -0/+1 |
* | (__do_global_ctors, __do_global_ctors_aux) | Richard M. Stallman | 1994-03-22 | 1 | -0/+2 |
* | (syms_of_emacs): Don't initialize Vinstallation_name | Richard M. Stallman | 1994-03-20 | 1 | -2/+2 |
* | (shut_down_emacs): Set Vrun_hooks to nil. | Richard M. Stallman | 1994-03-05 | 1 | -0/+3 |
* | Comment change. | Richard M. Stallman | 1994-03-03 | 1 | -1/+1 |
* | Move extern declarations to top of file. | Karl Heuer | 1994-02-22 | 1 | -5/+4 |
* | (main): Test BSD_PGRPS, not BSD. | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |
* | (main) [AIX]: Don't handle signal 20, 21 or 22. | Richard M. Stallman | 1994-02-05 | 1 | -11/+2 |
* | (init_cmdargs): Set Vinstallation_directory. | Richard M. Stallman | 1994-02-03 | 1 | -0/+82 |
* | (main) [USG5 and INTERRUPT_INPUT]: Call setpgrp. | Richard M. Stallman | 1994-01-14 | 1 | -0/+4 |
* | (main): Call strerror instead of using sys_errlist. | Roland McGrath | 1994-01-08 | 1 | -8/+3 |
* | (main): Don't call setpgrp if !initialized. | Richard M. Stallman | 1994-01-08 | 1 | -4/+5 |
* | (main) [MSDOS]: Call init_environment. Set file types to | Richard M. Stallman | 1994-01-08 | 1 | -0/+18 |
* | (main) [AIX]: Call putenv. | Richard M. Stallman | 1993-12-26 | 1 | -0/+6 |
* | (syms_of_emacs): Define Lisp var system-configuration. | Richard M. Stallman | 1993-12-23 | 1 | -2/+26 |
* | (main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY. | Richard M. Stallman | 1993-11-27 | 1 | -1/+3 |
* | (main): Call init_callproc and init_callproc_1. | Richard M. Stallman | 1993-11-24 | 1 | -1/+2 |
* | (main): Use EMACS_GETPGRP macro. | Richard M. Stallman | 1993-11-10 | 1 | -6/+3 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (init_cmdargs): Check openp result for 1, not != 0. | Richard M. Stallman | 1993-08-14 | 1 | -1/+1 |
* | (__CTOR_LIST__): Don't declare it on Linux. | Richard M. Stallman | 1993-08-14 | 1 | -0/+3 |
* | Include process.h. | Richard M. Stallman | 1993-08-12 | 1 | -1/+2 |
* | (main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE | Paul Eggert | 1993-08-10 | 1 | -2/+0 |
* | (Vinvocation_directory): New var. | Richard M. Stallman | 1993-08-08 | 1 | -3/+29 |
* | (main): Test LOCALTIME_CACHE. | Richard M. Stallman | 1993-07-27 | 1 | -6/+6 |
* | (PRIO_PROCESS): Definition deleted. | Richard M. Stallman | 1993-06-30 | 1 | -2/+0 |
* | * emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs. | Jim Blandy | 1993-06-19 | 1 | -1/+1 |
* | Changes for Irix 4.0, tested this time: | Jim Blandy | 1993-06-18 | 1 | -1/+6 |
* | Changes for correct pgrp behavior; approach suggested by Bob | Jim Blandy | 1993-06-17 | 1 | -8/+0 |
* | (shut_down_emacs): New arg STUFF. Stuff input here. | Richard M. Stallman | 1993-06-13 | 1 | -4/+7 |
* | Interact properly with shells lacking job control (sh, rc, es...) | Jim Blandy | 1993-06-11 | 1 | -7/+13 |
* | (syms_of_emacs): Doc fix. | Richard M. Stallman | 1993-06-03 | 1 | -1/+1 |
* | (shut_down_emacs): Handle GETPGRP_NO_ARG. | Richard M. Stallman | 1993-06-02 | 1 | -6/+13 |
* | (main) [AIX _I386]: Don't handle SIGIOINT. | Richard M. Stallman | 1993-05-30 | 1 | -0/+2 |
* | Don't include termios.h directly--let systty.h do it. | Richard M. Stallman | 1993-05-29 | 1 | -13/+9 |
* | (syms_of_emacs) [CANNOT_DUMP]: Don't defsubr Sdump_emacs*. | Richard M. Stallman | 1993-05-28 | 1 | -0/+2 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |