aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* (Fload): Document that the argument is run via substitute-in-file-name.Eli Zaretskii2001-06-021-1/+2
* (Fload): Remove unused label.Gerd Moellmann2001-05-281-2/+0
* (read_multibyte): Check the validity of multibyte sequence. IfKenichi Handa2001-03-131-1/+8
* Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann2001-02-211-5/+5
* (read_integer): Use type EMACS_INT instead of int.Gerd Moellmann2001-01-251-1/+2
* (read1): Recognize end of file after `\\'.Gerd Moellmann2000-12-151-0/+2
* (file_offset, file_tell): Depend on HAVE_FSEEKO, notGerd Moellmann2000-12-111-1/+1
* (read1): Change the way buffers are reallocated to beGerd Moellmann2000-12-081-12/+14
* (Fload): Fix #ifdef for pcc.Dave Love2000-11-171-2/+2
* (openp): Return -2 instead of 0 for the `remote file' case.Miles Bader2000-11-131-38/+40
* (Vrecursive_load_depth_limit): New variable.Gerd Moellmann2000-09-211-26/+45
* (Fload): Put code checking for recursive loads in #if 0.Gerd Moellmann2000-09-121-0/+5
* (init_lread): Set Vloads_in_progress to nil.Gerd Moellmann2000-09-111-1/+3
* (Vloads_in_progress): New variable.Gerd Moellmann2000-09-111-4/+35
* (syms_of_lread): Change value of regexpGerd Moellmann2000-09-071-1/+1
* (syms_of_lread): Make Vbytecomp_version_regexp a LispGerd Moellmann2000-09-041-2/+8
* (read1): Accept `?' as symbol constituent, forGerd Moellmann2000-09-011-6/+7
* (openp): GCPRO local variable `filename'.Gerd Moellmann2000-08-311-3/+3
* (openp): Prevent temporary string passed toGerd Moellmann2000-08-291-3/+5
* [USE_CRT_DLL]: Remove unnecessary extern, whichAndrew Innes2000-08-221-0/+2
* (Fread): Doc fix.Dave Love2000-08-201-1/+2
* Prototype readevalloop, load_unwind,Dave Love2000-08-171-4/+7
* (readevalloop): If READCHARFUN sets point to ZV, arrangeGerd Moellmann2000-06-071-3/+18
* (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.Dave Love2000-06-021-8/+0
* (Fload): Add a comment about the meaning ofGerd Moellmann2000-05-231-0/+1
* (read1): On reading multibyte string, be sure to makeKenichi Handa2000-05-201-11/+12
* (read1): Don't treat period followed by certainGerd Moellmann2000-04-271-1/+2
* (end_of_file_error): New function.Gerd Moellmann2000-04-271-3/+21
* (read_filtered_event): Cancel and start busy cursor.Gerd Moellmann2000-04-181-0/+9
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-1/+1
* (read1): Accept `.' (period) as symbol start like in CLGerd Moellmann2000-03-291-4/+1
* (Fload): Move safe_p definition to above #ifdef DOS_NT block.Jason Rumney2000-03-271-1/+1
* Use new macro names for handling per-buffer variables.Gerd Moellmann2000-03-271-3/+3
* (defvar_per_buffer): Use new macros for per-bufferGerd Moellmann2000-03-261-3/+4
* (load-history): Fix doc string.Dave Love2000-03-251-1/+1
* * eval.c (Fautoload): Add entry in load-history (if after dump).Stefan Monnier2000-03-241-1/+2
* (syms_of_lread): Doc fix for load-convert-to-unibyte.Richard M. Stallman2000-03-191-3/+3
* (read_integer): Unread the last char not consumed.Gerd Moellmann2000-03-181-1/+4
* (read_integer): New function.Gerd Moellmann2000-03-161-0/+72
* (load_dangerous_libraries): New variable.Gerd Moellmann2000-03-151-2/+77
* (Fload): Use `xfree' instead of `free'.Gerd Moellmann2000-02-251-2/+2
* Undef feature selection macros before defining.Dave Love2000-02-181-0/+5
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-33/+1
* (__EXTENSIONS__): Define.Dave Love2000-02-081-0/+2
* (syms_of_lread): Fix literal newlines.Andrew Innes2000-02-061-3/+3
* (_XOPEN_SOURCE): Declare (for ftello).Dave Love2000-02-041-2/+3
* (syms_of_lread) [user-init-file]: Doc change.Dave Love2000-01-191-1/+4
* (readchar): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-151-67/+8
* (Fintern_soft): Fix newlines in doc string.Dave Love1999-12-071-2/+2
* (Fintern_soft): Accept a symbol argument.Gerd Moellmann1999-12-061-9/+17