Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". před 26 roky
  Roberto Ierusalimschy 72d675aba7 macros "growvector" and "reallocvector" more compact před 26 roky
  Roberto Ierusalimschy 26d1e21c89 new way to handle "growing" vectors před 26 roky
  Roberto Ierusalimschy 67b44c9493 local names are all in the constant pool, so they do not need to be před 26 roky
  Roberto Ierusalimschy 64ad009fb2 "fileName" cannot be NULL před 27 roky
  Roberto Ierusalimschy 0969a971cd better use of "ASSERT". před 27 roky
  Roberto Ierusalimschy 88a2023c32 support for strings with '\0' před 27 roky
  Roberto Ierusalimschy d49e4dd752 MAX_WORD should not be bigger than MAX_INT před 28 roky
  Roberto Ierusalimschy 0e1058cfdd small optimizations in switch order před 28 roky
  Roberto Ierusalimschy 502343b402 new scheme for buffers, centralized in auxlib. před 28 roky
  Roberto Ierusalimschy 45e533599f optimization: closures without upvalues don't need to be closures před 28 roky
  Roberto Ierusalimschy 034f16892e better treatment of MARKs and DEBUG cases. před 28 roky
  Roberto Ierusalimschy 80b3d28f4a details (mainly error messages) před 28 roky
  Roberto Ierusalimschy 3393fd7f25 first version of "lua_close" před 28 roky
  Roberto Ierusalimschy ef37c87e93 no more 'globalbag' před 28 roky
  Roberto Ierusalimschy 592a3f289b first implementation of centralized global state. před 28 roky
  Roberto Ierusalimschy 7135803cc8 "global" version of a nil object. před 28 roky
  Roberto Ierusalimschy e78cf96c97 first version of Cclosures. před 28 roky
  Roberto Ierusalimschy 907368ead5 GC now considers an "estimate" of object size, instead of just the number před 28 roky
  Roberto Ierusalimschy 45ccb0e881 "nupvalues" is kept in Closure, not in prototype (as a preparation před 28 roky
  Roberto Ierusalimschy eb617df2d8 better way to traverse GCnode lists. před 28 roky
  Roberto Ierusalimschy a580480b07 new implementation for globals: Global value is stored in TaggedString před 28 roky
  Roberto Ierusalimschy 189d64409b Garbage Collector před 28 roky