Historique des commits

Auteur SHA1 Message Date
  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 98296f6b45 some bugs related to stack reallocation il y a 20 ans
  Roberto Ierusalimschy 746a1d612b small bug (type error) il y a 20 ans
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
  Roberto Ierusalimschy d55bb795fa details il y a 20 ans
  Roberto Ierusalimschy 4df8800a01 cleaner way to free all objects il y a 20 ans
  Roberto Ierusalimschy 621ef9f767 better control over GC collors of upvalues il y a 20 ans
  Roberto Ierusalimschy 0e54d2be36 bug: barrier was wrong for generational phase il y a 21 ans
  Roberto Ierusalimschy 0b06241483 better control for GC cycles il y a 21 ans
  Roberto Ierusalimschy 32d4f304db first implementation of generational GC il y a 21 ans
  Roberto Ierusalimschy 26ae992129 less conservative write barrier for tables il y a 21 ans
  Roberto Ierusalimschy a4e1230f95 better way to control open upvalues il y a 21 ans
  Roberto Ierusalimschy b876ec61c0 new (temporary?) API for garbage collector 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 beb2aa5a46 atomic operations are not GC "states" il y a 21 ans
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions il y a 21 ans
  Roberto Ierusalimschy df429f163a First version of incremental GC il y a 21 ans
  Roberto Ierusalimschy 9db1942bac sweep of strings also incremental il y a 21 ans
  Roberto Ierusalimschy c6eac44a94 two different white flags (to distinguish dead elements from new ones) il y a 21 ans
  Roberto Ierusalimschy 1d10acb355 incremental GC phases il y a 22 ans
  Roberto Ierusalimschy 57b6ed6815 initial implementation of white/gray/black coloring il y a 22 ans
  Roberto Ierusalimschy 366e4af3c9 towards incremental GC il y a 22 ans
  Roberto Ierusalimschy ab7d9bfd0c cleaner code for manipulation of `marked' field il y a 22 ans
  Roberto Ierusalimschy a0a384a6b1 bug: userdata to be collected still counts into new GC threshold, il y a 22 ans
  Roberto Ierusalimschy fa26d294ae new way to control `pc' of running functions il y a 22 ans
  Roberto Ierusalimschy 69dd9461e5 bug: GC metamethod calls could mess C/Lua stack syncronization il y a 22 ans
  Roberto Ierusalimschy 6f207b15fb resist errors in finalizers during lua_close il y a 22 ans
  Roberto Ierusalimschy e47baca75a warnings from Visual C++ il y a 23 ans
  Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header il y a 23 ans