aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Fintern): Properly compare lisp objects.Richard M. Stallman1998-05-071-1/+1
* (Fload): Rename dosmode to fmode and use it on allEli Zaretskii1998-05-041-9/+10
* (read1): Clear out extraneous bits at end of bool-vector.Eli Zaretskii1998-05-041-0/+4
* (isfloat_string): Don't look at bytes before the string.Richard M. Stallman1998-05-031-0/+4
* Fix -Wimplicit warnings.Andreas Schwab1998-04-281-1/+5
* (readevalloop): Fix type of UNIBYTE parameter.Andreas Schwab1998-04-281-1/+1
* (Fintern): Initialize keywords only in initial obarray.Richard M. Stallman1998-04-261-1/+2
* (Fread_from_string): Initialize startval and endval.Richard M. Stallman1998-04-251-0/+2
* (read1): Allow multibyte and unibyte together in one string.Richard M. Stallman1998-04-241-6/+3
* (dir_warning): Don't log a warning if Emacs hasn'tGeoff Voelker1998-04-231-1/+3
* (read_from_string_index_byte): New variable.Richard M. Stallman1998-04-231-111/+114
* (readevalloop): New arg UNIBYTE. Callers changed.Richard M. Stallman1998-04-201-10/+47
* (read1): Compute NaN and infinities using 0.0 in aRichard M. Stallman1998-04-171-3/+4
* (readchar): Find the previous byte's address properlyRichard M. Stallman1998-04-171-2/+6
* (init_lread): Init Vstandard_input.Richard M. Stallman1998-03-261-0/+2
* (read1): Pass new arg to make_pure_string.Richard M. Stallman1998-03-211-5/+9
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-6/+6
* (read1): Call multibyte_chars_in_textKenichi Handa1998-03-191-1/+1
* (read0): Swap args to Fmake_string.Richard M. Stallman1998-03-181-2/+2