-
Add
Error
standard module. -
Add
fill
function to theArray
standard module. -
Add
getUser
andgetGroup
functions to theOs
standard module. -
Add
setOption
andgetOption
functions to theSocket
standard module.
-
Change all references to arrays to tables.
-
Change the
public
keyword topub
. -
Change the return value of the
new
,accept
andgetOption
functions of theSocket
standard module to null when an error happens. -
Change the return value of the
listen
function of theSocket
standard module to a boolean.
-
Remove the support for body-less if statements with
continue
,break
andreturn
. -
Remove the
setTimeout
andgetTimeout
functions from theSocket
standard module. -
Remove the
EADDRINUSE
,EBADF
,ENOTSOCK
andEOPNOTSUPP
constants from theSocket
standard module. -
Remove the
pub
keyword and access modifier functionality. -
Remove the object data type and all its references.
-
Add
getChangeTime
andgetAccessTime
toOs
standard module. -
Add optional function parameter to the
sort
function of theArray
standard module. -
Add
_GLOBALS
predefined constant.
- Move
getModTime
fromFile
standard module toOs
standard module.
- First initial release.