summaryrefslogtreecommitdiff
path: root/llex.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-21detail (avoid unnecessary "unconst" in cast)Roberto Ierusalimschy1-2/+2
2013-03-20detail (error message)Roberto Ierusalimschy1-3/+2
2013-03-19detail (avoiding warnings)Roberto Ierusalimschy1-3/+5
2013-03-16macro 'lua_checkmode' + typos in commentsRoberto Ierusalimschy1-2/+10
2013-03-16typos in commentsRoberto Ierusalimschy6-13/+13
2013-03-15cast to avoid warningsRoberto Ierusalimschy1-2/+2
2013-03-15added two more commented warning options (just to know about them)Roberto Ierusalimschy1-0/+2
2013-03-15export 'lua_ident' to avoid it being removed by C++ linkerRoberto Ierusalimschy1-1/+6
2013-03-07second parameter to 'ldexp' is an integerRoberto Ierusalimschy1-2/+2
2013-03-07no need to handle 0 as a special case in 'table.remove'Roberto Ierusalimschy1-3/+1
2013-02-21added 'return' (when possible) to calls to error functionsRoberto Ierusalimschy3-6/+7
2013-02-20'l_tg' was renamed to 'l_mathop' and this use was not corrected atRoberto Ierusalimschy2-4/+4
2013-02-20typo in commentRoberto Ierusalimschy1-2/+2
2013-02-19new release number + copyright yearRoberto Ierusalimschy1-4/+4
2013-02-07details (5.2 corrected to 5.2.0)Roberto Ierusalimschy1-4/+4
2013-02-06better error checking for 'table.insert' and 'table.remove'Roberto Ierusalimschy1-10/+12
2013-02-06commentsRoberto Ierusalimschy1-3/+6
2013-01-29small improvement in the support of 'float' as lua_NumberRoberto Ierusalimschy4-46/+48
2013-01-08detailRoberto Ierusalimschy2-5/+4
2012-12-05added some commentsRoberto Ierusalimschy1-4/+4
2012-12-05added commentRoberto Ierusalimschy1-2/+3
2012-12-05missing brackets in 'if' body (no bug, only 'luaC_checkfinalizer' isRoberto Ierusalimschy1-2/+3
2012-12-03Bug: load/loadfile returns wrong result when given an environmentRoberto Ierusalimschy2-19/+74
2012-11-14avoids warning with 'clang' + comment explaining macroRoberto Ierusalimschy1-4/+11
2012-11-04removed unreacheable 'lua_unlock'Roberto Ierusalimschy1-2/+2
2012-10-19more precise control for GC pause (based on threshold)Roberto Ierusalimschy1-19/+27
2012-10-19error message for 'bad self' includes original 'extramsg'Roberto Ierusalimschy1-2/+3
2012-10-19error message in 'os.rename' does not include file name, because errorRoberto Ierusalimschy1-2/+2
2012-10-19API functions get acceptable indices except when not possible (whenRoberto Ierusalimschy1-15/+16
2012-10-03open upvalues cannot be old if thread is not old; when thread is old,Roberto Ierusalimschy2-6/+4
2012-10-03removed commented-out line (for debugging)Roberto Ierusalimschy1-2/+1
2012-10-02cast to avoid warning in some compilers (size_t x unsigned int)Roberto Ierusalimschy1-2/+2
2012-10-02cast in 'luai_makeseed' now casts to needed typeRoberto Ierusalimschy1-2/+2
2012-10-02macro 'lua_number2unsigned' also needs proper definition ifRoberto Ierusalimschy1-2/+2
2012-10-01LUA_CORE condition removed from definition of some 'tricks' (as itRoberto Ierusalimschy2-7/+6
2012-10-01'pcall' may not restore previous error function whenRoberto Ierusalimschy1-2/+97
2012-10-01BUG: 'pcall' may not restore previous error function whenRoberto Ierusalimschy1-2/+6
2012-09-29pops the string from 'get_prompt' only after using itRoberto Ierusalimschy1-3/+4
2012-09-24typo in commentRoberto Ierusalimschy1-2/+2
2012-09-11detailRoberto Ierusalimschy1-3/+3
2012-09-11no more macro 'changenvalue'Roberto Ierusalimschy2-7/+4
2012-09-11small bug: generational mode is always in 'propagate' mode onlyRoberto Ierusalimschy2-10/+21
2012-09-11more regularity for field 'fix'Roberto Ierusalimschy1-12/+19
2012-08-28checks garbage collector every time it calls a function (as theRoberto Ierusalimschy1-3/+4
2012-08-16remove of unecessary luaD_checkstack. (In some cases, C shouldRoberto Ierusalimschy5-23/+19
2012-08-16details (no need to use lua_pushfstring for plain strings)Roberto Ierusalimschy1-3/+3
2012-08-14details (remove of some extra spaces)Roberto Ierusalimschy4-11/+11
2012-08-06detail (avoid being picky about conversion from 'unsigned char'Roberto Ierusalimschy1-2/+2
2012-07-31Bug: Some patterns can overflow the C stack, due to recursionRoberto Ierusalimschy1-77/+124
2012-07-13typoRoberto Ierusalimschy1-2/+2