*** empty log message ***
[bpt/emacs.git] / src / lread.c
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-01 Miles BaderAdd arch taglines
2003-06-02 Dave Love[HAVE_FCNTL_H]: Include fcntl.h.
2003-06-01 Stefan Monnier(openp): Make sure STR is a string.
2003-05-30 Kenichi Handa(read1): While reading a string, set force_singlebyte
2003-05-18 Stefan Monnier(Fload): Print a message if package is obsolete.
2003-05-04 Dave LoveFix last change.
2003-05-04 Dave Love(read_emacs_mule_char) [len==2]: Index
2003-04-09 Kenichi Handa(read1): Before calling index, check if the 2nd
2003-04-08 Richard M. Stallman(openp): Get the Qfile_exists_p handler for STRING...
2003-03-14 Richard M. Stallman(read1): After #!, exit loop on eof.
2003-02-25 Kim F. Storm(read1): Accept `single space' syntax like (? x).
2003-02-22 Juanma Barranquero2003-02-22 David Ponce <david@dponce.com>
2003-02-18 Kim F. Storm(read1): Allow "?" after a character constant.
2003-02-18 Kim F. Storm(read1): Fix last change; "`" is not always special.
2003-02-17 Kim F. Storm(read1): Fix and relax read syntax.
2003-02-13 Kim F. Storm(read_escape): Interpret \s as a SPACE character, except
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-12-21 Richard M. Stallman(load_error_handler): New function.
2002-12-07 Richard M. Stallman(syms_of_lread) <load-history>: Doc fix.
2002-11-04 John Paul Wallington(Feval_buffer): Doc fix.
2002-10-30 Dave Love(Fload) <!load_dangerous_libraries>: Close fd.
2002-10-17 Juanma Barranquero(syms_of_lread): Fix typos.
2002-10-12 Markus RostMinor white space fix, just supplement the log for...
2002-10-11 Markus Rost*** empty log message ***
2002-09-05 Dave Lovecomment
2002-09-01 Richard M. Stallman(read1): Handle #! by skipping the line.
2002-08-24 Richard M. Stallman(build_load_history): Use Fmember to see if a definition
2002-08-19 Kenichi Handa(safe_to_load_p): Fix the logic.
2002-07-25 Kenichi Handa(Fload): Don't load with Qload_force_doc_strings t if
2002-07-24 Kenichi HandaInclude "coding.h".
2002-07-18 Dave Love(Fload) <!load_dangerous_libraries>: Don't leak fd.
2002-07-16 Ken Raeburn(intern, oblookup, hash_string): String pointer args
2002-07-16 Ken Raeburn(Fintern_soft): Use string macros instead of Lisp_Strin...
2002-07-16 Ken Raeburn* lread.c (Fload): Use SDATA, SSET.
2002-07-15 Ken Raeburn* lread.c (read_vector): Use STRING_SET_CHARS.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-06-24 Dave LoveRemove some unused variables.
2002-06-22 Stefan Monnier(Fread): Remove redundant and imprecise declaration.
2002-06-11 Stefan Monnier(read_integer): Remove unused var `tem'.
2002-05-29 Colin WaltersFix previous change (oops).
2002-05-29 Colin Walters(Fread_from_string): Don't depend on order of evaluatio...
2002-05-28 Colin Walterslread.c (readchar_count): New variable.
2002-05-20 Ken Raeburn* lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME...
2002-04-30 Stefan Monnier(openp): Change arg exec_only to predicate.
2002-03-29 Eli Zaretskii(openp, Fload): Encode the file name before pasing it
2002-03-11 Gerd Moellmann(Fload): Don't assume that message_with_ntring uses the
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
2002-03-04 Pavel Janík(read_filtered_event): Do not call start_hourglass...
2002-03-03 Richard M. Stallman(read1): When reading from a file, default string to
2002-03-01 Kenichi HandaInclude "character.h".
2002-02-03 Richard M. Stallman(read1): Redesign strategy for force_multibyte and
2002-01-17 Richard M. Stallman(init_lread): Move the site-lisp dirs later in the...
2001-12-30 Richard M. Stallman(read_escape): New arg BYTEREP for reporting whether
2001-12-20 Pavel JaníkDoc fix.
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...
2001-11-07 Pavel Janík(Feval_region): Remove obsolete #ifdef'd-out code ...
2001-11-06 Stefan Monnier(read1): Fix behavior with nested backquoting.
2001-11-03 Ken Raeburn(Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
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 RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-12 Stefan Monnier(substitute_object_recurse): Use traverse_intervals_noo...
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 substitu...
2001-05-28 Gerd Moellmann(Fload): Remove unused label.
2001-03-13 Kenichi Handa(read_multibyte): Check the validity of multibyte seque...
2001-02-21 Gerd MoellmannUse display_hourglass_p, start_hourglass, cancel_hourgl...
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...
2000-09-21 Gerd Moellmann(Vrecursive_load_depth_limit): New variable.
2000-09-12 Gerd Moellmann(Fload): Put code checking for recursive loads in ...
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 LovePrototype 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
next