pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:57:
o Support for arguments to implicit lambdas added. Implicit lambdas now behave as if they were declared as lambda(mixed ... __ARGS__). o Function local function declarations are now statements (and not expressions). This means that there is no longer any need to terminate them with a semicolon.
+
o Anonymous class definitions are now always expressions.
+
+
o Function local class definitions are now statements
+
(and not expressions). This means that there is no longer
+
any need to terminate them with a semicolon.
+
o Complain about shadowed variant functions. o Machine code support for more architectures. There's now machine code support for arm32 and arm64. o Fixed multiple integer over- and underflow bugs. o Extended sscanf %O