| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (Fread): Remove redundant and imprecise declaration. | Stefan Monnier | 2002-06-22 | 1 | -1/+0 |
* | (read_integer): Remove unused var `tem'. | Stefan Monnier | 2002-06-11 | 1 | -2/+3 |
* | Fix previous change (oops). | Colin Walters | 2002-05-29 | 1 | -1/+3 |
* | (Fread_from_string): Don't depend on order of evaluation for C | Colin Walters | 2002-05-29 | 1 | -2/+2 |
* | lread.c (readchar_count): New variable. | Colin Walters | 2002-05-28 | 1 | -51/+141 |
* | * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING | Ken Raeburn | 2002-05-20 | 1 | -5/+5 |
* | (openp): Change arg exec_only to predicate. | Stefan Monnier | 2002-04-30 | 1 | -23/+46 |
* | (openp, Fload): Encode the file name before pasing it | Eli Zaretskii | 2002-03-29 | 1 | -22/+33 |
* | (Fload): Don't assume that message_with_ntring uses the | Gerd Moellmann | 2002-03-11 | 1 | -4/+9 |
* | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -1/+1 |
* | (read_filtered_event): Do not call start_hourglass before returning. | Pavel Janík | 2002-03-04 | 1 | -0/+5 |
* | (read1): When reading from a file, default string to | Richard M. Stallman | 2002-03-03 | 1 | -2/+4 |
* | (read1): Redesign strategy for force_multibyte and | Richard M. Stallman | 2002-02-03 | 1 | -40/+49 |
* | (init_lread): Move the site-lisp dirs later in the path. | Richard M. Stallman | 2002-01-17 | 1 | -7/+28 |
* | (read_escape): New arg BYTEREP for reporting whether | Richard M. Stallman | 2001-12-30 | 1 | -14/+28 |
* | Doc fix. | Pavel Janík | 2001-12-20 | 1 | -2/+2 |
* | (Fload): Detect recursive load error for more than 3 | Richard M. Stallman | 2001-11-25 | 1 | -20/+12 |
* | (read_escape): Use end_of_file_error for reporting eof. | Richard M. Stallman | 2001-11-11 | 1 | -1/+1 |
* | (Feval_region): Remove obsolete #ifdef'd-out code (eval-current-buffer). | Pavel Janík | 2001-11-07 | 1 | -207/+179 |
* | (read1): Fix behavior with nested backquoting. | Stefan Monnier | 2001-11-06 | 1 | -4/+4 |