aboutsummaryrefslogtreecommitdiff
path: root/ltm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-08-15luaL_openlib -> luaL_register, luaL_putchar -> luaL_addcharRoberto Ierusalimschy10-36/+45
2005-08-15luaL_openlib -> luaL_register and new function luaL_loadstringRoberto Ierusalimschy2-7/+36
2005-08-12commentsRoberto Ierusalimschy1-2/+2
2005-08-10simpler implementation for unary minusRoberto Ierusalimschy1-9/+5
2005-08-10detailRoberto Ierusalimschy1-2/+2
2005-08-10correct name to open package libraryRoberto Ierusalimschy3-6/+6
2005-08-09small changes (to easy integration with Coco)Roberto Ierusalimschy2-26/+21
2005-08-09store some configuration informationRoberto Ierusalimschy1-1/+5
2005-08-09new version (and new copyright)...Roberto Ierusalimschy1-5/+5
2005-08-09attempt to better control use of _longjmpRoberto Ierusalimschy1-6/+5
2005-08-09#string is primitiveRoberto Ierusalimschy2-12/+17
2005-08-09detailRoberto Ierusalimschy1-2/+3
2005-08-04a small bugRoberto Ierusalimschy2-4/+5
2005-08-04'lua_lock' and similars should be hard to useRoberto Ierusalimschy2-26/+13
2005-08-01small changesRoberto Ierusalimschy1-11/+10
2005-08-01small optimizationRoberto Ierusalimschy1-1/+2
2005-08-01new loader for "all-in-one" C packagesRoberto Ierusalimschy1-65/+89
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