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