log src/emacs.c @ 17887:488aa370e96d

age author description
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
1995-06-24 Richard M. Stallman (main): Fix --help message.
1995-05-26 Karl Heuer (standard_args): -i, -itype, --icon-type take 0, not 1, args
1995-05-18 Karl Heuer (Fkill_emacs): Delete the auto-save-list file
1995-05-17 Karl Heuer (Fdump_emacs): Don't take address of array.
1995-05-12 Karl Heuer (main) [NeXT]: Add missing braces.
1995-05-08 Richard M. Stallman (Fdump_emacs): Don't use & before my_edata.
1995-05-06 Richard M. Stallman Delete all APOLLO conditionals.
1995-04-30 Richard M. Stallman (main): Delete duplicate code for -version.
1995-04-30 Richard M. Stallman (standard_args): Add #ifdef VMS for -map.
1995-04-29 Richard M. Stallman (standard_args): Add -L/--directory/-directory.
1995-04-26 Richard M. Stallman (standard_args): Move -iconic and --icon-type (etc.)
1995-04-07 Karl Heuer Update copyright.
1995-04-07 Richard M. Stallman (main): Cast arg to `brk'.