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