summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Collapse)AuthorAgeFilesLines
* (main): Update re_max_failures so regex.c won't overflowRichard M. Stallman1997-08-151-4/+15
| | | | the stack, except when dumping.
* 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) [DOUG_LEA_MALLOC]: Call r_alloc_reinit when restarting a dumped Emacs.
* (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
| | | | | (main): Restore internal malloc state when loading from dumped image. (Fdump_emacs): Copy internal malloc state for dumping, then free it.
* (init_cmdargs) [MSDOS]: Make the change that setsEli Zaretskii1997-04-061-0/+10
| | | | | `installation-directory' if `info' is found as its subdirectory or sibling, be conditioned on MSDOS (it makes trouble on Unix).
* (main): Call several initialization function introducedKarl Heuer1997-02-221-0/+8
| | | | by Mule.
* (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
| | | | | to be set if either `lib-src' or `info' are found as its subdirectories or siblings.
* (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
| | | | (init_cmdargs): Add /: to argv[0] if it could be magic.
* (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) [HAVE_SETRLIMIT]: Call setrlimit to extend the stack limit. New local `rlim'.
* (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
| | | | not sigblockx and sigunblockx.
* (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
| | | | (shut_down_emacs) [WINDOWSNT]: Invoke term_ntproc.
* (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
| | | | | | | | | | LOCALTIME_CACHE, call tzset to force a tz reload. (set_time_zone_rule): New decl. (dump_tz): New var. (main): Change TZ twice if the execution TZ happens to be the same as the dump TZ. (Fdump_emacs): Set TZ to unlikely value just before dumping.
* (main): In batch mode, don't handle SIGHUP if was ignored.Karl Heuer1996-01-091-2/+17
| | | | Block it while we decide what to do.
* (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
|
* (main): Call syms_of_xmenu if and only if HAVE_MENUS.Richard M. Stallman1995-12-281-4/+4
|
* (main): Fix args to handle `--display DISPLAY'.Karl Heuer1995-12-131-1/+1
|