Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'debug' library is loaded by default | Roberto Ierusalimschy | 2010-11-12 | 1 | -14/+6 |
| | |||||
* | 'luaL_typeerror' deprecated | Roberto Ierusalimschy | 2010-11-10 | 1 | -4/+1 |
| | |||||
* | code for conversion macros moved from luaconf to llimits + 'uint' | Roberto Ierusalimschy | 2010-11-03 | 1 | -99/+8 |
| | | | | renamed to 'unsigned' in those macros | ||||
* | comment typos | Roberto Ierusalimschy | 2010-10-29 | 1 | -3/+3 |
| | |||||
* | added another option for ieeeendian | Roberto Ierusalimschy | 2010-10-29 | 1 | -2/+2 |
| | |||||
* | added more platforms for ieeeendianess + small comments | Roberto Ierusalimschy | 2010-10-28 | 1 | -4/+7 |
| | |||||
* | added check for architectures with known endianess (only i386 now) | Roberto Ierusalimschy | 2010-10-27 | 1 | -1/+5 |
| | |||||
* | better organization for coercion functions between lua_Number and | Roberto Ierusalimschy | 2010-10-26 | 1 | -28/+68 |
| | | | | integer types + IEEE trick to be used in most platforms, by default | ||||
* | name "_ENV" configurable through 'luaconf.h' | Roberto Ierusalimschy | 2010-09-07 | 1 | -1/+9 |
| | |||||
* | 'module'/'luaL_register' and associates are deprecated | Roberto Ierusalimschy | 2010-07-28 | 1 | -1/+7 |
| | |||||
* | new macros LUA_VERSION_{MAJOR/MINOR/RELEASE} | Roberto Ierusalimschy | 2010-07-25 | 1 | -3/+5 |
| | |||||
* | using curly brackets to mark blocks of '#if/#else/#endif's | Roberto Ierusalimschy | 2010-07-18 | 1 | -26/+26 |
| | |||||
* | correct definition for 'lua_cpcall' (tested) | Roberto Ierusalimschy | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | corrected compatibility macro 'lua_cpcall' (untested) | Roberto Ierusalimschy | 2010-05-27 | 1 | -4/+6 |
| | |||||
* | added comments to '#else' and '#endif' in long conditionals | Roberto Ierusalimschy | 2010-05-12 | 1 | -13/+14 |
| | |||||
* | macros 'lua_number2int' and 'lua_number2uint' for Visual Studio | Roberto Ierusalimschy | 2010-05-10 | 1 | -11/+12 |
| | | | | corrected and tested | ||||
* | 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 |
| | | | | | compilers complain about the old format) + added missing definition for 'lua_number2int' in Windows case. | ||||
* | some changes in compatibility macros: added LUA_COMPAT_ALL + compatibility | Roberto Ierusalimschy | 2010-01-06 | 1 | -50/+43 |
| | | | | macros from lua.h and lauxlib.h moved to luaconf.h | ||||
* | '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 |
| |