pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-09-28
2017-09-28 14:58:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4398bf1a8467db2edaed1957d7a7b7de1c28e819 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
CHANGES: Some more notes about __ARGS__.
60:
Implicit lambdas now behave as if they were declared as lambda(mixed ... __ARGS__).
+
Support for this feature can be detected with #ifdef __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.
94:
o Protocols.DNS now supports encoding and decoding CAA RRs.
+
Bug fixes ---------