Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fload): Fix typo in docstring. | Juanma Barranquero | 2007-10-01 | 1 | -6/+6 |
| | |||||
* | (load_warn_old_style_backquotes): Fix weird typo. | Stefan Monnier | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | (load_warn_old_style_backquotes): Fix up array size typo. | Stefan Monnier | 2007-08-23 | 1 | -2/+2 |
| | |||||
* | (Qold_style_backquotes): New var. | Stefan Monnier | 2007-08-22 | 1 | -4/+21 |
| | | | | | | | (syms_of_lread): Init and staticpro it. (load_warn_old_style_backquotes): New fun. (Fload): Use them to warn about old style backquotes. (end_of_file_error, Fload): Remove unused vars. | ||||
* | (syms_of_lread): Export old-style-backquotes to Elisp. | Stefan Monnier | 2007-08-22 | 1 | -3/+4 |
| | |||||
* | (Vold_style_backquotes): New var. | Stefan Monnier | 2007-08-22 | 1 | -2/+12 |
| | | | | | (syms_of_lread): Init and staticpro it. (read1): Set it when we find an old-style (back)quote. | ||||
* | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -3/+3 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (readchar): Extend BLOCK_INPUT block to ferror/clearerr. | YAMAMOTO Mitsuharu | 2007-03-28 | 1 | -3/+3 |
| | |||||
* | Include blockinput.h. | YAMAMOTO Mitsuharu | 2007-03-20 | 1 | -2/+17 |
| | | | | | | (readchar, Fget_file_char): Add BLOCK_INPUT around getc. (unreadchar): Add BLOCK_INPUT around ungetc. (load_unwind): Add BLOCK_INPUT around fclose. | ||||
* | (syms_of_lread) <load-history>: Doc fix. | Juanma Barranquero | 2007-02-03 | 1 | -4/+4 |
| | |||||
* | (syms_of_lread) <user-init-file>: Doc fix. | Juanma Barranquero | 2007-02-01 | 1 | -1/+3 |
| | | | | Wording by Eli Zaretskii. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (Feval_buffer, Feval_region): Doc fix. | Juanma Barranquero | 2006-12-10 | 1 | -3/+3 |
| | |||||
* | (syms_of_lread): Fix typo in docstring. | Juanma Barranquero | 2006-11-06 | 1 | -2/+2 |
| | |||||
* | * lread.c (read_filtered_event): New arg SECONDS to wait until. | Chong Yidong | 2006-07-26 | 1 | -21/+51 |
| | | | | (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS. | ||||
* | * ebrowse.c (usage, version): Mark as NO_RETURN. | Dan Nicolaescu | 2006-07-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | * emacsclient.c (print_help_and_exit): Likewise. * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN. * textprop.c (text_read_only): Likewise. * lread.c (end_of_file_error): Likewise. * lisp.h (circular_list_error, memory_full, buffer_memory_full): Likewise. * eval.c (unwind_to_catch): Likewise. * buffer.h (buffer_slot_type_mismatch): Likewise. | ||||
* | (Fload): Use xsignal2, signal_error. | Kim F. Storm | 2006-07-18 | 1 | -36/+40 |
| | | | | | | | (end_of_file_error): Use xsignal0, xsignal1. (read0): Use xsignal1. (invalid_syntax): New error function marked no-return. (read_integer, read1, read_list): Use it. | ||||
* | (check_obarray): Cleanup wrong_type_argument use. | Kim F. Storm | 2006-07-12 | 1 | -5/+4 |
| | |||||
* | (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup. | Stefan Monnier | 2006-07-07 | 1 | -3/+2 |
| | |||||
* | (read_filtered_event): Remove `register' qualifier because it | Stefan Monnier | 2006-07-07 | 1 | -1/+1 |
| | | | | causes compilation problem with gcc-4.0.2-20051125 on amd64. | ||||
* | (read_filtered_event): Treat select-window just like switch-frame. | Stefan Monnier | 2006-07-02 | 1 | -1/+1 |
| | |||||
* | Fix whitespace of last change. | Eli Zaretskii | 2006-06-25 | 1 | -4/+4 |
| | |||||
* | (read_escape): When an unknown Unicode code point is encountered as a string | Eli Zaretskii | 2006-06-24 | 1 | -9/+4 |
| | | | | or character escape, signal an error. | ||||
* | (read_escape): Provide a Unicode character escape syntax; \u followed by | Eli Zaretskii | 2006-06-09 | 1 | -0/+49 |
| | | | | | exactly four or \U followed by exactly eight hex digits in a comment or string is read as a Unicode character with that code point. | ||||
* | lread.c (Vload_history): Enhance doc-string to say that the file is the | Alan Mackenzie | 2006-05-24 | 1 | -22/+48 |
| | | | | | | | | | | | | | | | | absolute truename of the loaded file. lread.c (Vafter_load_alist): doc-string: state that an element now has a regexp to match file names, not a file name as such. lread.c (readevalloop): Call file-truename on the name for load-history, except at preloading time. lread.c (Fload): At preloading time, preserve the extension of the filename which goes into load-history. New variable hist_file_name. lread.c (Fload): Do eval-after-load stuff by calling the lisp function do-after-load-evaluation. | ||||
* | (readevalloop): Abort if START non-nil for non-buffer input. | Richard M. Stallman | 2006-05-12 | 1 | -1/+7 |
| | |||||
* | Declare Vload_file_rep_suffixes instead of | Luc Teirlinck | 2006-02-27 | 1 | -18/+69 |
| | | | | | | | | | | | deleted variable default_suffixes. (Fget_load_suffixes): New function. (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes. No longer use deleted variable default_suffixes. Update docstring. (syms_of_lread): defsubr Sget_load_suffixes. Expand `load-suffixes' docstring. Delete default_suffixes and DEFVAR_LISP the new variable `load-file-rep-suffixes'. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (openp): Initialized encoded_fn before GCPRO it. | Kenichi Handa | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (Fload): Don't leak the file descriptor returned by openp if we are going | Eli Zaretskii | 2006-01-20 | 1 | -2/+6 |
| | | | | to signal an error. | ||||
* | (readevalloop): Test for reading a whole buffer | Richard M. Stallman | 2005-12-30 | 1 | -4/+29 |
| | | | | | | before actually reading anything. Handle all cases, including START = END = nil and an already-narrowed buffer. Convert END to a marker if it is a number. | ||||
* | (readevalloop): Set PT and ZV in the proper buffer, not the current one. | Richard M. Stallman | 2005-12-28 | 1 | -0/+10 |
| | |||||
* | (read_escape) <\s>: Don't treat strings specially. | Richard M. Stallman | 2005-12-08 | 1 | -6/+5 |
| | |||||
* | (readevalloop): Add missing GCPROs. | Stefan Monnier | 2005-11-16 | 1 | -3/+3 |
| | |||||
* | (readevalloop): Yet another int/Lisp_Object mixup (YAILOM). | Stefan Monnier | 2005-11-01 | 1 | -1/+2 |
| | |||||
* | (build_load_history): Replace STREAM arg with ENTIRE. | Richard M. Stallman | 2005-10-23 | 1 | -18/+21 |
| | | | | | (readevalloop): Compute ENTIRE properly. (syms_of_lread) <load-history>: Doc fix. | ||||
* | (Fload): Simplify gcpro structure. | Richard M. Stallman | 2005-10-21 | 1 | -14/+23 |
| | | | | | | | Gcpro FOUND as well as FILE, but not EFOUND. Unless preloading, record FOUND instead of FILE in Vload_history. Rename repeat local FILE to MSG_FILE. (syms_of_lread) <load-history>: Doc fix. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+3 |
| | |||||
* | (load_unwind): Rework last change. | Kim F. Storm | 2005-07-20 | 1 | -5/+5 |
| | |||||
* | (Fload, load_unwind): Use make_save_value to unwind | Kim F. Storm | 2005-07-20 | 1 | -7/+4 |
| | | | | protect stream. | ||||
* | (syms_of_lread): Initialize seen_list. | Kim F. Storm | 2005-07-14 | 1 | -0/+1 |
| | |||||
* | (Qeval_buffer_list, Veval_buffer_list): New vars. | Richard M. Stallman | 2005-07-10 | 1 | -0/+10 |
| | | | | | (syms_of_lread): Set up eval-buffer-list. (Feval_buffer, Feval_region): Bind eval-buffer-list. | ||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (read1): 0.0e+NaN should make a "positive" NaN. | Richard M. Stallman | 2005-06-25 | 1 | -0/+17 |
| | |||||
* | (read_vector): Follow error conventions. | Juanma Barranquero | 2005-06-23 | 1 | -2/+2 |
| | |||||
* | (Flocate_file_internal): Doc fix. | Eli Zaretskii | 2005-05-06 | 1 | -0/+1 |
| | |||||
* | (Vloads_in_progress): Static. | Lute Kamstra | 2005-04-18 | 1 | -3/+3 |
| | |||||
* | (Vloads_in_progress): Not static. | Richard M. Stallman | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | (readevalloop): Add args START and END as region in | Kim F. Storm | 2005-04-08 | 1 | -17/+35 |
| | | | | | | | | | | current buffer to read. Callers changed. When specified, narrow to this region only when reading, not during eval. Track next point to read from during eval. Also restore point to "real" buffer position before eval. (Feval_region): Don't save excursion and restriction here, and don't narrow to region. Just pass region to readevalloop. Note: Point is now preserved even when PRINTFLAG is nil. |