Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 1 | -2/+2 |
* | small optimizations in switch order | Roberto Ierusalimschy | 1998-01-09 | 1 | -2/+2 |
* | some details related to OLD_ANSI | Roberto Ierusalimschy | 1997-12-26 | 1 | -1/+18 |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -4/+6 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -4/+1 |
* | "global" version of a nil object. | Roberto Ierusalimschy | 1997-11-03 | 1 | -1/+5 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -4/+3 |
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -3/+2 |
* | better identification of types which are tags | Roberto Ierusalimschy | 1997-10-16 | 1 | -4/+3 |
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -1/+10 |
* | Some generic functions over Lua objects | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+68 |