Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-24 | 32853: redefine VARARR() to use heap rather than stack allocation | Barton E. Schaefer | 1 | -1/+4 | |
enable old behavior via "configure --with-stack-allocation" | |||||
2014-06-24 | 32789: --enable-zsh-valgrind allows analysis of heap allocation | Peter Stephenson | 1 | -4/+95 | |
2014-06-07 | 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilation | Nikolas Garofil | 1 | -3/+3 | |
fixes Src/utils.c: properly ifdef declarations Src/zsh_system.h: memmove() should return its dest argument Src/signals.c: define ret before use Src/mem.c: remove unused pointers Src/prototypes.h: use size_t in bcopy() Src/compat.c: fix const declaration inconsistency | |||||
2014-01-22 | unposted: reformulate 32285 to lift the fheap->sp test out of the loop, ↵ | Barton E. Schaefer | 1 | -15/+9 | |
improve commentary | |||||
2014-01-18 | 32285: restart the fheap search in freeheap if the current fheap arena is ↵ | Barton E. Schaefer | 1 | -0/+9 | |
about to be discarded; fixes crash | |||||
2011-05-14 | 29282: hide prototypes for ZSH_HEAP_DEBUG with #ifdef's | Peter Stephenson | 1 | -0/+5 | |
2011-05-14 | 29267: add -enable-zsh-debug and use for debugging completion matcher groups | Peter Stephenson | 1 | -0/+194 | |
2011-05-07 | 29175: optimize freeheap | Bart Schaefer | 1 | -2/+22 | |
2008-09-11 | 25632: xRaich[o]²x: Src/mem.c: munmap() argument was wrong. | Peter Stephenson | 1 | -2/+2 | |
2008-05-17 | 25057: better debug error on memory failure | Peter Stephenson | 1 | -1/+1 | |
2007-04-30 | 23339: make malloc(0) allocate a byte | Peter Stephenson | 1 | -1/+17 | |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -4/+4 | |
2006-03-06 | 22321: optimize 22318. | Bart Schaefer | 1 | -0/+15 | |
2004-07-17 | 20173: fix crash when reallocating heaps | Peter Stephenson | 1 | -0/+1 | |
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -1/+1 | |
2004-05-12 | fix bug I missed, somehow | Peter Stephenson | 1 | -12/+14 | |
2004-05-12 | 19920: attempt to improve hrealloc() | Peter Stephenson | 1 | -39/+114 | |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -2/+2 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -8/+8 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. | |||||
2002-08-05 | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 1 | -3/+3 | |
2001-03-07 | two optimisations | Sven Wischnowsky | 1 | -3/+5 | |
2001-01-16 | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 1 | -7/+52 | |
signal handlers are only executed when it is safe to run them (13365) | |||||
2000-09-19 | 12846: moved simple string manipulation functions to string.c | Clint Adams | 1 | -26/+0 | |
2000-07-28 | 12411, 12419: Andrej: environment handling with fewer assumptions | Peter Stephenson | 1 | -124/+252 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+1254 | |