summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (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
* (main): Add LINUX_SBRK_BUG conditional call to __sbrk.Richard M. Stallman1995-11-211-0/+4
* [HAVE_NTGUI]: Declare Vwindow_system.Geoff Voelker1995-11-071-3/+16
* (main): [MSDOS] Call init_gettimeofday.Karl Heuer1995-11-041-0/+1
* (main): Call tzset only if LOCALTIME_CACHE is defined;Richard M. Stallman1995-09-101-3/+3
* (decode_env_path): Use ".", not nil, for current dir.Richard M. Stallman1995-08-291-1/+2
* (sort_args): Initialize best_priority smaller than anyKarl Heuer1995-08-151-1/+1
* (standard_args): Fix previous change.Richard M. Stallman1995-08-141-1/+1
* (standard_args): Add option --eval to evalute anRichard M. Stallman1995-08-141-0/+1
* (main): Add to usage message.Karl Heuer1995-07-171-1/+2
* (init_cmdargs): Make Vinvocation_directoryRichard M. Stallman1995-06-261-0/+5
* (main): Fix --help message.Richard M. Stallman1995-06-241-1/+0
* (standard_args): -i, -itype, --icon-type take 0, not 1, argsKarl Heuer1995-05-261-2/+2
* (Fkill_emacs): Delete the auto-save-list fileKarl Heuer1995-05-181-5/+6
* (Fdump_emacs): Don't take address of array.Karl Heuer1995-05-171-1/+1
* (main) [NeXT]: Add missing braces.Karl Heuer1995-05-121-6/+7
* (Fdump_emacs): Don't use & before my_edata.Richard M. Stallman1995-05-081-1/+1