Xref: utzoo comp.std.c:966 comp.lang.c:17305 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.std.c,comp.lang.c Subject: Re: realloc Message-ID: <3228@goofy.megatest.UUCP> Date: 30 Mar 89 23:02:35 GMT References: <1989Mar29.205433.3958@utzoo.uucp> Organization: Megatest Corporation, San Jose, Ca Lines: 17 I guess this is all figured out now. My $.02: 1. The first posting may have had just a hint of flame to it, but there was no call to heap such a raft of shit on the guy. I've been reading the net for over four years, and I am still sometimes amazed by the vitriol that purely technical discussions can elicit. (Grumble, mumble, snort.) 2. Just because the ANSII draft says that realloc((char*)0, size) is supposed to be cool does not mean it ever will be universally portable. (I wonder why they did it. Looks like asking for trouble.) ANSII can only legislate what ANSII-conforming compilers do. I expect variants of the old runtime libraries to be around as long as I live, (and I'm trying to eat more vegetables and get some walking in, so that could be *years*!).