pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-01-06
2017-01-06 16:09:41 by Martin Nilsson <nilsson@fastmail.com>
509c8cf845b28cf4c9cc8ab03b322a56accb4d14 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Operator LFUNs now get consistent number of arguments.
91:
always be ignored. Previously it was only ignored when first in the argument list, otherwise an exception would be thrown.
+
The LFUNs will now be called with a consistent number of
+
arguments. Pike implementations rarely implemented varargs on
+
operator LFUNs, so this change should address many potential hidden
+
errors.
-
+
Incompatible changes --------------------