Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2005-07-31 | details | Roberto Ierusalimschy | 2 | -9/+8 |
2005-07-31 | "%0" stands for the whole pattern (in gsub) | Roberto Ierusalimschy | 1 | -3/+7 |
2005-07-13 | searchpath is "private affair" of loadlib | Roberto Ierusalimschy | 3 | -54/+48 |
2005-07-12 | elimination of common code + better error message | Roberto Ierusalimschy | 1 | -39/+51 |
2005-07-12 | no more path for loadfile + function lists sorted | Roberto Ierusalimschy | 1 | -28/+20 |
2005-07-12 | no more "getc" when testing if file exists | Roberto Ierusalimschy | 1 | -9/+3 |
2005-07-12 | details (alphabetical order for list of functions) | Roberto Ierusalimschy | 5 | -53/+53 |
2005-07-11 | details (function list in alphabetical order) | Roberto Ierusalimschy | 1 | -16/+16 |
2005-07-11 | detail | Roberto Ierusalimschy | 2 | -5/+7 |
2005-07-11 | new macro for conversion double->int + small changes | Roberto Ierusalimschy | 1 | -53/+33 |
2005-07-11 | ';;' in a path is replaced by default path + '!' (in Windows) is | Roberto Ierusalimschy | 1 | -18/+46 |
2005-07-11 | details | Roberto Ierusalimschy | 1 | -3/+3 |
2005-07-11 | warnings from Visual C | Roberto Ierusalimschy | 2 | -5/+5 |
2005-07-11 | details | Roberto Ierusalimschy | 1 | -3/+4 |
2005-07-11 | new test function for conversion from num to int | Roberto Ierusalimschy | 1 | -1/+9 |
2005-07-11 | better recovery at panic | Roberto Ierusalimschy | 1 | -15/+32 |
2005-07-11 | warnings Visual C | Roberto Ierusalimschy | 1 | -3/+3 |
2005-07-09 | avoid names starting with '_' | Roberto Ierusalimschy | 1 | -7/+7 |
2005-07-07 | more "polite" way to change a thread's environment | Roberto Ierusalimschy | 1 | -3/+6 |
2005-07-06 | lua_setfenv/lua_getfenv should also manipulate threads | Roberto Ierusalimschy | 1 | -1/+7 |
2005-07-05 | parent modules are also imported toghether with the module itself | Roberto Ierusalimschy | 1 | -13/+26 |
2005-07-05 | several small improvements | Roberto Ierusalimschy | 1 | -10/+26 |
2005-07-05 | detail | Roberto Ierusalimschy | 2 | -6/+5 |
2005-07-05 | changes in 'string.find' and 'string.gfind' (new 'string.match' and | Roberto Ierusalimschy | 1 | -12/+43 |
2005-06-28 | more precise way to check incomplete lines | Roberto Ierusalimschy | 1 | -7/+10 |
2005-06-28 | small bug | Roberto Ierusalimschy | 1 | -3/+3 |
2005-06-27 | detail | Roberto Ierusalimschy | 1 | -5/+5 |
2005-06-13 | several updates | Roberto Ierusalimschy | 1 | -6/+45 |
2005-06-13 | 'math.mod' -> 'math.fmod' | Roberto Ierusalimschy | 1 | -3/+7 |
2005-06-13 | detail | Roberto Ierusalimschy | 1 | -2/+1 |
2005-06-13 | some extra consistency checks | Roberto Ierusalimschy | 1 | -2/+5 |
2005-06-13 | syntax for length changed from '*' to '#' | Roberto Ierusalimschy | 1 | -2/+2 |
2005-06-13 | bug: last tag is not the number of tags... | Roberto Ierusalimschy | 1 | -5/+7 |
2005-06-13 | better control for compatibility code for varargs | Roberto Ierusalimschy | 4 | -13/+21 |
2005-06-13 | bug: current line should work for call hook | Roberto Ierusalimschy | 1 | -2/+5 |
2005-06-07 | small bug (type error) | Roberto Ierusalimschy | 3 | -12/+12 |
2005-06-06 | optional size for 'setvbuf' | Roberto Ierusalimschy | 1 | -2/+4 |
2005-06-06 | 'popen' is back | Roberto Ierusalimschy | 1 | -33/+66 |
2005-06-06 | new mark LUAI_DATA for extern data | Roberto Ierusalimschy | 6 | -15/+15 |
2005-06-03 | small improvement | Roberto Ierusalimschy | 4 | -20/+16 |
2005-06-01 | __STRICT_ANSI__ -> LUA_ANSI (definition is independent of gcc) | Roberto Ierusalimschy | 1 | -13/+21 |
2005-05-31 | lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in other | Roberto Ierusalimschy | 5 | -12/+12 |
2005-05-31 | better error message | Roberto Ierusalimschy | 1 | -2/+3 |
2005-05-31 | warnings in VS .Net | Roberto Ierusalimschy | 12 | -39/+40 |
2005-05-25 | luaL_findstring -> luaL_checkoption | Roberto Ierusalimschy | 5 | -18/+18 |
2005-05-20 | better use defined/undefined as flag values for macros | Roberto Ierusalimschy | 4 | -20/+20 |
2005-05-20 | details | Roberto Ierusalimschy | 13 | -71/+63 |
2005-05-17 | several small details | Roberto Ierusalimschy | 20 | -137/+152 |
2005-05-16 | better quotes for strings in error messages | Roberto Ierusalimschy | 16 | -78/+85 |
2005-05-16 | new API function `lua_tolstring' | Roberto Ierusalimschy | 5 | -24/+26 |