Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy c23f705349 BUG: GC can collect a long string still in use during parser il y a 12 ans
  Roberto Ierusalimschy 2ca5181413 Branch 5.2 - new releases for 5.2 go from here, main trunk goes il y a 12 ans
  Roberto Ierusalimschy f5ae26ec6c official branch for Lua 5.1 il y a 17 ans
  Roberto Ierusalimschy f8b7a5581e avoid unnecessary exports il y a 19 ans
  Roberto Ierusalimschy ffb798e1e2 avoids type punning for table keys il y a 19 ans
  Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data il y a 20 ans
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
  Roberto Ierusalimschy 9ffae705ee new "primitive" getn il y a 20 ans
  Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot il y a 20 ans
  Roberto Ierusalimschy 65726f3e2e cleaner interface to `ltable' il y a 20 ans
  Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment il y a 21 ans
  Roberto Ierusalimschy 4c5d7b2ddd small optimization for {f()} il y a 21 ans
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions il y a 22 ans
  Roberto Ierusalimschy b114142799 new auxiliary function `luaH_setstr' il y a 22 ans
  Roberto Ierusalimschy ab9e062928 name changes to avoid name collision between macros and variables il y a 22 ans
  Roberto Ierusalimschy 81e142fc14 detail (`key' is always on stack) il y a 23 ans
  Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield il y a 23 ans
  Roberto Ierusalimschy 71c716e5a8 avoid C identifiers beginning with '_' il y a 23 ans
  Roberto Ierusalimschy 57fb51f975 `luaH_next' works like `next' il y a 23 ans
  Roberto Ierusalimschy 592a309177 tag system replaced by event tables il y a 24 ans
  Roberto Ierusalimschy fca0a12e23 avoid clashing names between macros and fields il y a 24 ans
  Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table il y a 24 ans
  Roberto Ierusalimschy e1d072571e better syntax for type casts il y a 24 ans
  Roberto Ierusalimschy 8c8ad5f3ff better locality of assignment of table values il y a 24 ans
  Roberto Ierusalimschy 654b16e83a better performance for table operations (mainly for integer indices) il y a 24 ans
  Roberto Ierusalimschy 37f3a1c045 too much optimization to "break" keys in tables; keep them as TObjects... il y a 24 ans
  Roberto Ierusalimschy 1f9e3731d1 back to the basics (well-behaved variant record...) il y a 24 ans
  Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment il y a 24 ans
  Roberto Ierusalimschy caf01b5bfa better implementation for list "for" il y a 24 ans
  Roberto Ierusalimschy ac390020e9 optimizations based on all types but number and nil are pointers il y a 24 ans