summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (read1): Handle infinities, NaN and -0.0 specially.Richard M. Stallman1998-02-021-1/+28
* (Funintern): Clear the symbol's obarray field.Richard M. Stallman1998-01-261-0/+2
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (unreadchar): For unreading an ASCII charRichard M. Stallman1998-01-211-2/+34
* (read1): Escape codes can force multibyte or single-byte.Karl Heuer1998-01-181-16/+37
* (read_escape): `\ ' stands for nothing at all.Richard M. Stallman1998-01-091-39/+58
* (readchar): Use marker's bytepos instead of bufpos.Richard M. Stallman1998-01-021-7/+2
* (readchar_backlog): New variable.Richard M. Stallman1998-01-011-35/+75
* (Feval_region): Doc correction (point does not move).Karl Heuer1997-12-041-2/+1
* (read1): Declare `workbuf' as unsigned char.Andreas Schwab1997-11-211-3/+6
* Indicate in messages if source code is being loaded.Simon Marshall1997-10-231-8/+8
* (read_list): Don't recognize Vload_file_nameKarl Heuer1997-10-151-1/+5
* Make sure that make-docfile does not see the doc stringKarl Heuer1997-10-021-1/+1
* (Feval_buffer): New arg FILENAME.Richard M. Stallman1997-09-071-5/+12
* (Fload): Fix doc syntax.Richard M. Stallman1997-08-301-1/+1
* (Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix.Richard M. Stallman1997-08-291-2/+21
* (read1): Handle read_escape making a multibyte character.Richard M. Stallman1997-08-091-1/+23
* (Fload): New optional arg MUST-SUFFIX.Richard M. Stallman1997-08-041-4/+9
* (map_obarray): Don't crash if something strange is in the obarray.Richard M. Stallman1997-07-281-1/+1
* (init_lread): Don't add to load-path lisp subdirectoriesRichard M. Stallman1997-07-131-3/+13
* (Vpreloaded_file_list): New variable.Richard M. Stallman1997-07-071-0/+10
* (init_lread): Add leim subdir, like lisp subdir.Richard M. Stallman1997-07-021-3/+18
* (init_lread): Sometimes add to load-pathRichard M. Stallman1997-06-011-0/+26
* (intern): Don't make a pure string here, since Fintern does that.Richard M. Stallman1997-05-311-4/+1
* (Fintern): Give keywords a value when interned.Richard M. Stallman1997-05-221-0/+3
* (init_lread): Don't add ../lisp to the dump-time load path.Richard M. Stallman1997-04-301-4/+6
* (read1): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1997-04-071-0/+17
* (Fload): Call Vload_source_file_function with 4 args.Erik Naggum1997-02-271-1/+1