pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:593:
a compatibility layer. o dirname Now correctly returns a directory instead of just stripping the part after the nearest directory separator. o default_yp_domain 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 slightly to conform to current API practice, e.g. regarding casing of symbols. o wmml documentation removed Use the documentation in the refdoc directory instead. o .build_lobotomize_crypto removed