Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
* | documentation for write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |
* | new version (from lhf) | Roberto Ierusalimschy | 2002-10-25 | 1 | -20/+15 |
* | `undump' also uses private buffer | Roberto Ierusalimschy | 2002-10-09 | 1 | -3/+5 |
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -2/+2 |
* | state's buffer is used only for chars | Roberto Ierusalimschy | 2002-09-19 | 1 | -2/+2 |
* | use of `LoadState' struct (instead of several separate arguments) | Roberto Ierusalimschy | 2002-08-12 | 1 | -102/+109 |
* | internal names | Roberto Ierusalimschy | 2002-08-05 | 1 | -2/+2 |
* | avoid assignments to TObject access macros | Roberto Ierusalimschy | 2002-06-17 | 1 | -6/+7 |
* | new versions from lhf | Roberto Ierusalimschy | 2002-06-05 | 1 | -25/+30 |
* | don't need stdio | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+1 |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -10/+10 |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -10/+10 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -2/+1 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -35/+34 |
* | warnings from Visual C++ (plus small details) | Roberto Ierusalimschy | 2001-07-24 | 1 | -25/+26 |
* | new definition for headers of binary files | Roberto Ierusalimschy | 2001-07-12 | 1 | -10/+4 |
* | new versions by lhf | Roberto Ierusalimschy | 2001-07-05 | 1 | -52/+69 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -4/+8 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -25/+25 |
* | no more END opcode | Roberto Ierusalimschy | 2001-01-15 | 1 | -2/+1 |
* | correct size only after malloc success | Roberto Ierusalimschy | 2000-12-28 | 1 | -8/+13 |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -8/+8 |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -6/+6 |
* | last changes by lhf.v4.0 | Roberto Ierusalimschy | 2000-11-07 | 1 | -2/+2 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -14/+14 |
* | by lhf | Roberto Ierusalimschy | 2000-09-21 | 1 | -3/+2 |
* | final version (by lhf) | Roberto Ierusalimschy | 2000-09-20 | 1 | -32/+36 |
* | changes by lhf | Roberto Ierusalimschy | 2000-09-18 | 1 | -11/+8 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -10/+9 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+2 |
* | new versions by lhf | Roberto Ierusalimschy | 2000-09-04 | 1 | -138/+116 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -2/+2 |
* | intermediate version (only to avoid compiler errors) | Roberto Ierusalimschy | 2000-08-24 | 1 | -11/+1 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -4/+4 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+3 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -3/+2 |
* | final version (by lhf) | Roberto Ierusalimschy | 2000-04-25 | 1 | -37/+96 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -18/+18 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -70/+48 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -2/+2 |
* | modifications by lhf | Roberto Ierusalimschy | 1999-12-02 | 1 | -91/+91 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -75/+77 |
* | new interface for `luaO_strtod', which now checks signal, too. | Roberto Ierusalimschy | 1999-09-06 | 1 | -6/+6 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -6/+6 |
* | new format for numbers in precompiled code (as strings)v3.2 | Roberto Ierusalimschy | 1999-07-08 | 1 | -43/+50 |
* | lhf | Roberto Ierusalimschy | 1999-05-17 | 1 | -17/+15 |
* | numbers are stored in ascii format for better portability and simplicity | Roberto Ierusalimschy | 1999-04-13 | 1 | -67/+34 |
* | format for function prototypes. | Roberto Ierusalimschy | 1999-04-07 | 1 | -5/+5 |