Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5510:6b3caa55668c
Remove the LOSING_BYTECODE compile-time option, it's been off since 1997.
2011-05-20 Aidan Kehoe <kehoea@parhasard.net>
* config.h.in:
* data.c (Faref):
* fns.c (check_losing_bytecode):
* fns.c (concat):
* fns.c (Felt):
Remove the LOSING_BYTECODE compile-time option entirely. It
allowed access to the elements of a compiled function using
#'aref, and has been turned off since 1997.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 20 May 2011 12:16:42 +0100 |
parents | b0d87f92e60b |
children | 4aa8ee813265 |
comparison
equal
deleted
inserted
replaced
5509:9ac0016d8fe8 | 5510:6b3caa55668c |
---|---|
1 2011-05-20 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * config.h.in: | |
4 * data.c (Faref): | |
5 * fns.c (check_losing_bytecode): | |
6 * fns.c (concat): | |
7 * fns.c (Felt): | |
8 Remove the LOSING_BYTECODE compile-time option entirely. It | |
9 allowed access to the elements of a compiled function using | |
10 #'aref, and has been turned off since 1997. | |
11 | |
1 2011-05-07 Aidan Kehoe <kehoea@parhasard.net> | 12 2011-05-07 Aidan Kehoe <kehoea@parhasard.net> |
2 | 13 |
3 * eval.c: | 14 * eval.c: |
4 * eval.c (Fdefmacro): | 15 * eval.c (Fdefmacro): |
5 * eval.c (syms_of_eval): | 16 * eval.c (syms_of_eval): |