aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new function 'T.checkpanic' (to check panic errors)Roberto Ierusalimschy2014-11-101-1/+52
* detail (comment)Roberto Ierusalimschy2014-11-101-2/+2
* luaL_loadbuffer replaced by luaL_loadstring (to test luaL_loadstring)Roberto Ierusalimschy2014-11-101-4/+11
* added missing cases for debug info about tag methods +Roberto Ierusalimschy2014-11-101-17/+20
* better error message for bitwise operators (they are not arithmetic...)Roberto Ierusalimschy2014-11-102-5/+8
* using address instead of string for key for table 'CLIBS' in theRoberto Ierusalimschy2014-11-101-6/+10
* using address key (light userdata) for hook table, instead ofRoberto Ierusalimschy2014-11-101-12/+12
* removed unneeded test (result of b_str2int is already checkedRoberto Ierusalimschy2014-11-101-3/+1
* details (error messages)Roberto Ierusalimschy2014-11-081-4/+3
* detail (line break)Roberto Ierusalimschy2014-11-081-3/+2
* when checking thread consistency, check its entire stack (alwaysRoberto Ierusalimschy2014-11-071-4/+4
* cleaner test for overflow for range of 'math.random'Roberto Ierusalimschy2014-11-071-3/+3
* detailRoberto Ierusalimschy2014-11-051-2/+2
* more direct way to fill sign-extension extra bytes when packingRoberto Ierusalimschy2014-11-051-13/+29
* removed repeated flags (-Wall/-Wdisabled-optimization) + removed flagRoberto Ierusalimschy2014-11-051-73/+77
* no need to cast '*s' to unsigned char when we know it is a digit +Roberto Ierusalimschy2014-11-041-4/+4
* added macro for configuring padding value in 'string.pack'Roberto Ierusalimschy2014-11-041-6/+12
* macro to change method of conversion from float to integer (make itRoberto Ierusalimschy2014-11-031-6/+15
* Definitions for Lua code that must come before any other header fileRoberto Ierusalimschy2014-11-031-0/+39
* keep "#include <windows.h>" in this file, but without theRoberto Ierusalimschy2014-11-031-1/+3
* Windows uses "LONGLONG" option, even not having long long (it has __int64)Roberto Ierusalimschy2014-11-021-12/+17
* comments (references to "ANSI C" changed to "ISO C", which is theRoberto Ierusalimschy2014-11-028-20/+19
* added include for 'lprefix.h', for stuff that must be added beforeRoberto Ierusalimschy2014-11-0235-145/+198
* 'lua_load' sets _ENV for any chunk with upvalues (not just thoseRoberto Ierusalimschy2014-10-311-2/+2
* LUA_WIN -> LUA_USE_WINDOWSRoberto Ierusalimschy2014-10-312-5/+5
* new option '=' (native endian) for pack/unpackRoberto Ierusalimschy2014-10-311-1/+2
* comments (a few extra quotes around identifiers)Roberto Ierusalimschy2014-10-306-17/+17
* default changed from C89 to C99 + extra tests before using C99Roberto Ierusalimschy2014-10-301-82/+92
* Better organization of definitions in categories + removedRoberto Ierusalimschy2014-10-291-170/+165
* configurations for types 'lu_mem'/'l_mem'/'Instruction' moved to hereRoberto Ierusalimschy2014-10-291-14/+26
* definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'Roberto Ierusalimschy2014-10-295-21/+46
* definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need toRoberto Ierusalimschy2014-10-291-1/+5
* added comment and assert about an (impossible) division by zeroRoberto Ierusalimschy2014-10-291-3/+6
* small simplifications in code for 'lua_strx2number'Roberto Ierusalimschy2014-10-281-15/+13
* detailRoberto Ierusalimschy2014-10-281-2/+2
* removed useless 'include math.h'Roberto Ierusalimschy2014-10-281-2/+1
* commentRoberto Ierusalimschy2014-10-281-2/+2
* small reorganization of tests around LUA_USE_C99Roberto Ierusalimschy2014-10-272-41/+26
* comments + Windows numeric types not used if LUA_ANSI is definedRoberto Ierusalimschy2014-10-271-6/+7
* commentsRoberto Ierusalimschy2014-10-271-5/+5
* 'T.limits' reports some more useful limitsRoberto Ierusalimschy2014-10-271-2/+5
* better (and safer?) way to test native size of type 'int'Roberto Ierusalimschy2014-10-271-11/+9
* 'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reasonRoberto Ierusalimschy2014-10-272-7/+7
* pack/unpack do not handle final '\0' as an "option" (it strechesRoberto Ierusalimschy2014-10-271-19/+11
* detailRoberto Ierusalimschy2014-10-261-2/+2
* `name' in comments changed to 'name'Roberto Ierusalimschy2014-10-2531-180/+180
* avoid redeclaration of _CRT_SECURE_NO_WARNINGS + 'lua_numtointeger' ->Roberto Ierusalimschy2014-10-241-3/+5
* added some casts to avoid warnings in some compilersRoberto Ierusalimschy2014-10-242-6/+6
* 'lua_numtointeger' -> 'lua_numbertointeger'Roberto Ierusalimschy2014-10-243-6/+6
* detail (using 'sizeof' instead of 'strlen' for length of a constantv5.3-betaRoberto Ierusalimschy2014-10-221-2/+3