Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general corrections | Roberto Ierusalimschy | 2000-12-28 | 1 | -89/+90 |
* | 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 | 20 | -224/+207 |
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 12 | -70/+95 |
* | bug: when `read' fails it must return nil (and not no value) | Roberto Ierusalimschy | 2000-12-22 | 2 | -10/+16 |
* | temporary version | Roberto Ierusalimschy | 2000-12-22 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-12-22 | 2 | -10/+6 |
* | `time' does not need to correct its table argument (use `date' for that) | Roberto Ierusalimschy | 2000-12-22 | 1 | -18/+11 |
* | new function for time and date | Roberto Ierusalimschy | 2000-12-18 | 1 | -13/+104 |
* | obsolete `format' option (d$). | Roberto Ierusalimschy | 2000-12-18 | 1 | -5/+3 |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 19 | -74/+67 |
* | first implementation for position captures | Roberto Ierusalimschy | 2000-12-04 | 1 | -17/+35 |
* | better control over extensions of char/short to int | Roberto Ierusalimschy | 2000-11-30 | 6 | -20/+22 |
* | BUG: parser does not accept a `;' after a `return' | Roberto Ierusalimschy | 2000-11-29 | 2 | -2/+12 |
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 15 | -72/+85 |
* | some cleaning | Roberto Ierusalimschy | 2000-11-23 | 3 | -211/+164 |
* | avoid the use of (non const) static data | Roberto Ierusalimschy | 2000-11-23 | 1 | -4/+4 |
* | last changes by lhf.v4.0 | Roberto Ierusalimschy | 2000-11-07 | 3 | -522/+518 |
* | setlinehook/setcallhook return old hook | Roberto Ierusalimschy | 2000-11-06 | 1 | -6/+9 |
* | (no commit message) | Roberto Ierusalimschy | 2000-11-06 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-11-06 | 1 | -3/+3 |
* | hooks may call `error' to break a chunk. | Roberto Ierusalimschy | 2000-11-06 | 1 | -2/+2 |
* | many changes | Roberto Ierusalimschy | 2000-10-31 | 1 | -43/+89 |
* | lua_settagmethod does not return old tag method | Roberto Ierusalimschy | 2000-10-31 | 5 | -12/+14 |
* | comments | Roberto Ierusalimschy | 2000-10-31 | 1 | -2/+2 |
* | DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 1 | -2/+2 |
* | subtelties in layout of TString | Roberto Ierusalimschy | 2000-10-30 | 3 | -9/+28 |
* | macro DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 5 | -13/+13 |
* | `lua_typename' accepts LUA_TNONE | Roberto Ierusalimschy | 2000-10-30 | 1 | -5/+4 |
* | (no commit message) | Roberto Ierusalimschy | 2000-10-30 | 1 | -20/+12 |
* | all API functions are declared in a single line (to facilitate pre-processing). | Roberto Ierusalimschy | 2000-10-30 | 6 | -29/+23 |
* | details | Roberto Ierusalimschy | 2000-10-30 | 1 | -2/+2 |
* | new macro LUALIB_API (so the lib can be a separate DLL) | Roberto Ierusalimschy | 2000-10-27 | 8 | -52/+62 |
* | details | Roberto Ierusalimschy | 2000-10-27 | 2 | -6/+6 |
* | new way to ensure uniqueness of registry keys | Roberto Ierusalimschy | 2000-10-26 | 1 | -7/+9 |
* | details. | Roberto Ierusalimschy | 2000-10-26 | 1 | -3/+3 |
* | in function `read_file', realloc() doesn't free the buffer if it can't | Roberto Ierusalimschy | 2000-10-26 | 2 | -3/+12 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 14 | -66/+83 |
* | lua_settag does not pop its argument | Roberto Ierusalimschy | 2000-10-24 | 2 | -5/+3 |
* | registry mechanism | Roberto Ierusalimschy | 2000-10-24 | 3 | -38/+50 |
* | comments | Roberto Ierusalimschy | 2000-10-24 | 1 | -2/+2 |
* | it is unsafe to allow Lua to get gc tag methods | Roberto Ierusalimschy | 2000-10-20 | 1 | -3/+7 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 19 | -232/+238 |
* | more controled use of `sprintf' | Roberto Ierusalimschy | 2000-10-20 | 3 | -14/+26 |
* | ((n)-1) may be negative (-1), and so it is not wise to keep it as unsigned | Roberto Ierusalimschy | 2000-10-18 | 1 | -2/+2 |
* | no more USERINIT (macro) | Roberto Ierusalimschy | 2000-10-17 | 1 | -7/+3 |
* | details | Roberto Ierusalimschy | 2000-10-11 | 2 | -19/+16 |
* | details. | Roberto Ierusalimschy | 2000-10-10 | 1 | -11/+14 |
* | cannot change `filename' before eventual call to `freopen' | Roberto Ierusalimschy | 2000-10-10 | 1 | -6/+6 |
* | `nlineinfo' must include end flag. | Roberto Ierusalimschy | 2000-10-10 | 1 | -2/+2 |