2008-01-08 |
Glenn Morris |
Add 2008 to copyright years.
|
2007-10-01 |
Juanma Barranquero |
(Fload): Fix typo in docstring.
|
2007-08-23 |
Stefan Monnier |
(load_warn_old_style_backquotes): Fix weird typo.
|
2007-08-23 |
Stefan Monnier |
(load_warn_old_style_backquotes): Fix up array size typo.
|
2007-08-22 |
Stefan Monnier |
(Qold_style_backquotes): New var.
|
2007-08-22 |
Stefan Monnier |
(syms_of_lread): Export old-style-backquotes to Elisp.
|
2007-08-22 |
Stefan Monnier |
(Vold_style_backquotes): New var.
|
2007-08-08 |
Glenn Morris |
Replace `iff' in comments.
|
2007-07-25 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-03-28 |
YAMAMOTO Mitsuharu |
(readchar): Extend BLOCK_INPUT block to ferror/clearerr.
|
2007-03-20 |
YAMAMOTO Mitsuharu |
Include blockinput.h.
|
2007-02-03 |
Juanma Barranquero |
(syms_of_lread) <load-history>: Doc fix.
|
2007-02-01 |
Juanma Barranquero |
(syms_of_lread) <user-init-file>: Doc fix.
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2006-12-10 |
Juanma Barranquero |
(Feval_buffer, Feval_region): Doc fix.
|
2006-11-06 |
Juanma Barranquero |
(syms_of_lread): Fix typo in docstring.
|
2006-07-26 |
Chong Yidong |
* lread.c (read_filtered_event): New arg SECONDS to wait until.
|
2006-07-18 |
Dan Nicolaescu |
* ebrowse.c (usage, version): Mark as NO_RETURN.
|
2006-07-18 |
Kim F. Storm |
(Fload): Use xsignal2, signal_error.
|
2006-07-12 |
Kim F. Storm |
(check_obarray): Cleanup wrong_type_argument use.
|
2006-07-07 |
Stefan Monnier |
(readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.
|
2006-07-07 |
Stefan Monnier |
(read_filtered_event): Remove `register' qualifier because it
|
2006-07-02 |
Stefan Monnier |
(read_filtered_event): Treat select-window just like switch-frame.
|
2006-06-25 |
Eli Zaretskii |
Fix whitespace of last change.
|
2006-06-24 |
Eli Zaretskii |
(read_escape): When an unknown Unicode code point is encountered as a string
|
2006-06-09 |
Eli Zaretskii |
(read_escape): Provide a Unicode character escape syntax; \u followed by
|
2006-05-24 |
Alan Mackenzie |
lread.c (Vload_history): Enhance doc-string to say that the file is the
|
2006-05-12 |
Richard M. Stallman |
(readevalloop): Abort if START non-nil for non-buffer input.
|
2006-02-27 |
Luc Teirlinck |
Declare Vload_file_rep_suffixes instead of
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2006-02-06 |
Kenichi Handa |
(openp): Initialized encoded_fn before GCPRO it.
|
2006-01-20 |
Eli Zaretskii |
(Fload): Don't leak the file descriptor returned by openp if we are going
|
2005-12-30 |
Richard M. Stallman |
(readevalloop): Test for reading a whole buffer
|
2005-12-28 |
Richard M. Stallman |
(readevalloop): Set PT and ZV in the proper buffer, not the current one.
|
2005-12-08 |
Richard M. Stallman |
(read_escape) <\s>: Don't treat strings specially.
|
2005-11-16 |
Stefan Monnier |
(readevalloop): Add missing GCPROs.
|
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.
|