]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Renamed xmalloc.h to xalloc.h.
authorBruno Haible <bruno@clisp.org>
Fri, 17 Oct 2003 10:37:11 +0000 (10:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:04 +0000 (12:11 +0200)
92 files changed:
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/relocatable.c
gettext-runtime/lib/ChangeLog
gettext-runtime/lib/Makefile.am
gettext-runtime/src/ChangeLog
gettext-runtime/src/envsubst.c
gettext-runtime/src/gettext.c
gettext-runtime/src/ngettext.c
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am
gettext-tools/lib/Makefile.msvc
gettext-tools/lib/Makefile.vms
gettext-tools/lib/classpath.c
gettext-tools/lib/concatpath.c
gettext-tools/lib/fatal-signal.c
gettext-tools/lib/findprog.c
gettext-tools/lib/fstrcmp.c
gettext-tools/lib/hash.c
gettext-tools/lib/javacomp.c
gettext-tools/lib/javaexec.c
gettext-tools/lib/progreloc.c
gettext-tools/lib/relocatable.c
gettext-tools/lib/sh-quote.c
gettext-tools/lib/w32spawn.h
gettext-tools/lib/wait-process.c
gettext-tools/lib/xgetcwd.c
gettext-tools/lib/xmalloc.c
gettext-tools/lib/xreadlink.c
gettext-tools/lib/xstrdup.c
gettext-tools/libuniname/ChangeLog
gettext-tools/libuniname/test-names.c
gettext-tools/src/ChangeLog
gettext-tools/src/format-awk.c
gettext-tools/src/format-c.c
gettext-tools/src/format-elisp.c
gettext-tools/src/format-gcc-internal.c
gettext-tools/src/format-java.c
gettext-tools/src/format-librep.c
gettext-tools/src/format-lisp.c
gettext-tools/src/format-pascal.c
gettext-tools/src/format-perl-brace.c
gettext-tools/src/format-perl.c
gettext-tools/src/format-php.c
gettext-tools/src/format-python.c
gettext-tools/src/format-sh.c
gettext-tools/src/format-tcl.c
gettext-tools/src/format-ycp.c
gettext-tools/src/gettext-po.c
gettext-tools/src/hostname.c
gettext-tools/src/message.c
gettext-tools/src/msgexec.c
gettext-tools/src/msgfilter.c
gettext-tools/src/msgfmt.c
gettext-tools/src/msggrep.c
gettext-tools/src/msginit.c
gettext-tools/src/msgl-cat.c
gettext-tools/src/msgl-english.c
gettext-tools/src/msgl-iconv.c
gettext-tools/src/msgmerge.c
gettext-tools/src/open-po.c
gettext-tools/src/po-gram-gen.y
gettext-tools/src/po-hash-gen.y
gettext-tools/src/po-lex.c
gettext-tools/src/read-mo.c
gettext-tools/src/read-po-abstract.c
gettext-tools/src/read-po.c
gettext-tools/src/read-properties.c
gettext-tools/src/str-list.c
gettext-tools/src/write-java.c
gettext-tools/src/write-mo.c
gettext-tools/src/write-po.c
gettext-tools/src/write-properties.c
gettext-tools/src/write-tcl.c
gettext-tools/src/x-awk.c
gettext-tools/src/x-c.c
gettext-tools/src/x-elisp.c
gettext-tools/src/x-glade.c
gettext-tools/src/x-java.c
gettext-tools/src/x-librep.c
gettext-tools/src/x-lisp.c
gettext-tools/src/x-perl.c
gettext-tools/src/x-php.c
gettext-tools/src/x-po.c
gettext-tools/src/x-python.c
gettext-tools/src/x-rst.c
gettext-tools/src/x-sh.c
gettext-tools/src/x-smalltalk.c
gettext-tools/src/x-tcl.c
gettext-tools/src/x-ycp.c
gettext-tools/src/xgettext.c
gettext-tools/tests/ChangeLog
gettext-tools/tests/tstgettext.c

index a330354db515ccb08afb13098b56bed7b081274e..f6ce5efee9257eefd1f21c71ccbaa3bac413fc51 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * relocatable.c: Include xalloc.h instead of xmalloc.h.
+
 2003-10-07  Bruno Haible  <bruno@clisp.org>
 
        Assume ANSI C.
index fa5e5f3eafcfc5597e00163fe151de88704e981a..bf7c7085485d1b086d9b81810bb34880b07a75b5 100644 (file)
@@ -42,7 +42,7 @@
 #ifdef NO_XMALLOC
 # define xmalloc malloc
 #else
-# include "xmalloc.h"
+# include "xalloc.h"
 #endif
 
 #if defined _WIN32 || defined __WIN32__
index e8649edaacd60dd296a753cd53abde98f818ae5c..10fa0395edfc38a19f65eb66778b25011c3d364a 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (libgrt_a_SOURCES): Use xalloc.h instead of xmalloc.h.
+
 2003-09-16  Bruno Haible  <bruno@clisp.org>
 
        Portability to SunOS 4.
index 0a09dcfb12235539fe9b531adae7390394c522b4..2edd7b2a4fc948f980fd4112f71f01284b6cecde 100644 (file)
@@ -36,7 +36,7 @@ libgrt_a_SOURCES = \
   ../../gettext-tools/lib/progname.h ../../gettext-tools/lib/progname.c ../../gettext-tools/lib/progreloc.c \
   ../../gettext-tools/lib/strtoul.c \
   ../../gettext-tools/lib/unlocked-io.h \
-  ../../gettext-tools/lib/xmalloc.h ../../gettext-tools/lib/xmalloc.c ../../gettext-tools/lib/xstrdup.c \
+  ../../gettext-tools/lib/xalloc.h ../../gettext-tools/lib/xmalloc.c ../../gettext-tools/lib/xstrdup.c \
   ../../gettext-tools/lib/xreadlink.h ../../gettext-tools/lib/xreadlink.c
 
 # Sources that are compiled only on platforms that lack the functions.
index c49c4fa062076739d775ae8709e51c6c7833607b..ad633014b8366730346ea9d1cd18007ba15d736e 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * envsubst.c: Include xalloc.h instead of xmalloc.h.
+       * gettext.c: Likewise.
+       * ngettext.c: Likewise.
+
 2003-09-16  Bruno Haible  <bruno@clisp.org>
 
        * envsubst.c: Include stdbool.h.
index 7bb68fe69965aa8c3e75ab858acf7fcd74fc5912..f0cda0511c09ca54093e1bf3d46f83e21e0e67b8 100644 (file)
@@ -33,7 +33,7 @@
 #include "progname.h"
 #include "relocatable.h"
 #include "basename.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "gettext.h"
 
index 088a4f6dc815284c9f6cbe2dec9666fd3719bd96..4a9dad4af6f260e3929c98b95156e34a5a410094 100644 (file)
@@ -32,7 +32,7 @@
 #include "progname.h"
 #include "relocatable.h"
 #include "basename.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 
 #include "gettext.h"
index f0dbd96085216c389f06ced5516a51a77fb9465f..503cab25e982a7089cfe889cc0805cfcb795b7ac 100644 (file)
@@ -32,7 +32,7 @@
 #include "progname.h"
 #include "relocatable.h"
 #include "basename.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 
 #include "gettext.h"
index 9bb2b87fe9c8005f2735d30f52ba94cce3fe8e75..7ebf14910a84783203426d64b949218774503bfa 100644 (file)
@@ -1,3 +1,28 @@
+2003-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * xalloc.h: Renamed from xmalloc.h.
+       * classpath.c: Include xalloc.h instead of xmalloc.h.
+       * concatpath.c: Likewise.
+       * fatal-signal.c: Likewise.
+       * findprog.c: Likewise.
+       * fstrcmp.c: Likewise.
+       * hash.c: Likewise.
+       * javacomp.c: Likewise.
+       * javaexec.c: Likewise.
+       * progreloc.c: Likewise.
+       * relocatable.c: Likewise.
+       * sh-quote.c: Likewise.
+       * w32spawn.h: Likewise.
+       * wait-process.c: Likewise.
+       * xgetcwd.c: Likewise.
+       * xmalloc.c: Likewise.
+       * xreadlink.c: Likewise.
+       * xstrdup.c: Likewise.
+       * Makefile.am (libgettextlib_la_SOURCES): Use xalloc.h instead of
+       xmalloc.h.
+       * Makefile.msvc: Reorder accordingly.
+       * Makefile.vms: Likewise.
+
 2003-10-07  Bruno Haible  <bruno@clisp.org>
 
        More reliable subprocess cleanup.
index ce4cf6ccf82f92cffcdf3e8cd2fcef361d23fad3..d947f015cdf14fed653a17746228ccdb3e12a835 100644 (file)
@@ -70,8 +70,8 @@ libgettextlib_la_SOURCES = \
   ucs4-utf8.h ucs4-utf16.h \
   unlocked-io.h \
   wait-process.h wait-process.c \
+  xalloc.h xmalloc.c xstrdup.c \
   xerror.h xerror.c \
-  xmalloc.h xmalloc.c xstrdup.c \
   xreadlink.h xreadlink.c \
   xsetenv.h xsetenv.c
 
index a219e557fe293aff7486d73a724ff10a49544b6c..536df53e684b737148d9f5c63c1d369151587d72 100644 (file)
@@ -113,8 +113,8 @@ OBJECTS = \
   strtoul.obj \
   tmpdir.obj \
   wait-process.obj \
+  xalloc.obj xstrdup.obj \
   xerror.obj \
-  xmalloc.obj xstrdup.obj \
   xsetenv.obj \
   \
   fnmatch.obj \
@@ -245,15 +245,15 @@ tmpdir.obj : tmpdir.c
 wait-process.obj : wait-process.c
        $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c wait-process.c
 
-xerror.obj : xerror.c
-       $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c xerror.c
-
 xmalloc.obj : xmalloc.c
        $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c xmalloc.c
 
 xstrdup.obj : xstrdup.c
        $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c xstrdup.c
 
+xerror.obj : xerror.c
+       $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c xerror.c
+
 xsetenv.obj : xsetenv.c
        $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c xsetenv.c
 
index 68d4923e7cb34caca5b5df4af09cae63db4fc500..df74b4a003255e95c1009195f36fd61fd6f91aef 100644 (file)
@@ -71,8 +71,8 @@ OBJECTS = \
   strtoul.obj, \
   tmpdir.obj, \
   wait-process.obj, \
-  xerror.obj, \
   xmalloc.obj, xstrdup.obj, \
+  xerror.obj, \
   xsetenv.obj, \
   \
   fnmatch.obj, \
@@ -206,15 +206,15 @@ tmpdir.obj : tmpdir.c
 wait-process.obj : wait-process.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) wait-process.c
 
