comparison lisp/ChangeLog @ 4949:018e13fdeaeb

compile-related functions added, for use in Unicode-internal ws -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-01-17 Ben Wing <ben@xemacs.org> * bytecomp-runtime.el: * bytecomp-runtime.el (error-unless-tests-match): New. * bytecomp-runtime.el (byte-compile-file-being-compiled): New. * bytecomp-runtime.el (compiled-if): New. * bytecomp-runtime.el (compiled-when): New. Add functions for dealing with conditional compilation of different code depending on the presence or absence of features. Necessary for some Mule code where code is run during compilation (macros or eval-when-compile) but, depending on how the code is written, the code itself will crash either with or without Unicode-internal. compiled-if and compiled-when are the basic functions for conditional compilation. They automatically trigger an error message upon file loading if, at that time, the test expression that selected which code to compile does not have the same value as at compile time.
author Ben Wing <ben@xemacs.org>
date Sun, 17 Jan 2010 04:52:48 -0600
parents 8b230c53075b
children db2db229ee82
comparison
equal deleted inserted replaced
4948:8b230c53075b 4949:018e13fdeaeb
1 2010-01-17 Ben Wing <ben@xemacs.org>
2
3 * bytecomp-runtime.el:
4 * bytecomp-runtime.el (error-unless-tests-match): New.
5 * bytecomp-runtime.el (byte-compile-file-being-compiled): New.
6 * bytecomp-runtime.el (compiled-if): New.
7 * bytecomp-runtime.el (compiled-when): New.
8 Add functions for dealing with conditional compilation of different code
9 depending on the presence or absence of features. Necessary for some
10 Mule code where code is run during compilation (macros or eval-when-compile)
11 but, depending on how the code is written, the code itself will crash
12 either with or without Unicode-internal.
13
14 compiled-if and compiled-when are the basic functions for conditional
15 compilation. They automatically trigger an error message upon file
16 loading if, at that time, the test expression that selected which code
17 to compile does not have the same value as at compile time.
18
1 2010-01-25 Ben Wing <ben@xemacs.org> 19 2010-01-25 Ben Wing <ben@xemacs.org>
2 20
3 * mule/cyrillic.el (koi8-c): 21 * mule/cyrillic.el (koi8-c):
4 Fix bug in #83 mapping. 22 Fix bug in #83 mapping.
5 * mule/vietnamese.el (viscii): 23 * mule/vietnamese.el (viscii):