| Commit message (Expand) | Author | Age | Files | Lines |
* | detail (comment) | Roberto Ierusalimschy | 2009-12-10 | 1 | -3/+4 |
* | 'table.maxn' deprecated | Roberto Ierusalimschy | 2009-11-26 | 1 | -4/+9 |
* | no more compatibility code for 'string.gfind' | Roberto Ierusalimschy | 2009-11-26 | 1 | -9/+1 |
* | comment typos | Roberto Ierusalimschy | 2009-11-26 | 1 | -4/+4 |
* | new mark LUAMOD_API for all luaopen_* functions | Roberto Ierusalimschy | 2009-11-24 | 1 | -2/+4 |
* | new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and | Roberto Ierusalimschy | 2009-11-19 | 1 | -6/+10 |
* | small corrections for 'luaall.c' | Roberto Ierusalimschy | 2009-11-19 | 1 | -4/+4 |
* | functions 'getfenv' and 'setfenv' are deprecated | Roberto Ierusalimschy | 2009-11-16 | 1 | -1/+9 |
* | new hash for doubles based on frexp, to avoid low-level tricks | Roberto Ierusalimschy | 2009-10-23 | 1 | -4/+30 |
* | parser keeps list of active local variables in a single dynamic array, | Roberto Ierusalimschy | 2009-10-11 | 1 | -8/+1 |
* | information about upvalues (where they come from) kept in Proto structure, | Roberto Ierusalimschy | 2009-09-28 | 1 | -8/+1 |
* | correct way to check arguments to 'strftime' | Roberto Ierusalimschy | 2009-08-25 | 1 | -8/+12 |
* | detail (comment: 'correspoding' -> 'corresponding') | Roberto Ierusalimschy | 2009-07-15 | 1 | -2/+2 |
* | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -21/+9 |
* | new module 'lbitlib.c' for bitwise operations | Roberto Ierusalimschy | 2009-07-01 | 1 | -20/+30 |
* | default paths have dot option as the last one (to improve security) | Roberto Ierusalimschy | 2009-06-18 | 1 | -9/+9 |
* | no more support for old-style varargs | Roberto Ierusalimschy | 2009-03-26 | 1 | -8/+1 |
* | closing a "popen" file returns the process exit status | Roberto Ierusalimschy | 2009-02-20 | 1 | -4/+4 |
* | 'log10' is deprecated now | Roberto Ierusalimschy | 2009-02-18 | 1 | -1/+16 |
* | 'writestring' changed into a configurable macro | Roberto Ierusalimschy | 2009-02-07 | 1 | -1/+8 |
* | LUA_COMPAT -> LUA_COMPAT_API (more specific) | Roberto Ierusalimschy | 2008-07-18 | 1 | -3/+3 |
* | new macro LUA_COMPAT to control some compatibility macros | Roberto Ierusalimschy | 2008-07-11 | 1 | -1/+9 |
* | added a comment about warnings for __attribute__(visibility) in some | Roberto Ierusalimschy | 2008-06-25 | 1 | -2/+6 |
* | make default GC behavior a little more agressive | Roberto Ierusalimschy | 2008-04-07 | 1 | -2/+2 |
* | maximum C stack should reserve some values for pseudo-indices | Roberto Ierusalimschy | 2008-02-11 | 1 | -7/+15 |
* | better definition for LUAI_MAXCSTACK | Roberto Ierusalimschy | 2008-01-17 | 1 | -2/+3 |
* | larger limit for MAXCSTACK (plus removing of some useless definitions) | Roberto Ierusalimschy | 2008-01-02 | 1 | -6/+2 |
* | detail | Roberto Ierusalimschy | 2007-11-26 | 1 | -3/+2 |
* | detail | Roberto Ierusalimschy | 2007-09-14 | 1 | -2/+2 |
* | better to flush all files before starting new process with popen | Roberto Ierusalimschy | 2007-08-30 | 1 | -2/+2 |
* | 'debug' library must be required before being used | Roberto Ierusalimschy | 2007-06-22 | 1 | -1/+9 |
* | clearing some old compatibility code | Roberto Ierusalimschy | 2007-06-21 | 1 | -29/+1 |
* | 'os.date' checks arguments before passing them to 'strftime' | Roberto Ierusalimschy | 2007-05-03 | 1 | -1/+13 |
* | detail for windows | Roberto Ierusalimschy | 2007-02-07 | 1 | -1/+7 |
* | 'lua_strlen' is for compatibility only | Roberto Ierusalimschy | 2006-09-18 | 1 | -2/+2 |
* | no more compatibility option for long strings | Roberto Ierusalimschy | 2006-08-30 | 1 | -9/+1 |
* | macros luai_num* take a state L (when available) as argument, to allow | Roberto Ierusalimschy | 2006-08-07 | 1 | -11/+11 |
* | comment | Roberto Ierusalimschy | 2006-08-04 | 1 | -2/+2 |
* | 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 |