Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1999-04-14 | manual for 3.2 beta should be the same one that for 3.2. | Roberto Ierusalimschy | 1 | -3/+3 |
1999-04-14 | "read_pattern" could lock when reading a lookahead from stdin. | Roberto Ierusalimschy | 1 | -11/+17 |
1999-04-13 | numbers are stored in ascii format for better portability and simplicity | Roberto Ierusalimschy | 2 | -140/+52 |
1999-04-13 | IMtable must be initialized (and IMtable_size is not needed any more) due | Roberto Ierusalimschy | 2 | -8/+8 |
1999-04-13 | details. | Roberto Ierusalimschy | 2 | -12/+15 |
1999-04-07 | changes from lhf. | Roberto Ierusalimschy | 1 | -116/+120 |
1999-04-07 | format for function prototypes. | Roberto Ierusalimschy | 2 | -9/+9 |
1999-04-05 | better the old way, using upvalues to keep iotag. | Roberto Ierusalimschy | 1 | -45/+52 |
1999-03-30 | new version by lhf. | Roberto Ierusalimschy | 2 | -70/+134 |
1999-03-29 | first version about Lua debug library. | Roberto Ierusalimschy | 1 | -38/+172 |
1999-03-26 | GC of files is tricky when Lua is being closed... | Roberto Ierusalimschy | 1 | -9/+27 |
1999-03-26 | check first whether function is global. | Roberto Ierusalimschy | 1 | -4/+4 |
1999-03-25 | do not generate SETLINE after main (it will be after last line) | Roberto Ierusalimschy | 1 | -2/+1 |
1999-03-25 | details | Roberto Ierusalimschy | 1 | -2/+2 |
1999-03-23 | more precise debug information about local variables | Roberto Ierusalimschy | 1 | -4/+16 |
1999-03-16 | new functions openfile and closefile; | Roberto Ierusalimschy | 1 | -82/+79 |
1999-03-16 | details | Roberto Ierusalimschy | 1 | -2/+1 |
1999-03-11 | no more if expressions. | Roberto Ierusalimschy | 2 | -36/+10 |
1999-03-11 | details | Roberto Ierusalimschy | 4 | -12/+10 |
1999-03-10 | missing #include | Roberto Ierusalimschy | 1 | -1/+2 |
1999-03-10 | format for file source is independent of "ldo". | Roberto Ierusalimschy | 3 | -9/+15 |
1999-03-10 | no more assignment expressions (they don't fit in Lua...) | Roberto Ierusalimschy | 4 | -83/+20 |
1999-03-05 | new opcode TAILCALL | Roberto Ierusalimschy | 3 | -28/+39 |
1999-03-05 | details about debug info. | Roberto Ierusalimschy | 3 | -8/+9 |
1999-03-05 | "feof" may be a macro. | Roberto Ierusalimschy | 1 | -2/+2 |
1999-03-04 | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 15 | -86/+91 |
1999-03-04 | details. | Roberto Ierusalimschy | 2 | -6/+6 |
1999-03-04 | file stream cannot call fread after EOF. | Roberto Ierusalimschy | 2 | -4/+10 |
1999-03-01 | warnings | Roberto Ierusalimschy | 1 | -4/+4 |
1999-03-01 | vector do not need to grow until MINSIZE | Roberto Ierusalimschy | 1 | -4/+5 |
1999-03-01 | warnings... | Roberto Ierusalimschy | 1 | -9/+9 |
1999-02-26 | better control of vector when DEBUGing | Roberto Ierusalimschy | 1 | -9/+17 |
1999-02-26 | warnings in Solaris | Roberto Ierusalimschy | 2 | -4/+4 |
1999-02-26 | macros "growvector" and "reallocvector" more compact | Roberto Ierusalimschy | 6 | -30/+24 |
1999-02-26 | details | Roberto Ierusalimschy | 1 | -2/+2 |
1999-02-26 | comments | Roberto Ierusalimschy | 1 | -5/+5 |
1999-02-25 | details (from lhf) | Roberto Ierusalimschy | 13 | -103/+106 |
1999-02-25 | small correction | Roberto Ierusalimschy | 1 | -2/+3 |
1999-02-25 | details (from lhf) | Roberto Ierusalimschy | 1 | -2/+5 |
1999-02-25 | "L->Mbuffbase" is better kept as offset instead of pointer | Roberto Ierusalimschy | 4 | -45/+32 |
1999-02-25 | new way to handle "growing" vectors | Roberto Ierusalimschy | 5 | -66/+51 |
1999-02-24 | details | Roberto Ierusalimschy | 1 | -1/+4 |
1999-02-24 | better instrumentation for internal debugging | Roberto Ierusalimschy | 4 | -8/+29 |
1999-02-24 | warnings | Roberto Ierusalimschy | 1 | -5/+5 |
1999-02-23 | no more EXTRALIBS (and new dependencies) | Roberto Ierusalimschy | 1 | -25/+26 |
1999-02-23 | new function "lua_next" (+ new implementation for "next") | Roberto Ierusalimschy | 6 | -132/+143 |
1999-02-23 | LONGARGW (for completeness). | Roberto Ierusalimschy | 2 | -4/+6 |
1999-02-22 | comments | Roberto Ierusalimschy | 1 | -3/+3 |
1999-02-22 | new function lua_nextvar | Roberto Ierusalimschy | 4 | -12/+36 |
1999-02-22 | better control over calls to _ALERT and _ERRORMESSAGE (to avoid error | Roberto Ierusalimschy | 3 | -24/+24 |