[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Doc: explicit lua_open required
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 01 May 2000 10:47:46 -0300
> ( I'm upgrading from 3.1 so disregard if this is old news )...
>
>It should be documented that the behavior of the standard library "open"
>functions has changed. [...]
This is new news... With multi-states, we decided not to implicitly call
lua_open when lua_state is NULL. We will document it properly, and put an
apropriate error message in luaL_openlib.
-- Roberto