K 10 svn:author V 8 keramida K 8 svn:date V 27 2002-06-06T22:11:19.000000Z K 7 svn:log V 325 Clarify the bit about realloc() and its `ptr' argument a bit. Hopefully, now it is more clear that the memory referenced by the ptr argument of realloc(ptr,size) is freed and only the return value of realloc() points to a valid memory area upon successful completion. Submitted by: Martin Faxer END