Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-07-24 | no more deprecated code | Roberto Ierusalimschy | 1 | -11/+8 | |
2001-07-24 | warnings from Visual C++ (plus small details) | Roberto Ierusalimschy | 1 | -25/+26 | |
2001-07-24 | the usual stuff | Roberto Ierusalimschy | 1 | -26/+24 | |
2001-07-24 | details | Roberto Ierusalimschy | 1 | -6/+6 | |
2001-07-24 | small bug when creating AsBc instructions in 16-bit machines | Roberto Ierusalimschy | 3 | -6/+6 | |
2001-07-23 | `newtype' returns old tag when given an old name | Roberto Ierusalimschy | 1 | -6/+4 | |
2001-07-21 | warnings/details | Roberto Ierusalimschy | 5 | -18/+10 | |
2001-07-19 | ready for 4.1 alpha? | Roberto Ierusalimschy | 1 | -303/+487 | |
2001-07-19 | version -> 4.1 alpha | Roberto Ierusalimschy | 1 | -2/+2 | |
2001-07-17 | `format' can handle \0 in format string (why not?) | Roberto Ierusalimschy | 1 | -3/+5 | |
2001-07-17 | weakregistry has its keys weak, too | Roberto Ierusalimschy | 1 | -2/+3 | |
2001-07-17 | small bug in luaK_self (side effects) | Roberto Ierusalimschy | 1 | -3/+6 | |
2001-07-16 | use macros for 'getc' | Roberto Ierusalimschy | 2 | -5/+5 | |
2001-07-12 | new definition for headers of binary files | Roberto Ierusalimschy | 3 | -16/+9 | |
2001-07-12 | better names for type-related functions | Roberto Ierusalimschy | 8 | -75/+74 | |
2001-07-12 | small bug in read_chars (fread x eof) | Roberto Ierusalimschy | 1 | -9/+10 | |
2001-07-10 | bug: error message for `%a' gave wrong line number | Roberto Ierusalimschy | 2 | -7/+20 | |
2001-07-05 | better performance for table operations (mainly for integer indices) | Roberto Ierusalimschy | 3 | -65/+86 | |
2001-07-05 | new versions by lhf | Roberto Ierusalimschy | 2 | -60/+73 | |
2001-07-05 | LUA_MINSTACK has a fixed value | Roberto Ierusalimschy | 1 | -5/+4 | |
2001-07-03 | `opmodes' table also generated automatically by mkprint | Roberto Ierusalimschy | 1 | -43/+42 | |
2001-07-03 | details | Roberto Ierusalimschy | 1 | -2/+2 | |
2001-07-03 | check C is independent from check B | Roberto Ierusalimschy | 1 | -4/+5 | |
2001-06-28 | new module lopcodes.c for tables describing opcodes | Roberto Ierusalimschy | 5 | -117/+35 | |