Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy a41d60e1d1 debugger can only see `local function' after it has a meaningful value hace 22 años
  Roberto Ierusalimschy f04fe526cd new functions `lua_tointeger' and lua_pushinteger' hace 22 años
  Roberto Ierusalimschy 21947deddc new bug + correction in path for coroutine bug hace 22 años
  Roberto Ierusalimschy 3087636c76 detail hace 22 años
  Roberto Ierusalimschy 7b8504840f buffer should better use `size_t' for its size hace 22 años
  Roberto Ierusalimschy 3a508b8bd7 avoid the use of `strlen' (strings are literals) hace 22 años
  Roberto Ierusalimschy 6becdb3e70 details hace 22 años
  Roberto Ierusalimschy b97fb932ec Lua kernel does not use malloc/free functions. hace 22 años
  Roberto Ierusalimschy c7cf92e6f3 avoid unecessary includes of `stdlib' hace 22 años
  Roberto Ierusalimschy a62d39aa1c detail: `luaL_where' does not use the name information hace 22 años
  Roberto Ierusalimschy 5d4bf35ec9 bug: syntax `local function' does not increment stack size hace 22 años
  Roberto Ierusalimschy 6063c5c61f bug: cannot invalidate a running coroutine hace 22 años
  Roberto Ierusalimschy 2a70107581 detail hace 22 años
  Roberto Ierusalimschy 7dae7899b1 main thread and global state are allocated in a single block hace 22 años
  Roberto Ierusalimschy 30e51f09b9 some changes in error reporting hace 22 años
  Roberto Ierusalimschy 994a37c8e8 IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate hace 22 años
  Roberto Ierusalimschy 0ff1596476 new form of long strings: `[***[...]***]' hace 22 años
  Roberto Ierusalimschy b27664e0db simpler manipulation of buffer count in scanner hace 22 años
  Roberto Ierusalimschy beb896b082 new function (generic) `load' hace 22 años
  Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) hace 22 años
  Roberto Ierusalimschy 885961be1d reader runs outside core Lua hace 22 años
  Roberto Ierusalimschy b114142799 new auxiliary function `luaH_setstr' hace 22 años
  Roberto Ierusalimschy 4b2e71ddb6 ZIO passes Lua state to chunk reader hace 22 años
  Roberto Ierusalimschy 9fcc485176 zio does not keep "source" name (nobody uses it) hace 22 años
  Roberto Ierusalimschy 64066359dd bug: IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate hace 22 años
  Roberto Ierusalimschy 97af24ea32 newlines can be `\n', `\r', `\r\n', or `\n\r' hace 22 años
  Roberto Ierusalimschy 433cb1d13a no more checks for non-default compilation options + luaU_dump has hace 22 años
  Roberto Ierusalimschy d66198719d several bugs for Lua 5.0 + new format for bug entries hace 22 años
  Roberto Ierusalimschy 91bf77534c no need for a maximum number of parameters (maximum number of locals hace 22 años
  Roberto Ierusalimschy a0a384a6b1 bug: userdata to be collected still counts into new GC threshold, hace 22 años