Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 5598b2bc55 new functions to identify and join upvalues há 16 anos atrás
  Roberto Ierusalimschy 77077b39d5 comment explaining OP_VARARG was wrong (and corresponding code was not há 16 anos atrás
  Roberto Ierusalimschy 5bc91c6405 no more one environment per thread: all threads share a single global há 16 anos atrás
  Roberto Ierusalimschy f5073de0a7 'ipairs' goes until length of array instead of stopping at the first nil há 16 anos atrás
  Roberto Ierusalimschy f6ed285cf2 new hash for doubles based on frexp, to avoid low-level tricks há 16 anos atrás
  Roberto Ierusalimschy 1448e736f0 better documentation for constructor syntax há 16 anos atrás
  Roberto Ierusalimschy 6e415e9387 local function definition does not need to correct debug information há 16 anos atrás
  Roberto Ierusalimschy b114c99a60 two small bugs: 'debug.getinfo' did not consider negative indices as out há 16 anos atrás
  Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, há 16 anos atrás
  Roberto Ierusalimschy a5382b763c new function lua_copy há 16 anos atrás
  Roberto Ierusalimschy ba21aa8b2b 'cpcall' must ensure correct environment for called function há 16 anos atrás
  Roberto Ierusalimschy d119cf3035 a few more instructions to testC (func2udata and getfield) há 16 anos atrás
  Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments há 16 anos atrás
  Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, há 16 anos atrás
  Roberto Ierusalimschy 1829911d7c some operations may shrink g->totalbytes so g->estimate must be há 16 anos atrás
  Roberto Ierusalimschy bed2cb725a initialize g->estimate (just in case) há 16 anos atrás
  Roberto Ierusalimschy ab75bd23ee handle extended opcodes (with OP_EXTRAARG) when checking metamethod há 16 anos atrás
  Roberto Ierusalimschy cee94df6e0 function list in luaL_register may be NULL for an empty list há 16 anos atrás
  Roberto Ierusalimschy fcc46467fa limit of constants per function changed to 2^26 using extra arguments há 16 anos atrás
  Roberto Ierusalimschy f8e354e240 detail (space between function name and its parameter list) há 16 anos atrás
  Roberto Ierusalimschy a650378822 'cpcall' reimplemented as a predefined value in the registry há 16 anos atrás
  Roberto Ierusalimschy 99182c6872 references must start after predefined values in the registry há 16 anos atrás
  Roberto Ierusalimschy 67cae2854c 'lua_mainthread' replaced by new preregistered value LUA_RIDX_MAINTHREAD há 16 anos atrás
  Roberto Ierusalimschy 0e45ffb8e4 first implementation of 'lua_yieldk' (yield with continuation) há 16 anos atrás
  Roberto Ierusalimschy 071e54ae0b extra facilities to testC: comments + commands print, callk and yield + há 16 anos atrás
  Roberto Ierusalimschy a68494fb32 'debug.[gs]etupvalue' should be able to access C upvalues too há 16 anos atrás
  Roberto Ierusalimschy 4b44793dc5 "bug": lua_createtable with sizes changed (array <-> record) há 16 anos atrás
  Roberto Ierusalimschy 90e2a716c8 details + comments há 16 anos atrás
  Roberto Ierusalimschy d9fbbe1f23 "file:write" returns "file" in case of success há 16 anos atrás
  Roberto Ierusalimschy 4a714cebd1 API checks now have explanatory messages há 16 anos atrás