about summary refs log tree commit diff
path: root/Src/mem.c
Commit message (Collapse)AuthorAgeFilesLines
* 23339: make malloc(0) allocate a bytePeter Stephenson2007-04-301-1/+17
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-4/+4
|
* 22321: optimize 22318.Bart Schaefer2006-03-061-0/+15
|
* 20173: fix crash when reallocating heapsPeter Stephenson2004-07-171-0/+1
|
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-1/+1
|
* fix bug I missed, somehowPeter Stephenson2004-05-121-12/+14
|
* 19920: attempt to improve hrealloc()Peter Stephenson2004-05-121-39/+114
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-2/+2
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-8/+8
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-3/+3
|
* two optimisationsSven Wischnowsky2001-03-071-3/+5
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-7/+52
| | | | signal handlers are only executed when it is safe to run them (13365)
* 12846: moved simple string manipulation functions to string.cClint Adams2000-09-191-26/+0
|
* 12411, 12419: Andrej: environment handling with fewer assumptionsPeter Stephenson2000-07-281-124/+252
|
* Initial revisionTanaka Akira1999-04-151-0/+1254