aboutsummaryrefslogtreecommitdiff
path: root/lzio.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-25detailRoberto Ierusalimschy1-2/+2
2007-10-25avoid problems with 'ptrdiff_t'Roberto Ierusalimschy1-25/+27
2007-10-25parser should not call 'luaX_lexerror'Roberto Ierusalimschy3-15/+17
2007-10-18detailRoberto Ierusalimschy1-5/+4
2007-10-17new metamethods for '__pairs' and '__ipairs'Roberto Ierusalimschy1-11/+19
2007-09-3027 is not a prime number :(Roberto Ierusalimschy1-2/+2
2007-09-14better way to handle redefinitions of 'localeconv'Roberto Ierusalimschy1-3/+6
2007-09-14avoid warnings about exit; returnRoberto Ierusalimschy2-6/+4
2007-09-14detailRoberto Ierusalimschy1-2/+2
2007-09-12better error message for 'concat'Roberto Ierusalimschy1-2/+4
2007-09-10tables and strings respect __len metamethodRoberto Ierusalimschy3-23/+34
2007-09-05An error in a module loaded through the '-l' optionRoberto Ierusalimschy1-0/+18
2007-09-05stand-alone error-message detailsRoberto Ierusalimschy2-5/+5
2007-08-30better to flush all files before starting new process with popenRoberto Ierusalimschy1-2/+2
2007-08-10no need for ctype.hRoberto Ierusalimschy1-2/+1
2007-08-09detailRoberto Ierusalimschy1-3/+3
2007-08-07detail (LUA_COPYRIGHT includes release number)Roberto Ierusalimschy3-6/+6
2007-08-01detailRoberto Ierusalimschy1-1/+1
2007-07-31BUG: too many variables in an assignment may cause a C stack overflowRoberto Ierusalimschy2-3/+33
2007-06-22'debug' library must be required before being usedRoberto Ierusalimschy2-2/+33
2007-06-22detailRoberto Ierusalimschy2-7/+6
2007-06-22traceback function moved to auxlibRoberto Ierusalimschy4-67/+69
2007-06-21"spacial" reorganization to keep related functions in groupsRoberto Ierusalimschy1-144/+163
2007-06-21clearing some old compatibility codeRoberto Ierusalimschy7-149/+13
2007-06-21detailRoberto Ierusalimschy1-2/+2
2007-06-21clearing some old compatibility codeRoberto Ierusalimschy1-13/+4
2007-06-19strong collision for very small numbers used as table keysRoberto Ierusalimschy1-0/+17
2007-06-19avoid boolean equality (tricky for some compilers)Roberto Ierusalimschy1-3/+3
2007-05-29patch may be a little simplerRoberto Ierusalimschy1-4/+10
2007-05-29bug: wrong error message in some concatenationsRoberto Ierusalimschy2-4/+25
2007-05-25bug: recursive coroutines may overflow C stackRoberto Ierusalimschy1-0/+14
2007-05-16assignment of nil to parameter may be optimized awayRoberto Ierusalimschy1-5/+145
2007-05-15luaL_testudata (a luaL_checkudata that does not raise errors) isRoberto Ierusalimschy2-5/+12
2007-05-11detailsRoberto Ierusalimschy3-7/+7
2007-05-09better names for metamethods in debug informationRoberto Ierusalimschy1-5/+29
2007-05-04bug: code generated for "-nil", "-true", and "-false" is wrongRoberto Ierusalimschy1-6/+7
2007-05-03'os.date' checks arguments before passing them to 'strftime'Roberto Ierusalimschy2-5/+27
2007-04-26error handler in 'lua.c' tries '__tostring' metamethod if errorRoberto Ierusalimschy2-29/+33
2007-04-19does not allow standard files to be closedRoberto Ierusalimschy1-15/+36
2007-04-19several detailsRoberto Ierusalimschy1-15/+9
2007-04-18another way to normalize -0 that avoids problems with very smallRoberto Ierusalimschy1-3/+3
2007-04-17lua_pushstring/pushlstring return stringRoberto Ierusalimschy3-14/+20
2007-04-10luaO_log2 can be private to ltable.cRoberto Ierusalimschy3-24/+21
2007-04-10remove of a non-used test functionRoberto Ierusalimschy1-7/+1
2007-03-27no more optimization to avoid LOADNIL at function startRoberto Ierusalimschy3-10/+5
2007-03-27details (randomseed calls rand once to dischard first value)Roberto Ierusalimschy1-1/+2
2007-03-26detailRoberto Ierusalimschy1-3/+2
2007-03-26BUG: loadlib should not use Lua internals (lobject.h)Roberto Ierusalimschy1-7/+7
2007-03-26two small bugs: some metamethods do not accept callable non-functionRoberto Ierusalimschy1-7/+6
2007-03-09patch for last bugRoberto Ierusalimschy1-1/+39