comparison src/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 2986723ac32d
children e254bf96eb9e
comparison
equal deleted inserted replaced
4607:517f6887fbc0 4608:1e3cf11fa27d
1 2009-02-10 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lread.c (Fload_internal):
4 Make load-file-name-internal readonly for Lisp code; make
5 load-file-name a modifiable copy.
6 (init_lread):
7 Initialised Vload_file_name_internal, Vload_file_name to nil on
8 each post-dump start.
9
1 2009-02-02 Stephen J. Turnbull <stephen@xemacs.org> 10 2009-02-02 Stephen J. Turnbull <stephen@xemacs.org>
2 11
3 * frame-x.c (x_init_frame_2): Update comment per new info from HT. 12 * frame-x.c (x_init_frame_2): Update comment per new info from HT.
4 13
5 2009-02-02 Stephen J. Turnbull <stephen@xemacs.org> 14 2009-02-02 Stephen J. Turnbull <stephen@xemacs.org>