]> git.llucax.com Git - software/dgc/naive.git/shortlog
software/dgc/naive.git
2009-09-06 Leandro LucarellaMove cell allocation and freeing to Cell struct
2009-09-06 Leandro LucarellaMake realloc() handle null as a malloc() result
2009-09-06 Leandro LucarellaMake calloc() handle null as a malloc() result
2009-05-17 Alberto BertogliInitialize capacity to 0 when allocating a new cell
2009-05-17 Alberto BertogliWhen doing a realloc(), take the size of the type into...
2009-05-17 Alberto BertogliFix some comments
2009-05-17 Leandro LucarellaRemove invalid TODO comment
2009-04-27 Leandro LucarellaRemove alloc module, move all other modules to gc/... v0.9
2009-04-18 Leandro LucarellaInitial import