aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit.Richard M. Stallman1999-01-021-2/+0
* (main): Call memory_warnings and uninterrupt_mallocRichard M. Stallman1998-12-291-8/+7
* emacs.c (main): Invoke init_fileio_once.Geoff Voelker1998-10-301-0/+1
* (main) [HAVE_NTGUI]: Invoke syms_of_fontset().Geoff Voelker1998-10-251-0/+1
* (sort_args): Fill extra space with NULL ptrs.Richard M. Stallman1998-09-271-0/+4
* (main): Mention --display and --eval in help.Karl Heuer1998-09-101-3/+4
* (main): Call init_coding.Kenichi Handa1998-07-211-0/+1
* (sort_args): Discard duplicate options with no args.Richard M. Stallman1998-06-231-80/+117
* Doc fixes.Karl Heuer1998-06-201-1/+1
* (standard_args): Fix arg order to match code in `main'.Richard M. Stallman1998-06-121-11/+17
* Comment change.Karl Heuer1998-06-051-1/+1
* (main): Don't implement --version if not initialized.Karl Heuer1998-06-041-2/+5
* (main): Test `initialized' before clearing *Messages*.Karl Heuer1998-06-011-5/+8
* (main): Call the syms_of_... and keys_of_... functionsRichard M. Stallman1998-05-061-24/+25
* (main): Use Vbuffer_alist instead of Fbuffer_list.Andreas Schwab1998-04-291-4/+4
* (abort): Omit this definition, if NO_ABORT.Richard M. Stallman1998-04-291-1/+3
* (main): Doc --multibyte and --unibyte in --help message.Richard M. Stallman1998-04-281-1/+1
* (main): Fix bug report address.Richard M. Stallman1998-04-281-1/+1
* (standard_args): Apply --unibyte/multibyte after --nw.Richard M. Stallman1998-04-261-4/+4
* Include buffer.hRichard M. Stallman1998-04-231-27/+58
* (syms_of_emacs): Fix patching error in previous change.Richard M. Stallman1998-04-171-2/+2
* (Vpath_separator): New variable.Geoff Voelker1998-04-171-0/+10
* (standard_args): Add --no-unibyte.Richard M. Stallman1998-04-161-12/+25
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-6/+11
* (abort): Don't redefine on DOS_NT.Karl Heuer1998-04-091-1/+1
* (abort): Don't redefine on MSDOS.Karl Heuer1998-04-081-1/+4
* (main): Obey environment variable EMACS_UNIBYTE asDave Love1998-04-071-2/+3
* (main): Add [--unibyte] to usage.Dave Love1998-04-021-1/+1
* (standard_args): Add "-unibyte" aka "--unibyte".Richard M. Stallman1998-01-261-0/+13
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (main): Pass new arg to message_dolog.Richard M. Stallman1998-01-091-1/+1
* (abort): New function.Richard M. Stallman1997-12-301-0/+11
* (Vsignal_USR1_hook, Vsignal_USR2_hook): New variables.Richard M. Stallman1997-12-211-0/+61
* (main): Fix the stack-limit code to calculateKarl Heuer1997-12-041-4/+10
* (shut_down_emacs): Call `dos_cleanup'.Eli Zaretskii1997-10-131-0/+4
* (main): Update Copyright messages.Erik Naggum1997-09-041-1/+1
* (main): Call run_time_remap earlier, before any use of stdio.Richard M. Stallman1997-09-031-5/+5
* (main): Update re_max_failures so regex.c won't overflowRichard M. Stallman1997-08-151-4/+15
* Comment change.Richard M. Stallman1997-08-121-0/+5
* (main): Fix previous change.Richard M. Stallman1997-08-121-2/+2
* (main) [__FreeBSD__ && PROFILING]: Add code for profiling.Richard M. Stallman1997-08-111-0/+18
* (main): Remove call to init_filelock.Richard M. Stallman1997-08-071-3/+0
* (sort_args): Check properly for `--'.Richard M. Stallman1997-07-291-1/+1
* (main): Make --help msg end in newline.Richard M. Stallman1997-07-241-1/+1
* (main): Use setrlimit only if RLIMIT_STACK.Richard M. Stallman1997-07-121-2/+3
* (main) [__NetBSD__]: Round up new stack limit to page bdry.Richard M. Stallman1997-07-091-0/+7
* (decode_env_path): Ensure path elements use proper directory separator.Richard M. Stallman1997-07-011-0/+14
* (Fdump_emacs): Bind command-line-processed to nil here.Richard M. Stallman1997-06-231-5/+9
* (Fdump_emacs): Error if not run in batch mode.Richard M. Stallman1997-06-231-1/+6
* (main): Call syms_of_xfaces whenever ! HAVE_NTGUI.Richard M. Stallman1997-05-311-5/+1