| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR | Ken Raeburn | 2001-11-03 | 1 | -5/+5 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -9/+9 |
* | (to_multibyte): Fix computation of new read_buffer_size. | Gerd Moellmann | 2001-10-31 | 1 | -1/+1 |
* | (read1): Remove debugging code. | Gerd Moellmann | 2001-10-30 | 1 | -3/+0 |
* | (to_multibyte): Ensure read_buffer is at least twice | Gerd Moellmann | 2001-10-30 | 1 | -1/+4 |
* | (to_multibyte): New function. | Gerd Moellmann | 2001-10-30 | 1 | -13/+50 |
* | (syms_of_lread)<recursive-load-depth-limit>: Raise to | Gerd Moellmann | 2001-10-23 | 1 | -13/+10 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -9/+12 |
* | (substitute_object_recurse): Use traverse_intervals_noorder. | Stefan Monnier | 2001-10-12 | 1 | -3/+5 |
* | (syms_of_lread) <load-suffixes>: Fix last change: | Eli Zaretskii | 2001-10-12 | 1 | -1/+1 |
* | (syms_of_lread): Fix init of default_suffixes. | Stefan Monnier | 2001-10-12 | 1 | -1/+2 |
* | (Vload_suffixes, default_suffixes): New vars. | Stefan Monnier | 2001-10-12 | 1 | -44/+64 |
* | (Fintern, Funintern): Set symbol's interned and constant | Gerd Moellmann | 2001-10-05 | 1 | -9/+21 |
* | (Fload): Document that the argument is run via substitute-in-file-name. | Eli Zaretskii | 2001-06-02 | 1 | -1/+2 |
* | (Fload): Remove unused label. | Gerd Moellmann | 2001-05-28 | 1 | -2/+0 |
* | (read_multibyte): Check the validity of multibyte sequence. If | Kenichi Handa | 2001-03-13 | 1 | -1/+8 |
* | Use display_hourglass_p, start_hourglass, cancel_hourglass instead of | Gerd Moellmann | 2001-02-21 | 1 | -5/+5 |
* | (read_integer): Use type EMACS_INT instead of int. | Gerd Moellmann | 2001-01-25 | 1 | -1/+2 |
* | (read1): Recognize end of file after `\\'. | Gerd Moellmann | 2000-12-15 | 1 | -0/+2 |
* | (file_offset, file_tell): Depend on HAVE_FSEEKO, not | Gerd Moellmann | 2000-12-11 | 1 | -1/+1 |
* | (read1): Change the way buffers are reallocated to be | Gerd Moellmann | 2000-12-08 | 1 | -12/+14 |
* | (Fload): Fix #ifdef for pcc. | Dave Love | 2000-11-17 | 1 | -2/+2 |
* | (openp): Return -2 instead of 0 for the `remote file' case. | Miles Bader | 2000-11-13 | 1 | -38/+40 |
* | (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 |