summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (sort_args): Free the malloc'd memory.Richard M. Stallman1997-04-251-0/+4
* (malloc_get_state, malloc_set_state): New declarations.Richard M. Stallman1997-04-091-0/+24
* (init_cmdargs) [MSDOS]: Make the change that setsEli Zaretskii1997-04-061-0/+10
* (main): Call several initialization function introducedKarl Heuer1997-02-221-0/+8
* (main): Don't extend stack limit too far.Richard M. Stallman1997-02-031-1/+8
* (init_cmdargs): Allow `installation-directory'Richard M. Stallman1997-01-131-2/+13
* (standard_args): Add -find-file and -visit.Richard M. Stallman1996-12-261-0/+2
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-5/+5
* (main): Call syms_of_insdel.Richard M. Stallman1996-11-091-0/+1
* (main): Clear out *Messages* before init_callproc.Richard M. Stallman1996-10-311-7/+11
* (decode_env_path): Add /: to dir names that could be magic.Richard M. Stallman1996-10-041-10/+42
* (main): Add copyright etc. to --version output.Richard M. Stallman1996-09-221-0/+6
* Replace symbol BSD with BSD_SYSTEM.Karl Heuer1996-09-171-1/+1
* (sort_args): Don't rearrange any args that follow "--".Richard M. Stallman1996-09-031-0/+14
* [HAVE_SETRLIMIT]: Include time.h and resource.h.Richard M. Stallman1996-09-011-0/+17
* (main): Add bug report info in --help message.Richard M. Stallman1996-08-281-1/+3
* (main): Add `GNU Emacs' to the response to --version.Richard M. Stallman1996-06-291-1/+1
* (standard_args): Delete `-rn' option.Richard M. Stallman1996-06-281-1/+0
* (main): For SIGHUP, use sigblock and sigunblock,Richard M. Stallman1996-06-121-2/+2
* (main) [WINDOWSNT]: Call syms_of_ntproc.Richard M. Stallman1996-05-101-0/+3
* (main) [WINDOWSNT]: Invoke init_ntproc.Richard M. Stallman1996-04-261-0/+5
* (main) [MSDOS]: Always call tzset, not init__gettimeofday.Richard M. Stallman1996-04-121-7/+1
* (standard_args): Synchronize with startup.el.Richard M. Stallman1996-04-111-0/+3
* (main) [MSDOS]: Handle DJGPP version 2.Richard M. Stallman1996-04-101-2/+21
* (main): Initialize displayname.Richard M. Stallman1996-04-021-1/+1
* Comment change.Richard M. Stallman1996-03-221-1/+2
* (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.Richard M. Stallman1996-03-081-0/+2
* (main): Always call syms_of_xmenu.Richard M. Stallman1996-03-031-2/+0
* Include blockinput.h.Richard M. Stallman1996-02-061-0/+1
* (fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT.Richard M. Stallman1996-02-061-0/+2
* (sort_args): Error if option is missing an arg.Richard M. Stallman1996-01-281-0/+4
* (Fdump_emacs): If HAVE_TZSET and notRichard M. Stallman1996-01-171-0/+32
* (main): In batch mode, don't handle SIGHUP if was ignored.Karl Heuer1996-01-091-2/+17
* (Fdump_emacs_data, Fdump_emacs): Harmonize arguments with documentation.Erik Naggum1996-01-091-16/+16
* Test SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG.Karl Heuer1996-01-051-4/+4