-xerror.obj : xerror.c
-       $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xerror.c
-
 xmalloc.obj : xmalloc.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xmalloc.c
 
 xstrdup.obj : xstrdup.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xstrdup.c
 
+xerror.obj : xerror.c
+       $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xerror.c
+
 xsetenv.obj : xsetenv.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) xsetenv.c
 
index ae88a3d67dcd299788e0f9a123d99d6b9ef09d5b..28393f7365e97e98c62cf511fce4436c3972a07e 100644 (file)
@@ -28,7 +28,7 @@
 #include <string.h>
 
 #include "xsetenv.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 
 /* Separator in PATH like lists of pathnames.  */
 #if defined _WIN32 || defined __WIN32__ || defined __EMX__ || defined __DJGPP__
index d57f965102cbca09d6016ee214dfb6968ebbe98c..cce81d6791049941853d6945b184a7a09ca473b9 100644 (file)
@@ -1,5 +1,5 @@
 /* Construct a full pathname from a directory and a filename.
-   Copyright (C) 2001-2002 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003 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 the
@@ -27,7 +27,7 @@
 
 #include <string.h>
 
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "stpcpy.h"
 
 /* Concatenate a directory pathname, a relative pathname and an optional
index 107da661a86a6de61aef0fdf40bf0520a44d9f1e..8718fd606deb0698bcd93b6ee67baab041a6f1d4 100644 (file)
@@ -32,7 +32,7 @@
 # include <unistd.h>
 #endif
 
-#include "xmalloc.h"
+#include "xalloc.h"
 
 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
 
index b820a83036e5ee23c8be2bcf689acde1c3c11696..48c3edf6c5c9227d50e71b72964bff16880b291b 100644 (file)
@@ -32,7 +32,7 @@
 # include <unistd.h>
 #endif
 
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "pathname.h"
 
 
index e56e04e63c60af06b3a87e44c040eac928f24a57..b8a4a41070a85a2cc4782c59cf9816b702756cea 100644 (file)
@@ -46,7 +46,7 @@
 #include <stdio.h>
 #include <limits.h>
 
-#include "xmalloc.h"
+#include "xalloc.h"
 
 
 /*
index 5eb480fbfbdbf83bc165dc2a3710d893c0720381..a4b88f4590fb4cf3b501de90f7f42a8b03f164de 100644 (file)
@@ -1,5 +1,5 @@
 /* hash - implement simple hashing table with string based keys.
-   Copyright (C) 1994-1995, 2000-2002 Free Software Foundation, Inc.
+   Copyright (C) 1994-1995, 2000-2003 Free Software Foundation, Inc.
    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, October 1994.
 
    This program is free software; you can redistribute it and/or modify
@@ -50,7 +50,7 @@
 # include <values.h>
 #endif
 
-#include "xmalloc.h"
+#include "xalloc.h"
 
 #define obstack_chunk_alloc xmalloc
 #define obstack_chunk_free free
index 73afa2c155ed68385017a594c709505afd4f0199..6f50a1d8293c14747c5576bc29e62e0f0e01fbcb 100644 (file)
@@ -35,7 +35,7 @@
 #include "xsetenv.h"
 #include "sh-quote.h"
 #include "safe-read.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "error.h"
 #include "gettext.h"
 
index 40f5d6ccf036c60966049c8ba1f546ba5f6a6b65..ab218de325697b10454e86b0500811389087467d 100644 (file)
@@ -33,7 +33,7 @@
 #include "xsetenv.h"
 #include "sh-quote.h"
 #include "pathname.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "error.h"
 #include "gettext.h"
 
index 13ecb436e4f294cefc7159218b328a63038b3376..fbf36eee71d1e475b56395aa7a4921b44f90735e 100644 (file)
@@ -52,7 +52,7 @@
 #ifdef NO_XMALLOC
 # define xmalloc malloc
 #else
-# include "xmalloc.h"
+# include "xalloc.h"
 #endif
 
 /* Pathname support.
index fa5e5f3eafcfc5597e00163fe151de88704e981a..bf7c7085485d1b086d9b81810bb34880b07a75b5 100644 (file)
@@ -42,7 +42,7 @@
 #ifdef NO_XMALLOC
 # define xmalloc malloc
 #else
-# include "xmalloc.h"
+# include "xalloc.h"
 #endif
 
 #if defined _WIN32 || defined __WIN32__
index 4052aba1da62ea9f27bb9f6035a7650c36d16bbe..b723c30bf11f8b91089b421c1ad76995a179d484 100644 (file)
@@ -26,7 +26,7 @@
 #include <string.h>
 
 #include "strpbrk.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 
 
 /* Must quote the program name and arguments since Unix shells interpret
index ac3792678edf18bb85daa2740805f2f16581be4e..18e64d7d5f5b64f13bb44a7e3c42e523f3bdc633 100644 (file)
@@ -27,7 +27,7 @@
 #include <errno.h>
 
 #include "strpbrk.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 
 /* Duplicates a file handle, making the copy uninheritable.  */
 static int
