aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-20copyright year -> 2014Roberto Ierusalimschy1-3/+3
2014-03-20detail (to avoid warnings with '-O3')Roberto Ierusalimschy1-3/+3
2014-03-20does not create library when it is deprecatedRoberto Ierusalimschy1-10/+2
2014-03-20configuration for Lua type corresponding to 'time_t'Roberto Ierusalimschy1-10/+24
2014-03-20'posrelat' -> 'u_posrelat' (to avoid name conflict in 'one.c')Roberto Ierusalimschy1-6/+6
2014-03-19with 64-bit integers, file offsets do not need to be floatsRoberto Ierusalimschy1-4/+4
2014-03-19removed function 'luaS_eqstr' (not used anywhere)Roberto Ierusalimschy2-12/+2
2014-03-19detail (removed unused prototype)Roberto Ierusalimschy1-2/+1
2014-03-18bitlib has been deprecatedRoberto Ierusalimschy2-2/+28
2014-03-15detail (comment)Roberto Ierusalimschy1-2/+2
2014-03-14detailsRoberto Ierusalimschy1-7/+8
2014-03-13changing prefix of configurable macros from "lua_" to "l_"Roberto Ierusalimschy1-26/+26
2014-03-12lua_gettable and similars return type of gotten valueRoberto Ierusalimschy7-44/+40
2014-03-12detail in string.rep: allow large repetitions of the empty string (noRoberto Ierusalimschy1-4/+5
2014-03-11make all dumps/loads go trhough Load/DumpVector (so it is easierRoberto Ierusalimschy2-8/+20
2014-03-11keep chunk's headers compatible at least up to LUAC_VERSION (to beRoberto Ierusalimschy2-10/+13
2014-03-11make sure that LUAC_INT is a lua_Integer and that LUAC_NUM isRoberto Ierusalimschy1-3/+4
2014-03-10detail (breaking too long lines)Roberto Ierusalimschy1-3/+5
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