pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:26:10 by Per Hedbor <ph@opera.com>
edda6e0b6b64f60ea8d9cc85b79b69bb26c41238 (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Add a note about multi-char character constants
139:
o Fixed symbol resolution with deep inherits and mixins.
+
o Added multi-character character constants.
-
+
'ILBM' is equivalent to (('I'<<24)|('L'<<16)|('B'<<8)|'M').
+
+
Unlike how it works in some C compilers the native byte order is
+
never relevant.
+
+
New preprocessor features -------------------------