Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy b876ec61c0 new (temporary?) API for garbage collector před 21 roky
  Roberto Ierusalimschy 898e8a6794 added include to stdarg.h (as it uses vararg facilities) před 21 roky
  Roberto Ierusalimschy 1edea34666 details před 21 roky
  Roberto Ierusalimschy 2aaf7394ad more and better tools (assertions & inspectors) to check incremental GC před 21 roky
  Roberto Ierusalimschy b3ce450529 avoid calling `memcmp' with a NULL argument před 21 roky
  Roberto Ierusalimschy 24434b59f7 '%' must be '%%' to avoid formatting problems před 22 roky
  Roberto Ierusalimschy beb2aa5a46 atomic operations are not GC "states" před 22 roky
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions před 22 roky
  Roberto Ierusalimschy 4d5fe1f54b detail před 22 roky
  Roberto Ierusalimschy df429f163a First version of incremental GC před 22 roky
  Roberto Ierusalimschy fe595a45c2 `grayagain' list před 22 roky
  Roberto Ierusalimschy 9db1942bac sweep of strings also incremental před 22 roky
  Roberto Ierusalimschy c6eac44a94 two different white flags (to distinguish dead elements from new ones) před 22 roky
  Roberto Ierusalimschy 8878554b85 single list for all collectible objects, with udata separated at the před 22 roky
  Roberto Ierusalimschy af850484a9 default metatable can be NULL před 22 roky
  Roberto Ierusalimschy 1d10acb355 incremental GC phases před 22 roky
  Roberto Ierusalimschy da61624756 avoid overflow when doubling size před 22 roky
  Roberto Ierusalimschy 8b97b072cd details před 22 roky
  Roberto Ierusalimschy 5ee63257f9 macros for closure sizes are global před 22 roky
  Roberto Ierusalimschy 8bc6c68021 details před 22 roky
  Roberto Ierusalimschy 57b6ed6815 initial implementation of white/gray/black coloring před 22 roky
  Roberto Ierusalimschy 9b9cdfee8b gclist for upvalues must be available even when upvalue is still open před 22 roky
  Roberto Ierusalimschy 366e4af3c9 towards incremental GC před 22 roky
  Roberto Ierusalimschy 53c7f86194 details před 22 roky
  Roberto Ierusalimschy ab7d9bfd0c cleaner code for manipulation of `marked' field před 22 roky
  Roberto Ierusalimschy 921b1723e2 comments před 22 roky
  Roberto Ierusalimschy fa198197a0 lua_(set)getglobal are ok to use před 22 roky
  Roberto Ierusalimschy 1e944de6cb towards a "stackless" call of metamethods (?) před 22 roky
  Roberto Ierusalimschy 275c150b17 `error()' (and `error(nil)') generates errors with no error messages před 22 roky
  Roberto Ierusalimschy d6d896b953 lua_set(get)global may use lua_set(get)field před 22 roky