Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typos in comments | Roberto Ierusalimschy | 2013-03-16 | 1 | -3/+3 |
| | |||||
* | small improvement in the support of 'float' as lua_Number | Roberto Ierusalimschy | 2013-01-29 | 1 | -3/+9 |
| | |||||
* | LUA_CORE condition removed from definition of some 'tricks' (as it | Roberto Ierusalimschy | 2012-10-01 | 1 | -5/+4 |
| | | | | | controlled only a few other defines) + MS_ASMTRICK renamed to LUA_MSASMTRICK | ||||
* | typo | Roberto Ierusalimschy | 2012-07-13 | 1 | -2/+2 |
| | |||||
* | definition for 'LUAI_MAXSHORTLEN' moved to luaconf.h (too important) | Roberto Ierusalimschy | 2012-05-11 | 1 | -1/+8 |
| | |||||
* | better(?) handling of '#define's for IEEE-related tricks + avoid using | Roberto Ierusalimschy | 2012-05-11 | 1 | -43/+53 |
| | | | | IEEE trick for 64-bit integer types (lua_Integer on 64-bit machines) | ||||
* | no more explicit support for 'luaall_c': unifying file can do | Roberto Ierusalimschy | 2011-12-06 | 1 | -10/+5 |
| | | | | the work | ||||
* | 'lUA' -> 'LUA' | Roberto Ierusalimschy | 2011-11-30 | 1 | -2/+2 |
| | |||||
* | when available, use '*_r' versions of 'gmtime' and 'localtime' | Roberto Ierusalimschy | 2011-11-29 | 1 | -1/+2 |
| | |||||
* | MS_ASMTRICK is only valid on MS compilers (not any Windows compiler) | Roberto Ierusalimschy | 2011-11-25 | 1 | -2/+2 |
| | |||||
* | avoids including 'stdio.h' everywhere (because of definitions for | Roberto Ierusalimschy | 2011-11-09 | 1 | -1/+5 |
| | | | | luai_writestring/luai_writeline) | ||||
* | by default, do not use Windows' goodies in Windows CE build | Roberto Ierusalimschy | 2011-11-05 | 1 | -3/+3 |
| | |||||
* | avoid the word 'TRICKLE' in macro name (as it has nothing to do | Roberto Ierusalimschy | 2011-10-07 | 1 | -8/+9 |
| | | | | with its meaning) | ||||
* | detail: centralize all tests for Windows on variable 'LUA_WIN' | Roberto Ierusalimschy | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | 'M_IX86' -> '_M_IX86' | Roberto Ierusalimschy | 2011-07-25 | 1 | -2/+2 |
| | |||||
* | 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 |