aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* (Fdump_emacs): Don't reset the data start address byRichard M. Stallman1994-11-011-0/+4
* *** empty log message ***Morten Welinder1994-10-171-0/+5
* (Fkill_emacs): Use type test macros.Karl Heuer1994-09-271-1/+1
* (argmatch): New function.Karl Heuer1994-09-261-42/+122
* (Vsystem_configuration_options): New variable.Karl Heuer1994-09-171-1/+9
* (shut_down_emacs): Don't call Fx_close_current_connection.Richard M. Stallman1994-09-171-0/+2
* (init_cmdargs): After chasing link, use only the expanded name.Richard M. Stallman1994-09-051-1/+1
* (init_cmdargs): Set up initial_argv, initial_argc.Richard M. Stallman1994-06-131-0/+7
* (main): Do the setpgrp after checking for -batch.Richard M. Stallman1994-06-051-15/+15
* (main): In batch mode, don't set the pgrp.Richard M. Stallman1994-05-281-7/+9
* (syms_of_emacs): EMACS_CONFIGURATION renamed from CONFIGURATION.Richard M. Stallman1994-05-181-2/+6
* (main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.Richard M. Stallman1994-05-131-3/+3
* (memory_warning_signal): Call force_auto_save_soon.Richard M. Stallman1994-04-301-0/+3
* Fix typo in previous change.Richard M. Stallman1994-04-281-1/+1
* (syms_of_emacs): Doc fix.Richard M. Stallman1994-04-281-1/+3
* (init_cmdargs): Check only for etc and lib-src subdirsRichard M. Stallman1994-04-211-5/+13
* (init_cmdargs): Just check for etc and lib-src subdirsRichard M. Stallman1994-04-211-41/+23
* (inherited_pgroup): Conditionalize on BSD_PGRPS.Richard M. Stallman1994-04-131-1/+1
* (main): Fix typo in prev. change.Richard M. Stallman1994-04-121-1/+1
* (main): Handle EXTRA_INITIALIZE.Richard M. Stallman1994-04-091-0/+4
* (main): Call syms_of_term.Karl Heuer1994-04-081-0/+1
* (__do_global_ctors, __do_global_ctors_aux)Richard M. Stallman1994-03-221-0/+2
* (syms_of_emacs): Don't initialize Vinstallation_nameRichard M. Stallman1994-03-201-2/+2
* (shut_down_emacs): Set Vrun_hooks to nil.Richard M. Stallman1994-03-051-0/+3
* Comment change.Richard M. Stallman1994-03-031-1/+1
* Move extern declarations to top of file.Karl Heuer1994-02-221-5/+4
* (main): Test BSD_PGRPS, not BSD.Richard M. Stallman1994-02-171-1/+1
* (main) [AIX]: Don't handle signal 20, 21 or 22.Richard M. Stallman1994-02-051-11/+2
* (init_cmdargs): Set Vinstallation_directory.Richard M. Stallman1994-02-031-0/+82
* (main) [USG5 and INTERRUPT_INPUT]: Call setpgrp.Richard M. Stallman1994-01-141-0/+4
* (main): Call strerror instead of using sys_errlist.Roland McGrath1994-01-081-8/+3
* (main): Don't call setpgrp if !initialized.Richard M. Stallman1994-01-081-4/+5
* (main) [MSDOS]: Call init_environment. Set file types toRichard M. Stallman1994-01-081-0/+18
* (main) [AIX]: Call putenv.Richard M. Stallman1993-12-261-0/+6
* (syms_of_emacs): Define Lisp var system-configuration.Richard M. Stallman1993-12-231-2/+26
* (main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY.Richard M. Stallman1993-11-271-1/+3
* (main): Call init_callproc and init_callproc_1.Richard M. Stallman1993-11-241-1/+2
* (main): Use EMACS_GETPGRP macro.Richard M. Stallman1993-11-101-6/+3
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (init_cmdargs): Check openp result for 1, not != 0.Richard M. Stallman1993-08-141-1/+1
* (__CTOR_LIST__): Don't declare it on Linux.Richard M. Stallman1993-08-141-0/+3
* Include process.h.Richard M. Stallman1993-08-121-1/+2
* (main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPEPaul Eggert1993-08-101-2/+0
* (Vinvocation_directory): New var.Richard M. Stallman1993-08-081-3/+29
* (main): Test LOCALTIME_CACHE.Richard M. Stallman1993-07-271-6/+6
* (PRIO_PROCESS): Definition deleted.Richard M. Stallman1993-06-301-2/+0
* * emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.Jim Blandy1993-06-191-1/+1
* Changes for Irix 4.0, tested this time:Jim Blandy1993-06-181-1/+6
* Changes for correct pgrp behavior; approach suggested by BobJim Blandy1993-06-171-8/+0
* (shut_down_emacs): New arg STUFF. Stuff input here.Richard M. Stallman1993-06-131-4/+7