Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 5a228bb1d8 new function `lua_version' há 23 anos atrás
  Roberto Ierusalimschy 5f698f8b6f simpler interface to hooks + use of `int' to count hooks há 23 anos atrás
  Roberto Ierusalimschy 9b1c586b2f renaming `stringdump' -> `string.dump' há 23 anos atrás
  Roberto Ierusalimschy d9340154ac `__tostring' for files + small bug (could do invalid read inside há 23 anos atrás
  Roberto Ierusalimschy e47baca75a warnings from Visual C++ há 23 anos atrás
  Roberto Ierusalimschy b8a680c114 resets hook count even in case of errors há 23 anos atrás
  Roberto Ierusalimschy 709b27b456 ULONG_MAX>>10 may not fit into an int há 23 anos atrás
  Roberto Ierusalimschy dbc5451bea comments há 23 anos atrás
  Roberto Ierusalimschy 2d2d45976c separated control over C recursion level há 23 anos atrás
  Roberto Ierusalimschy 0050d983fc make more clear "primitive" recursive definitions há 23 anos atrás
  Roberto Ierusalimschy 04b143ddf9 avoid C stack overflow during parsing há 23 anos atrás
  Roberto Ierusalimschy 007f229568 detail há 23 anos atrás
  Roberto Ierusalimschy 84488c5670 small bug: previous call may change `base' há 23 anos atrás
  Roberto Ierusalimschy 5142e630bf new macro `condhardstacktests' to control hard stack tests há 23 anos atrás
  Roberto Ierusalimschy 010bbd9d9c simpler definition for incr_top há 23 anos atrás
  Roberto Ierusalimschy be00cd2a6b easier way to keep `base' correct há 23 anos atrás
  Roberto Ierusalimschy 2e4e888de0 Lua functions must have a frame or a saved pc. há 23 anos atrás
  Roberto Ierusalimschy ddc144e4d2 keep L->ci->base in L->base for faster access há 23 anos atrás
  Roberto Ierusalimschy b48c6e7680 no problem keeping some dead meat while doing collection há 23 anos atrás
  Roberto Ierusalimschy aff97fffc4 C functions cannot increase its top without filling the stack há 23 anos atrás
  Roberto Ierusalimschy 1648674653 must check GC every time it can create new objects há 23 anos atrás
  Roberto Ierusalimschy d404f0c276 global_State must be deallocated (and so allocated) with NULL also há 23 anos atrás
  Roberto Ierusalimschy 48e42261ac details há 23 anos atrás
  Roberto Ierusalimschy be762f38bd better organization of "malloc responsabilities" há 23 anos atrás
  Roberto Ierusalimschy c8a79057f7 option -l does a `require', instead of `dofile' há 23 anos atrás
  Roberto Ierusalimschy 642af82e81 small bugs (state could keep its CI_HASFRAME attribute after returning) há 23 anos atrás
  Roberto Ierusalimschy 636c629e56 new assertions há 23 anos atrás
  Roberto Ierusalimschy 96ba5d0bc2 include file name in error messages há 23 anos atrás
  Roberto Ierusalimschy f0185f7628 support for tests of yield inside hooks + better support for tests há 23 anos atrás
  Roberto Ierusalimschy 9bab2cf55d support for yield inside hooks há 23 anos atrás