summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
...
* (main) [REL_ALLOC]: Set __malloc_extra_blocks.Richard M. Stallman1995-01-311-0/+6
* (sort_args): Ordinary args get priority 0.Richard M. Stallman1995-01-221-12/+14
* (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,Richard M. Stallman1995-01-111-0/+21
* (main): Fix conversion of --display to -d.Richard M. Stallman1994-12-151-1/+19
* (sort_args): Make `options' a vector of ints.Richard M. Stallman1994-12-131-2/+2
* (argmatch): Take argc as arg; don't go past end of argv.Richard M. Stallman1994-12-041-13/+20
* (argmatch): Handle lstr == 0.Richard M. Stallman1994-12-031-1/+1
* Added code for automatically saving and restoring the match dataFrancesco Potortì1994-11-211-0/+5
* (sort_args): New function.Richard M. Stallman1994-11-191-16/+221
* (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