Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | lower-case for macros with arguments | Roberto Ierusalimschy | 2001-03-02 | 1 | -103/+103 | |
| | ||||||
* | details for wchar | Roberto Ierusalimschy | 2001-02-23 | 1 | -3/+3 | |
| | ||||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -25/+25 | |
| | ||||||
* | avoid '...' and "..." inside comments | Roberto Ierusalimschy | 2001-02-22 | 1 | -2/+2 | |
| | ||||||
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -2/+2 | |
| | ||||||
* | more secure definition for lua_concat | Roberto Ierusalimschy | 2001-02-14 | 1 | -7/+11 | |
| | ||||||
* | details (smaller code) | Roberto Ierusalimschy | 2001-02-13 | 1 | -36/+28 | |
| | ||||||
* | better API checks | Roberto Ierusalimschy | 2001-02-12 | 1 | -21/+59 | |
| | ||||||
* | new semantics for pushuserdata (no more different userdatas with same value) | Roberto Ierusalimschy | 2001-02-09 | 1 | -6/+5 | |
| | ||||||
* | new way to handle top x L->top | Roberto Ierusalimschy | 2001-02-07 | 1 | -5/+5 | |
| | ||||||
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -103/+103 | |
| | ||||||
* | better control of relationship top x L->top | Roberto Ierusalimschy | 2001-02-01 | 1 | -17/+9 | |
| | ||||||
* | bug in lua_pushuserdata(L, NULL) | Roberto Ierusalimschy | 2001-02-01 | 1 | -1/+2 | |
| | ||||||
* | smaller tables for machines with 8-bit alignment | Roberto Ierusalimschy | 2001-01-29 | 1 | -5/+5 | |
| | ||||||
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 1 | -104/+104 | |
| | ||||||
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -6/+54 | |
| | ||||||
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -72/+249 | |
| | ||||||
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -25/+25 | |
| | ||||||
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -34/+28 | |
| | ||||||
* | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 2001-01-10 | 1 | -3/+3 | |
| | ||||||
* | small changes in lstring | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+2 | |
| | ||||||
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -2/+1 | |
| | ||||||
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -6/+6 | |
| | ||||||
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -4/+4 | |
| | ||||||
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 1 | -2/+2 | |
| | ||||||
* | (no commit message) | Roberto Ierusalimschy | 2000-10-30 | 1 | -20/+12 | |
| | ||||||
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -2/+11 | |
| | ||||||
* | lua_settag does not pop its argument | Roberto Ierusalimschy | 2000-10-24 | 1 | -2/+1 | |
| | ||||||
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -49/+50 | |
| | ||||||
* | new implementation for some API functions | Roberto Ierusalimschy | 2000-10-06 | 1 | -44/+53 | |
| | ||||||
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -42/+35 | |
| | ||||||
* | details. | Roberto Ierusalimschy | 2000-10-03 | 1 | -4/+8 | |
| | ||||||
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -4/+17 | |
| | ||||||
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -6/+27 | |
| | ||||||
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -1/+2 | |
| | ||||||
* | lua_tag should return LUA_NOTAG for non-valid indices | Roberto Ierusalimschy | 2000-09-27 | 1 | -2/+2 | |
| | ||||||
* | avoid assignment to local structure | Roberto Ierusalimschy | 2000-09-18 | 1 | -14/+13 | |
| | ||||||
* | new API function lua_rawget | Roberto Ierusalimschy | 2000-09-14 | 1 | -1/+10 | |
| | ||||||
* | topointer handles only types that have no other "to" function | Roberto Ierusalimschy | 2000-09-12 | 1 | -6/+1 | |
| | ||||||
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -4/+3 | |
| | ||||||
* | API functions check stack overflow | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+4 | |
| | ||||||
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -49/+69 | |
| | ||||||
* | more builtin functions using official API | Roberto Ierusalimschy | 2000-08-31 | 1 | -5/+43 | |
| | ||||||
* | new API functions `pop', `insert', and `move' | Roberto Ierusalimschy | 2000-08-31 | 1 | -13/+25 | |
| | ||||||
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -19/+16 | |
| | ||||||
* | explicit stack control in the API | Roberto Ierusalimschy | 2000-08-29 | 1 | -1/+5 | |
| | ||||||
* | lua_equal also accepts out-of-range indices | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+5 | |
| | ||||||
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -221/+211 | |
| | ||||||
* | new name for `lua_[sg]etglobaltable' | Roberto Ierusalimschy | 2000-08-14 | 1 | -5/+5 | |
| | ||||||
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 | |
| |