Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | avoid some warnings | Roberto Ierusalimschy | 2005-10-06 | 1 | -5/+7 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-10-06 | 1 | -6/+4 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2005-10-06 | 1 | -3/+3 | |
| | ||||||
* | registry._LOADED created "on demand" | Roberto Ierusalimschy | 2005-10-03 | 2 | -4/+4 | |
| | ||||||
* | registry._LOADED created "on demand" and baselib created as module _G | Roberto Ierusalimschy | 2005-10-03 | 1 | -9/+6 | |
| | ||||||
* | numeral expressions keep their values in struct 'expdesc' | Roberto Ierusalimschy | 2005-10-03 | 3 | -24/+29 | |
| | ||||||
* | include of math.h depends on luaconf | Roberto Ierusalimschy | 2005-10-03 | 1 | -2/+1 | |
| | ||||||
* | small optimization for local declarations without initializations | Roberto Ierusalimschy | 2005-09-30 | 1 | -9/+12 | |
| | ||||||
* | (no commit message) | Roberto Ierusalimschy | 2005-09-30 | 1 | -2/+2 | |
| | ||||||
* | unused assignment | Roberto Ierusalimschy | 2005-09-30 | 1 | -3/+1 | |
| | ||||||
* | new function 'table.maxn' | Roberto Ierusalimschy | 2005-09-20 | 1 | -4/+20 | |
| | ||||||
* | smaller initial tables (for programs that create many states) | Roberto Ierusalimschy | 2005-09-20 | 1 | -3/+3 | |
| | ||||||
* | new function 'lua_setallocf' | Roberto Ierusalimschy | 2005-09-20 | 3 | -4/+18 | |
| | ||||||
* | 'string.find' as it was in 5.0 | Roberto Ierusalimschy | 2005-09-19 | 2 | -15/+2 | |
| | ||||||
* | 'select' accepts negative indices | Roberto Ierusalimschy | 2005-09-16 | 1 | -3/+4 | |
| | ||||||
* | avoid the use of global lock | Roberto Ierusalimschy | 2005-09-14 | 2 | -27/+16 | |
| | ||||||
* | separated macros for thread creation and state creation | Roberto Ierusalimschy | 2005-09-14 | 2 | -3/+4 | |
| | ||||||
* | ":" is not a good mark as it is not valid in Windows file names | Roberto Ierusalimschy | 2005-09-14 | 1 | -2/+2 | |
| | ||||||
* | explicit macro to control use of _longjmpv5.1-alpha | Roberto Ierusalimschy | 2005-09-09 | 1 | -5/+5 | |
| | ||||||
* | detail (macro evaluates twice its arguments) | Roberto Ierusalimschy | 2005-09-09 | 1 | -2/+4 | |
| | ||||||
* | does not set isdst when undefined | Roberto Ierusalimschy | 2005-09-09 | 1 | -1/+3 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-09-09 | 1 | -2/+2 | |
| | ||||||
* | small corrections | Roberto Ierusalimschy | 2005-09-06 | 1 | -12/+12 | |
| | ||||||
* | avoid 'PathRemoveFileSpec' (not very portable) | Roberto Ierusalimschy | 2005-09-06 | 1 | -4/+4 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-09-06 | 1 | -2/+2 | |
| | ||||||
* | avoid exporting undefined functions | Roberto Ierusalimschy | 2005-09-06 | 1 | -5/+5 | |
| | ||||||
* | just in case, flush all output | Roberto Ierusalimschy | 2005-09-06 | 1 | -1/+4 | |
| | ||||||
* | wrong syntax for Windows-specific options | Roberto Ierusalimschy | 2005-09-02 | 1 | -3/+3 | |
| | ||||||
* | small bug (zero is not error code) | Roberto Ierusalimschy | 2005-09-01 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | | | | (like other luaL_check functions) | |||||
* | 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 | |
| |