Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 'unpack' moved to table library (and therefore "renamed" to | Roberto Ierusalimschy | 2009-12-28 | 1 | -1/+8 | |
| | | | | 'table.unpack'. | |||||
* | 'lua_cpcall' is deprecated | Roberto Ierusalimschy | 2009-12-22 | 1 | -1/+9 | |
| | ||||||
* | yet more options moved from luaconf.h into internal files | Roberto Ierusalimschy | 2009-12-17 | 1 | -41/+1 | |
| | ||||||
* | more options moved from luaconf.h into internal files | Roberto Ierusalimschy | 2009-12-17 | 1 | -34/+1 | |
| | ||||||
* | several configuration options that do not change often moved out of | Roberto Ierusalimschy | 2009-12-17 | 1 | -238/+1 | |
| | | | | luaconf.h and into more internal files | |||||
* | cleaner way to add extra space in a lua state. | Roberto Ierusalimschy | 2009-12-14 | 1 | -6/+6 | |
| | ||||||
* | 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 | |
| | | | | definitions of non-static variables | |||||
* | 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 | |
| | | | | therefore saving C stack space | |||||
* | information about upvalues (where they come from) kept in Proto structure, | Roberto Ierusalimschy | 2009-09-28 | 1 | -8/+1 | |
| | | | | instead of sequence of pseudo-opcodes after OP_CLOSURE | |||||
* | 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 | |
| | | | | elf targets | |||||
* | make default GC behavior a little more agressive | Roberto Ierusalimschy | 2008-04-07 | 1 | -2/+2 | |
| | | | | (to avoid falling behind memory consumption) | |||||
* | 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 | |
| | | | | them to generate errors (and other facilities) | |||||
* | 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 | |
| |