cgd edc0ef345c Fix growstackblock() 'newlen' calculations:
(1) it needs to be ALIGNed for both halves of the 'if,' and
	(2) if you're going to claim that you now have ALIGN(newlen)
	    bytes left, you should have actually allocated
	    ALIGN(newlen), rather than just 'newlen' bytes.
1996-05-20 14:49:32 +00:00
..
1996-02-09 02:28:29 +00:00
1996-03-12 04:32:37 +00:00
1995-12-05 02:41:35 +00:00
1996-05-17 01:07:47 +00:00
1996-03-21 01:36:28 +00:00
1996-05-07 18:20:05 +00:00