1997-08-15 |
Richard M. Stallman |
(main): Update re_max_failures so regex.c won't overflow
|
1997-08-12 |
Richard M. Stallman |
Comment change.
|
1997-08-12 |
Richard M. Stallman |
(main): Fix previous change.
|
1997-08-11 |
Richard M. Stallman |
(main) [__FreeBSD__ && PROFILING]: Add code for profiling.
|
1997-08-07 |
Richard M. Stallman |
(main): Remove call to init_filelock.
|
1997-07-29 |
Richard M. Stallman |
(sort_args): Check properly for `--'.
|
1997-07-24 |
Richard M. Stallman |
(main): Make --help msg end in newline.
|
1997-07-12 |
Richard M. Stallman |
(main): Use setrlimit only if RLIMIT_STACK.
|
1997-07-09 |
Richard M. Stallman |
(main) [__NetBSD__]: Round up new stack limit to page bdry.
|
1997-07-01 |
Richard M. Stallman |
(decode_env_path): Ensure path elements use proper directory separator.
|
1997-06-23 |
Richard M. Stallman |
(Fdump_emacs): Bind command-line-processed to nil here.
|
1997-06-23 |
Richard M. Stallman |
(Fdump_emacs): Error if not run in batch mode.
|
1997-05-31 |
Richard M. Stallman |
(main): Call syms_of_xfaces whenever ! HAVE_NTGUI.
|
1997-04-25 |
Richard M. Stallman |
(sort_args): Free the malloc'd memory.
|
1997-04-09 |
Richard M. Stallman |
(malloc_get_state, malloc_set_state): New declarations.
|
1997-04-06 |
Eli Zaretskii |
(init_cmdargs) [MSDOS]: Make the change that sets
|
1997-02-22 |
Karl Heuer |
(main): Call several initialization function introduced
|
1997-02-03 |
Richard M. Stallman |
(main): Don't extend stack limit too far.
|
1997-01-13 |
Richard M. Stallman |
(init_cmdargs): Allow `installation-directory'
|
1996-12-26 |
Richard M. Stallman |
(standard_args): Add -find-file and -visit.
|
1996-11-19 |
Geoff Voelker |
Change identifiers of the form win32* to w32*.
|
1996-11-09 |
Richard M. Stallman |
(main): Call syms_of_insdel.
|
1996-10-31 |
Richard M. Stallman |
(main): Clear out *Messages* before init_callproc.
|
1996-10-04 |
Richard M. Stallman |
(decode_env_path): Add /: to dir names that could be magic.
|
1996-09-22 |
Richard M. Stallman |
(main): Add copyright etc. to --version output.
|
1996-09-17 |
Karl Heuer |
Replace symbol BSD with BSD_SYSTEM.
|
1996-09-03 |
Richard M. Stallman |
(sort_args): Don't rearrange any args that follow "--".
|
1996-09-01 |
Richard M. Stallman |
[HAVE_SETRLIMIT]: Include time.h and resource.h.
|
1996-08-28 |
Richard M. Stallman |
(main): Add bug report info in --help message.
|
1996-06-29 |
Richard M. Stallman |
(main): Add `GNU Emacs' to the response to --version.
|
1996-06-28 |
Richard M. Stallman |
(standard_args): Delete `-rn' option.
|
1996-06-12 |
Richard M. Stallman |
(main): For SIGHUP, use sigblock and sigunblock,
|
1996-05-10 |
Richard M. Stallman |
(main) [WINDOWSNT]: Call syms_of_ntproc.
|
1996-04-26 |
Richard M. Stallman |
(main) [WINDOWSNT]: Invoke init_ntproc.
|
1996-04-12 |
Richard M. Stallman |
(main) [MSDOS]: Always call tzset, not init__gettimeofday.
|
1996-04-11 |
Richard M. Stallman |
(standard_args): Synchronize with startup.el.
|
1996-04-10 |
Richard M. Stallman |
(main) [MSDOS]: Handle DJGPP version 2.
|
1996-04-02 |
Richard M. Stallman |
(main): Initialize displayname.
|
1996-03-22 |
Richard M. Stallman |
Comment change.
|
1996-03-08 |
Richard M. Stallman |
(main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.
|
1996-03-03 |
Richard M. Stallman |
(main): Always call syms_of_xmenu.
|
1996-02-06 |
Richard M. Stallman |
Include blockinput.h.
|
1996-02-06 |
Richard M. Stallman |
(fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT.
|
1996-01-28 |
Richard M. Stallman |
(sort_args): Error if option is missing an arg.
|
1996-01-17 |
Richard M. Stallman |
(Fdump_emacs): If HAVE_TZSET and not
|
1996-01-09 |
Karl Heuer |
(main): In batch mode, don't handle SIGHUP if was ignored.
|
1996-01-09 |
Erik Naggum |
(Fdump_emacs_data, Fdump_emacs): Harmonize arguments with documentation.
|
1996-01-05 |
Karl Heuer |
Test SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG.
|
1995-12-28 |
Richard M. Stallman |
(main): Call syms_of_xmenu if and only if HAVE_MENUS.
|
1995-12-13 |
Karl Heuer |
(main): Fix args to handle `--display DISPLAY'.
|
1995-11-21 |
Richard M. Stallman |
(main): Add LINUX_SBRK_BUG conditional call to __sbrk.
|
1995-11-07 |
Geoff Voelker |
[HAVE_NTGUI]: Declare Vwindow_system.
|
1995-11-04 |
Karl Heuer |
(main): [MSDOS] Call init_gettimeofday.
|
1995-09-10 |
Richard M. Stallman |
(main): Call tzset only if LOCALTIME_CACHE is defined;
|
1995-08-29 |
Richard M. Stallman |
(decode_env_path): Use ".", not nil, for current dir.
|
1995-08-15 |
Karl Heuer |
(sort_args): Initialize best_priority smaller than any
|
1995-08-14 |
Richard M. Stallman |
(standard_args): Fix previous change.
|
1995-08-14 |
Richard M. Stallman |
(standard_args): Add option --eval to evalute an
|
1995-07-17 |
Karl Heuer |
(main): Add to usage message.
|
1995-06-26 |
Richard M. Stallman |
(init_cmdargs): Make Vinvocation_directory
|