Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added '_M_IX86' in NaN trickv5.2-beta | Roberto Ierusalimschy | 2011-07-08 | 1 | -7/+5 |
| | |||||
* | 'package.loaders' -> 'package.searchers' | Roberto Ierusalimschy | 2011-06-28 | 1 | -1/+7 |
| | |||||
* | configuration for NaN trick big-endian + macro 'luai_checknum' to | Roberto Ierusalimschy | 2011-06-13 | 1 | -4/+28 |
| | | | | | ensure numbers comming from C are not "improper" (some kinds of signaling NaNs) | ||||
* | new macro 'luai_writeline' to print newlines (and flush 'stdout') | Roberto Ierusalimschy | 2011-05-26 | 1 | -2/+3 |
| | |||||
* | MacOS 'strtod' handles hexa formats too | Roberto Ierusalimschy | 2011-04-29 | 1 | -1/+2 |
| | |||||
* | Mac OS defines LUA_USE_AFORMAT and LUA_USE_LONGLONG by default | Roberto Ierusalimschy | 2011-04-20 | 1 | -1/+3 |
| | |||||
* | 'LUA_USELONGLONG' -> 'LUA_USE_LONGLONG' | Roberto Ierusalimschy | 2011-04-20 | 1 | -2/+2 |
| | |||||
* | 'LUA_USELONGLONG' on by default on Linux + LUA_USE_HEXAFLOAT renamed | Roberto Ierusalimschy | 2011-04-19 | 1 | -3/+4 |
| | | | | to LUA_USE_STRTODHEX (as Lua 5.2 always *uses* hexa floats) | ||||
* | official support for floating hexa numerals | Roberto Ierusalimschy | 2010-12-10 | 1 | -2/+18 |
| | |||||
* | 'loadstring' deprecated; use 'load' instead | Roberto Ierusalimschy | 2010-12-08 | 1 | -1/+7 |
| | |||||
* | '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 |
| |