Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name il y a 23 ans
  Roberto Ierusalimschy 0bb8eb5151 new function `lua_cpcall' il y a 23 ans
  Roberto Ierusalimschy 38da8c0d7d new facilities to test memory overflow in main.c il y a 23 ans
  Roberto Ierusalimschy 76de732745 avoid non-raw accesses to globals when variable may not exist il y a 23 ans
  Roberto Ierusalimschy 90d7892007 new function `io.type' il y a 23 ans
  Roberto Ierusalimschy 041cb96992 small bug: `write' must return three values in case of errors il y a 23 ans
  Roberto Ierusalimschy c75c3cfd19 avoid names `str...' (may conflict with string.h) il y a 23 ans
  Roberto Ierusalimschy 24471525d7 details il y a 23 ans
  Roberto Ierusalimschy 1f55dbc699 details il y a 23 ans
  Roberto Ierusalimschy c194a46bc5 detail il y a 23 ans
  Roberto Ierusalimschy 8954bdc706 new `coroutine.status' function il y a 23 ans
  Roberto Ierusalimschy 5a228bb1d8 new function `lua_version' il y a 23 ans
  Roberto Ierusalimschy 5f698f8b6f simpler interface to hooks + use of `int' to count hooks il y a 23 ans
  Roberto Ierusalimschy 9b1c586b2f renaming `stringdump' -> `string.dump' il y a 23 ans
  Roberto Ierusalimschy d9340154ac `__tostring' for files + small bug (could do invalid read inside il y a 23 ans
  Roberto Ierusalimschy e47baca75a warnings from Visual C++ il y a 23 ans
  Roberto Ierusalimschy b8a680c114 resets hook count even in case of errors il y a 23 ans
  Roberto Ierusalimschy 709b27b456 ULONG_MAX>>10 may not fit into an int il y a 23 ans
  Roberto Ierusalimschy dbc5451bea comments il y a 23 ans
  Roberto Ierusalimschy 2d2d45976c separated control over C recursion level il y a 23 ans
  Roberto Ierusalimschy 0050d983fc make more clear "primitive" recursive definitions il y a 23 ans
  Roberto Ierusalimschy 04b143ddf9 avoid C stack overflow during parsing il y a 23 ans
  Roberto Ierusalimschy 007f229568 detail il y a 23 ans
  Roberto Ierusalimschy 84488c5670 small bug: previous call may change `base' il y a 23 ans
  Roberto Ierusalimschy 5142e630bf new macro `condhardstacktests' to control hard stack tests il y a 23 ans
  Roberto Ierusalimschy 010bbd9d9c simpler definition for incr_top il y a 23 ans
  Roberto Ierusalimschy be00cd2a6b easier way to keep `base' correct il y a 23 ans
  Roberto Ierusalimschy 2e4e888de0 Lua functions must have a frame or a saved pc. il y a 23 ans
  Roberto Ierusalimschy ddc144e4d2 keep L->ci->base in L->base for faster access il y a 23 ans
  Roberto Ierusalimschy b48c6e7680 no problem keeping some dead meat while doing collection il y a 23 ans