log src/lread.c @ 61403:008bb0675c5b

age author description
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
Sun, 25 Apr 2004 21:07:58 +0000 Steven Tamm lread.c (init_lread): Don't display missing lisp directory
Wed, 14 Jan 2004 14:29:48 +0000 Stefan Monnier (defvar_per_buffer): Remove dead declaration.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Mon, 02 Jun 2003 18:36:33 +0000 Dave Love [HAVE_FCNTL_H]: Include fcntl.h.
Sun, 01 Jun 2003 18:03:00 +0000 Stefan Monnier (openp): Make sure STR is a string.
Sun, 18 May 2003 03:30:07 +0000 Stefan Monnier (Fload): Print a message if package is obsolete.
Wed, 09 Apr 2003 07:12:51 +0000 Kenichi Handa (read1): Before calling index, check if the 2nd
Tue, 08 Apr 2003 17:10:07 +0000 Richard M. Stallman (openp): Get the Qfile_exists_p handler for STRING, not FN.
Fri, 14 Mar 2003 23:04:57 +0000 Richard M. Stallman (read1): After #!, exit loop on eof.
Tue, 25 Feb 2003 12:29:03 +0000 Kim F. Storm (read1): Accept `single space' syntax like (? x).
Sat, 22 Feb 2003 18:22:53 +0000 Juanma Barranquero 2003-02-22 David Ponce <david@dponce.com>
Tue, 18 Feb 2003 22:45:32 +0000 Kim F. Storm (read1): Allow "?" after a character constant.
Tue, 18 Feb 2003 16:11:17 +0000 Kim F. Storm (read1): Fix last change; "`" is not always special.
Mon, 17 Feb 2003 22:42:05 +0000 Kim F. Storm (read1): Fix and relax read syntax.
Thu, 13 Feb 2003 12:44:57 +0000 Kim F. Storm (read_escape): Interpret \s as a SPACE character, except
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Sat, 21 Dec 2002 18:06:27 +0000 Richard M. Stallman (load_error_handler): New function.
Sat, 07 Dec 2002 21:40:19 +0000 Richard M. Stallman (syms_of_lread) <load-history>: Doc fix.
Mon, 04 Nov 2002 19:16:29 +0000 John Paul Wallington (Feval_buffer): Doc fix.
Wed, 30 Oct 2002 19:15:17 +0000 Dave Love (Fload) <!load_dangerous_libraries>: Close fd.
Thu, 17 Oct 2002 16:01:23 +0000 Juanma Barranquero (syms_of_lread): Fix typos.
Sat, 12 Oct 2002 17:50:43 +0000 Markus Rost Minor white space fix, just supplement the log for previous change: