Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | names & names | Roberto Ierusalimschy | 2002-06-06 | 5 | -28/+27 |
| | |||||
* | new function `xpcall' (at least for now...) | Roberto Ierusalimschy | 2002-06-06 | 1 | -3/+19 |
| | |||||
* | io.close() closes standard output file; `close' now is method | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+8 |
| | |||||
* | new versions from lhf | Roberto Ierusalimschy | 2002-06-05 | 2 | -33/+44 |
| | |||||
* | new names for standard libraries | Roberto Ierusalimschy | 2002-06-05 | 7 | -15/+27 |
| | |||||
* | don't need stdio | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+1 |
| | |||||
* | better error messages | Roberto Ierusalimschy | 2002-06-05 | 2 | -8/+20 |
| | |||||
* | details | Roberto Ierusalimschy | 2002-06-05 | 2 | -4/+4 |
| | |||||
* | defintions for lua_number2str and lua_str2number don't need to be public | Roberto Ierusalimschy | 2002-06-05 | 3 | -13/+15 |
| | |||||
* | undump may return LUA_ERRRUN | Roberto Ierusalimschy | 2002-06-03 | 1 | -4/+2 |
| | |||||
* | uses `isspace' to recognize space characters | Roberto Ierusalimschy | 2002-06-03 | 1 | -26/+26 |
| | |||||
* | lua_load* defined in auxlib (and so renamed to luaL_load*) | Roberto Ierusalimschy | 2002-06-03 | 5 | -45/+219 |
| | |||||
* | core tests whether file is binary | Roberto Ierusalimschy | 2002-06-03 | 5 | -11/+25 |
| | |||||
* | detail | Roberto Ierusalimschy | 2002-06-03 | 2 | -6/+5 |
| | |||||
* | lua_load* replaced by a simple lua_load | Roberto Ierusalimschy | 2002-06-03 | 6 | -184/+55 |
| | |||||
* | no more use of stdio inside the core (except for `tostring'...) | Roberto Ierusalimschy | 2002-06-03 | 4 | -11/+5 |
| | |||||
* | `strconc' -> `concat' | Roberto Ierusalimschy | 2002-06-03 | 3 | -8/+7 |
| | |||||
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 8 | -53/+57 |
| | |||||
* | new copyright notice | Roberto Ierusalimschy | 2002-05-23 | 1 | -31/+19 |
| | |||||
* | details | Roberto Ierusalimschy | 2002-05-23 | 1 | -9/+9 |
| | |||||
* | details | Roberto Ierusalimschy | 2002-05-20 | 2 | -4/+4 |
| | |||||
* | _ALERT is a private afair of lua.c | Roberto Ierusalimschy | 2002-05-16 | 2 | -19/+15 |
| | |||||
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 12 | -100/+78 |
| | |||||
* | new commands to test `load' | Roberto Ierusalimschy | 2002-05-16 | 1 | -3/+8 |
| | |||||
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 15 | -96/+113 |
| | |||||
* | no more `global' declarations | Roberto Ierusalimschy | 2002-05-14 | 4 | -161/+53 |
| | |||||
* | no more extra space when growing hash | Roberto Ierusalimschy | 2002-05-13 | 1 | -7/+6 |
| | |||||
* | `nexti' returns correct indices | Roberto Ierusalimschy | 2002-05-13 | 1 | -4/+5 |
| | |||||
* | quick-and-dirty function to print code (for debugging Lua) | Roberto Ierusalimschy | 2002-05-13 | 1 | -1/+13 |
| | |||||
* | generic for also coded to make test at the end of the loop | Roberto Ierusalimschy | 2002-05-13 | 5 | -27/+36 |
| | |||||
* | details about jump optimization | Roberto Ierusalimschy | 2002-05-13 | 2 | -14/+24 |
| | |||||
* | cleaner implementation of code generation for jumps | Roberto Ierusalimschy | 2002-05-10 | 4 | -53/+46 |
| | |||||
* | optimization for `while' (first version) | Roberto Ierusalimschy | 2002-05-10 | 3 | -15/+64 |
| | |||||
* | comment | Roberto Ierusalimschy | 2002-05-09 | 1 | -2/+2 |
| | |||||
* | `skip' instructions must be followed by a jump | Roberto Ierusalimschy | 2002-05-09 | 3 | -21/+23 |
| | |||||
* | `global' tables (registry, etc.) stored in proper place, not in the stack | Roberto Ierusalimschy | 2002-05-08 | 3 | -13/+16 |
| | |||||
* | correct implementation for arrays of size 1 | Roberto Ierusalimschy | 2002-05-08 | 1 | -9/+10 |
| | |||||
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 15 | -156/+194 |
| | |||||
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 10 | -96/+118 |
| | | | | + home-made `sprintf' (first version) | ||||
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 8 | -146/+147 |
| | |||||
* | all textual errors go through `luaL_verror' | Roberto Ierusalimschy | 2002-05-02 | 5 | -28/+28 |
| | |||||
* | avoid limits in filename size | Roberto Ierusalimschy | 2002-05-02 | 1 | -7/+15 |
| | |||||
* | precompiler may create functions without `lineinfo' | Roberto Ierusalimschy | 2002-05-02 | 5 | -10/+13 |
| | |||||
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 13 | -292/+283 |
| | |||||
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -2/+4 |
| | |||||
* | new macro to `fix' strings | Roberto Ierusalimschy | 2002-04-30 | 2 | -3/+5 |
| | |||||
* | function `zsopen' is not used | Roberto Ierusalimschy | 2002-04-29 | 2 | -10/+2 |
| | |||||
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 8 | -88/+88 |
| | |||||
* | use of a common `dummynode' for all empty tables | Roberto Ierusalimschy | 2002-04-23 | 4 | -35/+46 |
| | |||||
* | good stack limit to compute ack(8,3) | Roberto Ierusalimschy | 2002-04-23 | 1 | -2/+2 |
| |