summaryrefslogtreecommitdiff
path: root/lauxlib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-07-11new test function for conversion from num to intRoberto Ierusalimschy1-1/+9
2005-07-11better recovery at panicRoberto Ierusalimschy1-15/+32
2005-07-11warnings Visual CRoberto Ierusalimschy1-3/+3
2005-07-09avoid names starting with '_'Roberto Ierusalimschy1-7/+7
2005-07-07more "polite" way to change a thread's environmentRoberto Ierusalimschy1-3/+6
2005-07-06lua_setfenv/lua_getfenv should also manipulate threadsRoberto Ierusalimschy1-1/+7
2005-07-05parent modules are also imported toghether with the module itselfRoberto Ierusalimschy1-13/+26
2005-07-05several small improvementsRoberto Ierusalimschy1-10/+26
2005-07-05detailRoberto Ierusalimschy2-6/+5
2005-07-05changes in 'string.find' and 'string.gfind' (new 'string.match' andRoberto Ierusalimschy1-12/+43
2005-06-28more precise way to check incomplete linesRoberto Ierusalimschy1-7/+10
2005-06-28small bugRoberto Ierusalimschy1-3/+3
2005-06-27detailRoberto Ierusalimschy1-5/+5
2005-06-13several updatesRoberto Ierusalimschy1-6/+45
2005-06-13'math.mod' -> 'math.fmod'Roberto Ierusalimschy1-3/+7
2005-06-13detailRoberto Ierusalimschy1-2/+1
2005-06-13some extra consistency checksRoberto Ierusalimschy1-2/+5
2005-06-13syntax for length changed from '*' to '#'Roberto Ierusalimschy1-2/+2
2005-06-13bug: last tag is not the number of tags...Roberto Ierusalimschy1-5/+7
2005-06-13better control for compatibility code for varargsRoberto Ierusalimschy4-13/+21
2005-06-13bug: current line should work for call hookRoberto Ierusalimschy1-2/+5
2005-06-07small bug (type error)Roberto Ierusalimschy3-12/+12
2005-06-06optional size for 'setvbuf'Roberto Ierusalimschy1-2/+4
2005-06-06'popen' is backRoberto Ierusalimschy1-33/+66
2005-06-06new mark LUAI_DATA for extern dataRoberto Ierusalimschy6-15/+15
2005-06-03small improvementRoberto Ierusalimschy4-20/+16
2005-06-01__STRICT_ANSI__ -> LUA_ANSI (definition is independent of gcc)Roberto Ierusalimschy1-13/+21
2005-05-31lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in otherRoberto Ierusalimschy5-12/+12
2005-05-31better error messageRoberto Ierusalimschy1-2/+3
2005-05-31warnings in VS .NetRoberto Ierusalimschy12-39/+40
2005-05-25luaL_findstring -> luaL_checkoptionRoberto Ierusalimschy5-18/+18
2005-05-20better use defined/undefined as flag values for macrosRoberto Ierusalimschy4-20/+20
2005-05-20detailsRoberto Ierusalimschy13-71/+63
2005-05-17several small detailsRoberto Ierusalimschy20-137/+152
2005-05-16better quotes for strings in error messagesRoberto Ierusalimschy16-78/+85
2005-05-16new API function `lua_tolstring'Roberto Ierusalimschy5-24/+26
2005-05-16debug information for active linesRoberto Ierusalimschy2-47/+74
2005-05-09LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPENRoberto Ierusalimschy1-1/+1
2005-05-05debug information for last line of a function definitionRoberto Ierusalimschy8-16/+24
2005-05-05metatables for all typesRoberto Ierusalimschy7-14/+45
2005-05-04no more compatibility code for traversing tablesRoberto Ierusalimschy5-19/+6
2005-05-04commentsRoberto Ierusalimschy1-2/+2
2005-05-03corrected definition of lua_number2int for WindowsRoberto Ierusalimschy3-10/+12
2005-05-03better control of local variables in luaV_executeRoberto Ierusalimschy1-79/+96
2005-05-03better tests for correctness of `savedpc'Roberto Ierusalimschy3-4/+22
2005-05-02`*' operator is primitive only for tablesRoberto Ierusalimschy1-13/+10
2005-04-29small bugRoberto Ierusalimschy1-5/+1
2005-04-29detailRoberto Ierusalimschy1-2/+4
2005-04-29commentRoberto Ierusalimschy1-2/+2
2005-04-27commentRoberto Ierusalimschy1-3/+3