diff tests/ChangeLog @ 4608:1e3cf11fa27d

Make #$ truly read-only for Lisp; check this in the test suite. lisp/ChangeLog addition: 2009-02-10 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el : Check that #$ is not modifiable from Lisp, and that load-file-name is modifiable from Lisp. src/ChangeLog addition: 2009-02-10 Aidan Kehoe <kehoea@parhasard.net> * lread.c (Fload_internal): Make load-file-name-internal readonly for Lisp code; make load-file-name a modifiable copy. (init_lread): Initialised Vload_file_name_internal, Vload_file_name to nil on each post-dump start.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 10 Feb 2009 16:07:31 +0000
parents e0a8715fdb1f
children 4dc42d1fe684
line wrap: on
line diff
--- a/tests/ChangeLog	Sun Feb 08 18:45:22 2009 +0000
+++ b/tests/ChangeLog	Tue Feb 10 16:07:31 2009 +0000
@@ -1,3 +1,9 @@
+2009-02-10  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* automated/lisp-tests.el : 
+	Check that #$ is not modifiable from Lisp, and that load-file-name
+	is modifiable from Lisp.
+
 2009-02-07  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* automated/query-coding-tests.el: