Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 001f2bdd0e new definition for types-tags il y a 25 ans
  Roberto Ierusalimschy 6759f3ec5e no more `proprietary' convertion algorithm (too complex) il y a 25 ans
  Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type il y a 25 ans
  Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). il y a 25 ans
  Roberto Ierusalimschy 0f59e3d7a7 details il y a 25 ans
  Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) il y a 25 ans
  Roberto Ierusalimschy 787a78f83e new scheme for buffers il y a 25 ans
  Roberto Ierusalimschy 9e84bf18db still more debug information il y a 25 ans
  Roberto Ierusalimschy e238efc536 default now is multi-state il y a 25 ans
  Roberto Ierusalimschy cfba572076 remove dummy argument in LUA_ASSERT il y a 25 ans
  Roberto Ierusalimschy afef009fce new version of debug system il y a 25 ans
  Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file il y a 25 ans
  Roberto Ierusalimschy 8ca9534d04 access to `values' in TObject always through macros il y a 25 ans
  Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. il y a 25 ans
  Roberto Ierusalimschy 84790bb953 "conceptual" bug il y a 25 ans
  Roberto Ierusalimschy 534c3a64d3 small optimizations for table access il y a 25 ans
  Roberto Ierusalimschy 36e1390631 details. il y a 25 ans
  Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, il y a 25 ans
  Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE il y a 25 ans
  Roberto Ierusalimschy 73aa465a8e some name changes il y a 25 ans
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). il y a 25 ans
  Roberto Ierusalimschy 1f01998516 nobody uses memmove any more. il y a 25 ans
  Roberto Ierusalimschy d83c2a8455 performance details. il y a 25 ans
  Roberto Ierusalimschy bcdbdaccc3 more debug information (still with bug for tag methods...) il y a 26 ans
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. il y a 26 ans
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution il y a 26 ans
  Roberto Ierusalimschy d015f1fc02 table sizes don't need to be primes; power of 2 gives the same performance. il y a 26 ans
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). il y a 26 ans
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). il y a 26 ans
  Roberto Ierusalimschy ae3ecc2d4a tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. il y a 26 ans