pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-16
2013-11-16 11:24:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f8adc059d8a96de87cd36991ea39be8443ea28b6 (
14
lines) (+
8
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
CHANGES: Moved around a few points.
137:
This is especially useful then A is not actually 0, but an object that evaluates to false, or UNDEFINED.
+
o Fixed symbol resolution with deep inherits and mixins.
-
+
New preprocessor features -------------------------
306:
up to date the security system will be removed in the next stable release.
+
o The compiler now warns about switch statements where the cases
+
aren't enumerable, since these will generate random failures
+
if the code is read from a dump.
-
+
Removed features and modules ----------------------------
328:
The charset module is now available on the top level as 'Charset'
-
o The compiler now warns about switch statements where the cases
-
aren't enumerable, since these will generate random failures
-
if the code is read from a dump.
+
-
+
New modules -----------
472:
Extensions and new functions ----------------------------
+
o Bz2.File added It implements a Stdio.File like API, including support for the same
1002:
Bug fixes ---------
-
o Fixed symbol resolution with deep inherits and mixins.
-
+
o Fixed backtraces when Protocols.HTTP.Query objects where garbage collected. [bug 5730]