Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy a4472490bc new 'table.pack' function hace 16 años
  Roberto Ierusalimschy 86312e1a7d lua_objlen calls __len metamethod on tables (if present) hace 16 años
  Roberto Ierusalimschy df1dc3f1f5 strings in C scripts may be delimited by quotes + new functionality to hace 16 años
  Roberto Ierusalimschy 513d0258d9 details hace 16 años
  Roberto Ierusalimschy cfa8bc3ca4 continuations may be upvalues too hace 16 años
  Roberto Ierusalimschy a654e82f5c coroutines may have C bodies hace 16 años
  Roberto Ierusalimschy 3e41afcec5 extra api checks for number of returns of C functions and for lua_yield hace 16 años
  Roberto Ierusalimschy 3acf5ec5a1 update of file dependencies (gcc -MM) hace 16 años
  Roberto Ierusalimschy 93695db903 'table.maxn' deprecated hace 16 años
  Roberto Ierusalimschy 9107dd115c no more compatibility code for 'string.gfind' hace 16 años
  Roberto Ierusalimschy dc4c459546 a few new warnings hace 16 años
  Roberto Ierusalimschy 19a6c38745 detail in 'currentpc' (only needs to work for Lua functions) hace 16 años
  Roberto Ierusalimschy 3c4d970a7b comment typos hace 16 años
  Roberto Ierusalimschy b0f2b288a6 new scheme for debug info about tail calls: no more 'fake' stack entries, hace 16 años
  Roberto Ierusalimschy 2b25489b47 'notail' -> 'noextrachars' ('notail' may confuse with tail calls) hace 16 años
  Roberto Ierusalimschy a6f465f558 new mark LUAMOD_API for all luaopen_* functions hace 16 años
  Roberto Ierusalimschy 9a41506b8f 'os.exit' should close state only when second argument is true hace 16 años
  Roberto Ierusalimschy 9a6d9ea57a GC may get stuck during a parser and avoids proper resizing of the hace 16 años
  Roberto Ierusalimschy 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and hace 16 años
  Roberto Ierusalimschy b4c1824824 'luaV_arith' must be marked 'LUAI_FUNC' (as all non-static functions) hace 16 años
  Roberto Ierusalimschy 2e5ef6a9fb new macro 'isdummy' hace 16 años
  Roberto Ierusalimschy 1dea393058 small corrections for 'luaall.c' hace 16 años
  Roberto Ierusalimschy 45dec34597 comments hace 16 años
  Roberto Ierusalimschy b40a38a8ac remove declaration of removed function hace 16 años
  Roberto Ierusalimschy ac899a6307 'debug.joinupvalue' -> 'debug.upvaluejoin' hace 16 años
  Roberto Ierusalimschy ce444bff33 (huge) simplification of GC management hace 16 años
  Roberto Ierusalimschy 2d5931ebc8 ensure that reader function cannot yield during parsing hace 16 años
  Roberto Ierusalimschy 35fa276099 parser/scanner keep GC running hace 16 años
  Roberto Ierusalimschy b51d76ce8d when doing hard memory tests, perform a full GC at every possible step hace 16 años
  Roberto Ierusalimschy 95020afb63 'module' returns the new module (to be used with lexical environments) hace 16 años