aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-10no need to avoid negative ints in 'LoadInt'Roberto Ierusalimschy1-3/+1
2014-03-10"indent -kr -i2 -br -brf -nut" plus a few manual formatingRoberto Ierusalimschy2-344/+363
2014-03-09small bug (from revision 2.80): LUA_OP* constants are not fromRoberto Ierusalimschy1-2/+2
2014-03-07new macro 'cast_void'Roberto Ierusalimschy3-7/+9
2014-03-06simpler code to read a line from a file (using 'getc' or, if present,Roberto Ierusalimschy1-17/+24
2014-03-06back with 'L' for macros 'luai_num*', but now with a new macroRoberto Ierusalimschy4-31/+43
2014-03-06'constfolding' passes a proper Lua state to 'luaO_arith'Roberto Ierusalimschy1-4/+4
2014-03-06detail ('codearith' uses 'LUA_OP*' constants instead of 'OP_*')Roberto Ierusalimschy1-10/+15
2014-03-01no need to store a full 'size_t' fo the size of (frequent) small stringsRoberto Ierusalimschy2-16/+16
2014-02-28more regularity with vectors + sizeof computed by the macros themselvesRoberto Ierusalimschy2-19/+18
2014-02-28all chars used in binary dumps are unsigned ('lu_byte')Roberto Ierusalimschy2-24/+23
2014-02-27store number of upvalues of main function in front of the dump,Roberto Ierusalimschy2-10/+5
2014-02-27more explicit handling of headers for binary chunksRoberto Ierusalimschy3-59/+53
2014-02-26removal of weird construction in definition of LUA_STRFTIMEOPTIONSRoberto Ierusalimschy1-3/+3
2014-02-26more uniformity for defining system-dependent featuresRoberto Ierusalimschy6-65/+101
2014-02-26detail (comments)Roberto Ierusalimschy1-9/+9
2014-02-26added macro MAX_UINTEGERRoberto Ierusalimschy1-3/+5
2014-02-26detail (comment)Roberto Ierusalimschy1-2/+6
2014-02-25detail (unknown lines are marked as -1, not 0)Roberto Ierusalimschy1-2/+2
2014-02-25added 'stip' parameter to lua_dump/string.dumpRoberto Ierusalimschy1-4/+4
2014-02-25added 'strip' parameter to lua_dump/string.dumpRoberto Ierusalimschy2-4/+5
2014-02-21'read_all' does not need to grow buffer, as 'luaL_prepbuffsize'Roberto Ierusalimschy1-11/+6
2014-02-19userdata can have any Lua value as uservalueRoberto Ierusalimschy7-30/+37
2014-02-19detail (better error messages for light userdata)Roberto Ierusalimschy1-1/+3
2014-02-18no need to keep threads in a different GC list, now that there is theRoberto Ierusalimschy5-33/+17
2014-02-18new list 'twups' to allow traversal of upvalues from dead threadsRoberto Ierusalimschy5-17/+58
2014-02-15field 'op' renamed to 'open'Roberto Ierusalimschy6-17/+17
2014-02-14no more second result from 'collectgarbage"count"' (as Lua seldomRoberto Ierusalimschy1-4/+3
2014-02-14change in the way 'collectgarbage("step", size)' interprets 'size'Roberto Ierusalimschy3-24/+23
2014-02-14new syntax for Unicode escape '\u{012F}'Roberto Ierusalimschy1-5/+8
2014-02-13limit to 'gcstepmul' imposed by 'lua_gc' (+ some details in 'lgc.c')Roberto Ierusalimschy2-12/+20
2014-02-13better control for number of finalizers called at each GC cycleRoberto Ierusalimschy4-31/+52
2014-02-13no more local collectionRoberto Ierusalimschy10-263/+69
2014-02-11new field '__name' in metatables to help better error messagesRoberto Ierusalimschy1-3/+11
2014-02-11detail (better presentation for 'luaC_step')Roberto Ierusalimschy1-12/+11
2014-02-11keep a single list of objects to be finalized (with local and non-localRoberto Ierusalimschy5-60/+37
2014-02-06added proper headers for a standard lib fileRoberto Ierusalimschy1-4/+11
2014-02-06C++ needs casts for arithmetic with enumsRoberto Ierusalimschy1-3/+3
2014-02-06new library: utf8Roberto Ierusalimschy4-6/+244
2014-02-06UTF-8 encoding exported as format '%U' in 'lua_pushfstring'Roberto Ierusalimschy3-21/+37
2014-02-05insertion of ".0" in floats with integer values done by "luaL_tolstring",Roberto Ierusalimschy2-17/+15
2014-02-05still accepts initial '=' for expressions, for compatibility with oldRoberto Ierusalimschy1-2/+5
2014-02-04added support for UTF-8 escapesRoberto Ierusalimschy1-11/+45
2014-01-31simpler way to create messages for errors in escape sequencesRoberto Ierusalimschy2-28/+33
2014-01-27no more 'L' in macros "luai_num*" (several places that use those macrosRoberto Ierusalimschy6-40/+40
2014-01-27commentRoberto Ierusalimschy1-2/+2
2014-01-22larger limit + better error messages for loop detection in inheritanceRoberto Ierusalimschy1-4/+4
2014-01-09added explicit default options to string.pack/unpack functionsRoberto Ierusalimschy1-5/+9
2014-01-08first implementation for string.pack/unpackfloat + try not to assumeRoberto Ierusalimschy1-14/+97
2014-01-05first implementation of string.packint/string.unpackintRoberto Ierusalimschy1-1/+124