log src/lread.c @ 41609:f1391a41ece3

age author description
2001-11-25 Richard M. Stallman (Fload): Detect recursive load error for more than 3
2001-11-11 Richard M. Stallman (read_escape): Use end_of_file_error for reporting eof.
2001-11-07 Pavel Janík (Feval_region): Remove obsolete #ifdef'd-out code (eval-current-buffer).
2001-11-06 Stefan Monnier (read1): Fix behavior with nested backquoting.
2001-11-03 Ken Raeburn (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-31 Gerd Moellmann (to_multibyte): Fix computation of new read_buffer_size.
2001-10-30 Gerd Moellmann (read1): Remove debugging code.
2001-10-30 Gerd Moellmann (to_multibyte): Ensure read_buffer is at least twice
2001-10-30 Gerd Moellmann (to_multibyte): New function.
2001-10-23 Gerd Moellmann (syms_of_lread)<recursive-load-depth-limit>: Raise to
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-12 Stefan Monnier (substitute_object_recurse): Use traverse_intervals_noorder.
2001-10-12 Eli Zaretskii (syms_of_lread) <load-suffixes>: Fix last change:
2001-10-12 Stefan Monnier (syms_of_lread): Fix init of default_suffixes.
2001-10-12 Stefan Monnier (Vload_suffixes, default_suffixes): New vars.
2001-10-05 Gerd Moellmann (Fintern, Funintern): Set symbol's interned and constant
2001-06-02 Eli Zaretskii (Fload): Document that the argument is run via substitute-in-file-name.
2001-05-28 Gerd Moellmann (Fload): Remove unused label.
2001-05-29 Gerd Moellmann *** empty log message ***
2001-05-21 Gerd Moellmann (Fintern, Funintern): Set symbol's interned and constant
2001-03-13 Kenichi Handa (read_multibyte): Check the validity of multibyte sequence. If
2001-02-21 Gerd Moellmann Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
2001-01-25 Gerd Moellmann (read_integer): Use type EMACS_INT instead of int.
2000-12-15 Gerd Moellmann (read1): Recognize end of file after `\\'.
2000-12-11 Gerd Moellmann (file_offset, file_tell): Depend on HAVE_FSEEKO, not
2000-12-08 Gerd Moellmann (read1): Change the way buffers are reallocated to be
2000-11-17 Dave Love (Fload): Fix #ifdef for pcc.
2000-11-13 Miles Bader (openp): Return -2 instead of 0 for the `remote file' case.
2000-09-21 Gerd Moellmann (Vrecursive_load_depth_limit): New variable.
2000-09-12 Gerd Moellmann (Fload): Put code checking for recursive loads in #if 0.
2000-09-11 Gerd Moellmann (init_lread): Set Vloads_in_progress to nil.
2000-09-11 Gerd Moellmann (Vloads_in_progress): New variable.
2000-09-07 Gerd Moellmann (syms_of_lread): Change value of regexp
2000-09-04 Gerd Moellmann (syms_of_lread): Make Vbytecomp_version_regexp a Lisp
2000-09-01 Gerd Moellmann (read1): Accept `?' as symbol constituent, for
2000-08-31 Gerd Moellmann (openp): GCPRO local variable `filename'.
2000-08-29 Gerd Moellmann (openp): Prevent temporary string passed to
2000-08-22 Andrew Innes [USE_CRT_DLL]: Remove unnecessary extern, which
2000-08-20 Dave Love (Fread): Doc fix.
2000-08-17 Dave Love Prototype readevalloop, load_unwind,
2000-06-07 Gerd Moellmann (readevalloop): If READCHARFUN sets point to ZV, arrange
2000-06-02 Dave Love (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
2000-05-23 Gerd Moellmann (Fload): Add a comment about the meaning of
2000-05-20 Kenichi Handa (read1): On reading multibyte string, be sure to make
2000-04-27 Gerd Moellmann (read1): Don't treat period followed by certain
2000-04-27 Gerd Moellmann (end_of_file_error): New function.
2000-04-18 Gerd Moellmann (read_filtered_event): Cancel and start busy cursor.
2000-04-05 Ken Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
2000-03-29 Gerd Moellmann (read1): Accept `.' (period) as symbol start like in CL
2000-03-27 Jason Rumney (Fload): Move safe_p definition to above #ifdef DOS_NT block.
2000-03-27 Gerd Moellmann Use new macro names for handling per-buffer variables.
2000-03-26 Gerd Moellmann (defvar_per_buffer): Use new macros for per-buffer
2000-03-25 Dave Love (load-history): Fix doc string.
2000-03-24 Stefan Monnier * eval.c (Fautoload): Add entry in load-history (if after dump).
2000-03-19 Richard M. Stallman (syms_of_lread): Doc fix for load-convert-to-unibyte.
2000-03-18 Gerd Moellmann (read_integer): Unread the last char not consumed.
2000-03-16 Gerd Moellmann (read_integer): New function.
2000-03-15 Gerd Moellmann (load_dangerous_libraries): New variable.
2000-02-25 Gerd Moellmann (Fload): Use `xfree' instead of `free'.