| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (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 |
* | 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 |
* | (syms_of_lread) <user-init-file>: Doc fix. | Richard M. Stallman | 2005-02-15 | 1 | -2/+2 |
* | (syms_of_lread) <load-history>: Doc fix. | Richard M. Stallman | 2004-12-27 | 1 | -3/+3 |
* | (readchar): Check QUIT when `getc' is interrupted. | Stefan Monnier | 2004-11-25 | 1 | -2/+3 |
* | (oblookup): Don't use XFASTINT blindly. | Stefan Monnier | 2004-11-23 | 1 | -1/+1 |
* | (read1): Fix next_char matching. | Kim F. Storm | 2004-11-09 | 1 | -5/+5 |
* | (read1): Use BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR for | Andreas Schwab | 2004-04-26 | 1 | -5/+6 |
* | lread.c (init_lread): Fixing typo HAVE_CARBON test logic | Steven Tamm | 2004-04-26 | 1 | -2/+2 |
* | lread.c (init_lread): Don't display missing lisp directory | Steven Tamm | 2004-04-25 | 1 | -3/+7 |
* | (defvar_per_buffer): Remove dead declaration. | Stefan Monnier | 2004-01-14 | 1 | -2/+1 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | [HAVE_FCNTL_H]: Include fcntl.h. | Dave Love | 2003-06-02 | 1 | -0/+3 |
* | (openp): Make sure STR is a string. | Stefan Monnier | 2003-06-01 | 1 | -0/+2 |
* | (Fload): Print a message if package is obsolete. | Stefan Monnier | 2003-05-18 | 1 | -2/+7 |
* | (read1): Before calling index, check if the 2nd | Kenichi Handa | 2003-04-09 | 1 | -12/+16 |
* | (openp): Get the Qfile_exists_p handler for STRING, not FN. | Richard M. Stallman | 2003-04-08 | 1 | -1/+1 |
* | (read1): After #!, exit loop on eof. | Richard M. Stallman | 2003-03-14 | 1 | -1/+1 |
* | (read1): Accept `single space' syntax like (? x). | Kim F. Storm | 2003-02-25 | 1 | -0/+7 |
* | 2003-02-22 David Ponce <david@dponce.com> | Juanma Barranquero | 2003-02-22 | 1 | -1/+1 |
* | (read1): Allow "?" after a character constant. | Kim F. Storm | 2003-02-18 | 1 | -1/+1 |
* | (read1): Fix last change; "`" is not always special. | Kim F. Storm | 2003-02-18 | 1 | -4/+8 |
* | (read1): Fix and relax read syntax. | Kim F. Storm | 2003-02-17 | 1 | -12/+25 |
* | (read_escape): Interpret \s as a SPACE character, except | Kim F. Storm | 2003-02-13 | 1 | -2/+16 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -31/+31 |
* | (load_error_handler): New function. | Richard M. Stallman | 2002-12-21 | 1 | -4/+20 |
* | (syms_of_lread) <load-history>: Doc fix. | Richard M. Stallman | 2002-12-07 | 1 | -1/+4 |
* | (Feval_buffer): Doc fix. | John Paul Wallington | 2002-11-04 | 1 | -1/+1 |
* | (Fload) <!load_dangerous_libraries>: Close fd. | Dave Love | 2002-10-30 | 1 | -2/+6 |
* | (syms_of_lread): Fix typos. | Juanma Barranquero | 2002-10-17 | 1 | -2/+2 |
* | Minor white space fix, just supplement the log for previous change: | Markus Rost | 2002-10-12 | 1 | -1/+1 |
* | *** empty log message *** | Markus Rost | 2002-10-11 | 1 | -1/+2 |
* | (read1): Handle #! by skipping the line. | Richard M. Stallman | 2002-09-01 | 1 | -0/+8 |
* | (build_load_history): Use Fmember to see if a definition | Richard M. Stallman | 2002-08-24 | 1 | -4/+4 |
* | (intern, oblookup, hash_string): String pointer args | Ken Raeburn | 2002-07-16 | 1 | -8/+7 |
* | (Fintern_soft): Use string macros instead of Lisp_String fields. | Ken Raeburn | 2002-07-16 | 1 | -5/+4 |
* | * lread.c (Fload): Use SDATA, SSET. | Ken Raeburn | 2002-07-16 | 1 | -3/+3 |
* | * lread.c (read_vector): Use STRING_SET_CHARS. | Ken Raeburn | 2002-07-15 | 1 | -1/+1 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -51/+51 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -5/+5 |