Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (main): Update re_max_failures so regex.c won't overflow | Richard M. Stallman | 1997-08-15 | 1 | -4/+15 |
| | | | | the stack, except when dumping. | ||||
* | Comment change. | Richard M. Stallman | 1997-08-12 | 1 | -0/+5 |
| | |||||
* | (main): Fix previous change. | Richard M. Stallman | 1997-08-12 | 1 | -2/+2 |
| | |||||
* | (main) [__FreeBSD__ && PROFILING]: Add code for profiling. | Richard M. Stallman | 1997-08-11 | 1 | -0/+18 |
| | |||||
* | (main): Remove call to init_filelock. | Richard M. Stallman | 1997-08-07 | 1 | -3/+0 |
| | |||||
* | (sort_args): Check properly for `--'. | Richard M. Stallman | 1997-07-29 | 1 | -1/+1 |
| | |||||
* | (main): Make --help msg end in newline. | Richard M. Stallman | 1997-07-24 | 1 | -1/+1 |
| | |||||
* | (main): Use setrlimit only if RLIMIT_STACK. | Richard M. Stallman | 1997-07-12 | 1 | -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. Stallman | 1997-07-09 | 1 | -0/+7 |
| | |||||
* | (decode_env_path): Ensure path elements use proper directory separator. | Richard M. Stallman | 1997-07-01 | 1 | -0/+14 |
| | |||||
* | (Fdump_emacs): Bind command-line-processed to nil here. | Richard M. Stallman | 1997-06-23 | 1 | -5/+9 |
| | |||||
* | (Fdump_emacs): Error if not run in batch mode. | Richard M. Stallman | 1997-06-23 | 1 | -1/+6 |
| | |||||
* | (main): Call syms_of_xfaces whenever ! HAVE_NTGUI. | Richard M. Stallman | 1997-05-31 | 1 | -5/+1 |
| | |||||
* | (sort_args): Free the malloc'd memory. | Richard M. Stallman | 1997-04-25 | 1 | -0/+4 |
| | |||||
* | (malloc_get_state, malloc_set_state): New declarations. | Richard M. Stallman | 1997-04-09 | 1 | -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 sets | Eli Zaretskii | 1997-04-06 | 1 | -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 introduced | Karl Heuer | 1997-02-22 | 1 | -0/+8 |
| | | | | by Mule. | ||||
* | (main): Don't extend stack limit too far. | Richard M. Stallman | 1997-02-03 | 1 | -1/+8 |
| | |||||
* | (init_cmdargs): Allow `installation-directory' | Richard M. Stallman | 1997-01-13 | 1 | -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. Stallman | 1996-12-26 | 1 | -0/+2 |
| | |||||
* | Change identifiers of the form win32* to w32*. | Geoff Voelker | 1996-11-19 | 1 | -5/+5 |
| | |||||
* | (main): Call syms_of_insdel. | Richard M. Stallman | 1996-11-09 | 1 | -0/+1 |
| | |||||
* | (main): Clear out *Messages* before init_callproc. | Richard M. Stallman | 1996-10-31 | 1 | -7/+11 |
| | |||||
* | (decode_env_path): Add /: to dir names that could be magic. | Richard M. Stallman | 1996-10-04 | 1 | -10/+42 |
| | | | | (init_cmdargs): Add /: to argv[0] if it could be magic. | ||||
* | (main): Add copyright etc. to --version output. | Richard M. Stallman | 1996-09-22 | 1 | -0/+6 |
| | |||||
* | Replace symbol BSD with BSD_SYSTEM. | Karl Heuer | 1996-09-17 | 1 | -1/+1 |
| | |||||
* | (sort_args): Don't rearrange any args that follow "--". | Richard M. Stallman | 1996-09-03 | 1 | -0/+14 |
| | |||||
* | [HAVE_SETRLIMIT]: Include time.h and resource.h. | Richard M. Stallman | 1996-09-01 | 1 | -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. Stallman | 1996-08-28 | 1 | -1/+3 |
| | |||||
* | (main): Add `GNU Emacs' to the response to --version. | Richard M. Stallman | 1996-06-29 | 1 | -1/+1 |
| | |||||
* | (standard_args): Delete `-rn' option. | Richard M. Stallman | 1996-06-28 | 1 | -1/+0 |
| | |||||
* | (main): For SIGHUP, use sigblock and sigunblock, | Richard M. Stallman | 1996-06-12 | 1 | -2/+2 |
| | | | | not sigblockx and sigunblockx. | ||||
* | (main) [WINDOWSNT]: Call syms_of_ntproc. | Richard M. Stallman | 1996-05-10 | 1 | -0/+3 |
| | |||||
* | (main) [WINDOWSNT]: Invoke init_ntproc. | Richard M. Stallman | 1996-04-26 | 1 | -0/+5 |
| | | | | (shut_down_emacs) [WINDOWSNT]: Invoke term_ntproc. | ||||
* | (main) [MSDOS]: Always call tzset, not init__gettimeofday. | Richard M. Stallman | 1996-04-12 | 1 | -7/+1 |
| | |||||
* | (standard_args): Synchronize with startup.el. | Richard M. Stallman | 1996-04-11 | 1 | -0/+3 |
| | |||||
* | (main) [MSDOS]: Handle DJGPP version 2. | Richard M. Stallman | 1996-04-10 | 1 | -2/+21 |
| | |||||
* | (main): Initialize displayname. | Richard M. Stallman | 1996-04-02 | 1 | -1/+1 |
| | |||||
* | Comment change. | Richard M. Stallman | 1996-03-22 | 1 | -1/+2 |
| | |||||
* | (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu. | Richard M. Stallman | 1996-03-08 | 1 | -0/+2 |
| | |||||
* | (main): Always call syms_of_xmenu. | Richard M. Stallman | 1996-03-03 | 1 | -2/+0 |
| | |||||
* | Include blockinput.h. | Richard M. Stallman | 1996-02-06 | 1 | -0/+1 |
| | |||||
* | (fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT. | Richard M. Stallman | 1996-02-06 | 1 | -0/+2 |
| | |||||
* | (sort_args): Error if option is missing an arg. | Richard M. Stallman | 1996-01-28 | 1 | -0/+4 |
| | |||||
* | (Fdump_emacs): If HAVE_TZSET and not | Richard M. Stallman | 1996-01-17 | 1 | -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 Heuer | 1996-01-09 | 1 | -2/+17 |
| | | | | Block it while we decide what to do. | ||||
* | (Fdump_emacs_data, Fdump_emacs): Harmonize arguments with documentation. | Erik Naggum | 1996-01-09 | 1 | -16/+16 |
| | |||||
* | Test SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG. | Karl Heuer | 1996-01-05 | 1 | -4/+4 |
| | |||||
* | (main): Call syms_of_xmenu if and only if HAVE_MENUS. | Richard M. Stallman | 1995-12-28 | 1 | -4/+4 |
| | |||||
* | (main): Fix args to handle `--display DISPLAY'. | Karl Heuer | 1995-12-13 | 1 | -1/+1 |
| |