Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | details | Roberto Ierusalimschy | 2001-09-25 | 2 | -7/+7 | |
* | restricted syntax for function call/table accesses prefixes | Roberto Ierusalimschy | 2001-09-25 | 1 | -42/+55 | |
* | small bug when closing closures in error conditions | Roberto Ierusalimschy | 2001-09-25 | 1 | -3/+4 | |
* | changes by lhf | Roberto Ierusalimschy | 2001-09-24 | 1 | -798/+1010 | |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 18 | -187/+412 | |
* | better definition for `luaM_freelem' | Roberto Ierusalimschy | 2001-09-07 | 2 | -2/+2 | |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 26 | -141/+148 | |
* | start of new version | Roberto Ierusalimschy | 2001-08-31 | 1 | -2/+2 | |
* | better locality of assignment of table values | Roberto Ierusalimschy | 2001-08-30 | 6 | -40/+48 | |
* | some changes of arguments from char to int | Roberto Ierusalimschy | 2001-08-30 | 1 | -22/+22 | |
* | avoid augmenting alignment of pointers | Roberto Ierusalimschy | 2001-08-30 | 1 | -10/+10 | |
* | tinsert gets 3d argument instead of last one | Roberto Ierusalimschy | 2001-08-30 | 1 | -3/+5 | |
* | details | Roberto Ierusalimschy | 2001-08-30 | 1 | -2/+3 | |
* | new syntax "= exp" to rpint exp + simplifications | Roberto Ierusalimschy | 2001-08-30 | 1 | -38/+50 | |
* | use a table to find (and reuse) constants when parsing | Roberto Ierusalimschy | 2001-08-27 | 6 | -38/+32 | |
* | avoid some warnings from strange compilers | Roberto Ierusalimschy | 2001-08-27 | 2 | -4/+4 | |
* | extra parenteses to avoid warnings | Roberto Ierusalimschy | 2001-08-27 | 1 | -3/+3 | |
* | the parser is not LL(1) | Roberto Ierusalimschy | 2001-08-10 | 2 | -4/+4 | |
* | better optimization optionsv4.1-alpha | Roberto Ierusalimschy | 2001-07-24 | 1 | -2/+2 | |
* | no more deprecated code | Roberto Ierusalimschy | 2001-07-24 | 1 | -11/+8 | |
* | warnings from Visual C++ (plus small details) | Roberto Ierusalimschy | 2001-07-24 | 1 | -25/+26 | |
* | the usual stuff | Roberto Ierusalimschy | 2001-07-24 | 1 | -26/+24 | |
* | details | Roberto Ierusalimschy | 2001-07-24 | 1 | -6/+6 | |
* | small bug when creating AsBc instructions in 16-bit machines | Roberto Ierusalimschy | 2001-07-24 | 3 | -6/+6 | |
* | `newtype' returns old tag when given an old name | Roberto Ierusalimschy | 2001-07-23 | 1 | -6/+4 | |
* | warnings/details | Roberto Ierusalimschy | 2001-07-21 | 5 | -18/+10 | |
* | ready for 4.1 alpha? | Roberto Ierusalimschy | 2001-07-19 | 1 | -303/+487 | |
* | version -> 4.1 alpha | Roberto Ierusalimschy | 2001-07-19 | 1 | -2/+2 | |
* | `format' can handle \0 in format string (why not?) | Roberto Ierusalimschy | 2001-07-17 | 1 | -3/+5 | |
* | weakregistry has its keys weak, too | Roberto Ierusalimschy | 2001-07-17 | 1 | -2/+3 | |
* | small bug in luaK_self (side effects) | Roberto Ierusalimschy | 2001-07-17 | 1 | -3/+6 | |
* | use macros for 'getc' | Roberto Ierusalimschy | 2001-07-16 | 2 | -5/+5 | |
* | new definition for headers of binary files | Roberto Ierusalimschy | 2001-07-12 | 3 | -16/+9 | |
* | better names for type-related functions | Roberto Ierusalimschy | 2001-07-12 | 8 | -75/+74 | |
* | small bug in read_chars (fread x eof) | Roberto Ierusalimschy | 2001-07-12 | 1 | -9/+10 | |
* | bug: error message for `%a' gave wrong line number | Roberto Ierusalimschy | 2001-07-10 | 2 | -7/+20 | |
* | better performance for table operations (mainly for integer indices) | Roberto Ierusalimschy | 2001-07-05 | 3 | -65/+86 | |
* | new versions by lhf | Roberto Ierusalimschy | 2001-07-05 | 2 | -60/+73 | |
* | LUA_MINSTACK has a fixed value | Roberto Ierusalimschy | 2001-07-05 | 1 | -5/+4 | |
* | `opmodes' table also generated automatically by mkprint | Roberto Ierusalimschy | 2001-07-03 | 1 | -43/+42 | |
* | details | Roberto Ierusalimschy | 2001-07-03 | 1 | -2/+2 | |
* | check C is independent from check B | Roberto Ierusalimschy | 2001-07-03 | 1 | -4/+5 | |
* | new module lopcodes.c for tables describing opcodes | Roberto Ierusalimschy | 2001-06-28 | 5 | -117/+35 | |
* | tables describing opcodes | Roberto Ierusalimschy | 2001-06-28 | 1 | -0/+108 | |
* | missing an opcode name | Roberto Ierusalimschy | 2001-06-28 | 1 | -1/+2 | |
* | rename of `kproto' to `p' | Roberto Ierusalimschy | 2001-06-28 | 7 | -24/+24 | |
* | new macros for changing numbers | Roberto Ierusalimschy | 2001-06-28 | 2 | -8/+13 | |
* | new macro to control format for `read"*n"' | Roberto Ierusalimschy | 2001-06-28 | 2 | -5/+11 | |
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 8 | -78/+64 | |
* | new `read' option `*u' (read-until) + simpler implementation for `read' | Roberto Ierusalimschy | 2001-06-22 | 1 | -78/+84 |