lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Some remarks regarding Lua 5.0 beta:

lua_newthread() does not seem to be checking its
state allocation (luaE_newthread->mallocstate
in state.c) for possible failure.

Also, has it been considered to extend the math
library with isnan() and infinity() so that
Lua can check against exceptional floating point
values?

---
Albert-Jan