Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy f21e9c172f details il y a 20 ans
  Roberto Ierusalimschy 6cf85dcc90 metatables for all types il y a 20 ans
  Roberto Ierusalimschy 7d57ea70bc new `mod' (`%') operator il y a 20 ans
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' il y a 21 ans
  Roberto Ierusalimschy 2aaf7394ad more and better tools (assertions & inspectors) to check incremental GC 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 af850484a9 default metatable can be NULL il y a 22 ans
  Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) il y a 22 ans
  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