log src/lread.c @ 20024:b0626d6a3f13

age author description
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.
Wed, 11 Sep 1996 19:23:28 +0000 Richard M. Stallman (Fload): Move ... to ends of messages.
Mon, 09 Sep 1996 02:30:05 +0000 Erik Naggum Add #n=object, #n#, and #:symbol constructs to reader.
Sun, 01 Sep 1996 19:15:05 +0000 Karl Heuer Change all references from point to PT.
Sun, 01 Sep 1996 00:01:56 +0000 Richard M. Stallman (Fload): Add "source is newer" info to the "loading" and "done" messages.
Thu, 23 May 1996 16:16:12 +0000 Karl Heuer (init_lread): Init Vload_file_name to Qnil.
Fri, 26 Apr 1996 19:54:49 +0000 Richard M. Stallman (close_load_descs) [WINDOWS_NT]: Don't actually do anything.
Wed, 10 Apr 1996 04:10:14 +0000 Richard M. Stallman [MSDOS]: If DJGPP version 2, include unistd.h.
Fri, 05 Apr 1996 21:08:19 +0000 Richard M. Stallman Include locale.h.
Fri, 05 Apr 1996 18:15:53 +0000 Richard M. Stallman (init_lread): Specify LC_NUMERIC locale.
Sun, 04 Feb 1996 05:52:54 +0000 Richard M. Stallman (Fread_char_exclusive): Doc fix.
Wed, 24 Jan 1996 23:40:40 +0000 Karl Heuer (syms_of_lread): Set Vsource_directory here.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 23:40:19 +0000 Karl Heuer (read1): Use xmalloc and xrealloc, not malloc and realloc.
Tue, 09 Jan 1996 02:12:16 +0000 Erik Naggum (Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize arguments
Fri, 05 Jan 1996 10:03:17 +0000 Karl Heuer Comment fixes.
Thu, 21 Dec 1995 17:11:03 +0000 Karl Heuer (init_lread): Add ../lisp (in build dir) to load-path
Mon, 20 Nov 1995 06:38:57 +0000 Richard M. Stallman (Vsource_directory): New variable.
Fri, 10 Nov 1995 15:56:08 +0000 Richard M. Stallman (oblookup): Clear ARRAY_MARK_FLAG in obsize.
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Wed, 18 Oct 1995 23:27:11 +0000 Richard M. Stallman (read1): Handle #' as prefix.
Sat, 07 Oct 1995 22:01:39 +0000 Richard M. Stallman (read1): Handle chartables and boolvectors.
Fri, 15 Sep 1995 16:45:41 +0000 Richard M. Stallman (Fload): Rename arg STR to FILE.
Sat, 05 Aug 1995 22:51:17 +0000 Richard M. Stallman (saved_doc_string*): New variables.
Fri, 21 Jul 1995 22:39:46 +0000 Richard M. Stallman (read_list): When a file loaded from site-init.el uses #$,
Mon, 17 Jul 1995 22:24:37 +0000 Karl Heuer (Fread): Rename arg READCHARFUN to STREAM.
Sat, 27 May 1995 00:19:05 +0000 Geoff Voelker (init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH.
Mon, 22 May 1995 20:14:36 +0000 Karl Heuer (oblookup): Delete argument hashp.
Sun, 07 May 1995 17:30:36 +0000 Richard M. Stallman (isfloat_string): Reject strings like "0.5+".
Fri, 05 May 1995 02:56:20 +0000 Richard M. Stallman (read1): Handle long EMACS_INT in atol.
Thu, 04 May 1995 17:13:20 +0000 Richard M. Stallman (read1): New arg FIRST_IN_LIST; all callers changed.
Sat, 08 Apr 1995 20:58:37 +0000 Richard M. Stallman (read_escape): Undo Nov 15 change.
Fri, 07 Apr 1995 05:21:50 +0000 Richard M. Stallman (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Mon, 03 Apr 1995 21:34:15 +0000 Richard M. Stallman (oblookup): Save bucket num in oblookup_last_bucket_number.