[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua_newthread etc.
- From: "Albert-Jan Brouwer" <acj.brouwer@...>
- Date: Wed, 22 Jan 2003 17:51:13 +0100
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