index 9a2037f4d62004d1714cdd52e7fa9477a952be73..138f25c64762100d6d74df5c9f534949e8a795c7 100644 (file)
@@ -93,7 +93,7 @@
 #include "error.h"
 #include "exit.h"
 #include "fatal-signal.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index 4e6c11e8c0bc15b8c0a0a88fa6d4cb2abe2e5012..b304f6a6173a18a63a6f913a11e5e73b3729cb0a 100644 (file)
@@ -47,7 +47,7 @@ char *getwd ();
 # define getcwd(Buf, Max) getwd (Buf)
 #endif
 
-#include "xmalloc.h"
+#include "xalloc.h"
 
 /* Return the current directory, newly allocated, arbitrarily long.
    Return NULL and set errno on error. */
index 0f6577989162f26bcc348876169444b86076163f..12a0058fb29838eb9cacba30926a26d646b3a848 100644 (file)
@@ -20,7 +20,7 @@
 #endif
 
 /* Specification.  */
-#include "xmalloc.h"
+#include "xalloc.h"
 
 #include <stdlib.h>
 
index 2d6b8f078cf999d67f534e3f894ba7dd73335e52..ff16b06f2bf0627b98410a88249471a9c13fa015 100644 (file)
@@ -53,7 +53,7 @@ extern int errno;
 #ifdef NO_XMALLOC
 # define xmalloc malloc
 #else
