Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 0160591998 removal of dead code há 19 anos atrás
  Roberto Ierusalimschy d55bb795fa details há 20 anos atrás
  Roberto Ierusalimschy 8e346d875a auxiliar patch to monitor garbage collection há 20 anos atrás
  Roberto Ierusalimschy 97e2dab1fb better control of overflows in size computations há 20 anos atrás
  Roberto Ierusalimschy 6f1ea817f5 better control over memory-size overflows há 21 anos atrás
  Roberto Ierusalimschy 0b06241483 better control for GC cycles há 21 anos atrás
  Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' há 21 anos atrás
  Roberto Ierusalimschy da61624756 avoid overflow when doubling size há 22 anos atrás
  Roberto Ierusalimschy b97fb932ec Lua kernel does not use malloc/free functions. há 22 anos atrás
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 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 f36038e42a assertion must be always valid (not only in debug mode) há 23 anos atrás
  Roberto Ierusalimschy 02afc892d5 new ANSI C does not assure that realloc(p,0) == free(p) há 23 anos atrás
  Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling há 23 anos atrás
  Roberto Ierusalimschy 6b8cdc9cdd Lua now uses only `realloc' for all its memory management há 23 anos atrás
  Roberto Ierusalimschy b7a0503c1d new format for error messages há 23 anos atrás
  Roberto Ierusalimschy 751cd867d3 new way to handle errors há 23 anos atrás
  Roberto Ierusalimschy f388ee4a82 new way to handle errors há 23 anos atrás
  Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... há 24 anos atrás
  Roberto Ierusalimschy fffb6f3814 no more MINPOWER2 há 24 anos atrás
  Roberto Ierusalimschy e1d072571e better syntax for type casts há 24 anos atrás
  Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' há 24 anos atrás
  Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars há 24 anos atrás
  Roberto Ierusalimschy 099442c41f better separation between basic types há 24 anos atrás
  Roberto Ierusalimschy 1f917e709c better use of extra include files (both for tests and for old_ansi) há 24 anos atrás
  Roberto Ierusalimschy a894499566 details há 24 anos atrás
  Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core há 24 anos atrás
  Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state há 24 anos atrás
  Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use há 24 anos atrás
  Roberto Ierusalimschy 8c49e19865 explicit control of size for growing vectors há 24 anos atrás