pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-28
2002-11-28 22:07:20 by Martin Nilsson <mani@lysator.liu.se>
11e43b99675126b5b5750e71e23c006a201f0f23 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Both clone and new is now removed.
Rev: CHANGES:1.44
600:
The EFUN default_yp_domain is now only available as Yp.default_domain.
-
o clone
-
The
function
clone has been removed. Instead of doing clone(x), do
-
x() in the future if x is a program or ((program)x)() if x is a
-
string.
+
o clone
/new
+
The
functions
clone
and new
has been removed. Instead of doing
+
clone(x)
or new(x)
, do x() in the future if x is a program or
+
((program)x)() if x is a string.
o LR LR has been moved to Parser.LR and the API has been changed