summaryrefslogtreecommitdiff
path: root/ldebug.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-07-31detailsRoberto Ierusalimschy2-9/+8
2005-07-31"%0" stands for the whole pattern (in gsub)Roberto Ierusalimschy1-3/+7
2005-07-13searchpath is "private affair" of loadlibRoberto Ierusalimschy3-54/+48
2005-07-12elimination of common code + better error messageRoberto Ierusalimschy1-39/+51
2005-07-12no more path for loadfile + function lists sortedRoberto Ierusalimschy1-28/+20
2005-07-12no more "getc" when testing if file existsRoberto Ierusalimschy1-9/+3
2005-07-12details (alphabetical order for list of functions)Roberto Ierusalimschy5-53/+53
2005-07-11details (function list in alphabetical order)Roberto Ierusalimschy1-16/+16
2005-07-11detailRoberto Ierusalimschy2-5/+7
2005-07-11new macro for conversion double->int + small changesRoberto Ierusalimschy1-53/+33
2005-07-11';;' in a path is replaced by default path + '!' (in Windows) isRoberto Ierusalimschy1-18/+46
2005-07-11detailsRoberto Ierusalimschy1-3/+3
2005-07-11warnings from Visual CRoberto Ierusalimschy2-5/+5
2005-07-11detailsRoberto Ierusalimschy1-3/+4
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