aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2004-05-31new way to use `vararg' parameters (with `...')Roberto Ierusalimschy13-106/+192
2004-05-31main must return status from original main!Roberto Ierusalimschy1-3/+2
2004-05-31new function `select'Roberto Ierusalimschy1-1/+15
2004-05-28other modules may need FILEHANDLE definitionRoberto Ierusalimschy2-9/+11
2004-05-28`popen' is not ANSI and therefore was removed from the basic libraryRoberto Ierusalimschy2-32/+2
2004-05-17detailsRoberto Ierusalimschy1-4/+4
2004-05-14small steps towards yields in iterators and tag methodsRoberto Ierusalimschy6-79/+111
2004-05-11avoid name clashes among different filesRoberto Ierusalimschy1-4/+4
2004-05-10in `time', uses default if `isdst' is absentRoberto Ierusalimschy1-2/+2
2004-05-10no more USE_DEGREES optionRoberto Ierusalimschy1-21/+8
2004-05-10`tinsert' and `tremove' also use LUA_FIRSTINDEXRoberto Ierusalimschy1-14/+14
2004-05-10code parameterized by LUA_FIRSTINDEX (first index of an array)Roberto Ierusalimschy7-25/+32
2004-05-10LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need itRoberto Ierusalimschy1-4/+4
2004-05-03accept `\r' as newline when looking for line endRoberto Ierusalimschy1-2/+2