2005-11-01 |
Stefan Monnier |
(readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
|
2005-10-23 |
Richard M. Stallman |
(build_load_history): Replace STREAM arg with ENTIRE.
|
2005-10-21 |
Richard M. Stallman |
(Fload): Simplify gcpro structure.
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-20 |
Kim F. Storm |
(load_unwind): Rework last change.
|
2005-07-20 |
Kim F. Storm |
(Fload, load_unwind): Use make_save_value to unwind
|
2005-07-14 |
Kim F. Storm |
(syms_of_lread): Initialize seen_list.
|
2005-07-10 |
Richard M. Stallman |
(Qeval_buffer_list, Veval_buffer_list): New vars.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-06-25 |
Richard M. Stallman |
(read1): 0.0e+NaN should make a "positive" NaN.
|
2005-06-23 |
Juanma Barranquero |
(read_vector): Follow error conventions.
|
2005-05-06 |
Eli Zaretskii |
(Flocate_file_internal): Doc fix.
|
2005-04-18 |
Lute Kamstra |
(Vloads_in_progress): Static.
|
2005-04-10 |
Richard M. Stallman |
(Vloads_in_progress): Not static.
|
2005-04-08 |
Kim F. Storm |
(readevalloop): Add args START and END as region in
|
2005-02-15 |
Richard M. Stallman |
(syms_of_lread) <user-init-file>: Doc fix.
|
2004-12-27 |
Richard M. Stallman |
(syms_of_lread) <load-history>: Doc fix.
|
2004-11-25 |
Stefan Monnier |
(readchar): Check QUIT when `getc' is interrupted.
|
2004-11-23 |
Stefan Monnier |
(oblookup): Don't use XFASTINT blindly.
|
2004-11-09 |
Kim F. Storm |
(read1): Fix next_char matching.
|
2004-04-26 |
Andreas Schwab |
(read1): Use BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR for
|
2004-04-26 |
Steven Tamm |
lread.c (init_lread): Fixing typo HAVE_CARBON test logic
|
2004-04-25 |
Steven Tamm |
lread.c (init_lread): Don't display missing lisp directory
|
2004-01-14 |
Stefan Monnier |
(defvar_per_buffer): Remove dead declaration.
|
2003-09-01 |
Miles Bader |
Add 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-18 |
Stefan Monnier |
(Fload): Print a message if package is obsolete.
|
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, not FN.
|
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 Barranquero |
2003-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 Barranquero |
Trailing 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 Rost |
Minor white space fix, just supplement the log for previous change:
|
2002-10-11 |
Markus Rost |
*** empty log message ***
|
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-07-16 |
Ken Raeburn |
(intern, oblookup, hash_string): String pointer args
|
2002-07-16 |
Ken Raeburn |
(Fintern_soft): Use string macros instead of Lisp_String fields.
|
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 Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
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 Walters |
Fix previous change (oops).
|
2002-05-29 |
Colin Walters |
(Fread_from_string): Don't depend on order of evaluation for C
|
2002-05-28 |
Colin Walters |
lread.c (readchar_count): New variable.
|
2002-05-20 |
Ken Raeburn |
* lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
|
2002-04-30 |
Stefan Monnier |
(openp): Change arg exec_only to predicate.
|