aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* Use epaths.h istead of paths.h.Richard M. Stallman1999-02-261-2/+2
* (Fread_char): Change the meaning of the second argument.Kenichi Handa1998-12-221-15/+18
* (build_load_history): Do add to Vload_historyKarl Heuer1998-09-211-4/+0
* (Fload): Handle case where openp finds a magic fileKarl Heuer1998-09-061-6/+17
* (read1): Don't assume that atof ("-0.0") yields -0.0.Paul Eggert1998-08-311-12/+25
* (read_filtered_event): New arg INPUT_METHOD. Calls changed.Richard M. Stallman1998-08-181-16/+42
* (read1): In reading a string, treat Qlambda like Qget_file_char.Richard M. Stallman1998-08-021-2/+5
* (read_list): Pass new arg to get_doc_string.Richard M. Stallman1998-07-051-0/+6
* (read_list): Pass new arg to get_doc_string.Richard M. Stallman1998-06-241-1/+1
* (readevalloop): New arg READFUN. Callers changed.Richard M. Stallman1998-06-101-13/+19
* Remember the last TWO strings skipped with #@.Richard M. Stallman1998-06-011-13/+124
* (readchar): Use readchar_backlog againRichard M. Stallman1998-05-161-13/+87