aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2006-11-071-2/+2
|\
| * (syms_of_lread): Fix typo in docstring.Juanma Barranquero2006-11-061-2/+2
* | Merge from emacs--devo--0Miles Bader2006-08-031-21/+51
|\ \ | |/
| * * lread.c (read_filtered_event): New arg SECONDS to wait until.Chong Yidong2006-07-261-21/+51
* | Merge from emacs--devo--0Miles Bader2006-07-191-45/+48
|\ \ | |/
| * * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-0/+1
| * (Fload): Use xsignal2, signal_error.Kim F. Storm2006-07-181-36/+40
| * (check_obarray): Cleanup wrong_type_argument use.Kim F. Storm2006-07-121-5/+4
| * (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.Stefan Monnier2006-07-071-3/+2
| * (read_filtered_event): Remove `register' qualifier because itStefan Monnier2006-07-071-1/+1
* | Merge from emacs--devo--0Miles Bader2006-07-061-2/+2
|\ \ | |/
| * (read_filtered_event): Treat select-window just like switch-frame.Stefan Monnier2006-07-021-1/+1
| * Fix whitespace of last change.Eli Zaretskii2006-06-251-4/+4
| * (read_escape): When an unknown Unicode code point is encountered as a stringEli Zaretskii2006-06-241-9/+4
* | (read_escape): Fix the code synched with HEAD.Kenichi Handa2006-06-191-18/+1
* | Merge from emacs--devo--0Miles Bader2006-06-171-0/+49
|\ \ | |/
| * (read_escape): Provide a Unicode character escape syntax; \u followed byEli Zaretskii2006-06-091-0/+49
* | Merge from emacs--devo--0Miles Bader2006-06-071-24/+49
|\ \ | |/
| * lread.c (Vload_history): Enhance doc-string to say that the file is theAlan Mackenzie2006-05-241-22/+48
* | Merge from emacs--devo--0Miles Bader2006-05-171-1/+7
|\ \ | |/
| * (readevalloop): Abort if START non-nil for non-buffer input.Richard M. Stallman2006-05-121-1/+7
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34Miles Bader2006-03-031-18/+69
|\ \ | |/
| * Declare Vload_file_rep_suffixes instead ofLuc Teirlinck2006-02-271-18/+69
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-2/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
| * (openp): Initialized encoded_fn before GCPRO it.Kenichi Handa2006-02-061-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7Miles Bader2006-01-251-2/+6
|\ \ | |/
| * (Fload): Don't leak the file descriptor returned by openp if we are goingEli Zaretskii2006-01-201-2/+6
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-28/+66
|\ \ | |/
| * (readevalloop): Test for reading a whole bufferRichard M. Stallman2005-12-301-4/+29
| * (readevalloop): Set PT and ZV in the proper buffer, not the current one.Richard M. Stallman2005-12-281-0/+10
| * (read_escape) <\s>: Don't treat strings specially.Richard M. Stallman2005-12-081-6/+5
| * (readevalloop): Add missing GCPROs.Stefan Monnier2005-11-161-3/+3
| * (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2005-11-011-1/+2
| * (build_load_history): Replace STREAM arg with ENTIRE.Richard M. Stallman2005-10-231-18/+21
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95Miles Bader2006-01-161-14/+24
|\ \ | |/
| * (Fload): Simplify gcpro structure.Richard M. Stallman2005-10-211-14/+23
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+3
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71Miles Bader2005-07-221-9/+7
|\ \ | |/
| * (load_unwind): Rework last change.Kim F. Storm2005-07-201-5/+5
| * (Fload, load_unwind): Use make_save_value to unwindKim F. Storm2005-07-201-7/+4
| * (syms_of_lread): Initialize seen_list.Kim F. Storm2005-07-141-0/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69Miles Bader2005-07-141-0/+10
|\ \ | |/
| * (Qeval_buffer_list, Veval_buffer_list): New vars.Richard M. Stallman2005-07-101-0/+10
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67Miles Bader2005-06-301-0/+17
|\ \ | |/
| * (read1): 0.0e+NaN should make a "positive" NaN.Richard M. Stallman2005-06-251-0/+17
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader2005-06-241-2/+2
|\ \ | |/