summaryrefslogtreecommitdiff
path: root/luaconf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-53/+53
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-151/+132
* fewer #include's in luaconf.hRoberto Ierusalimschy2005-03-081-5/+1
* new `mod' (`%') operatorRoberto Ierusalimschy2005-03-081-1/+2
* C module names may have an optional `l' prefixRoberto Ierusalimschy2005-03-081-5/+7
* commentsRoberto Ierusalimschy2005-02-281-14/+26
* detailsRoberto Ierusalimschy2005-02-231-6/+3
* LUA_PATH_SEP -> LUA_PATHSEPRoberto Ierusalimschy2005-02-101-2/+2
* detailRoberto Ierusalimschy2005-01-101-1/+3
* macros for all arithmetic operations over lua_NumbersRoberto Ierusalimschy2005-01-101-3/+11
* no more `lua_userinit' macroRoberto Ierusalimschy2005-01-101-11/+1
* a^b calls `pow´ (from math.h) directlyRoberto Ierusalimschy2005-01-071-1/+6
* better configuration for WindowsRoberto Ierusalimschy2005-01-041-4/+3
* small changeRoberto Ierusalimschy2004-12-271-5/+1
* several improvements/correctionsRoberto Ierusalimschy2004-12-221-15/+52
* more options for controling the GCRoberto Ierusalimschy2004-12-061-1/+4
* added an `L' parameter to macros L_TRY & L_THROW (someone may need it).Roberto Ierusalimschy2004-12-011-5/+5
* `LUA_FIRSTINDEX' should not be configurableRoberto Ierusalimschy2004-12-011-4/+1
* better support for 64-bit machinesRoberto Ierusalimschy2004-11-241-18/+36
* first full implementation of new package systemRoberto Ierusalimschy2004-11-181-3/+15
* better configuration for loadlibRoberto Ierusalimschy2004-10-181-5/+16
* detailRoberto Ierusalimschy2004-10-061-2/+2
* detailsRoberto Ierusalimschy2004-09-291-2/+5
* simpler configuration to turn on all assertsRoberto Ierusalimschy2004-09-101-3/+3
* new way to handle _PATH (old LUA_PATH)Roberto Ierusalimschy2004-08-301-4/+2
* detailRoberto Ierusalimschy2004-08-301-4/+5
* back with an "open all libs" functionRoberto Ierusalimschy2004-07-091-4/+10
* new interface for search-path functionRoberto Ierusalimschy2004-06-291-2/+2
* libraries may want to use `lua_assert' too...Roberto Ierusalimschy2004-06-231-1/+4
* new macro `lua_threadyield' + lock stuff in `luaconf.h' + detailsRoberto Ierusalimschy2004-06-021-1/+27
* clear definition for `lua_number2int'Roberto Ierusalimschy2004-06-021-3/+7
* `popen' is not ANSI and therefore was removed from the basic libraryRoberto Ierusalimschy2004-05-281-11/+1
* code parameterized by LUA_FIRSTINDEX (first index of an array)Roberto Ierusalimschy2004-05-101-1/+5
* LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need itRoberto Ierusalimschy2004-05-101-4/+4
* configuration file for Lua projectRoberto Ierusalimschy2004-05-031-0/+280