aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* (read1): After #!, exit loop on eof.Richard M. Stallman2003-03-141-1/+1
* (read1): Accept `single space' syntax like (? x).Kim F. Storm2003-02-251-0/+7
* 2003-02-22 David Ponce <[email protected]>Juanma Barranquero2003-02-221-1/+1
* (read1): Allow "?" after a character constant.Kim F. Storm2003-02-181-1/+1
* (read1): Fix last change; "`" is not always special.Kim F. Storm2003-02-181-4/+8
* (read1): Fix and relax read syntax.Kim F. Storm2003-02-171-12/+25
* (read_escape): Interpret \s as a SPACE character, exceptKim F. Storm2003-02-131-2/+16
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-31/+31
* (load_error_handler): New function.Richard M. Stallman2002-12-211-4/+20
* (syms_of_lread) <load-history>: Doc fix.Richard M. Stallman2002-12-071-1/+4
* (Feval_buffer): Doc fix.John Paul Wallington2002-11-041-1/+1
* (Fload) <!load_dangerous_libraries>: Close fd.Dave Love2002-10-301-2/+6
* (syms_of_lread): Fix typos.Juanma Barranquero2002-10-171-2/+2
* Minor white space fix, just supplement the log for previous change:Markus Rost2002-10-121-1/+1
* *** empty log message ***Markus Rost2002-10-111-1/+2
* (read1): Handle #! by skipping the line.Richard M. Stallman2002-09-011-0/+8
* (build_load_history): Use Fmember to see if a definitionRichard M. Stallman2002-08-241-4/+4
* (intern, oblookup, hash_string): String pointer argsKen Raeburn2002-07-161-8/+7
* (Fintern_soft): Use string macros instead of Lisp_String fields.Ken Raeburn2002-07-161-5/+4
* * lread.c (Fload): Use SDATA, SSET.Ken Raeburn2002-07-161-3/+3
* * lread.c (read_vector): Use STRING_SET_CHARS.Ken Raeburn2002-07-151-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-51/+51
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-5/+5
* (Fread): Remove redundant and imprecise declaration.Stefan Monnier2002-06-221-1/+0
* (read_integer): Remove unused var `tem'.Stefan Monnier2002-06-111-2/+3
* Fix previous change (oops).Colin Walters2002-05-291-1/+3
* (Fread_from_string): Don't depend on order of evaluation for CColin Walters2002-05-291-2/+2
* lread.c (readchar_count): New variable.Colin Walters2002-05-281-51/+141
* * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-5/+5
* (openp): Change arg exec_only to predicate.Stefan Monnier2002-04-301-23/+46
* (openp, Fload): Encode the file name before pasing itEli Zaretskii2002-03-291-22/+33
* (Fload): Don't assume that message_with_ntring uses theGerd Moellmann2002-03-111-4/+9
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
* (read_filtered_event): Do not call start_hourglass before returning.Pavel Janík2002-03-041-0/+5
* (read1): When reading from a file, default string toRichard M. Stallman2002-03-031-2/+4
* (read1): Redesign strategy for force_multibyte andRichard M. Stallman2002-02-031-40/+49
* (init_lread): Move the site-lisp dirs later in the path.Richard M. Stallman2002-01-171-7/+28
* (read_escape): New arg BYTEREP for reporting whetherRichard M. Stallman2001-12-301-14/+28
* Doc fix.Pavel Janík2001-12-201-2/+2
* (Fload): Detect recursive load error for more than 3Richard M. Stallman2001-11-251-20/+12
* (read_escape): Use end_of_file_error for reporting eof.Richard M. Stallman2001-11-111-1/+1
* (Feval_region): Remove obsolete #ifdef'd-out code (eval-current-buffer).Pavel Janík2001-11-071-207/+179
* (read1): Fix behavior with nested backquoting.Stefan Monnier2001-11-061-4/+4
* (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDRKen Raeburn2001-11-031-5/+5
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-9/+9
* (to_multibyte): Fix computation of new read_buffer_size.Gerd Moellmann2001-10-311-1/+1
* (read1): Remove debugging code.Gerd Moellmann2001-10-301-3/+0
* (to_multibyte): Ensure read_buffer is at least twiceGerd Moellmann2001-10-301-1/+4
* (to_multibyte): New function.Gerd Moellmann2001-10-301-13/+50
* (syms_of_lread)<recursive-load-depth-limit>: Raise toGerd Moellmann2001-10-231-13/+10