log src/lread.c @ 70286:b0649e01002b

age author description
Mon, 27 Feb 2006 02:04:35 +0000 Luc Teirlinck Declare Vload_file_rep_suffixes instead of
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 06 Feb 2006 12:35:44 +0000 Kenichi Handa (openp): Initialized encoded_fn before GCPRO it.
Fri, 20 Jan 2006 19:53:36 +0000 Eli Zaretskii (Fload): Don't leak the file descriptor returned by openp if we are going
Fri, 30 Dec 2005 04:54:57 +0000 Richard M. Stallman (readevalloop): Test for reading a whole buffer
Wed, 28 Dec 2005 03:44:28 +0000 Richard M. Stallman (readevalloop): Set PT and ZV in the proper buffer, not the current one.
Thu, 08 Dec 2005 17:43:52 +0000 Richard M. Stallman (read_escape) <\s>: Don't treat strings specially.
Wed, 16 Nov 2005 18:39:15 +0000 Stefan Monnier (readevalloop): Add missing GCPROs.
Tue, 01 Nov 2005 19:46:16 +0000 Stefan Monnier (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
Sun, 23 Oct 2005 17:25:43 +0000 Richard M. Stallman (build_load_history): Replace STREAM arg with ENTIRE.
Fri, 21 Oct 2005 16:54:13 +0000 Richard M. Stallman (Fload): Simplify gcpro structure.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Wed, 20 Jul 2005 14:40:35 +0000 Kim F. Storm (load_unwind): Rework last change.
Wed, 20 Jul 2005 14:29:00 +0000 Kim F. Storm (Fload, load_unwind): Use make_save_value to unwind
Thu, 14 Jul 2005 11:24:00 +0000 Kim F. Storm (syms_of_lread): Initialize seen_list.
Sun, 10 Jul 2005 17:02:49 +0000 Richard M. Stallman (Qeval_buffer_list, Veval_buffer_list): New vars.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Sat, 25 Jun 2005 04:31:49 +0000 Richard M. Stallman (read1): 0.0e+NaN should make a "positive" NaN.
Thu, 23 Jun 2005 16:10:06 +0000 Juanma Barranquero (read_vector): Follow error conventions.
Fri, 06 May 2005 13:00:53 +0000 Eli Zaretskii (Flocate_file_internal): Doc fix.
Mon, 18 Apr 2005 10:21:37 +0000 Lute Kamstra (Vloads_in_progress): Static.
Sun, 10 Apr 2005 00:28:37 +0000 Richard M. Stallman (Vloads_in_progress): Not static.
Fri, 08 Apr 2005 23:33:28 +0000 Kim F. Storm (readevalloop): Add args START and END as region in
Tue, 15 Feb 2005 06:44:50 +0000 Richard M. Stallman (syms_of_lread) <user-init-file>: Doc fix.
Mon, 27 Dec 2004 15:58:59 +0000 Richard M. Stallman (syms_of_lread) <load-history>: Doc fix.
Thu, 25 Nov 2004 20:01:18 +0000 Stefan Monnier (readchar): Check QUIT when `getc' is interrupted.
Tue, 23 Nov 2004 05:06:56 +0000 Stefan Monnier (oblookup): Don't use XFASTINT blindly.
Tue, 09 Nov 2004 13:24:19 +0000 Kim F. Storm (read1): Fix next_char matching.
Mon, 26 Apr 2004 21:28:40 +0000 Andreas Schwab (read1): Use BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR for
Mon, 26 Apr 2004 18:44:22 +0000 Steven Tamm lread.c (init_lread): Fixing typo HAVE_CARBON test logic