aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* several small improvementsRoberto Ierusalimschy2005-07-051-10/+26
* several updatesRoberto Ierusalimschy2005-06-131-6/+45
* __STRICT_ANSI__ -> LUA_ANSI (definition is independent of gcc)Roberto Ierusalimschy2005-06-011-13/+21
* better use defined/undefined as flag values for macrosRoberto Ierusalimschy2005-05-201-13/+13
* detailsRoberto Ierusalimschy2005-05-201-13/+13
* several small detailsRoberto Ierusalimschy2005-05-171-42/+55
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-11/+16
* corrected definition of lua_number2int for WindowsRoberto Ierusalimschy2005-05-031-6/+6
* detailRoberto Ierusalimschy2005-04-291-2/+4
* nesting of long strings only in compatibility modeRoberto Ierusalimschy2005-04-271-1/+8
* added LUAI_FUNC to functions not in the APIRoberto Ierusalimschy2005-04-251-1/+15
* detail for Windows (untested)Roberto Ierusalimschy2005-04-071-12/+9
* C stack is the same for the parser and the interpreter, so depthRoberto Ierusalimschy2005-04-071-9/+3
* new definition for `lua_number2int' for Windows (not tested yet!)Roberto Ierusalimschy2005-04-061-11/+5
* better control for compatibility codeRoberto Ierusalimschy2005-03-291-5/+26
* standard configuration should run out-of-the-box in "any" systemRoberto Ierusalimschy2005-03-291-119/+186
* cleaner configuration for lua.cRoberto Ierusalimschy2005-03-211-11/+31
* small errors in previous `ci' of luaconf.h.Roberto Ierusalimschy2005-03-181-6/+6
* more cleaning on configurationsRoberto Ierusalimschy2005-03-181-139/+293
* `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