Commit Verlauf

Autor SHA1 Nachricht Datum
  Roberto Ierusalimschy 5bbb4a06a6 removed unused parameter Ä'L' in macro 'api_check' and company vor 11 Jahren
  Roberto Ierusalimschy 7cc40851e1 emergency collection can happen even when collector is stopped vor 11 Jahren
  Roberto Ierusalimschy e131eb0d9a removed debug code vor 13 Jahren
  Roberto Ierusalimschy e21b26a964 avoid 'return' "to avoid warnings" vor 13 Jahren
  Roberto Ierusalimschy 12ab78aca6 detail in extra trace code: total bytes is given by 'gettotalbytes', vor 14 Jahren
  Roberto Ierusalimschy 551b076f1c change in the relationship between totalbytes and GCdebt - luaM_realloc_ vor 14 Jahren
  Roberto Ierusalimschy 737f119187 better control for GC running or stopped vor 14 Jahren
  Roberto Ierusalimschy 237f755dca typos in comments vor 15 Jahren
  Roberto Ierusalimschy e7ce7e1850 changes in patch to monitor garbage collection vor 15 Jahren
  Roberto Ierusalimschy 9a9fe42deb wrong comment vor 15 Jahren
  Roberto Ierusalimschy 3410dcd375 new way to control GC speed vor 15 Jahren
  Roberto Ierusalimschy e54668b696 added proper code to trace garbage collection vor 15 Jahren
  Roberto Ierusalimschy 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' vor 15 Jahren
  Roberto Ierusalimschy bd869c7b31 details vor 19 Jahren
  Roberto Ierusalimschy d5a23dde90 little better error messages for internal arrays overflows vor 19 Jahren
  Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) vor 19 Jahren
  Roberto Ierusalimschy 0160591998 removal of dead code vor 19 Jahren
  Roberto Ierusalimschy d55bb795fa details vor 20 Jahren
  Roberto Ierusalimschy 8e346d875a auxiliar patch to monitor garbage collection vor 20 Jahren
  Roberto Ierusalimschy 97e2dab1fb better control of overflows in size computations vor 20 Jahren
  Roberto Ierusalimschy 6f1ea817f5 better control over memory-size overflows vor 21 Jahren
  Roberto Ierusalimschy 0b06241483 better control for GC cycles vor 21 Jahren
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' vor 21 Jahren
  Roberto Ierusalimschy da61624756 avoid overflow when doubling size vor 22 Jahren
  Roberto Ierusalimschy b97fb932ec Lua kernel does not use malloc/free functions. vor 22 Jahren
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name vor 23 Jahren
  Roberto Ierusalimschy d404f0c276 global_State must be deallocated (and so allocated) with NULL also vor 23 Jahren
  Roberto Ierusalimschy f36038e42a assertion must be always valid (not only in debug mode) vor 23 Jahren
  Roberto Ierusalimschy 02afc892d5 new ANSI C does not assure that realloc(p,0) == free(p) vor 23 Jahren
  Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling vor 23 Jahren