| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. | Roberto Ierusalimschy | 1999-09-08 | 1 | -17/+14 | |
| * | test first the most common case. | Roberto Ierusalimschy | 1999-09-06 | 1 | -5/+5 | |
| * | new interface for `luaO_strtod', which now checks signal, too. | Roberto Ierusalimschy | 1999-09-06 | 1 | -7/+20 | |
| * | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -10/+8 | |
| * | details. | Roberto Ierusalimschy | 1999-04-13 | 1 | -9/+9 | |
| * | details | Roberto Ierusalimschy | 1999-02-26 | 1 | -2/+2 | |
| * | details | Roberto Ierusalimschy | 1999-02-12 | 1 | -2/+2 | |
| * | details (comments) | Roberto Ierusalimschy | 1999-01-13 | 1 | -2/+2 | |
| * | small improvements. | Roberto Ierusalimschy | 1999-01-04 | 1 | -4/+2 | |
| * | new function "luaO_str2d" to convert strings to numbers, because | Roberto Ierusalimschy | 1998-12-27 | 1 | -11/+59 | |
| * | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 | |
| * | "findname" moved from lobject.c to lauxlib.c (so libraries may use it). | Roberto Ierusalimschy | 1998-06-18 | 1 | -12/+1 | |
