summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* detail (using 'sizeof' instead of 'strlen' for length of a constantv5.3-betaRoberto Ierusalimschy2014-10-221-2/+3
| | | | string)
* added 'l_' prefix for names that can be redefined externallyRoberto Ierusalimschy2014-10-223-13/+13
|
* use 'opf' (float) variants only when explicitly allowed (LUA_USE_C99)Roberto Ierusalimschy2014-10-211-9/+4
|
* commentsRoberto Ierusalimschy2014-10-201-5/+6
|
* error in commentRoberto Ierusalimschy2014-10-201-2/+2
|
* message handler always adds a traceback to messages (even if theyRoberto Ierusalimschy2014-10-201-14/+14
| | | | are not strings), unless they have a __tostring method.
* in 'pack'/'unpack', endianness and alignment treated like options +Roberto Ierusalimschy2014-10-201-55/+52
| | | | small changes in names and handling of internal options ('KOption')
* does not use 'long long' when LUA_ANSI is setRoberto Ierusalimschy2014-10-201-2/+2
|
* 'lua_stringtonum' -> 'lua_stringtonumber'Roberto Ierusalimschy2014-10-174-10/+10
|
* macros 'LUA_QL'/'LUA_QL' deprecatedRoberto Ierusalimschy2014-10-1716-75/+67
|
* 'debug.sizeof' removedRoberto Ierusalimschy2014-10-171-29/+1
|
* 'dumpint' and related functions replaced by 'string.pack'/'string.unpack'Roberto Ierusalimschy2014-10-171-157/+340
|
* added "_CRT_SECURE_NO_WARNINGS" for Windows (to avoid warnings aboutRoberto Ierusalimschy2014-10-151-9/+6
| | | | several standard C functions) + small changes in '#include's
* 'charpatt' -> 'charpattern'Roberto Ierusalimschy2014-10-151-3/+3
|
* 'lua_strtonum' -> 'lua_stringtonum'Roberto Ierusalimschy2014-10-154-9/+9
|
* '$c' in 'lua_pushfstring' prints non-printable characters withRoberto Ierusalimschy2014-10-102-6/+8
| | | | their codes
* better handling of systems that do not support 'long long'Roberto Ierusalimschy2014-10-081-11/+28
|
* avoid warnings in macro 'luaM_reallocv' + commentsRoberto Ierusalimschy2014-10-081-9/+15
|
* added some casts for the cases when lua_Number != doubleRoberto Ierusalimschy2014-10-082-8/+9
|
* detail ('G(L)' -> 'g')Roberto Ierusalimschy2014-10-081-6/+7
|
* 'lua_Kcontext' -> 'lua_KContext'Roberto Ierusalimschy2014-10-076-19/+19
|
* commentsRoberto Ierusalimschy2014-10-061-2/+8
|
* when thread yields, real "func" is in field 'extra', not in 'func'Roberto Ierusalimschy2014-10-061-4/+8
|
* alpha -> betaRoberto Ierusalimschy2014-10-041-2/+2
|
* added two casts to avoid warnings in VSRoberto Ierusalimschy2014-10-041-3/+3
|
* easier way to compile Lua 32Roberto Ierusalimschy2014-10-031-3/+12
|
* details (comments)Roberto Ierusalimschy2014-10-032-6/+6
|
* detailRoberto Ierusalimschy2014-10-011-2/+2
|
* deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)Roberto Ierusalimschy2014-10-0111-65/+70
|
* better to use 'long' to represent UTF-8 code pointsRoberto Ierusalimschy2014-10-014-12/+13
|
* 'ipairs' always stops at first nil elementRoberto Ierusalimschy2014-09-301-14/+5
|
* small change to avoid bug in some versions of the clang compilerRoberto Ierusalimschy2014-09-261-2/+7
|
* detail in 'report' + message handler always is called with anRoberto Ierusalimschy2014-09-251-8/+7
| | | | argument + 'report' already handles non-string error messages
* 'luaL_getmetafield' returns type of metafield (instead of a boolean)Roberto Ierusalimschy2014-09-223-24/+25
|
* size for array part of a table ('sizearray') changed from 'int' toRoberto Ierusalimschy2014-09-046-74/+91
| | | | 'unsigned int', which allows twice as many elements in the array part
* weak tables that must be retraversed are kept in 'grayagain' listRoberto Ierusalimschy2014-09-031-42/+38
| | | | | until atomic phase (instead of going to their special lists) + more comments
* detail (error message from 'coroutine.status')Roberto Ierusalimschy2014-09-011-2/+2
|
* 'T.gccolor' classify dead objects tooRoberto Ierusalimschy2014-09-011-4/+7
|
* 'linktable' -> 'linkgclist' (and used for all links with 'gclist')Roberto Ierusalimschy2014-09-011-22/+16
|
* bug: Ephemeron table can wrongly collect entry with strong keyRoberto Ierusalimschy2014-09-011-2/+27
|
* detailRoberto Ierusalimschy2014-08-271-5/+3
|
* new option 'p' for 'debug.sizeof' (size of a pointer)Roberto Ierusalimschy2014-08-221-2/+3
|
* new functions 'lua_geti/lua_seti' (non raw)Roberto Ierusalimschy2014-08-214-29/+35
|
* 'table.copy' -> 'table.move' + optional parameter moved to the end +Roberto Ierusalimschy2014-08-211-21/+22
| | | | several functions operate on "virtual" tables too
* 'Csize' -> 'sizeof' + removed its 'b' optionRoberto Ierusalimschy2014-08-211-3/+2
|
* [un]'dumpint' -> [un]'dumpinteger'Roberto Ierusalimschy2014-08-201-3/+3
|
* 'lua_Ctx' -> 'lua_Kcontext'Roberto Ierusalimschy2014-08-017-28/+29
|
* details in commentsRoberto Ierusalimschy2014-08-013-7/+7
|
* added cast to avoid warningRoberto Ierusalimschy2014-08-011-2/+2
|
* release changed to (5.3) alphav5.3-alphaRoberto Ierusalimschy2014-07-311-2/+2
|