log src/lread.c @ 30113:44717f85a62c

age author description
2000-06-07 Gerd Moellmann (readevalloop): If READCHARFUN sets point to ZV, arrange
2000-06-02 Dave Love (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
2000-05-23 Gerd Moellmann (Fload): Add a comment about the meaning of
2000-05-20 Kenichi Handa (read1): On reading multibyte string, be sure to make
2000-04-27 Gerd Moellmann (read1): Don't treat period followed by certain
2000-04-27 Gerd Moellmann (end_of_file_error): New function.
2000-04-18 Gerd Moellmann (read_filtered_event): Cancel and start busy cursor.
2000-04-05 Ken Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
2000-03-29 Gerd Moellmann (read1): Accept `.' (period) as symbol start like in CL
2000-03-27 Jason Rumney (Fload): Move safe_p definition to above #ifdef DOS_NT block.
2000-03-27 Gerd Moellmann Use new macro names for handling per-buffer variables.
2000-03-26 Gerd Moellmann (defvar_per_buffer): Use new macros for per-buffer
2000-03-25 Dave Love (load-history): Fix doc string.
2000-03-24 Stefan Monnier * eval.c (Fautoload): Add entry in load-history (if after dump).
2000-03-19 Richard M. Stallman (syms_of_lread): Doc fix for load-convert-to-unibyte.
2000-03-18 Gerd Moellmann (read_integer): Unread the last char not consumed.
2000-03-16 Gerd Moellmann (read_integer): New function.
2000-03-15 Gerd Moellmann (load_dangerous_libraries): New variable.
2000-02-25 Gerd Moellmann (Fload): Use `xfree' instead of `free'.
2000-02-18 Dave Love Undef feature selection macros before defining.
2000-02-17 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
2000-02-08 Dave Love (__EXTENSIONS__): Define.
2000-02-06 Andrew Innes (syms_of_lread): Fix literal newlines.
2000-02-04 Dave Love (_XOPEN_SOURCE): Declare (for ftello).
2000-01-19 Dave Love (syms_of_lread) [user-init-file]: Doc change.
1999-12-15 Kenichi Handa (readchar): Adjusted for the change of CHAR_STRING.
1999-12-07 Dave Love (Fintern_soft): Fix newlines in doc string.
1999-12-06 Gerd Moellmann (Fintern_soft): Accept a symbol argument.
1999-11-11 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-10-18 Kenichi Handa (Fload): Calculate bytes of filename correctly.
1999-09-20 Gerd Moellmann (readchar): Remove unused variables.
1999-09-13 Ken Raeburn Use XCAR and XCDR instead of explicit member access.
1999-09-06 Dave Love (Vbyte_boolean_vars): New variable.
1999-08-13 Kenichi Handa (read_escape): For Control modifier, pay attention to
1999-08-07 Richard M. Stallman (Feval_buffer): New arg DO_ALLOW_PRINT.
1999-08-03 Richard M. Stallman (read1): Added circular reading code to #N=.
1999-06-05 Karl Heuer (Vuser_init_file): New variable.
1999-02-26 Richard M. Stallman Use epaths.h istead of paths.h.
1998-12-22 Kenichi Handa (Fread_char): Change the meaning of the second argument.
1998-09-21 Karl Heuer (build_load_history): Do add to Vload_history
1998-09-06 Karl Heuer (Fload): Handle case where openp finds a magic file
1998-08-31 Paul Eggert (read1): Don't assume that atof ("-0.0") yields -0.0.
1998-08-18 Richard M. Stallman (read_filtered_event): New arg INPUT_METHOD. Calls changed.
1998-08-02 Richard M. Stallman (read1): In reading a string, treat Qlambda like Qget_file_char.
1998-07-05 Richard M. Stallman (read_list): Pass new arg to get_doc_string.
1998-06-24 Richard M. Stallman (read_list): Pass new arg to get_doc_string.
1998-06-10 Richard M. Stallman (readevalloop): New arg READFUN. Callers changed.
1998-06-01 Richard M. Stallman Remember the last TWO strings skipped with #@.
1998-05-16 Richard M. Stallman (readchar): Use readchar_backlog again
1998-05-07 Richard M. Stallman (Fintern): Properly compare lisp objects.
1998-05-04 Eli Zaretskii (Fload): Rename dosmode to fmode and use it on all
1998-05-04 Eli Zaretskii (read1): Clear out extraneous bits at end of bool-vector.
1998-05-03 Richard M. Stallman (isfloat_string): Don't look at bytes before the string.
1998-04-28 Andreas Schwab Fix -Wimplicit warnings.
1998-04-28 Andreas Schwab (readevalloop): Fix type of UNIBYTE parameter.
1998-04-26 Richard M. Stallman (Fintern): Initialize keywords only in initial obarray.
1998-04-25 Richard M. Stallman (Fread_from_string): Initialize startval and endval.
1998-04-24 Richard M. Stallman (read1): Allow multibyte and unibyte together in one string.
1998-04-23 Geoff Voelker (dir_warning): Don't log a warning if Emacs hasn't
1998-04-23 Richard M. Stallman (read_from_string_index_byte): New variable.
1998-04-20 Richard M. Stallman (readevalloop): New arg UNIBYTE. Callers changed.
1998-04-17 Richard M. Stallman (read1): Compute NaN and infinities using 0.0 in a
1998-04-17 Richard M. Stallman (readchar): Find the previous byte's address properly
1998-03-26 Richard M. Stallman (init_lread): Init Vstandard_input.
1998-03-21 Richard M. Stallman (read1): Pass new arg to make_pure_string.
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-03-19 Kenichi Handa (read1): Call multibyte_chars_in_text
1998-03-18 Richard M. Stallman (read0): Swap args to Fmake_string.
1998-02-02 Richard M. Stallman (read1): Handle infinities, NaN and -0.0 specially.
1998-01-26 Richard M. Stallman (Funintern): Clear the symbol's obarray field.
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-21 Richard M. Stallman (unreadchar): For unreading an ASCII char
1998-01-18 Karl Heuer (read1): Escape codes can force multibyte or single-byte.
1998-01-09 Richard M. Stallman (read_escape): `\ ' stands for nothing at all.
1998-01-02 Richard M. Stallman (readchar): Use marker's bytepos instead of bufpos.
1998-01-01 Richard M. Stallman (readchar_backlog): New variable.
1997-12-04 Karl Heuer (Feval_region): Doc correction (point does not move).
1997-11-21 Andreas Schwab (read1): Declare `workbuf' as unsigned char.
1997-10-23 Simon Marshall Indicate in messages if source code is being loaded.
1997-10-15 Karl Heuer (read_list): Don't recognize Vload_file_name
1997-10-02 Karl Heuer Make sure that make-docfile does not see the doc string
1997-09-07 Richard M. Stallman (Feval_buffer): New arg FILENAME.
1997-08-30 Richard M. Stallman (Fload): Fix doc syntax.
1997-08-29 Richard M. Stallman (Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix.
1997-08-09 Richard M. Stallman (read1): Handle read_escape making a multibyte character.
1997-08-04 Richard M. Stallman (Fload): New optional arg MUST-SUFFIX.
1997-07-28 Richard M. Stallman (map_obarray): Don't crash if something strange is in the obarray.
1997-07-13 Richard M. Stallman (init_lread): Don't add to load-path lisp subdirectories
1997-07-07 Richard M. Stallman (Vpreloaded_file_list): New variable.
1997-07-02 Richard M. Stallman (init_lread): Add leim subdir, like lisp subdir.
1997-06-01 Richard M. Stallman (init_lread): Sometimes add to load-path
1997-05-31 Richard M. Stallman (intern): Don't make a pure string here, since Fintern does that.
1997-05-22 Richard M. Stallman (Fintern): Give keywords a value when interned.
1997-04-30 Richard M. Stallman (init_lread): Don't add ../lisp to the dump-time load path.
1997-04-07 Kenichi Handa (read1): Adjusted for the new structure of Lisp_Char_Table.
1997-02-27 Erik Naggum (Fload): Call Vload_source_file_function with 4 args.
1997-02-20 Karl Heuer Include charset.h.
1997-02-06 Richard M. Stallman (Feval_buffer): Doc fix.
1997-01-27 Richard M. Stallman (openp): Handle remote file names in path.
1997-01-24 Richard M. Stallman (read1): Round size of bool-vector properly.
1997-01-11 Richard M. Stallman Fix previous change.
1997-01-11 Richard M. Stallman (read1): Fix error messages.
1996-10-31 Richard M. Stallman (dir_warning): New function.
1996-10-04 Richard M. Stallman (openp): Omit /: from start of file name.
1996-09-26 Richard M. Stallman (isfloat_string): Accept E like e.
1996-09-17 Erik Naggum (init_obarray): staticpro Qvariable_documentation.
1996-09-11 Richard M. Stallman (Fload): Move ... to ends of messages.
1996-09-09 Erik Naggum Add #n=object, #n#, and #:symbol constructs to reader.
1996-09-01 Karl Heuer Change all references from point to PT.
1996-09-01 Richard M. Stallman (Fload): Add "source is newer" info to the "loading" and "done" messages.
1996-05-23 Karl Heuer (init_lread): Init Vload_file_name to Qnil.
1996-04-26 Richard M. Stallman (close_load_descs) [WINDOWS_NT]: Don't actually do anything.
1996-04-10 Richard M. Stallman [MSDOS]: If DJGPP version 2, include unistd.h.
1996-04-05 Richard M. Stallman Include locale.h.
1996-04-05 Richard M. Stallman (init_lread): Specify LC_NUMERIC locale.
1996-02-04 Richard M. Stallman (Fread_char_exclusive): Doc fix.
1996-01-24 Karl Heuer (syms_of_lread): Set Vsource_directory here.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Karl Heuer (read1): Use xmalloc and xrealloc, not malloc and realloc.