aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* avoid overflow when doubling sizeRoberto Ierusalimschy2003-11-271-8/+11
|
* detailsRoberto Ierusalimschy2003-11-271-8/+4
|
* macros for closure sizes are globalRoberto Ierusalimschy2003-11-242-9/+9
|
* detailsRoberto Ierusalimschy2003-11-192-12/+12
|
* initial implementation of white/gray/black coloringRoberto Ierusalimschy2003-11-192-40/+64
|
* gclist for upvalues must be available even when upvalue is still openRoberto Ierusalimschy2003-11-191-20/+21
|
* towards incremental GCRoberto Ierusalimschy2003-11-185-83/+79
|
* detailsRoberto Ierusalimschy2003-11-181-3/+2
|
* cleaner code for manipulation of `marked' fieldRoberto Ierusalimschy2003-11-175-46/+69
|
* commentsRoberto Ierusalimschy2003-11-112-5/+5
|
* lua_(set)getglobal are ok to useRoberto Ierusalimschy2003-11-056-14/+16
|
* towards a "stackless" call of metamethods (?)Roberto Ierusalimschy2003-10-271-18/+24
|
* `error()' (and `error(nil)') generates errors with no error messagesRoberto Ierusalimschy2003-10-232-10/+7
|
* lua_set(get)global may use lua_set(get)fieldRoberto Ierusalimschy2003-10-211-7/+4
|
* core does not look for function name in globals (too particular)Roberto Ierusalimschy2003-10-201-17/+3
|
* new semantics for setn/getn (no more changes to `n')Roberto Ierusalimschy2003-10-201-16/+9
|
* it's ok to dump functions with upvaluesRoberto Ierusalimschy2003-10-204-6/+19
|
* new function `lua_getallocf' to retrieve allocation function and dataRoberto Ierusalimschy2003-10-203-3/+16
|
* `luaX_errorline' was used only in one placeRoberto Ierusalimschy2003-10-202-18/+7
|
* detailRoberto Ierusalimschy2003-10-201-3/+3
|
* new function `lua_createtable'Roberto Ierusalimschy2003-10-104-12/+13
|
* 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
|