aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-4/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-19/+18
* (Fload): Calculate bytes of filename correctly.Kenichi Handa1999-10-181-9/+10
* (readchar): Remove unused variables.Gerd Moellmann1999-09-201-6/+3
* Use XCAR and XCDR instead of explicit member access.Ken Raeburn1999-09-131-13/+13
* (Vbyte_boolean_vars): New variable.Dave Love1999-09-061-0/+8
* (read_escape): For Control modifier, pay attention toKenichi Handa1999-08-131-5/+19
* (Feval_buffer): New arg DO_ALLOW_PRINT.Richard M. Stallman1999-08-071-4/+9
* (read1): Added circular reading code to #N=.Richard M. Stallman1999-08-031-1/+144
* (Vuser_init_file): New variable.Karl Heuer1999-06-051-0/+10