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