108 |
loops, in order to improve performance in some environments. At the same |
loops, in order to improve performance in some environments. At the same |
109 |
time, I abstracted some of the common code into auxiliary macros to save |
time, I abstracted some of the common code into auxiliary macros to save |
110 |
repetition (this should not affect the compiled code). |
repetition (this should not affect the compiled code). |
111 |
|
|
112 |
|
19. If \c was followed by a multibyte UTF-8 character, bad things happened. A |
113 |
|
compile-time error is now given if \c is not followed by an ASCII |
114 |
|
character, that is, a byte less than 128. (In EBCDIC mode, the code is |
115 |
|
different, and any byte value is allowed.) |
116 |
|
|
117 |
|
|
118 |
Version 8.10 25-Jun-2010 |
Version 8.10 25-Jun-2010 |