Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | details (typos in comments)v5.2.3 | Roberto Ierusalimschy | 2013-11-21 | 1 | -3/+3 |
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+551 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -762/+0 |
* | environment variable names should be configurable | Roberto Ierusalimschy | 2006-04-10 | 1 | -1/+27 |
* | avoid warning in OS X - ansi | Roberto Ierusalimschy | 2006-02-10 | 1 | -4/+4 |
* | detail | Roberto Ierusalimschy | 2006-01-27 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2006-01-23 | 1 | -1/+2 |
* | detail | Roberto Ierusalimschy | 2006-01-13 | 1 | -2/+2 |
* | lua_assert is an internal matter, not to be configured | Roberto Ierusalimschy | 2005-12-27 | 1 | -10/+2 |
* | integer formats in 'string.format' may need to operate with larger-than-int | Roberto Ierusalimschy | 2005-12-15 | 1 | -1/+21 |
* | new macro LUA_WIN + new macro luai_numisnan | Roberto Ierusalimschy | 2005-11-25 | 1 | -4/+10 |
* | no more "auto-detection"v5.1-beta | Roberto Ierusalimschy | 2005-11-16 | 1 | -13/+15 |
* | new macro LUA_USE_POSIX to control POSIX-related macros | Roberto Ierusalimschy | 2005-11-16 | 1 | -10/+10 |
* | better position for lua_number2int (it is related to lua_Number) | Roberto Ierusalimschy | 2005-11-08 | 1 | -26/+26 |
* | better control of which values macros use | Roberto Ierusalimschy | 2005-10-25 | 1 | -15/+15 |
* | try to ensure that macros actually use their arguments | Roberto Ierusalimschy | 2005-10-24 | 1 | -17/+17 |
* | different organization for platform dependencies | Roberto Ierusalimschy | 2005-10-13 | 1 | -14/+41 |
* | 'string.find' as it was in 5.0 | Roberto Ierusalimschy | 2005-09-19 | 1 | -9/+1 |
* | separated macros for thread creation and state creation | Roberto Ierusalimschy | 2005-09-14 | 1 | -1/+2 |
* | ":" is not a good mark as it is not valid in Windows file names | Roberto Ierusalimschy | 2005-09-14 | 1 | -2/+2 |
* | explicit macro to control use of _longjmpv5.1-alpha | Roberto Ierusalimschy | 2005-09-09 | 1 | -5/+5 |
* | small corrections | Roberto Ierusalimschy | 2005-09-06 | 1 | -12/+12 |
* | wrong syntax for Windows-specific options | Roberto Ierusalimschy | 2005-09-02 | 1 | -3/+3 |
* | detail | Roberto Ierusalimschy | 2005-08-25 | 1 | -2/+2 |
* | small changes to facilitate external C coroutines | Roberto Ierusalimschy | 2005-08-22 | 1 | -5/+9 |
* | new coding for while and repeat (with new scoping for repeat) | Roberto Ierusalimschy | 2005-08-17 | 1 | -9/+3 |
* | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 2005-08-15 | 1 | -1/+10 |
* | attempt to better control use of _longjmp | Roberto Ierusalimschy | 2005-08-09 | 1 | -6/+5 |
* | 'lua_lock' and similars should be hard to use | Roberto Ierusalimschy | 2005-08-04 | 1 | -25/+2 |
* | small changes | Roberto Ierusalimschy | 2005-08-01 | 1 | -11/+10 |
* | new macro for conversion double->int + small changes | Roberto Ierusalimschy | 2005-07-11 | 1 | -53/+33 |
* | several small improvements | Roberto Ierusalimschy | 2005-07-05 | 1 | -10/+26 |
* | several updates | Roberto Ierusalimschy | 2005-06-13 | 1 | -6/+45 |
* | __STRICT_ANSI__ -> LUA_ANSI (definition is independent of gcc) | Roberto Ierusalimschy | 2005-06-01 | 1 | -13/+21 |
* | better use defined/undefined as flag values for macros | Roberto Ierusalimschy | 2005-05-20 | 1 | -13/+13 |
* | details | Roberto Ierusalimschy | 2005-05-20 | 1 | -13/+13 |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -42/+55 |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -11/+16 |
* | corrected definition of lua_number2int for Windows | Roberto Ierusalimschy | 2005-05-03 | 1 | -6/+6 |
* | detail | Roberto Ierusalimschy | 2005-04-29 | 1 | -2/+4 |
* | nesting of long strings only in compatibility mode | Roberto Ierusalimschy | 2005-04-27 | 1 | -1/+8 |
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -1/+15 |
* | detail for Windows (untested) | Roberto Ierusalimschy | 2005-04-07 | 1 | -12/+9 |
* | C stack is the same for the parser and the interpreter, so depth | Roberto Ierusalimschy | 2005-04-07 | 1 | -9/+3 |
* | new definition for `lua_number2int' for Windows (not tested yet!) | Roberto Ierusalimschy | 2005-04-06 | 1 | -11/+5 |
* | better control for compatibility code | Roberto Ierusalimschy | 2005-03-29 | 1 | -5/+26 |
* | standard configuration should run out-of-the-box in "any" system | Roberto Ierusalimschy | 2005-03-29 | 1 | -119/+186 |
* | cleaner configuration for lua.c | Roberto Ierusalimschy | 2005-03-21 | 1 | -11/+31 |
* | small errors in previous `ci' of luaconf.h. | Roberto Ierusalimschy | 2005-03-18 | 1 | -6/+6 |
* | more cleaning on configurations | Roberto Ierusalimschy | 2005-03-18 | 1 | -139/+293 |