]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix the SIZE_MAX value for Windows.
authorBruno Haible <bruno@clisp.org>
Thu, 11 Mar 2004 11:18:06 +0000 (11:18 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:49 +0000 (12:11 +0200)
gettext-runtime/ChangeLog
gettext-runtime/Makefile.am
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/Makefile.am
gettext-tools/ChangeLog
gettext-tools/Makefile.am

index dcf6563518f8afc7357dc105330e8a7f463ec41b..3cd921fd6f65d125632d8082005ca56d40b1be39 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-11  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h.msvc): Fix the value of SIZE_MAX.
+
 2004-01-29  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.1 released.
index 473dd1ffb81470dc790f9b2d08c65333ba89303e..f2be2093441ae33b3c6a80f1a8d915424c1c5b9c 100644 (file)
@@ -156,7 +156,7 @@ config.h.msvc: config.h.in ../version.sh
            -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 SIZE_MAX$$/#define SIZE_MAX 4294967295U/' \
            -e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \
            -e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
            -e 's/#undef inline$$/#define inline __inline/' \
index 65d5970d5648ca1f87245fa6a2c82a063d2d3394..95761bb7abfaac325dafc1464aefc57e20e879a1 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-11  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h.msvc): Fix the value of SIZE_MAX.
+
 2004-02-02  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (RM): New variable.
index bdd4bb89e3275b8f9446e45c4fa712a8891e46f6..386c4148e01b09250e3723db79bb1f5bdd2d34ad 100644 (file)
@@ -219,7 +219,7 @@ config.h.msvc: config.h.in
            -e 's/#undef HAVE_WCHAR_T$$/#define HAVE_WCHAR_T 1/' \
            -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \
            -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
-           -e 's/#undef SIZE_MAX$$/#define SIZE_MAX 2147483647U/' \
+           -e 's/#undef SIZE_MAX$$/#define SIZE_MAX 4294967295U/' \
            -e 's/#undef inline$$/#define inline __inline/' \
          < $(srcdir)/config.h.in > $@
 
index 63317205ffc790fa35ce67607a2c2243855ece84..c6c6752f8a396259bf8930d79e5f429324646694 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-11  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h.msvc): Fix the value of SIZE_MAX.
+
 2004-02-07  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Invoke gl_QUOTEARG.
index c2ffd1b974b9c348a7a2a654d2b444558a46c5ab..b65a02f2150257df140b0b59fdceb2676e09a87e 100644 (file)
@@ -200,7 +200,7 @@ config.h.msvc: config.h.in ../version.sh
            -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 SIZE_MAX$$/#define SIZE_MAX 4294967295U/' \
            -e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \
            -e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
            -e 's/#undef fnmatch$$/#define fnmatch rpl_fnmatch/' \