aboutsummaryrefslogtreecommitdiff
path: root/lgc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-28BUG: lua_setfenv may crash if called over an invalid objectRoberto Ierusalimschy2-2/+23
2007-11-28detailsRoberto Ierusalimschy1-10/+11
2007-11-26BUG: table.remove removes last element of a table when givenRoberto Ierusalimschy2-2/+28
2007-11-26detailRoberto Ierusalimschy1-3/+2
2007-11-12use prefix in extern names, even those in test filesRoberto Ierusalimschy2-15/+15
2007-11-12detailRoberto Ierusalimschy1-2/+2
2007-11-09detailRoberto Ierusalimschy1-2/+3
2007-11-09avoid the use of "exotic" libc functionsRoberto Ierusalimschy1-28/+38
2007-10-31first implementation of ephemeronsRoberto Ierusalimschy3-51/+83
2007-10-29some changes toward ephemeronsRoberto Ierusalimschy4-55/+98
2007-10-29BUG: 'gsub' may go wild when wrongly called without its thirdRoberto Ierusalimschy2-11/+41
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