aboutsummaryrefslogtreecommitdiff
path: root/ltm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-04option for garbage-collector `step'Roberto Ierusalimschy3-18/+17
2004-06-02detailsRoberto Ierusalimschy1-2/+3
2004-06-02lock stuff defined in `luaconf.h'Roberto Ierusalimschy1-2/+6
2004-06-02`testC' can operate on other statesRoberto Ierusalimschy1-53/+64
2004-06-02new macro `lua_threadyield' + lock stuff in `luaconf.h' + detailsRoberto Ierusalimschy6-90/+84
2004-06-02`getn' uses binary search if it has to count elementsRoberto Ierusalimschy1-8/+27
2004-06-02what is provided by lauxlib.c should be defined at lauxlib.hRoberto Ierusalimschy2-21/+23
2004-06-02no more `__fenv'Roberto Ierusalimschy1-15/+2
2004-06-02better error messages for `loadfile'Roberto Ierusalimschy1-6/+7
2004-06-02clear definition for `lua_number2int'Roberto Ierusalimschy1-3/+7
2004-05-31`lua_strlen' upgraded to `lua_objsize' (which also works with userdata)Roberto Ierusalimschy3-23/+11
2004-05-31`luaL_dofile' and `luaL_dostring' are deprecatedRoberto Ierusalimschy3-63/+9
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