log src/lread.c @ 71984:bb119ed4db49

age author description
Tue, 18 Jul 2006 13:28:34 +0000 Kim F. Storm (Fload): Use xsignal2, signal_error.
Wed, 12 Jul 2006 13:19:27 +0000 Kim F. Storm (check_obarray): Cleanup wrong_type_argument use.
Fri, 07 Jul 2006 16:16:18 +0000 Stefan Monnier (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.
Fri, 07 Jul 2006 16:12:51 +0000 Stefan Monnier (read_filtered_event): Remove `register' qualifier because it
Sun, 02 Jul 2006 14:34:30 +0000 Stefan Monnier (read_filtered_event): Treat select-window just like switch-frame.
Sun, 25 Jun 2006 03:22:50 +0000 Eli Zaretskii Fix whitespace of last change.
Sat, 24 Jun 2006 06:49:16 +0000 Eli Zaretskii (read_escape): When an unknown Unicode code point is encountered as a string
Fri, 09 Jun 2006 18:22:30 +0000 Eli Zaretskii (read_escape): Provide a Unicode character escape syntax; \u followed by
Wed, 24 May 2006 13:24:21 +0000 Alan Mackenzie lread.c (Vload_history): Enhance doc-string to say that the file is the
Fri, 12 May 2006 02:08:16 +0000 Richard M. Stallman (readevalloop): Abort if START non-nil for non-buffer input.
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
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:
Fri, 11 Oct 2002 05:38:53 +0000 Markus Rost *** empty log message ***
Sun, 01 Sep 2002 13:33:08 +0000 Richard M. Stallman (read1): Handle #! by skipping the line.
Sat, 24 Aug 2002 03:17:18 +0000 Richard M. Stallman (build_load_history): Use Fmember to see if a definition
Tue, 16 Jul 2002 19:48:47 +0000 Ken Raeburn (intern, oblookup, hash_string): String pointer args
Tue, 16 Jul 2002 17:34:35 +0000 Ken Raeburn (Fintern_soft): Use string macros instead of Lisp_String fields.
Tue, 16 Jul 2002 15:49:38 +0000 Ken Raeburn * lread.c (Fload): Use SDATA, SSET.
Mon, 15 Jul 2002 02:16:52 +0000 Ken Raeburn * lread.c (read_vector): Use STRING_SET_CHARS.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Sat, 22 Jun 2002 21:26:08 +0000 Stefan Monnier (Fread): Remove redundant and imprecise declaration.
Tue, 11 Jun 2002 15:13:58 +0000 Stefan Monnier (read_integer): Remove unused var `tem'.
Wed, 29 May 2002 18:58:38 +0000 Colin Walters Fix previous change (oops).
Wed, 29 May 2002 18:57:57 +0000 Colin Walters (Fread_from_string): Don't depend on order of evaluation for C
Tue, 28 May 2002 16:24:55 +0000 Colin Walters lread.c (readchar_count): New variable.
Mon, 20 May 2002 08:06:11 +0000 Ken Raeburn * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
Tue, 30 Apr 2002 00:59:49 +0000 Stefan Monnier (openp): Change arg exec_only to predicate.
Fri, 29 Mar 2002 12:37:22 +0000 Eli Zaretskii (openp, Fload): Encode the file name before pasing it
Mon, 11 Mar 2002 18:41:10 +0000 Gerd Moellmann (Fload): Don't assume that message_with_ntring uses the
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Mon, 04 Mar 2002 09:27:58 +0000 Pavel Jank (read_filtered_event): Do not call start_hourglass before returning.
Sun, 03 Mar 2002 20:06:11 +0000 Richard M. Stallman (read1): When reading from a file, default string to
Sun, 03 Feb 2002 10:35:20 +0000 Richard M. Stallman (read1): Redesign strategy for force_multibyte and
Thu, 17 Jan 2002 00:45:43 +0000 Richard M. Stallman (init_lread): Move the site-lisp dirs later in the path.
Sun, 30 Dec 2001 03:24:17 +0000 Richard M. Stallman (read_escape): New arg BYTEREP for reporting whether
Thu, 20 Dec 2001 19:01:00 +0000 Pavel Jank Doc fix.
Sun, 25 Nov 2001 02:13:13 +0000 Richard M. Stallman (Fload): Detect recursive load error for more than 3
Sun, 11 Nov 2001 20:10:28 +0000 Richard M. Stallman (read_escape): Use end_of_file_error for reporting eof.
Wed, 07 Nov 2001 06:22:32 +0000 Pavel Jank (Feval_region): Remove obsolete #ifdef'd-out code (eval-current-buffer).
Tue, 06 Nov 2001 18:48:03 +0000 Stefan Monnier (read1): Fix behavior with nested backquoting.
Sat, 03 Nov 2001 21:30:34 +0000 Ken Raeburn (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Wed, 31 Oct 2001 13:33:36 +0000 Gerd Moellmann (to_multibyte): Fix computation of new read_buffer_size.
Tue, 30 Oct 2001 16:38:10 +0000 Gerd Moellmann (read1): Remove debugging code.
Tue, 30 Oct 2001 16:35:07 +0000 Gerd Moellmann (to_multibyte): Ensure read_buffer is at least twice
Tue, 30 Oct 2001 16:04:03 +0000 Gerd Moellmann (to_multibyte): New function.
Tue, 23 Oct 2001 14:08:08 +0000 Gerd Moellmann (syms_of_lread)<recursive-load-depth-limit>: Raise to
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Fri, 12 Oct 2001 22:07:35 +0000 Stefan Monnier (substitute_object_recurse): Use traverse_intervals_noorder.
Fri, 12 Oct 2001 08:28:32 +0000 Eli Zaretskii (syms_of_lread) <load-suffixes>: Fix last change:
Fri, 12 Oct 2001 03:22:02 +0000 Stefan Monnier (syms_of_lread): Fix init of default_suffixes.
Fri, 12 Oct 2001 03:18:05 +0000 Stefan Monnier (Vload_suffixes, default_suffixes): New vars.
Fri, 05 Oct 2001 09:49:16 +0000 Gerd Moellmann (Fintern, Funintern): Set symbol's interned and constant
Sat, 02 Jun 2001 06:09:41 +0000 Eli Zaretskii (Fload): Document that the argument is run via substitute-in-file-name.
Mon, 28 May 2001 12:05:08 +0000 Gerd Moellmann (Fload): Remove unused label.
Tue, 29 May 2001 11:10:47 +0000 Gerd Moellmann *** empty log message ***
Mon, 21 May 2001 12:22:35 +0000 Gerd Moellmann (Fintern, Funintern): Set symbol's interned and constant
Tue, 13 Mar 2001 06:04:12 +0000 Kenichi Handa (read_multibyte): Check the validity of multibyte sequence. If
Wed, 21 Feb 2001 13:58:57 +0000 Gerd Moellmann Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
Thu, 25 Jan 2001 11:56:14 +0000 Gerd Moellmann (read_integer): Use type EMACS_INT instead of int.
Fri, 15 Dec 2000 13:59:23 +0000 Gerd Moellmann (read1): Recognize end of file after `\\'.
Mon, 11 Dec 2000 11:57:04 +0000 Gerd Moellmann (file_offset, file_tell): Depend on HAVE_FSEEKO, not
Fri, 08 Dec 2000 09:59:34 +0000 Gerd Moellmann (read1): Change the way buffers are reallocated to be
Fri, 17 Nov 2000 16:10:03 +0000 Dave Love (Fload): Fix #ifdef for pcc.
Mon, 13 Nov 2000 12:18:37 +0000 Miles Bader (openp): Return -2 instead of 0 for the `remote file' case.
Thu, 21 Sep 2000 11:14:46 +0000 Gerd Moellmann (Vrecursive_load_depth_limit): New variable.
Tue, 12 Sep 2000 10:58:42 +0000 Gerd Moellmann (Fload): Put code checking for recursive loads in #if 0.
Mon, 11 Sep 2000 13:00:41 +0000 Gerd Moellmann (init_lread): Set Vloads_in_progress to nil.
Mon, 11 Sep 2000 12:51:42 +0000 Gerd Moellmann (Vloads_in_progress): New variable.