log src/emacs.c @ 19030:469abf255dcb

age author description
Tue, 29 Jul 1997 00:53:09 +0000 Richard M. Stallman (sort_args): Check properly for `--'.
Thu, 24 Jul 1997 18:18:49 +0000 Richard M. Stallman (main): Make --help msg end in newline.
Sat, 12 Jul 1997 07:07:26 +0000 Richard M. Stallman (main): Use setrlimit only if RLIMIT_STACK.
Wed, 09 Jul 1997 00:07:19 +0000 Richard M. Stallman (main) [__NetBSD__]: Round up new stack limit to page bdry.
Tue, 01 Jul 1997 06:32:13 +0000 Richard M. Stallman (decode_env_path): Ensure path elements use proper directory separator.
Mon, 23 Jun 1997 01:37:22 +0000 Richard M. Stallman (Fdump_emacs): Bind command-line-processed to nil here.
Mon, 23 Jun 1997 00:47:19 +0000 Richard M. Stallman (Fdump_emacs): Error if not run in batch mode.
Sat, 31 May 1997 05:32:56 +0000 Richard M. Stallman (main): Call syms_of_xfaces whenever ! HAVE_NTGUI.
Fri, 25 Apr 1997 19:42:38 +0000 Richard M. Stallman (sort_args): Free the malloc'd memory.
Wed, 09 Apr 1997 04:00:10 +0000 Richard M. Stallman (malloc_get_state, malloc_set_state): New declarations.
Sun, 06 Apr 1997 14:32:33 +0000 Eli Zaretskii (init_cmdargs) [MSDOS]: Make the change that sets
Sat, 22 Feb 1997 19:30:55 +0000 Karl Heuer (main): Call several initialization function introduced
Mon, 03 Feb 1997 02:51:09 +0000 Richard M. Stallman (main): Don't extend stack limit too far.
Mon, 13 Jan 1997 21:42:33 +0000 Richard M. Stallman (init_cmdargs): Allow `installation-directory'
Thu, 26 Dec 1996 20:55:04 +0000 Richard M. Stallman (standard_args): Add -find-file and -visit.
Tue, 19 Nov 1996 04:59:23 +0000 Geoff Voelker Change identifiers of the form win32* to w32*.
Sat, 09 Nov 1996 21:36:20 +0000 Richard M. Stallman (main): Call syms_of_insdel.
Thu, 31 Oct 1996 17:58:56 +0000 Richard M. Stallman (main): Clear out *Messages* before init_callproc.
Fri, 04 Oct 1996 05:08:44 +0000 Richard M. Stallman (decode_env_path): Add /: to dir names that could be magic.
Sun, 22 Sep 1996 04:58:35 +0000 Richard M. Stallman (main): Add copyright etc. to --version output.
Tue, 17 Sep 1996 02:56:22 +0000 Karl Heuer Replace symbol BSD with BSD_SYSTEM.
Tue, 03 Sep 1996 21:48:13 +0000 Richard M. Stallman (sort_args): Don't rearrange any args that follow "--".
Sun, 01 Sep 1996 20:47:10 +0000 Richard M. Stallman [HAVE_SETRLIMIT]: Include time.h and resource.h.
Wed, 28 Aug 1996 21:27:18 +0000 Richard M. Stallman (main): Add bug report info in --help message.
Sat, 29 Jun 1996 23:05:16 +0000 Richard M. Stallman (main): Add `GNU Emacs' to the response to --version.
Fri, 28 Jun 1996 07:59:35 +0000 Richard M. Stallman (standard_args): Delete `-rn' option.
Wed, 12 Jun 1996 21:49:19 +0000 Richard M. Stallman (main): For SIGHUP, use sigblock and sigunblock,
Fri, 10 May 1996 20:31:20 +0000 Richard M. Stallman (main) [WINDOWSNT]: Call syms_of_ntproc.
Fri, 26 Apr 1996 19:53:04 +0000 Richard M. Stallman (main) [WINDOWSNT]: Invoke init_ntproc.
Fri, 12 Apr 1996 22:59:58 +0000 Richard M. Stallman (main) [MSDOS]: Always call tzset, not init__gettimeofday.
Thu, 11 Apr 1996 18:21:11 +0000 Richard M. Stallman (standard_args): Synchronize with startup.el.
Wed, 10 Apr 1996 01:00:12 +0000 Richard M. Stallman (main) [MSDOS]: Handle DJGPP version 2.
Tue, 02 Apr 1996 01:35:43 +0000 Richard M. Stallman (main): Initialize displayname.
Fri, 22 Mar 1996 22:04:55 +0000 Richard M. Stallman Comment change.
Fri, 08 Mar 1996 06:18:40 +0000 Richard M. Stallman (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.
Sun, 03 Mar 1996 22:34:21 +0000 Richard M. Stallman (main): Always call syms_of_xmenu.
Tue, 06 Feb 1996 20:09:50 +0000 Richard M. Stallman Include blockinput.h.
Tue, 06 Feb 1996 02:34:19 +0000 Richard M. Stallman (fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT.
Sun, 28 Jan 1996 04:15:39 +0000 Richard M. Stallman (sort_args): Error if option is missing an arg.
Wed, 17 Jan 1996 18:03:03 +0000 Richard M. Stallman (Fdump_emacs): If HAVE_TZSET and not
Tue, 09 Jan 1996 23:38:34 +0000 Karl Heuer (main): In batch mode, don't handle SIGHUP if was ignored.
Tue, 09 Jan 1996 00:31:41 +0000 Erik Naggum (Fdump_emacs_data, Fdump_emacs): Harmonize arguments with documentation.
Fri, 05 Jan 1996 08:57:33 +0000 Karl Heuer Test SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG.
Thu, 28 Dec 1995 23:14:23 +0000 Richard M. Stallman (main): Call syms_of_xmenu if and only if HAVE_MENUS.
Wed, 13 Dec 1995 02:33:20 +0000 Karl Heuer (main): Fix args to handle `--display DISPLAY'.
Tue, 21 Nov 1995 16:56:17 +0000 Richard M. Stallman (main): Add LINUX_SBRK_BUG conditional call to __sbrk.
Tue, 07 Nov 1995 07:16:44 +0000 Geoff Voelker [HAVE_NTGUI]: Declare Vwindow_system.
Sat, 04 Nov 1995 00:04:41 +0000 Karl Heuer (main): [MSDOS] Call init_gettimeofday.
Sun, 10 Sep 1995 04:20:44 +0000 Richard M. Stallman (main): Call tzset only if LOCALTIME_CACHE is defined;
Tue, 29 Aug 1995 15:32:00 +0000 Richard M. Stallman (decode_env_path): Use ".", not nil, for current dir.
Tue, 15 Aug 1995 18:49:20 +0000 Karl Heuer (sort_args): Initialize best_priority smaller than any
Mon, 14 Aug 1995 17:13:38 +0000 Richard M. Stallman (standard_args): Fix previous change.
Mon, 14 Aug 1995 16:04:48 +0000 Richard M. Stallman (standard_args): Add option --eval to evalute an
Mon, 17 Jul 1995 22:15:05 +0000 Karl Heuer (main): Add to usage message.
Mon, 26 Jun 1995 04:39:42 +0000 Richard M. Stallman (init_cmdargs): Make Vinvocation_directory
Sat, 24 Jun 1995 23:40:14 +0000 Richard M. Stallman (main): Fix --help message.
Fri, 26 May 1995 04:17:02 +0000 Karl Heuer (standard_args): -i, -itype, --icon-type take 0, not 1, args
Thu, 18 May 1995 19:50:57 +0000 Karl Heuer (Fkill_emacs): Delete the auto-save-list file
Wed, 17 May 1995 20:47:39 +0000 Karl Heuer (Fdump_emacs): Don't take address of array.
Fri, 12 May 1995 22:23:42 +0000 Karl Heuer (main) [NeXT]: Add missing braces.