Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -1/+3 | |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -21/+20 | |
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -1/+29 | |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -2/+3 | |
* | detail | Roberto Ierusalimschy | 2001-03-07 | 1 | -2/+2 | |
* | buffer should be void *, as char now is not that neutral... | Roberto Ierusalimschy | 2001-02-23 | 1 | -3/+3 | |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -21/+21 | |
* | better encapsulation of some types | Roberto Ierusalimschy | 2001-02-22 | 1 | -2/+2 | |
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -11/+1 | |
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -3/+2 | |
* | all boxed types start with their tags | Roberto Ierusalimschy | 2001-01-29 | 1 | -2/+3 | |
* | optimizations based on all types but number and nil are pointers | Roberto Ierusalimschy | 2001-01-26 | 1 | -9/+4 | |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -7/+1 | |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -2/+3 | |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -6/+6 | |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -3/+2 | |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -3/+3 | |
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 1 | -3/+3 | |
* | more controled use of `sprintf' | Roberto Ierusalimschy | 2000-10-20 | 1 | -9/+18 | |
* | details | Roberto Ierusalimschy | 2000-10-11 | 1 | -5/+4 | |
* | better treatment for source names | Roberto Ierusalimschy | 2000-10-09 | 1 | -15/+23 | |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -13/+12 | |
* | no more `proprietary' convertion algorithm (too complex) | Roberto Ierusalimschy | 2000-10-03 | 1 | -56/+7 | |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -8/+6 | |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -4/+5 | |
* | details | Roberto Ierusalimschy | 2000-09-12 | 1 | -1/+2 | |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -1/+35 | |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -1/+12 | |
* | still more debug information | Roberto Ierusalimschy | 2000-08-11 | 1 | -1/+5 | |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 | |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -2/+2 | |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -2/+2 | |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 | |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -2/+2 | |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -3/+3 | |
* | "conceptual" bug | Roberto Ierusalimschy | 2000-04-26 | 1 | -2/+2 | |
* | small optimizations for table access | Roberto Ierusalimschy | 2000-04-25 | 1 | -2/+3 | |
* | details. | Roberto Ierusalimschy | 2000-03-31 | 1 | -5/+3 | |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -10/+5 | |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -2/+2 | |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -10/+10 | |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 | |
* | nobody uses memmove any more. | Roberto Ierusalimschy | 2000-02-17 | 1 | -16/+1 | |
* | performance details. | Roberto Ierusalimschy | 2000-01-25 | 1 | -8/+9 | |
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 1 | -2/+2 | |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -10/+18 | |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -2/+2 | |
* | table sizes don't need to be primes; power of 2 gives the same performance. | Roberto Ierusalimschy | 1999-11-26 | 1 | -17/+8 | |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -4/+6 | |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -8/+1 |