| Commit message (Expand) | Author | Age | Files | Lines |
* | (Vrecursive_load_depth_limit): New variable. | Gerd Moellmann | 2000-09-21 | 1 | -26/+45 |
* | (Fload): Put code checking for recursive loads in #if 0. | Gerd Moellmann | 2000-09-12 | 1 | -0/+5 |
* | (init_lread): Set Vloads_in_progress to nil. | Gerd Moellmann | 2000-09-11 | 1 | -1/+3 |
* | (Vloads_in_progress): New variable. | Gerd Moellmann | 2000-09-11 | 1 | -4/+35 |
* | (syms_of_lread): Change value of regexp | Gerd Moellmann | 2000-09-07 | 1 | -1/+1 |
* | (syms_of_lread): Make Vbytecomp_version_regexp a Lisp | Gerd Moellmann | 2000-09-04 | 1 | -2/+8 |
* | (read1): Accept `?' as symbol constituent, for | Gerd Moellmann | 2000-09-01 | 1 | -6/+7 |
* | (openp): GCPRO local variable `filename'. | Gerd Moellmann | 2000-08-31 | 1 | -3/+3 |
* | (openp): Prevent temporary string passed to | Gerd Moellmann | 2000-08-29 | 1 | -3/+5 |
* | [USE_CRT_DLL]: Remove unnecessary extern, which | Andrew Innes | 2000-08-22 | 1 | -0/+2 |
* | (Fread): Doc fix. | Dave Love | 2000-08-20 | 1 | -1/+2 |
* | Prototype readevalloop, load_unwind, | Dave Love | 2000-08-17 | 1 | -4/+7 |
* | (readevalloop): If READCHARFUN sets point to ZV, arrange | Gerd Moellmann | 2000-06-07 | 1 | -3/+18 |
* | (_XOPEN_SOURCE, __EXTENSIONS__): Don't define. | Dave Love | 2000-06-02 | 1 | -8/+0 |
* | (Fload): Add a comment about the meaning of | Gerd Moellmann | 2000-05-23 | 1 | -0/+1 |
* | (read1): On reading multibyte string, be sure to make | Kenichi Handa | 2000-05-20 | 1 | -11/+12 |
* | (read1): Don't treat period followed by certain | Gerd Moellmann | 2000-04-27 | 1 | -1/+2 |
* | (end_of_file_error): New function. | Gerd Moellmann | 2000-04-27 | 1 | -3/+21 |
* | (read_filtered_event): Cancel and start busy cursor. | Gerd Moellmann | 2000-04-18 | 1 | -0/+9 |
* | make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP | Ken Raeburn | 2000-04-05 | 1 | -1/+1 |
* | (read1): Accept `.' (period) as symbol start like in CL | Gerd Moellmann | 2000-03-29 | 1 | -4/+1 |
* | (Fload): Move safe_p definition to above #ifdef DOS_NT block. | Jason Rumney | 2000-03-27 | 1 | -1/+1 |
* | Use new macro names for handling per-buffer variables. | Gerd Moellmann | 2000-03-27 | 1 | -3/+3 |
* | (defvar_per_buffer): Use new macros for per-buffer | Gerd Moellmann | 2000-03-26 | 1 | -3/+4 |
* | (load-history): Fix doc string. | Dave Love | 2000-03-25 | 1 | -1/+1 |
* | * eval.c (Fautoload): Add entry in load-history (if after dump). | Stefan Monnier | 2000-03-24 | 1 | -1/+2 |
* | (syms_of_lread): Doc fix for load-convert-to-unibyte. | Richard M. Stallman | 2000-03-19 | 1 | -3/+3 |
* | (read_integer): Unread the last char not consumed. | Gerd Moellmann | 2000-03-18 | 1 | -1/+4 |
* | (read_integer): New function. | Gerd Moellmann | 2000-03-16 | 1 | -0/+72 |
* | (load_dangerous_libraries): New variable. | Gerd Moellmann | 2000-03-15 | 1 | -2/+77 |
* | (Fload): Use `xfree' instead of `free'. | Gerd Moellmann | 2000-02-25 | 1 | -2/+2 |
* | Undef feature selection macros before defining. | Dave Love | 2000-02-18 | 1 | -0/+5 |
* | Remove `LISP_FLOAT_TYPE' and `standalone'. | Gerd Moellmann | 2000-02-17 | 1 | -33/+1 |
* | (__EXTENSIONS__): Define. | Dave Love | 2000-02-08 | 1 | -0/+2 |
* | (syms_of_lread): Fix literal newlines. | Andrew Innes | 2000-02-06 | 1 | -3/+3 |
* | (_XOPEN_SOURCE): Declare (for ftello). | Dave Love | 2000-02-04 | 1 | -2/+3 |
* | (syms_of_lread) [user-init-file]: Doc change. | Dave Love | 2000-01-19 | 1 | -1/+4 |
* | (readchar): Adjusted for the change of CHAR_STRING. | Kenichi Handa | 1999-12-15 | 1 | -67/+8 |
* | (Fintern_soft): Fix newlines in doc string. | Dave Love | 1999-12-07 | 1 | -2/+2 |
* | (Fintern_soft): Accept a symbol argument. | Gerd Moellmann | 1999-12-06 | 1 | -9/+17 |
* | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 1 | -4/+1 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -19/+18 |
* | (Fload): Calculate bytes of filename correctly. | Kenichi Handa | 1999-10-18 | 1 | -9/+10 |
* | (readchar): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -6/+3 |
* | Use XCAR and XCDR instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -13/+13 |
* | (Vbyte_boolean_vars): New variable. | Dave Love | 1999-09-06 | 1 | -0/+8 |
* | (read_escape): For Control modifier, pay attention to | Kenichi Handa | 1999-08-13 | 1 | -5/+19 |
* | (Feval_buffer): New arg DO_ALLOW_PRINT. | Richard M. Stallman | 1999-08-07 | 1 | -4/+9 |
* | (read1): Added circular reading code to #N=. | Richard M. Stallman | 1999-08-03 | 1 | -1/+144 |
* | (Vuser_init_file): New variable. | Karl Heuer | 1999-06-05 | 1 | -0/+10 |