Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change in the relationship between totalbytes and GCdebt - luaM_realloc_ | Roberto Ierusalimschy | 2010-12-20 | 1 | -3/+2 |
* | better control for GC running or stopped | Roberto Ierusalimschy | 2010-12-20 | 1 | -8/+5 |
* | typos in comments | Roberto Ierusalimschy | 2010-05-05 | 1 | -3/+3 |
* | changes in patch to monitor garbage collection | Roberto Ierusalimschy | 2010-05-04 | 1 | -10/+6 |
* | wrong comment | Roberto Ierusalimschy | 2010-04-30 | 1 | -2/+2 |
* | new way to control GC speed | Roberto Ierusalimschy | 2010-04-29 | 1 | -4/+7 |
* | added proper code to trace garbage collection | Roberto Ierusalimschy | 2010-04-02 | 1 | -1/+23 |
* | allocator function receives the tag of object being allocated in 'osize' | Roberto Ierusalimschy | 2009-12-17 | 1 | -9/+9 |
* | details | Roberto Ierusalimschy | 2006-09-14 | 1 | -3/+3 |
* | little better error messages for internal arrays overflows | Roberto Ierusalimschy | 2006-09-14 | 1 | -2/+2 |
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -6/+19 |
* | removal of dead code | Roberto Ierusalimschy | 2005-12-26 | 1 | -17/+1 |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -8/+8 |
* | auxiliar patch to monitor garbage collection | Roberto Ierusalimschy | 2005-01-14 | 1 | -1/+17 |
* | better control of overflows in size computations | Roberto Ierusalimschy | 2004-12-01 | 1 | -8/+6 |
* | better control over memory-size overflows | Roberto Ierusalimschy | 2004-11-19 | 1 | -8/+13 |
* | better control for GC cycles | Roberto Ierusalimschy | 2004-08-30 | 1 | -3/+2 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+2 |
* | avoid overflow when doubling size | Roberto Ierusalimschy | 2003-11-27 | 1 | -8/+11 |
* | Lua kernel does not use malloc/free functions. | Roberto Ierusalimschy | 2003-10-02 | 1 | -38/+27 |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
* | global_State must be deallocated (and so allocated) with NULL also | Roberto Ierusalimschy | 2002-11-21 | 1 | -2/+4 |
* | assertion must be always valid (not only in debug mode) | Roberto Ierusalimschy | 2002-10-25 | 1 | -1/+2 |
* | new ANSI C does not assure that realloc(p,0) == free(p) | Roberto Ierusalimschy | 2002-10-08 | 1 | -6/+13 |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -2/+2 |
* | Lua now uses only `realloc' for all its memory management | Roberto Ierusalimschy | 2002-06-11 | 1 | -4/+11 |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -3/+4 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -2/+2 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-04-22 | 1 | -4/+4 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -4/+3 |
* | no more MINPOWER2 | Roberto Ierusalimschy | 2001-10-25 | 1 | -5/+8 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -3/+4 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -3/+3 |
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -4/+4 |
* | better use of extra include files (both for tests and for old_ansi) | Roberto Ierusalimschy | 2001-02-06 | 1 | -109/+6 |
* | details | Roberto Ierusalimschy | 2001-02-05 | 1 | -5/+5 |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -3/+3 |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -4/+4 |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -28/+43 |
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -10/+15 |
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 1 | -10/+10 |
* | macro DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 1 | -2/+2 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -3/+2 |
* | details | Roberto Ierusalimschy | 2000-10-11 | 1 | -14/+12 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -3/+11 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -2/+3 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
* | details | Roberto Ierusalimschy | 2000-05-31 | 1 | -2/+2 |