-# include "xmalloc.h"
+# include "xalloc.h"
 #endif
 
 /* Call readlink to get the symbolic link value of FILENAME.
index 6d20e2b5518bf8d658152bf7a2a647cb2cd5ee0a..4ed1766d271f789fdd2bda3f39cb96de7fd244c0 100644 (file)
@@ -1,5 +1,5 @@
 /* xstrdup.c -- copy a string with out of memory checking
-   Copyright (C) 1990, 1996, 2000-2002 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1996, 2000-2003 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
@@ -20,7 +20,7 @@
 #endif
 
 /* Specification.  */
-#include "xmalloc.h"
+#include "xalloc.h"
 
 #include <string.h>
 
index f535dbe79e60139ce5592f736e0b96e1b13cd837..0e1a4b0637e8719fae5d9ca0a5185d8fc86a6803 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * test-names.c: Include xalloc.h instead of xmalloc.h.
+
 2003-05-22  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.12.1 released.
index 19a757c549a310168a63ef27919b85ed1dffd2ea..46326dbb35c5311183845afd5b4fb410062d45c2 100644 (file)
@@ -1,5 +1,5 @@
 /* Test the Unicode character name functions.
-   Copyright (C) 2000-2002 Free Software Foundation, Inc.
+   Copyright (C) 2000-2003 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
@@ -24,7 +24,7 @@
 #include <string.h>
 
 #include "exit.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "uniname.h"
 
 /* The names according to the UnicodeData.txt file, modified to contain the
index 338a254b8503a2b5b49a274ea3ac970301b7d06c..3980214c7377c2d8f395981792a66c6fa0ab8d83 100644 (file)
@@ -1,3 +1,64 @@
+2003-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * format-awk.c: Include xalloc.h instead of xmalloc.h.
+       * format-c.c: Likewise.
+       * format-elisp.c: Likewise.
+       * format-gcc-internal.c: Likewise.
+       * format-java.c: Likewise.
+       * format-librep.c: Likewise.
+       * format-lisp.c: Likewise.
+       * format-pascal.c: Likewise.
+       * format-perl.c: Likewise.
+       * format-perl-brace.c: Likewise.
+       * format-php.c: Likewise.
+       * format-python.c: Likewise.
+       * format-sh.c: Likewise.
+       * format-tcl.c: Likewise.
+       * format-ycp.c: Likewise.
+       * gettext-po.c: Likewise.
+       * hostname.c: Likewise.
+       * message.c: Likewise.
+       * msgexec.c: Likewise.
+       * msgfilter.c: Likewise.
+       * msgfmt.c: Likewise.
+       * msggrep.c: Likewise.
+       * msginit.c: Likewise.
+       * msgl-cat.c: Likewise.
+       * msgl-english.c: Likewise.
+       * msgl-iconv.c: Likewise.
+       * msgmerge.c: Likewise.
+       * open-po.c: Likewise.
+       * po-gram-gen.y: Likewise.
+       * po-hash-gen.y: Likewise.
+       * po-lex.c: Likewise.
+       * read-mo.c: Likewise.
+       * read-po-abstract.c: Likewise.
+       * read-po.c: Likewise.
+       * read-properties.c: Likewise.
+       * str-list.c: Likewise.
+       * write-java.c: Likewise.
+       * write-mo.c: Likewise.
+       * write-po.c: Likewise.
+       * write-properties.c: Likewise.
+       * write-tcl.c: Likewise.
+       * x-awk.c: Likewise.
+       * x-c.c: Likewise.
+       * x-elisp.c: Likewise.
+       * x-glade.c: Likewise.
+       * x-java.c: Likewise.
+       * x-librep.c: Likewise.
+       * x-lisp.c: Likewise.
+       * x-perl.c: Likewise.
+       * x-php.c: Likewise.
+       * x-po.c: Likewise.
+       * x-python.c: Likewise.
+       * x-rst.c: Likewise.
+       * x-sh.c: Likewise.
+       * x-smalltalk.c: Likewise.
+       * x-tcl.c: Likewise.
+       * x-ycp.c: Likewise.
+       * xgettext.c: Likewise.
+
 2003-10-07  Bruno Haible  <bruno@clisp.org>
 
        More reliable subprocess cleanup.
index 902a7fbedba57869cc896c0feda428efbe8f9d3c..eccc81acc68e54bae214b0e513cef994008af607 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index ca17288f441155904c3c9b26d9cdb3991b8ee982..9452ddf855f48c7117569d9bffe523e0ab96bf37 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index d25bec032a23180af20e1ea285b0cc6f01451146..c050fa6ea3ea8ed2d508ce305e3234b1e5063071 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index 10218d03cd1fbb9833ea374d90fbd66b5cae4b5e..8a84d2c029fcfce5738edf084b79a67226bf8449 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index f20684bbacf4d5007e1413cad4dd54d2b9dd12de..74256876be5ae895d79cd44c58a1f0e930de1418 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index 334c62a6c444c2dd8c87dcb6196f8af79736e0a1..6380dd62b5a2bc78a7bccdf2de7c80d2df4ffa70 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index 067d9b1114171176da4afda6899bd4f4081e2b7b..14903fc5760d13286f1eba0d098a8a82f08a4c8f 100644 (file)
@@ -26,7 +26,7 @@
 #include "format.h"
 #include "c-ctype.h"
 #include "gcd.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "minmax.h"
index 8af67d980e3fb34a47db737163627d726c05c569..0775d3ccba2714e7eddc830fd2b5121f8642f765 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index 97aba83ffb0104f1df922f7348f17fcfdc39ed94..26149d8de5409abc93f4627b0953c573c77afcc1 100644 (file)
@@ -25,7 +25,7 @@
 #include <string.h>
 
 #include "format.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "error.h"
 #include "error-progname.h"
 #include "gettext.h"
index 64933fd38955f75d1e04bf956575c4449174c18b..71711d76489d366c2a3c0960422255a37e647029 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index 9c9bdb944f94c0f97fe6383c65864090da9ba559..d76698484257e9428e51018e8329de941c3c4f26 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index f01f373615fb1d13abc74839ce9d06293c466006..d41adfe902b43ae14d2be1d22fc542043ef89457 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index ae351b75d65bf4fe38a97d3331ad98afa42746ed..798d3d0fad0817405956c162f07db91e943282a3 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "format-invalid.h"
 #include "error.h"
 #include "error-progname.h"
index 4f1ff2fcad46dd5e4c8752a5f57f6c83207c6961..0b3e871cff8b1bf24b0099a29bf7eee054c65682 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index ba395187ceaaeba8ee4298d333b33670bb08174b..6300e97bb3a848c08664539d2615a1f32ac1f167 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "format.h"
 #include "c-ctype.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "xerror.h"
 #include "format-invalid.h"
 #include "error.h"
index 4e71e62370882d5a894f5a53e694a3bff43a0b61..611a2fbd87d19e63b887bcdb5757c968295f74df 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdlib.h>
 
 #include "message.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "read-po.h"
 
 
index 8b4902bbb389d3cb721bd7b55abe8fad4802be58..854087b6c9941615702625a2b4e16a79c1ce87d2 100644 (file)
@@ -83,7 +83,7 @@
 #include "progname.h"
 #include "relocatable.h"
 #include "basename.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "gettext.h"
 
index 505567aecc7d7a3173fbbae44ff3c8f032156661..4ed13091533f60a6cb17d453c9ee631e7f7fdbb0 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "fstrcmp.h"
 #include "hash.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 
 
 const char *const format_language[NFORMATS] =
index 3d2f34474f3bd6522794cdb6ecf30f542395cce7..66e6331d793e71ea837470ea2c382f6219493c33 100644 (file)
@@ -43,7 +43,7 @@
 #include "basename.h"
 #include "message.h"
 #include "read-po.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "full-write.h"
 #include "findprog.h"
index 7cdd1f05aec721bfdd2760da2bd09af593609952..b3e4911b8e727d9bece3e5ba5db2820691bcb315 100644 (file)
@@ -57,7 +57,7 @@
 #include "read-po.h"
 #include "write-po.h"
 #include "msgl-charset.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "findprog.h"
 #include "pipe.h"
index 9830701d1529b28ddc5c3618619534ac1488aacb..5d2460811fd629504f6198b94e4015af96e88f06 100644 (file)
@@ -39,7 +39,7 @@
 #include "basename.h"
 #include "xerror.h"
 #include "format.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "plural-exp.h"
 #include "plural-table.h"
 #include "strstr.h"
index 06c9cbe8d3c050c8e39d99da5a702550ae21c71e..1fc10a961fc66a611b3561c325f0ab026cc2e040 100644 (file)
@@ -50,7 +50,7 @@
 #include "write-po.h"
 #include "str-list.h"
 #include "msgl-charset.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "full-write.h"
 #include "findprog.h"
index 9fc3a6ff8c5f0e685842915fbb9b29df266a932e..fb63147f28bf40891a7d3fce44563045766d92ce 100644 (file)
@@ -85,7 +85,7 @@
 #include "localcharset.h"
 #include "po-time.h"
 #include "plural-table.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "pathname.h"
 #include "xerror.h"
index bfb83a4115d1e51930ae90a8e1a8001d31d50314..c6d9742b00c6a6cc20840c91f2f1d0de341a5fe1 100644 (file)
@@ -37,7 +37,7 @@
 #include "msgl-ascii.h"
 #include "msgl-equal.h"
 #include "msgl-iconv.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "strstr.h"
 #include "basename.h"
 #include "exit.h"
index 8c92df628808a554536f08413bf8f285208320c9..6dfecdf6ebd1ef799258a1e2dfc717ac0b40e714 100644 (file)
@@ -1,5 +1,5 @@
 /* Message translation initialization for English.
-   Copyright (C) 2001-2002 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
 
 #include <string.h>
 
-#include "xmalloc.h"
+#include "xalloc.h"
 
 
 msgdomain_list_ty *
index e32c6bf2edbd64e887d51c2da4a209043decf0c4..1c04edc54040184905d84e428246bea98b3aae10 100644 (file)
@@ -40,7 +40,7 @@
 #include "message.h"
 #include "po-charset.h"
 #include "msgl-ascii.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "strstr.h"
 #include "exit.h"
 #include "gettext.h"
index 91fa41687e2ab27d5468c7022f9afb8e946fa97a..658cfd6f092115c47ae187a78efdd33b5d544c93 100644 (file)
@@ -40,7 +40,7 @@
 #include "read-po.h"
 #include "write-po.h"
 #include "format.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "strstr.h"
 #include "exit.h"
 #include "strcase.h"
index 8e73081756fe5aa2171965f2ad2f2128e19f37ef..df63bb929d6f6bc31d8b4e56210eb4b7d8fcb71a 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "dir-list.h"
 #include "pathname.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "error.h"
 #include "gettext.h"
 
index e8386bb116840d68dff48a6c690cac34f7619d80..29624223f0a11b7a5a810cd41144a51054fd6a05 100644 (file)
@@ -34,7 +34,7 @@
 #include "po-lex.h"
 #include "po-charset.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "gettext.h"
 #include "read-po-abstract.h"
 
index 71f40ac04e5e98925cfed26a9f36f0ce33100949..f42d47a5caa5f45cf2d85c031cde72406a9a3401 100644 (file)
@@ -39,7 +39,7 @@
 #include <stdbool.h>
 #include <string.h>
 
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "read-po-abstract.h"
 
 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
index a7d58015a5a45e1b3a30f247bab169b92bdb78e6..8a55978274cd87285b01db0fc5d8784ad944a478 100644 (file)
@@ -42,7 +42,7 @@
 #include "vasprintf.h"
 #include "gettext.h"
 #include "po-charset.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "error.h"
 #include "error-progname.h"
index 5c0e72e86ca735ef37cc0c598869446003ee2b34..fd2e83234977ff9396ae86226438a98d0dfcfb6b 100644 (file)
@@ -1,5 +1,5 @@
 /* Reading binary .mo files.
-   Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc.
    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
 
    This program is free software; you can redistribute it and/or modify
@@ -32,7 +32,7 @@
 #include "gmo.h"
 
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "binary-io.h"
 #include "exit.h"
 #include "message.h"
index bc562eae26cc5218dd20604a52e7b641edcd5621..1b02a1cb4b0fd0459843c831c4359fb20f2a5132 100644 (file)
@@ -31,7 +31,7 @@
 #include "po-gram.h"
 #include "po-hash.h"
 #include "read-properties.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "gettext.h"
 
 /* Local variables.  */
