| Commit message (Expand) | Author | Age | Files | Lines |
* | no more fenvs! | Roberto Ierusalimschy | 2010-03-26 | 1 | -8/+1 |
* | just in case, better to flush error messages | Roberto Ierusalimschy | 2010-03-03 | 1 | -2/+3 |
* | new macro 'luai_writestringerror' | Roberto Ierusalimschy | 2010-02-18 | 1 | -2/+8 |
* | new function 'luaL_cpcall' | Roberto Ierusalimschy | 2010-01-21 | 1 | -4/+5 |
* | typo in comment | Roberto Ierusalimschy | 2010-01-21 | 1 | -2/+2 |
* | pathes corrected to 5.2 | Roberto Ierusalimschy | 2010-01-11 | 1 | -3/+3 |
* | include of 'windows.h' moved to where it is needed | Roberto Ierusalimschy | 2010-01-11 | 1 | -2/+1 |
* | changed macro lua_number2int for Windows (added brackets; some recent | Roberto Ierusalimschy | 2010-01-11 | 1 | -2/+3 |
* | some changes in compatibility macros: added LUA_COMPAT_ALL + compatibility | Roberto Ierusalimschy | 2010-01-06 | 1 | -50/+43 |
* | 'unpack' moved to table library (and therefore "renamed" to | Roberto Ierusalimschy | 2009-12-28 | 1 | -1/+8 |
* | '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 |
* | 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 |
* | 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 |