Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name il y a 23 ans
  Roberto Ierusalimschy 5c5d9b2703 back to `__mode' metafield to specify weakness il y a 23 ans
  Roberto Ierusalimschy 96e15b8501 threads now are real Lua objects, subject to garbage collection il y a 23 ans
  Roberto Ierusalimschy e8f35fc4ff unification of __index & __gettable (and __newindex & __settable) il y a 23 ans
  Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header il y a 23 ans
  Roberto Ierusalimschy 634344d61f new API for weak mode il y a 23 ans
  Roberto Ierusalimschy 5037196f6f new macros `ttis*' il y a 23 ans
  Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations il y a 23 ans
  Roberto Ierusalimschy 35707e94f3 `__weakmode' -> `__mode' il y a 23 ans
  Roberto Ierusalimschy fdfd5b44ee TM_GETTABLE/TM_SETTABLE don't need fast access anymore il y a 23 ans
  Roberto Ierusalimschy 864c96f36c new fallback for equality `__eq' il y a 23 ans
  Roberto Ierusalimschy eeab473fc8 new fallback __le (less equal), for partial order il y a 23 ans
  Roberto Ierusalimschy ff91b355f4 no more use of stdio inside the core (except for `tostring'...) il y a 23 ans
  Roberto Ierusalimschy 46c471d7e9 new `__newindex' eventfield il y a 23 ans
  Roberto Ierusalimschy 8876a1bf92 details il y a 23 ans
  Roberto Ierusalimschy ab52fc6097 new macro to `fix' strings il y a 23 ans
  Roberto Ierusalimschy 237969724f support for `light' userdata + simpler support for `boxed' udata il y a 23 ans
  Roberto Ierusalimschy 578d1da00d new names for tag methods il y a 23 ans
  Roberto Ierusalimschy 0056ed4135 better(?) order for types (nil == 0) il y a 23 ans
  Roberto Ierusalimschy d6fd33e76f `eventtable' renamed to `metatable' il y a 23 ans
  Roberto Ierusalimschy b3bb0f132b new interface for weak modes il y a 23 ans
  Roberto Ierusalimschy 9aff171f3b new type `boolean' il y a 24 ans
  Roberto Ierusalimschy a4c35a3269 it doesn't pay to optimize absence when it is an error il y a 24 ans
  Roberto Ierusalimschy 592a309177 tag system replaced by event tables il y a 24 ans
  Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... il y a 24 ans
  Roberto Ierusalimschy 0c3ea96541 no more copytagmethod function il y a 24 ans
  Roberto Ierusalimschy 6f936bc793 "compatibility module" no longer exists 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 ebd1d1f82c no more deprecated code il y a 24 ans