]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Function Portability): Add notes on free(NULL),
authorKevin Ryde <user42@zip.com.au>
Wed, 2 Jun 2004 23:14:35 +0000 (23:14 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 2 Jun 2004 23:14:35 +0000 (23:14 +0000)
malloc(0) and realloc(NULL,size).

ChangeLog

index 2f49156a105800b9c68706f0178797afe451e6c6..9be7a66e46ea2a3d162f5b6967b3a4fd735fa82e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-06-03  Kevin Ryde  <user42@zip.com.au>
 
+       * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
+       malloc(0) and realloc(NULL,size).
+
        * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
        Bob Proulx.