Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 35e01ed21d Small improvements in 'lmem.c' il y a 2 ans
  Roberto Ierusalimschy 6aabf4b15e Details in some header files il y a 2 ans
  Roberto Ierusalimschy fa2f294dd1 Reduce calls to 'luaC_step' when GC is stopped il y a 2 ans
  Roberto Ierusalimschy 82fae58e25 Details il y a 2 ans
  Roberto Ierusalimschy 9a77f57edc Stop GC while building initial state il y a 2 ans
  Roberto Ierusalimschy be908a7d4d Removed unused field 'UpVal.tbc' il y a 2 ans
  Roberto Ierusalimschy 9ede317c70 Threads are created like other objects il y a 2 ans
  Roberto Ierusalimschy ee645472eb Stack reallocation done with a single realloc il y a 2 ans
  Roberto Ierusalimschy 413a393e62 Stack indices changed to union's il y a 2 ans
  Roberto Ierusalimschy ba089bcb08 Details il y a 2 ans
  Roberto Ierusalimschy 1e64c1391f Bug: stack overflow with nesting of coroutine.close il y a 2 ans
  Roberto Ierusalimschy b85816b9a8 Removed test function 'luaH_isdummy' il y a 2 ans
  Roberto Ierusalimschy c954db3924 Option '-l g=mod' added to the manual il y a 2 ans
  Roberto Ierusalimschy 14d2803e55 Details il y a 2 ans
  Roberto Ierusalimschy 7f12bf40c4 Portability issue in a test for 'string.format' il y a 2 ans
  Roberto Ierusalimschy 26be27459b Negation in constant folding of '>>' may overflow il y a 3 ans
  Roberto Ierusalimschy cfbe378f90 Small simplification in overflow check in 'getfield' il y a 3 ans
  Roberto Ierusalimschy a1089b415a Bug: 'utf8.codes' accepts spurious continuation bytes il y a 3 ans
  Roberto Ierusalimschy f8c4c4fcf2 New test for table rehash il y a 3 ans
  Roberto Ierusalimschy 71bc69c2af Note in the manual about using '...' as an expression il y a 3 ans
  Roberto Ierusalimschy cd56f222b7 Corrected error message in 'table.remove' il y a 3 ans
  Roberto Ierusalimschy 69b77b6fde Changed the growth rate of string buffers il y a 3 ans
  Roberto Ierusalimschy 997f11f543 Bug: 'break' may not properly close variable in a 'for' loop il y a 3 ans
  Roberto Ierusalimschy 02060b7a37 Simpler handling of Byte Order Mark (BOM) il y a 3 ans
  Roberto Ierusalimschy a1f77a234a Bug: set correct pause when (re)entering gen. collection. il y a 3 ans
  Roberto Ierusalimschy c6cea857a4 Better documentation for 'multires' expressions il y a 3 ans
  Roberto Ierusalimschy d61b0c6028 More checks and documentation for uses of EXTRA_STACK il y a 3 ans
  Roberto Ierusalimschy 196bb94d66 Bug: 'lua_settop' may use an invalid pointer to stack il y a 3 ans
  Roberto Ierusalimschy 603b2c64ad 'luaV_concat' can use invalidated pointer to stack il y a 3 ans
  Roberto Ierusalimschy 4a00f61276 'lua_checkstack' doesn't need to check stack overflow il y a 3 ans