aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-19bug: Lua can generate wrong code in functions with too many constantsRoberto Ierusalimschy2-5/+32
2016-07-18bug: 'checkoption' could read past end of string + 'os.date' canRoberto Ierusalimschy1-12/+16
2016-07-18Handling of LUA_PATH/LUA_CPATH moved from package library to standRoberto Ierusalimschy3-95/+109
2016-07-15new bug: Checking a format for 'os.date' may read pass the format stringRoberto Ierusalimschy1-0/+23
2016-06-27small corrections for C++ complianceRoberto Ierusalimschy2-4/+4
2016-06-22bug: expression list with four or more expressions inRoberto Ierusalimschy1-5/+4
2016-06-21bug: expression list with four or more expressions inRoberto Ierusalimschy1-0/+39
2016-06-20all 'static' variables should be 'const'Roberto Ierusalimschy1-5/+6
2016-06-16allow more bits in 'callstatus' (use no extra space due to alignments)Roberto Ierusalimschy1-2/+2
2016-05-30'lua_pushglobaltable' returns 'void'v5.3.3Roberto Ierusalimschy1-2/+2
2016-05-20'string.format("%q")' writes 'math.mininteger' in hexa, to ensureRoberto Ierusalimschy1-14/+19
2016-05-20do not convert decimal constants with overflow to integers.Roberto Ierusalimschy1-2/+8
2016-05-18'string.pack("cn")' does not accept strings longer than 'n'Roberto Ierusalimschy1-8/+6
2016-05-13'singlevaraux' returns result only in 'var->k'Roberto Ierusalimschy1-10/+10
2016-05-13comment (FALLTHROUGH)Roberto Ierusalimschy2-5/+5
2016-05-02'io.read("n")' accepts both a dot and the locale point as itsRoberto Ierusalimschy1-8/+11
2016-05-02now that 'luaO_str2num' always accepts a dot as a radix character,Roberto Ierusalimschy2-35/+3
2016-05-02'luaO_str2num' (and, therefore, 'lua_stringtonumber', 'number',Roberto Ierusalimschy1-10/+46
2016-05-02'string.format("%q", number)' ensures a dot as decimal pointRoberto Ierusalimschy1-7/+21
2016-05-01detail (macro should "use" all its arguments)Roberto Ierusalimschy1-2/+2
2016-04-22no more time limits to pattern matching (at least for now)Roberto Ierusalimschy1-38/+1
2016-04-19match time limit defined by variable 'string.pattlimit'Roberto Ierusalimschy1-16/+36
2016-04-18'os.time(t)' normalizes 't' fieldsRoberto Ierusalimschy1-10/+20
2016-04-11error handling in 'wrap' does not coerce numbers into string messagesRoberto Ierusalimschy1-2/+2
2016-04-11details ('error' does not coerce numbers to strings + comments)Roberto Ierusalimschy1-6/+5
2016-04-11diff for last bug was against wrong versionRoberto Ierusalimschy1-3/+3
2016-04-08'string.format"%q"' now works for all basic types (nil, boolean,Roberto Ierusalimschy1-6/+36
2016-04-07LUA_PACKPADBYTE -> LUAL_PACKPADBYTE (it is an internal libraryRoberto Ierusalimschy1-6/+6
2016-03-31new way to avoid infinite loops in empty matches: "Python rule"Roberto Ierusalimschy1-8/+8
2016-03-31do not try to ensure that 'sweepgc' points to a live objectRoberto Ierusalimschy1-18/+11
2016-03-31detail (comment)Roberto Ierusalimschy1-2/+2
2016-03-23commentsRoberto Ierusalimschy1-12/+12
2016-03-23bug: 'gmatch' iterator fails when called from a coroutine differentRoberto Ierusalimschy2-5/+31
2016-03-07bug: label between local definitions can mix-up their initializationsRoberto Ierusalimschy2-2/+35
2016-02-29call 'checkGC' *after* creating new objects (this is how 'execute'Roberto Ierusalimschy1-10/+10
2016-02-26When available, use metafield '__name' in error messagesRoberto Ierusalimschy3-8/+25
2016-02-25'\0' is a control character, no need to check it explicitlyRoberto Ierusalimschy1-2/+2
2016-02-25in 'table.move', destination table can be source table even ifRoberto Ierusalimschy1-3/+3
2016-02-09simpler yet definition for 'checkoption'Roberto Ierusalimschy1-18/+14
2016-02-08simpler code for 'checkoption' + added conversion specifiers specificRoberto Ierusalimschy1-25/+34
2016-02-08details (removed silly use of 'luaL_opt' + better error messagesRoberto Ierusalimschy1-3/+3
2016-02-05new macro 'vmfetch' to help changing code to computed goto's (macroRoberto Ierusalimschy1-8/+13
2016-01-13new release number + new yearRoberto Ierusalimschy1-4/+4
2016-01-08no more extra space in 'luaL_checkstack'. (It was already uselessRoberto Ierusalimschy1-11/+10
2016-01-06details (comments + text of error messages)Roberto Ierusalimschy1-5/+5
2016-01-05'getcode' -> 'getinstruction'Roberto Ierusalimschy3-18/+22
2016-01-05'luaV_fastget' only treats the real fast case (table with a non-nilRoberto Ierusalimschy3-55/+67
2016-01-04bug: Metatable may access its own dealocated field whenRoberto Ierusalimschy1-21/+22
2016-01-04more refactoringRoberto Ierusalimschy1-94/+97
2016-01-04Metatable may access its own dealocated field whenRoberto Ierusalimschy1-1/+48