Next: Incompatibilities with version
Up: Incompatibilities with Previous
Previous: Incompatibilities with Previous
-
Functions date
and time
(from iolib
)
have been superseded by the new version of function date
.
-
Function append
(from iolib
) now returns 1 whenever it succeeds,
whether the file is new or not.
-
Function int2str
(from strlib
) has been superseded by new
function format
, with parameter "%c"
.
-
The API lock mechanism has been superseded by the reference mechanism.
However, lua.h
provides compatibility macros,
so there is no need to change programs.
-
API function lua_pushliteral
now is just a macro to
lua_pushstring
.
Next: Incompatibilities with version
Up: Incompatibilities with Previous
Previous: Incompatibilities with Previous