aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* new functions `lua_getfield' and `lua_setfield'Roberto Ierusalimschy2003-10-107-66/+70
|
* debugger can only see `local function' after it has a meaningful valueRoberto Ierusalimschy2003-10-092-4/+14
|
* new functions `lua_tointeger' and lua_pushinteger'Roberto Ierusalimschy2003-10-0711-120/+160
|
* new bug + correction in path for coroutine bugRoberto Ierusalimschy2003-10-071-2/+29
|
* detailRoberto Ierusalimschy2003-10-031-4/+2
|
* buffer should better use `size_t' for its sizeRoberto Ierusalimschy2003-10-032-9/+13
|
* avoid the use of `strlen' (strings are literals)Roberto Ierusalimschy2003-10-031-15/+13
|
* detailsRoberto Ierusalimschy2003-10-031-3/+3
|
* Lua kernel does not use malloc/free functions.Roberto Ierusalimschy2003-10-028-105/+116
|
* avoid unecessary includes of `stdlib'Roberto Ierusalimschy2003-10-022-4/+4
|
* detail: `luaL_where' does not use the name informationRoberto Ierusalimschy2003-10-011-2/+2
|
* bug: syntax `local function' does not increment stack sizeRoberto Ierusalimschy2003-09-292-5/+62
|
* bug: cannot invalidate a running coroutineRoberto Ierusalimschy2003-09-051-9/+21
|
* detailRoberto Ierusalimschy2003-09-051-2/+2
|
* main thread and global state are allocated in a single blockRoberto Ierusalimschy2003-09-041-52/+53
|
* some changes in error reportingRoberto Ierusalimschy2003-09-041-30/+24
|
* IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generateRoberto Ierusalimschy2003-08-291-2/+26
| | | | | up to 60 characters in a `printf'. That causes a buffer overflow in `tostring'..
* new form of long strings: `[***[...]***]'Roberto Ierusalimschy2003-08-291-24/+39
|
* simpler manipulation of buffer count in scannerRoberto Ierusalimschy2003-08-282-189/+178
|
* new function (generic) `load'Roberto Ierusalimschy2003-08-271-1/+43
|
* parser fully reentrant(!)Roberto Ierusalimschy2003-08-2710-65/+120
|
* reader runs outside core LuaRoberto Ierusalimschy2003-08-271-2/+7
|
* new auxiliary function `luaH_setstr'Roberto Ierusalimschy2003-08-263-6/+18
|
* ZIO passes Lua state to chunk readerRoberto Ierusalimschy2003-08-253-7/+9
|
* zio does not keep "source" name (nobody uses it)Roberto Ierusalimschy2003-08-259-27/+24
|
* bug: IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generateRoberto Ierusalimschy2003-08-252-12/+19
| | | | | up to 60 characters in a `printf'. That causes a buffer overflow in `tostring'..
* newlines can be `\n', `\r', `\r\n', or `\n\r'Roberto Ierusalimschy2003-08-211-6/+17
|
* no more checks for non-default compilation options + luaU_dump hasRoberto Ierusalimschy2003-08-154-22/+14
| | | | new option to strip debug info
* several bugs for Lua 5.0 + new format for bug entriesRoberto Ierusalimschy2003-07-291-1/+157
|
* no need for a maximum number of parameters (maximum number of localsRoberto Ierusalimschy2003-07-292-9/+2
| | | | take care of that).
* bug: userdata to be collected still counts into new GC threshold,Roberto Ierusalimschy2003-07-292-10/+16
| | | | increasing memory consumption
* syntax `...=var' changed to `var=...'Roberto Ierusalimschy2003-07-291-25/+20
|
* detailsRoberto Ierusalimschy2003-07-281-5/+5
|
* we do not need a default panic (that does nothing anyway...)Roberto Ierusalimschy2003-07-162-13/+4
|
* new way to control `pc' of running functionsRoberto Ierusalimschy2003-07-169-147/+115
|
* opcode number may be invalidRoberto Ierusalimschy2003-07-101-1/+2
|
* more changes to reduce stack usage by the parserRoberto Ierusalimschy2003-07-092-9/+11
|
* small changes to reduce stack usage by the parserRoberto Ierusalimschy2003-07-092-25/+36
|
* detailsRoberto Ierusalimschy2003-07-092-6/+6
|
* correct handling when a thread turns on line hooks in another threadRoberto Ierusalimschy2003-07-071-4/+6
|
* `debug' library can operate over other threadsRoberto Ierusalimschy2003-07-071-42/+92
|
* Move nothing when there is nothing to moveRoberto Ierusalimschy2003-07-071-1/+2
|
* bug: file:close cannot be called without a file.Roberto Ierusalimschy2003-07-071-2/+2
|
* bug: C functions also may have stacks larger than current topRoberto Ierusalimschy2003-07-071-3/+2
|
* define a `lua_isthread' for completenessRoberto Ierusalimschy2003-07-071-1/+2
|
* detailRoberto Ierusalimschy2003-06-101-2/+9
|
* fully-weak tables are more efficientRoberto Ierusalimschy2003-05-162-6/+6
|
* (much) smarter way to clear weak tablesRoberto Ierusalimschy2003-05-161-57/+37
|
* commentsRoberto Ierusalimschy2003-05-151-6/+6
|
* `#!' is detected by loadfile, not by the lexerRoberto Ierusalimschy2003-05-152-9/+20
|