index a31c55ad80abf9025263d8f5a466695e13dd8b6c..e80635d6eb15fc6ac9a029316cd8fab52e2e8d67 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "open-po.h"
 #include "po-charset.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index 3b94fa21597eebea5f041b5cd83976a2758e0522..e95b787e6ead5213d420487e35f37fa70058b0a7 100644 (file)
@@ -34,7 +34,7 @@
 #include "error-progname.h"
 #include "message.h"
 #include "read-po-abstract.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "msgl-ascii.h"
 #include "utf16-ucs4.h"
index 094329c55e11a33885e6b3e3f8de8401d1b6abc0..fb324432626a08681225a208e80403af0e0af31d 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "xmalloc.h"
+#include "xalloc.h"
 
 
 /* Initialize an empty list of strings.  */
index 187b34dd5c97ad608dd5fbf697db5cd411f3eadb..104a61c59b4e33c907a505a0ffbea5aa0c53d675 100644 (file)
@@ -71,7 +71,7 @@
 #include "pathmax.h"
 #include "plural-exp.h"
 #include "po-charset.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "pathname.h"
 #include "fatal-signal.h"
 #include "fwriteerror.h"
index adba88388239ddb484d15d9332c48b4f1c925ae7..4efdf0d11cfed7e3ae52b88d2e2d4f2c01f781f2 100644 (file)
@@ -42,7 +42,7 @@
 #include "hash.h"
 #include "message.h"
 #include "format.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "binary-io.h"
 #include "fwriteerror.h"
 #include "exit.h"
