Историја ревизија

Аутор SHA1 Порука Датум
  Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) пре 22 година
  Roberto Ierusalimschy ab9e062928 name changes to avoid name collision between macros and variables пре 22 година
  Roberto Ierusalimschy 7a40cdbda0 different variables for number of upvalues and size of upvalue array пре 22 година
  Roberto Ierusalimschy 6f207b15fb resist errors in finalizers during lua_close пре 22 година
  Roberto Ierusalimschy dd8edecae1 new functions to manipulate upvales (get/setupvalue) пре 23 година
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name пре 23 година
  Roberto Ierusalimschy c75c3cfd19 avoid names `str...' (may conflict with string.h) пре 23 година
  Roberto Ierusalimschy e47baca75a warnings from Visual C++ пре 23 година
  Roberto Ierusalimschy dbc5451bea comments пре 23 година
  Roberto Ierusalimschy 5142e630bf new macro `condhardstacktests' to control hard stack tests пре 23 година
  Roberto Ierusalimschy 2e4e888de0 Lua functions must have a frame or a saved pc. пре 23 година
  Roberto Ierusalimschy aff97fffc4 C functions cannot increase its top without filling the stack пре 23 година
  Roberto Ierusalimschy 43013b39cc new representation for hooks (to allow asynchronous calls to sethook) пре 23 година
  Roberto Ierusalimschy 5c5d9b2703 back to `__mode' metafield to specify weakness пре 23 година
  Roberto Ierusalimschy 3010eb0536 all objects with several children (tables, closures, stacks, prototypes) пре 23 година
  Roberto Ierusalimschy ac27b7a842 avoid traversing extra elements when cleaning weak tables пре 23 година
  Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC пре 23 година
  Roberto Ierusalimschy 96e15b8501 threads now are real Lua objects, subject to garbage collection пре 23 година
  Roberto Ierusalimschy 81bc5711a8 only one instance of registry and default metatable per global state пре 23 година
  Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation пре 23 година
  Roberto Ierusalimschy 6fb0fd5063 avoid `reclearing' weak tables пре 23 година
  Roberto Ierusalimschy afe1305b1a avoid luaS_resize (which may need extra memory) during `main' activities пре 23 година
  Roberto Ierusalimschy 4964e7c8a0 details пре 23 година
  Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header пре 23 година
  Roberto Ierusalimschy ecc7769de2 names... пре 23 година
  Roberto Ierusalimschy da19c436cc cleaning the stage for generational collection пре 23 година
  Roberto Ierusalimschy 634344d61f new API for weak mode пре 23 година
  Roberto Ierusalimschy 5037196f6f new macros `ttis*' пре 23 година
  Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations пре 23 година
  Roberto Ierusalimschy 39b2d58c39 new interface for debug hooks пре 23 година