| Commit message (Expand) | Author | Files | Lines |
2005-09-02 | wrong syntax for Windows-specific options | Roberto Ierusalimschy | 1 | -3/+3 |
2005-09-01 | small bug (zero is not error code) | Roberto Ierusalimschy | 1 | -2/+2 |
2005-08-31 | default for 'module' is opaque (with option 'seeall') | Roberto Ierusalimschy | 1 | -44/+71 |
2005-08-29 | new method to handle tests without values (negative values) | Roberto Ierusalimschy | 6 | -40/+58 |
2005-08-26 | detail | Roberto Ierusalimschy | 13 | -36/+37 |
2005-08-26 | no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) | Roberto Ierusalimschy | 5 | -95/+50 |
2005-08-25 | detail | Roberto Ierusalimschy | 2 | -5/+4 |
2005-08-25 | no more '-w' option + new way to check module existence | Roberto Ierusalimschy | 4 | -45/+32 |
2005-08-24 | no more compatibility for {;} and similar syntax | Roberto Ierusalimschy | 1 | -2/+1 |
2005-08-24 | details | Roberto Ierusalimschy | 1 | -5/+1 |
2005-08-24 | some bugs related to stack reallocation | Roberto Ierusalimschy | 6 | -38/+42 |
2005-08-22 | small changes to facilitate external C coroutines | Roberto Ierusalimschy | 3 | -13/+18 |
2005-08-22 | small improvements | Roberto Ierusalimschy | 4 | -45/+39 |
2005-08-22 | small optimizations | Roberto Ierusalimschy | 1 | -17/+17 |
2005-08-18 | simpler implementation for userdata types | Roberto Ierusalimschy | 2 | -19/+8 |
2005-08-18 | luaL_setfield does a non-raw set | Roberto Ierusalimschy | 1 | -4/+3 |
2005-08-17 | fancier code ;) | Roberto Ierusalimschy | 1 | -13/+10 |
2005-08-17 | luaL_checkudata raises an error if value is not correct | Roberto Ierusalimschy | 3 | -28/+25 |
2005-08-17 | new coding for while and repeat (with new scoping for repeat) | Roberto Ierusalimschy | 3 | -84/+53 |
2005-08-15 | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 10 | -36/+45 |
2005-08-15 | luaL_openlib -> luaL_register and new function luaL_loadstring | Roberto Ierusalimschy | 2 | -7/+36 |
2005-08-12 | comments | Roberto Ierusalimschy | 1 | -2/+2 |
2005-08-10 | simpler implementation for unary minus | Roberto Ierusalimschy | 1 | -9/+5 |
2005-08-10 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2005-08-10 | correct name to open package library | Roberto Ierusalimschy | 3 | -6/+6 |
2005-08-09 | small changes (to easy integration with Coco) | Roberto Ierusalimschy | 2 | -26/+21 |
2005-08-09 | store some configuration information | Roberto Ierusalimschy | 1 | -1/+5 |
2005-08-09 | new version (and new copyright)... | Roberto Ierusalimschy | 1 | -5/+5 |
2005-08-09 | attempt to better control use of _longjmp | Roberto Ierusalimschy | 1 | -6/+5 |
2005-08-09 | #string is primitive | Roberto Ierusalimschy | 2 | -12/+17 |
2005-08-09 | detail | Roberto Ierusalimschy | 1 | -2/+3 |
2005-08-04 | a small bug | Roberto Ierusalimschy | 2 | -4/+5 |
2005-08-04 | 'lua_lock' and similars should be hard to use | Roberto Ierusalimschy | 2 | -26/+13 |
2005-08-01 | small changes | Roberto Ierusalimschy | 1 | -11/+10 |
2005-08-01 | small optimization | Roberto Ierusalimschy | 1 | -1/+2 |
2005-08-01 | new loader for "all-in-one" C packages | Roberto Ierusalimschy | 1 | -65/+89 |
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 |