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