]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Define MALLOC_0_IS_NONNULL in config.h_vms and config.h.msvc.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Jan 2004 09:38:21 +0000 (09:38 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:42 +0000 (12:11 +0200)
gettext-runtime/ChangeLog
gettext-runtime/Makefile.am
gettext-tools/ChangeLog
gettext-tools/Makefile.am

index a801e04e24d4d214c261c25d3e735f7195422e38..0a220a8e4b360236564ad5dad785ddf58069f4a4 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-24  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h_vms): Set MALLOC_0_IS_NONNULL to 0.
+       (config.h.msvc): Set MALLOC_0_IS_NONNULL to 1.
+
 2004-01-17  Bruno Haible  <bruno@clisp.org>
 
        * windows/intl.rc: Bump version number to 0.14.
index 1a281b915baf116bd94d5f701b9fc8b0f890c08a..473dd1ffb81470dc790f9b2d08c65333ba89303e 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the gettext-runtime directory of GNU gettext
-## Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc.
+## Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -98,6 +98,7 @@ config.h_vms: config.h.in ../version.sh
             -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
             -e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
             -e 's/#undef ICONV_CONST$$/#define ICONV_CONST/' \
+            -e 's/#undef MALLOC_0_IS_NONNULL$$/#define MALLOC_0_IS_NONNULL 0/' \
             -e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
             -e 's/#undef realpath$$/#define realpath rpl_realpath/' \
             -e 's/#undef uintmax_t$$/#define uintmax_t unsigned long long/' \
@@ -154,6 +155,7 @@ config.h.msvc: config.h.in ../version.sh
            -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
            -e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
            -e 's/#undef ICONV_CONST$$/#define ICONV_CONST const/' \
+           -e 's/#undef MALLOC_0_IS_NONNULL$$/#define MALLOC_0_IS_NONNULL 1/' \
            -e 's/#undef SIZE_MAX$$/#define SIZE_MAX 2147483647U/' \
            -e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \
            -e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
index fd4a7b820c5c028f30be4cc1430e0cede0292e97..62043392806376879088a9942a1ec41a1ea92758 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-24  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h_vms): Set MALLOC_0_IS_NONNULL to 0.
+       (config.h.msvc): Set MALLOC_0_IS_NONNULL to 1.
+
 2004-01-12  Bruno Haible  <bruno@clisp.org>
 
        * windows/gettextlib.def: Add compile_csharp_class,
index 16b344904b46b809db807aeb2e389775a986eb2a..c2ffd1b974b9c348a7a2a654d2b444558a46c5ab 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the gettext-tools directory of GNU gettext
-## Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc.
+## Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -130,6 +130,7 @@ config.h_vms: config.h.in ../version.sh
             -e 's/#undef HAVE_WORKING_VFORK$$/#define HAVE_WORKING_VFORK 1/' \
             -e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
             -e 's/#undef ICONV_CONST$$/#define ICONV_CONST/' \
+            -e 's/#undef MALLOC_0_IS_NONNULL$$/#define MALLOC_0_IS_NONNULL 0/' \
             -e 's/#undef SETLOCALE_CONST$$/#define SETLOCALE_CONST const/' \
             -e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
             -e 's/#undef eaccess$$/#define eaccess access/' \
@@ -197,6 +198,7 @@ config.h.msvc: config.h.in ../version.sh
            -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
            -e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
            -e 's/#undef ICONV_CONST$$/#define ICONV_CONST const/' \
+           -e 's/#undef MALLOC_0_IS_NONNULL$$/#define MALLOC_0_IS_NONNULL 1/' \
            -e 's/#undef SETLOCALE_CONST$$/#define SETLOCALE_CONST const/' \
            -e 's/#undef SIZE_MAX$$/#define SIZE_MAX 2147483647U/' \
            -e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \