pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:37:
`** and ``** operator overloading functions added. This introduces one incompatible change: Previously the "pow" function called a "_pow" function in the first argument if it was an object. It has now been changed to also use `** (or, rather, pow() is now implemented using predef::`**()). o #pragma disassemble
+
This directive is now available even in pikes compiled --without-debug.
+
The byte code output is now interleaved with the generated machine code on selected architectures. o Complain about redundant backslash escapes. o '__weak__' modifier added. It is now possible to declare object variables to have weak references. o Support for arguments to implicit lambdas added.