Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, há 25 anos atrás
  Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE há 25 anos atrás
  Roberto Ierusalimschy 102a1be615 no more support for gc TM for tables há 25 anos atrás
  Roberto Ierusalimschy 73aa465a8e some name changes há 25 anos atrás
  Roberto Ierusalimschy 1f691a4fcd renaming of some opcodes and fields há 25 anos atrás
  Roberto Ierusalimschy d11e5adf55 `const' array in protos breaked in 3 arrays (for strings, numbers, and há 25 anos atrás
  Roberto Ierusalimschy acdb0b741e comments. há 26 anos atrás
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. há 26 anos atrás
  Roberto Ierusalimschy 6c79a0a80d new way to control hooks inside hooks (now the control is done inside Lua) há 26 anos atrás
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution há 26 anos atrás
  Roberto Ierusalimschy fe237ad808 fixed stack; first version. há 26 anos atrás
  Roberto Ierusalimschy d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. há 26 anos atrás
  Roberto Ierusalimschy e5743adb21 macros `key', `val', and `node' don't need the state há 26 anos atrás
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). há 26 anos atrás
  Roberto Ierusalimschy 0c725b2492 buffer can shrink when too big há 26 anos atrás
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) há 26 anos atrás
  Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. há 26 anos atrás
  Roberto Ierusalimschy c5fee7615e new implementation for string hashing, with chaining. há 26 anos atrás
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). há 26 anos atrás
  Roberto Ierusalimschy d53e2d2386 details há 26 anos atrás
  Roberto Ierusalimschy c787dccd9b "const" !!! há 26 anos atrás
  Roberto Ierusalimschy b44e35b773 new constants LUA_NOREF and LUA_REFNIL. há 26 anos atrás
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". há 26 anos atrás
  Roberto Ierusalimschy 72d675aba7 macros "growvector" and "reallocvector" more compact há 26 anos atrás
  Roberto Ierusalimschy 26d1e21c89 new way to handle "growing" vectors há 26 anos atrás
  Roberto Ierusalimschy 67b44c9493 local names are all in the constant pool, so they do not need to be há 27 anos atrás
  Roberto Ierusalimschy 64ad009fb2 "fileName" cannot be NULL há 27 anos atrás
  Roberto Ierusalimschy 0969a971cd better use of "ASSERT". há 27 anos atrás
  Roberto Ierusalimschy 88a2023c32 support for strings with '\0' há 27 anos atrás
  Roberto Ierusalimschy d49e4dd752 MAX_WORD should not be bigger than MAX_INT há 28 anos atrás