pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-03
2014-11-03 11:56:34 by Martin Nilsson <nilsson@opera.com>
dca67671d40ae352bf9ec9fa98479f2e22b19e0b (
18
lines) (+
18
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Recent changes.
1:
Pike 8.1: Changes since Pike 8.0 (scratch area for future release notes) ----------------------------------------------------------------------
+
New language features
+
---------------------
+
+
o Unlimited character constant size.
+
+
There is no longer any limit to the size of character constants,
+
e.g. 'acdefghijk' creates the bignum 0x61636465666768696a6b.
+
+
Removed features and modules
+
----------------------------
+
+
o Compatibility for Pike versions before 7.8 is no longer available.
+
+
Building and installing
+
-----------------------
+
+
o GMP 4.1 or later is now required.