log src/lread.c @ 22420:cb77a5a6a629

age author description
Wed, 10 Jun 1998 04:13:57 +0000 Richard M. Stallman (readevalloop): New arg READFUN. Callers changed.
Mon, 01 Jun 1998 21:03:23 +0000 Richard M. Stallman Remember the last TWO strings skipped with #@.
Sat, 16 May 1998 18:30:00 +0000 Richard M. Stallman (readchar): Use readchar_backlog again
Thu, 07 May 1998 20:48:17 +0000 Richard M. Stallman (Fintern): Properly compare lisp objects.
Mon, 04 May 1998 15:32:44 +0000 Eli Zaretskii (Fload): Rename dosmode to fmode and use it on all
Mon, 04 May 1998 15:29:47 +0000 Eli Zaretskii (read1): Clear out extraneous bits at end of bool-vector.
Sun, 03 May 1998 00:50:06 +0000 Richard M. Stallman (isfloat_string): Don't look at bytes before the string.
Tue, 28 Apr 1998 09:35:07 +0000 Andreas Schwab Fix -Wimplicit warnings.
Tue, 28 Apr 1998 09:23:01 +0000 Andreas Schwab (readevalloop): Fix type of UNIBYTE parameter.
Sun, 26 Apr 1998 19:16:46 +0000 Richard M. Stallman (Fintern): Initialize keywords only in initial obarray.
Sat, 25 Apr 1998 22:00:26 +0000 Richard M. Stallman (Fread_from_string): Initialize startval and endval.
Fri, 24 Apr 1998 21:25:31 +0000 Richard M. Stallman (read1): Allow multibyte and unibyte together in one string.
Thu, 23 Apr 1998 23:40:46 +0000 Geoff Voelker (dir_warning): Don't log a warning if Emacs hasn't
Thu, 23 Apr 1998 21:22:51 +0000 Richard M. Stallman (read_from_string_index_byte): New variable.
Mon, 20 Apr 1998 07:09:58 +0000 Richard M. Stallman (readevalloop): New arg UNIBYTE. Callers changed.
Fri, 17 Apr 1998 23:36:34 +0000 Richard M. Stallman (read1): Compute NaN and infinities using 0.0 in a
Fri, 17 Apr 1998 23:35:14 +0000 Richard M. Stallman (readchar): Find the previous byte's address properly
Thu, 26 Mar 1998 04:22:13 +0000 Richard M. Stallman (init_lread): Init Vstandard_input.
Sat, 21 Mar 1998 17:52:08 +0000 Richard M. Stallman (read1): Pass new arg to make_pure_string.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Thu, 19 Mar 1998 07:34:29 +0000 Kenichi Handa (read1): Call multibyte_chars_in_text
Wed, 18 Mar 1998 06:11:03 +0000 Richard M. Stallman (read0): Swap args to Fmake_string.
Mon, 02 Feb 1998 01:08:52 +0000 Richard M. Stallman (read1): Handle infinities, NaN and -0.0 specially.
Mon, 26 Jan 1998 03:11:22 +0000 Richard M. Stallman (Funintern): Clear the symbol's obarray field.
Wed, 21 Jan 1998 22:22:17 +0000 Richard M. Stallman Update copyright year.
Wed, 21 Jan 1998 00:37:15 +0000 Richard M. Stallman (unreadchar): For unreading an ASCII char
Sun, 18 Jan 1998 04:49:11 +0000 Karl Heuer (read1): Escape codes can force multibyte or single-byte.
Fri, 09 Jan 1998 22:52:08 +0000 Richard M. Stallman (read_escape): `\ ' stands for nothing at all.
Fri, 02 Jan 1998 21:27:40 +0000 Richard M. Stallman (readchar): Use marker's bytepos instead of bufpos.
Thu, 01 Jan 1998 06:38:45 +0000 Richard M. Stallman (readchar_backlog): New variable.
Thu, 04 Dec 1997 04:49:06 +0000 Karl Heuer (Feval_region): Doc correction (point does not move).
Fri, 21 Nov 1997 12:54:36 +0000 Andreas Schwab (read1): Declare `workbuf' as unsigned char.
Thu, 23 Oct 1997 14:58:25 +0000 Simon Marshall Indicate in messages if source code is being loaded.
Wed, 15 Oct 1997 22:45:35 +0000 Karl Heuer (read_list): Don't recognize Vload_file_name
Thu, 02 Oct 1997 03:10:35 +0000 Karl Heuer Make sure that make-docfile does not see the doc string
Sun, 07 Sep 1997 18:32:49 +0000 Richard M. Stallman (Feval_buffer): New arg FILENAME.
Sat, 30 Aug 1997 16:20:02 +0000 Richard M. Stallman (Fload): Fix doc syntax.
Fri, 29 Aug 1997 19:53:25 +0000 Richard M. Stallman (Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix.
Sat, 09 Aug 1997 03:44:54 +0000 Richard M. Stallman (read1): Handle read_escape making a multibyte character.
Mon, 04 Aug 1997 03:00:11 +0000 Richard M. Stallman (Fload): New optional arg MUST-SUFFIX.
Mon, 28 Jul 1997 15:09:31 +0000 Richard M. Stallman (map_obarray): Don't crash if something strange is in the obarray.
Sun, 13 Jul 1997 21:19:52 +0000 Richard M. Stallman (init_lread): Don't add to load-path lisp subdirectories
Mon, 07 Jul 1997 19:00:25 +0000 Richard M. Stallman (Vpreloaded_file_list): New variable.
Wed, 02 Jul 1997 06:20:12 +0000 Richard M. Stallman (init_lread): Add leim subdir, like lisp subdir.
Sun, 01 Jun 1997 01:03:51 +0000 Richard M. Stallman (init_lread): Sometimes add to load-path
Sat, 31 May 1997 00:43:47 +0000 Richard M. Stallman (intern): Don't make a pure string here, since Fintern does that.
Thu, 22 May 1997 06:21:22 +0000 Richard M. Stallman (Fintern): Give keywords a value when interned.
Wed, 30 Apr 1997 18:41:53 +0000 Richard M. Stallman (init_lread): Don't add ../lisp to the dump-time load path.
Mon, 07 Apr 1997 07:12:13 +0000 Kenichi Handa (read1): Adjusted for the new structure of Lisp_Char_Table.
Thu, 27 Feb 1997 19:08:35 +0000 Erik Naggum (Fload): Call Vload_source_file_function with 4 args.
Thu, 20 Feb 1997 06:52:14 +0000 Karl Heuer Include charset.h.
Thu, 06 Feb 1997 09:13:29 +0000 Richard M. Stallman (Feval_buffer): Doc fix.
Mon, 27 Jan 1997 00:48:16 +0000 Richard M. Stallman (openp): Handle remote file names in path.
Fri, 24 Jan 1997 05:47:12 +0000 Richard M. Stallman (read1): Round size of bool-vector properly.
Sat, 11 Jan 1997 00:28:34 +0000 Richard M. Stallman Fix previous change.
Sat, 11 Jan 1997 00:28:16 +0000 Richard M. Stallman (read1): Fix error messages.
Thu, 31 Oct 1996 17:58:01 +0000 Richard M. Stallman (dir_warning): New function.
Fri, 04 Oct 1996 04:26:09 +0000 Richard M. Stallman (openp): Omit /: from start of file name.
Thu, 26 Sep 1996 21:20:05 +0000 Richard M. Stallman (isfloat_string): Accept E like e.
Tue, 17 Sep 1996 16:19:15 +0000 Erik Naggum (init_obarray): staticpro Qvariable_documentation.