pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-28
2002-11-28 23:25:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e3ddd82a5578b0de5382e7f33ddadf612b84d6a4 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Some fixes.
Rev: CHANGES:1.45
65:
o basetype(foo) Returns a string with the basic type of foo as opposed to
-
typeof(foo) that returns the actual type. Also available as
+
_
typeof(foo) that returns the actual type. Also available as
sprintf("%t", foo). o getenv()/putenv()
601:
Yp.default_domain. 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.
+
The functions clone and new
have
been removed. Instead of doing
+
clone(x) or new(x),
now
do x() if x is a program
and
((program)x)()
+
if x is a string.
o LR LR has been moved to Parser.LR and the API has been changed