Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy a4e1230f95 better way to control open upvalues hace 21 años
  Roberto Ierusalimschy 898e8a6794 added include to stdarg.h (as it uses vararg facilities) hace 21 años
  Roberto Ierusalimschy 2aaf7394ad more and better tools (assertions & inspectors) to check incremental GC hace 21 años
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions hace 21 años
  Roberto Ierusalimschy 366e4af3c9 towards incremental GC hace 22 años
  Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) hace 22 años
  Roberto Ierusalimschy 572a69df78 Lua does not need all those different types... hace 22 años
  Roberto Ierusalimschy ab9e062928 name changes to avoid name collision between macros and variables hace 22 años
  Roberto Ierusalimschy 60c83ded30 small optimization for sizes of array constructors hace 22 años
  Roberto Ierusalimschy 7a40cdbda0 different variables for number of upvalues and size of upvalue array hace 22 años
  Roberto Ierusalimschy dd8edecae1 new functions to manipulate upvales (get/setupvalue) hace 22 años
  Roberto Ierusalimschy b40c9f7a3c better code to signal write barriers hace 23 años
  Roberto Ierusalimschy 5c5d9b2703 back to `__mode' metafield to specify weakness hace 23 años
  Roberto Ierusalimschy 3010eb0536 all objects with several children (tables, closures, stacks, prototypes) hace 23 años
  Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC hace 23 años
  Roberto Ierusalimschy 6820da5096 detail hace 23 años
  Roberto Ierusalimschy 96e15b8501 threads now are real Lua objects, subject to garbage collection hace 23 años
  Roberto Ierusalimschy 84e0b1bc97 small changes in type configuration facilities hace 23 años
  Roberto Ierusalimschy c196348717 in case of memory allocation errors, sizecode and sizelineinfo can hace 23 años
  Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation hace 23 años
  Roberto Ierusalimschy 565e6d74e1 state's buffer is used only for chars hace 23 años
  Roberto Ierusalimschy 4964e7c8a0 details hace 23 años
  Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header hace 23 años
  Roberto Ierusalimschy da19c436cc cleaning the stage for generational collection hace 23 años
  Roberto Ierusalimschy 634344d61f new API for weak mode hace 23 años
  Roberto Ierusalimschy 5037196f6f new macros `ttis*' hace 23 años
  Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations hace 23 años
  Roberto Ierusalimschy 9f4b5b5232 weak keys are removed only after finalization hace 23 años
  Roberto Ierusalimschy fdfd5b44ee TM_GETTABLE/TM_SETTABLE don't need fast access anymore hace 23 años
  Roberto Ierusalimschy e34f282365 `luaV_gettable' returns element position hace 23 años