log src/lread.c @ 11172:e1ca77e22c12

age author description
Fri, 31 Mar 1995 19:16:44 +0000 Richard M. Stallman (isfloat_string): Permit trailing space.
Tue, 21 Mar 1995 20:05:23 +0000 Richard M. Stallman (Vload_read_function): New variable.
Wed, 15 Mar 1995 01:58:01 +0000 Karl Heuer (defvar_kboard): Renamed from defvar_display.
Fri, 03 Feb 1995 23:27:14 +0000 Karl Heuer (defvar_display): Don't staticpro; these objects are now protected through
Tue, 31 Jan 1995 22:32:35 +0000 Karl Heuer [!MULTI_PERDISPLAY] (defvar_display): Use staticpro.
Tue, 31 Jan 1995 01:26:09 +0000 Karl Heuer (defvar_display): New function.
Wed, 21 Dec 1994 18:14:20 +0000 Richard M. Stallman (Qload_file_name, Vload_file_name): New variables.
Thu, 15 Dec 1994 01:57:36 +0000 Richard M. Stallman (readevalloop): Ignore ^M here.
Fri, 18 Nov 1994 16:43:04 +0000 Richard M. Stallman (Fload): Call Fsubstitute_in_file_name after trying handler.
Tue, 15 Nov 1994 17:05:30 +0000 Richard M. Stallman (read_escape): For \S-a, return A.
Mon, 14 Nov 1994 22:16:52 +0000 Karl Heuer (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessor
Wed, 09 Nov 1994 20:51:58 +0000 Richard M. Stallman Don't include ctype.h.
Tue, 01 Nov 1994 08:22:31 +0000 Richard M. Stallman Change explicit uses of the Unix directory separator
Sun, 16 Oct 1994 02:37:57 +0000 Richard M. Stallman (load_unwind): Cast argument of fclose.
Wed, 12 Oct 1994 05:16:00 +0000 Karl Heuer (defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer):
Thu, 06 Oct 1994 22:31:59 +0000 Karl Heuer (defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.
Thu, 06 Oct 1994 21:50:14 +0000 Karl Heuer (Fload, load_unwind): Store stream pointer as a cons of two integers,
Thu, 06 Oct 1994 21:29:49 +0000 Karl Heuer (read1): New argument for returning out-of-band data, obviating the need for
Tue, 04 Oct 1994 16:05:54 +0000 Karl Heuer (read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 12:17:56 +0000 Karl Heuer (Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias,
Tue, 27 Sep 1994 04:10:43 +0000 Karl Heuer (readchar, readchar, unreadchar, read_filtered_event, Fread, read0, read1,
Mon, 19 Sep 1994 00:17:55 +0000 Karl Heuer (openp): Fix Lisp_Object vs. int problems.
Sat, 17 Sep 1994 00:36:43 +0000 Richard M. Stallman (Fload): Use EMACS_INT.
Tue, 23 Aug 1994 22:28:49 +0000 Richard M. Stallman (O_RDONLY): Defined.
Sat, 09 Jul 1994 04:44:28 +0000 Richard M. Stallman (readevalloop): Correctly unbind the unwind protect.
Tue, 28 Jun 1994 21:51:12 +0000 Karl Heuer (readchar): Restart interrupted I/O.
Wed, 15 Jun 1994 03:46:59 +0000 Richard M. Stallman Put config.h first.
Tue, 07 Jun 1994 15:26:59 +0000 Richard M. Stallman [MSDOS]: #include "msdos.h".
Wed, 01 Jun 1994 20:37:42 +0000 Richard M. Stallman (defvar_bool, defvar_int, defvar_lisp, defvar_lisp_nopro):
Wed, 25 May 1994 04:36:48 +0000 Richard M. Stallman (openp): Don't use O_RDONLY.