index ef5a04fe913503c321e7b4a1ce383335de501444..90782683a23b6f92e039cc3de191155357605cdc 100644 (file)
@@ -40,7 +40,7 @@
 #include "linebreak.h"
 #include "msgl-ascii.h"
 #include "write-properties.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "strstr.h"
 #include "fwriteerror.h"
 #include "exit.h"
index 5328ebc665f82c00e10028f465bf8e688d144edc..ff3e893cbfb4963099df276fea854efff5bdba1a 100644 (file)
@@ -36,7 +36,7 @@
 #include "po-charset.h"
 #include "utf8-ucs4.h"
 #include "write-po.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 
 /* The format of the Java .properties files is documented in the JDK
    documentation for class java.util.Properties.  In the case of .properties
index 4b0146bf1a525e5b8651c293f9e79af926f07ca7..9b8b8f7dffe6961c1e9daeed4301de35166267ed 100644 (file)
@@ -34,7 +34,7 @@
 #include "message.h"
 #include "msgl-iconv.h"
 #include "po-charset.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "pathname.h"
 #include "fwriteerror.h"
 #include "exit.h"
index b3296210a8cf86649b79a29229251467593667e9..933daedd0148e91d1de31b58e4eda911c0ca4bbc 100644 (file)
@@ -32,7 +32,7 @@
 #include "x-awk.h"
 #include "error.h"
 #include "error-progname.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "gettext.h"
 
index b7f83446a0e7b90df602666b01d666b6ec9c0b28..434d7434f14c0abaff8ce7bf04692d8482e909f6 100644 (file)
@@ -32,7 +32,7 @@
 #include "x-c.h"
 #include "error.h"
 #include "error-progname.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "hash.h"
 #include "gettext.h"
index bde71c1d44cc2789f72eb4f429b07e20e75ef0a6..d1ecabc7b1d2bb212c385f6869a2910d21cbfc4a 100644 (file)
@@ -31,7 +31,7 @@
 #include "xgettext.h"
 #include "x-elisp.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "hash.h"
 #include "c-ctype.h"
index 38a2a903cc44dcec2c2a4d02210cee2ae7d202f6..9bc310767be3138201370915621661eb5db22576 100644 (file)
@@ -41,7 +41,7 @@
 #include "xerror.h"
 #include "basename.h"
 #include "progname.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "hash.h"
 #include "po-charset.h"
index 68452fc9f22038064fa15797112039a64916294b..9652c98f2d2627838f0f4fd097968890415a2dc5 100644 (file)
@@ -30,7 +30,7 @@
 #include "xgettext.h"
 #include "x-java.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "hash.h"
 #include "po-charset.h"
index 78858929ea86a90c91555a8ebbf7c52a35f0d927..106b80867de38c3b3734a31e2abbdffc00ac4b8f 100644 (file)
@@ -32,7 +32,7 @@
 #include "xgettext.h"
 #include "x-librep.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "hash.h"
 #include "gettext.h"
index 4a1e7bff9db8e7e88b398a6e8bd5f4e8c423f00a..0c687ee9a4bc33117a5499535edd6b3d3c88888a 100644 (file)
@@ -31,7 +31,7 @@
 #include "xgettext.h"
 #include "x-lisp.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "hash.h"
 #include "gettext.h"
index 3928cf6ed8a09d1d2089e4873e585c73f6d7fa3c..86ae68f35bdf96c51ea5f3a743153cb1c4be8ae3 100644 (file)
@@ -32,7 +32,7 @@
 #include "x-perl.h"
 #include "error.h"
 #include "error-progname.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "po-charset.h"
 #include "ucs4-utf8.h"
index f45806f6f926e82f9caadfceb9abce865fae3bc9..6a8310be3194a8cffaaf7483758efab4714442ef 100644 (file)
@@ -30,7 +30,7 @@
 #include "xgettext.h"
 #include "x-php.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "gettext.h"
 
index 3c55a476a7f6589b02b0e1707f39d6154788cf37..594531550c2fb6b8336f9d5fca6d551576128232 100644 (file)
@@ -30,7 +30,7 @@
 #include "xgettext.h"
 #include "x-po.h"
 #include "x-properties.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "read-po.h"
 #include "po-lex.h"
 #include "gettext.h"
index c007eae1bdcaa38b29c7a893f53ad8e1242a5f6c..8b19d825343a6b7f2a9f6a03613585f770becddb 100644 (file)
@@ -33,7 +33,7 @@
 #include "x-python.h"
 #include "error.h"
 #include "error-progname.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "po-charset.h"
 #include "uniname.h"
index 2e4dc8b6cfade569ab40f74482fd3924eec612fe..20eef828f542238ae75601c436a8f08c0aefd617 100644 (file)
@@ -31,7 +31,7 @@
 #include "x-rst.h"
 #include "error.h"
 #include "error-progname.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "gettext.h"
 
index 129f5321467ee037de4af43cdfed9e377b36efe4..7e4eda0ac7703263381058fa836fcec99efdfa99 100644 (file)
@@ -31,7 +31,7 @@
 #include "xgettext.h"
 #include "x-sh.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "hash.h"
 #include "gettext.h"
index 12aa259c96fbccfcbf43221f60d2b99c569294c9..15a8e6513695433f6af3af5359d1874964be2200 100644 (file)
@@ -29,7 +29,7 @@
 #include "xgettext.h"
 #include "x-smalltalk.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "gettext.h"
 
index 549b3d13323c7782050be61ae7fe6c88364083f4..bfad460772f4187426e10319e2d59b67b3627a70 100644 (file)
@@ -33,7 +33,7 @@
 #include "xgettext.h"
 #include "x-tcl.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "hash.h"
 #include "c-ctype.h"
index 9116b4f8930049124cb56dbe13f40039eb4180eb..80a8cfd8360ca592b121d2ab2f789f2524c2d879 100644 (file)
@@ -32,7 +32,7 @@
 #include "xgettext.h"
 #include "x-ycp.h"
 #include "error.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "gettext.h"
 
index 4174ebb6c970eff63cb3514a7ec346f60b29d6a0..358449fd300af8bf19b2c0133280da010425b9ec 100644 (file)
@@ -43,7 +43,7 @@
 #include "relocatable.h"
 #include "basename.h"
 #include "xerror.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "strstr.h"
 #include "xerror.h"
 #include "exit.h"
index 8e1f52a1a3356910e93e042384956a11d316f55e..444a9f74146c2c5f7745a06f7cca9828b7db19c2 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * tstgettext.c: Include xalloc.h instead of xmalloc.h.
+
 2003-10-05  Bruno Haible  <bruno@clisp.org>
 
        * xgettext-4: Update expected test result.
index fefe6fd31d787e6061f045a223bfa267aa110882..3234295fb9f159e0ade3b38fe5db44eeb0fcbb7b 100644 (file)
@@ -32,7 +32,7 @@
 #include "progname.h"
 #include "relocatable.h"
 #include "basename.h"
-#include "xmalloc.h"
+#include "xalloc.h"
 #include "exit.h"
 #include "xsetenv.h"