Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy e5f4927a0b Array sizes in undump changed from unsigned to int před 5 měsíci
  Roberto Ierusalimschy 3cdd49c94a Fixed conversion warnings from clang před 6 měsíci
  Roberto Ierusalimschy f2206b2abe '-Wconversion' extended to all options of Lua numbers před 1 rokem
  Roberto Ierusalimschy 0acd55898d Added gcc option '-Wconversion' před 1 rokem
  Roberto Ierusalimschy 8047b2d03e Tables have a 'lastfree' information only when needed před 2 roky
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings před 7 roky
  Roberto Ierusalimschy e2b15aa21d janitor work on casts před 7 roky
  Roberto Ierusalimschy e663a24ab0 more freedom in handling memory-allocation errors (not all allocations před 7 roky
  Roberto Ierusalimschy 7622373033 using explicit tests for allocation overflow whenever possible před 7 roky
  Roberto Ierusalimschy 49dfaf7447 avoid using one function for different tasks (malloc, free, etc.) před 7 roky
  Roberto Ierusalimschy eb45f3a9b6 details in 'luaM_reallocvchar' před 10 roky
  Roberto Ierusalimschy 6321041058 new macro 'luaM_reallocvchar' to allocate arrays of chars (avoids před 10 roky
  Roberto Ierusalimschy ffe7401ceb avoid warnings in macro 'luaM_reallocv' + comments před 10 roky
  Roberto Ierusalimschy d0c038da07 typo in comment před 12 roky
  Roberto Ierusalimschy f993771c70 avoids warning with 'clang' + comment explaining macro před 12 roky
  Roberto Ierusalimschy ca9c405fef some compilers (e.g., gcc C++) do not accept NULL as a pointer in před 13 roky
  Roberto Ierusalimschy e21b26a964 avoid 'return' "to avoid warnings" před 13 roky
  Roberto Ierusalimschy 055104f5b6 keep memory-error message in the global state, so that its use před 15 roky
  Roberto Ierusalimschy 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' před 15 roky
  Roberto Ierusalimschy c6b442bd36 'luaM_freearray' does not need array type as argument před 16 roky
  Roberto Ierusalimschy 08f902cf49 better documentation for auxiliary functions (that should be called only před 18 roky
  Roberto Ierusalimschy bd869c7b31 details před 19 roky
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API před 20 roky
  Roberto Ierusalimschy 2cbd9eecfb try to avoid warnings před 20 roky
  Roberto Ierusalimschy 97e2dab1fb better control of overflows in size computations před 20 roky
  Roberto Ierusalimschy 0e002005b1 better names for `luaM_free...' macros před 20 roky
  Roberto Ierusalimschy 6f1ea817f5 better control over memory-size overflows před 21 roky
  Roberto Ierusalimschy 751cd867d3 new way to handle errors před 23 roky
  Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... před 24 roky
  Roberto Ierusalimschy 4d0935ec0f better definition for `luaM_freelem' před 24 roky