pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2016-02-10
2016-02-10 12:28:54 by Martin Nilsson <nilsson@fastmail.com>
01670039577b052dd676564ae10483dd384bd52a (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Bugfixed example code. Added header for new changes.
1:
+
Changes since Pike 8.0.164
+
----------------------------------------------------------------------
+
+
Pike 8: Changes since Pike 7.8 ----------------------------------------------------------------------
17:
| | class Test2 | {
+
| inherit Test;
| int a() { return 42; } | }