log src/emacs.c @ 19860:c17fd465ea95 libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-980128

age author description
Thu, 04 Sep 1997 11:57:12 +0000 Erik Naggum (main): Update Copyright messages.
Wed, 03 Sep 1997 20:34:22 +0000 Richard M. Stallman (main): Call run_time_remap earlier, before any use of stdio.
Fri, 15 Aug 1997 05:07:01 +0000 Richard M. Stallman (main): Update re_max_failures so regex.c won't overflow
Tue, 12 Aug 1997 00:37:22 +0000 Richard M. Stallman Comment change.
Tue, 12 Aug 1997 00:36:22 +0000 Richard M. Stallman (main): Fix previous change.
Mon, 11 Aug 1997 01:38:02 +0000 Richard M. Stallman (main) [__FreeBSD__ && PROFILING]: Add code for profiling.
Thu, 07 Aug 1997 18:42:56 +0000 Richard M. Stallman (main): Remove call to init_filelock.
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.