K 10 svn:author V 6 jasone K 8 svn:date V 27 2006-06-30T20:54:15.000000Z K 7 svn:log V 278 Make the behavior of malloc(0) standards-compliant by getting rid of nil, and instead creating a small allocation for each malloc(0) call. The optional SysV compatibility behavior remains unchanged. Add a couple of assertions. Fix a couple of typos in error message strings. END