comparison 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
comparison
equal deleted inserted replaced
4607:517f6887fbc0 4608:1e3cf11fa27d
1 2009-02-10 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el :
4 Check that #$ is not modifiable from Lisp, and that load-file-name
5 is modifiable from Lisp.
6
1 2009-02-07 Aidan Kehoe <kehoea@parhasard.net> 7 2009-02-07 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * automated/query-coding-tests.el: 9 * automated/query-coding-tests.el:
4 Add FAILING-CASE arguments to the Assert calls, making #'q-c-debug 10 Add FAILING-CASE arguments to the Assert calls, making #'q-c-debug
5 mostly unnecessary. Remove #'q-c-debug. 11 mostly unnecessary. Remove #'q-c-debug.