]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
exit.h is replaced with <stdlib.h>.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Feb 2007 03:31:37 +0000 (03:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:41 +0000 (12:14 +0200)
51 files changed:
gettext-tools/src/ChangeLog
gettext-tools/src/file-list.c
gettext-tools/src/hostname.c
gettext-tools/src/msgattrib.c
gettext-tools/src/msgcat.c
gettext-tools/src/msgcmp.c
gettext-tools/src/msgcomm.c
gettext-tools/src/msgconv.c
gettext-tools/src/msgen.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-charset.c
gettext-tools/src/msgl-check.c
gettext-tools/src/msgmerge.c
gettext-tools/src/msgunfmt.c
gettext-tools/src/msguniq.c
gettext-tools/src/po-lex.c
gettext-tools/src/po-xerror.c
gettext-tools/src/read-csharp.c
gettext-tools/src/read-java.c
gettext-tools/src/read-mo.c
gettext-tools/src/read-resources.c
gettext-tools/src/read-tcl.c
gettext-tools/src/recode-sr-latin.c
gettext-tools/src/urlget.c
gettext-tools/src/write-mo.c
gettext-tools/src/write-qt.c
gettext-tools/src/write-resources.c
gettext-tools/src/write-tcl.c
gettext-tools/src/x-awk.c
gettext-tools/src/x-c.c
gettext-tools/src/x-csharp.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-python.c
gettext-tools/src/x-rst.c
gettext-tools/src/x-scheme.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

index 87cdd69f6b8520ccfadd371217fd213d0b2ca0f3..762597d84e9a879290d35dc50ef1dbd7732b3b71 100644 (file)
@@ -1,3 +1,56 @@
+2007-02-19  Bruno Haible  <bruno@clisp.org>
+
+       * file-list.c: Don't include exit.h.
+       * hostname.c: Likewise.
+       * msgattrib.c: Likewise.
+       * msgcat.c: Likewise.
+       * msgcmp.c: Likewise.
+       * msgcomm.c: Likewise.
+       * msgconv.c: Likewise.
+       * msgen.c: Likewise.
+       * msgexec.c: Likewise.
+       * msgfilter.c: Likewise.
+       * msgfmt.c: Likewise.
+       * msggrep.c: Likewise.
+       * msginit.c: Likewise.
+       * msgl-cat.c: Include <stdlib.h> instead of exit.h.
+       * msgl-charset.c: Likewise.
+       * msgl-check.c: Don't include exit.h.
+       * msgmerge.c: Likewise.
+       * msgunfmt.c: Likewise.
+       * msguniq.c: Likewise.
+       * po-lex.c: Likewise.
+       * po-xerror.c: Likewise.
+       * read-csharp.c: Likewise.
+       * read-java.c: Likewise.
+       * read-mo.c: Likewise.
+       * read-resources.c: Likewise.
+       * read-tcl.c: Likewise.
+       * recode-sr-latin.c: Likewise.
+       * urlget.c: Likewise.
+       * write-mo.c: Likewise.
+       * write-qt.c: Likewise.
+       * write-resources.c: Likewise.
+       * write-tcl.c: Include <stdlib.h> instead of exit.h.
+       * x-awk.c: Don't include exit.h.
+       * x-c.c: Likewise.
+       * x-csharp.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-python.c: Likewise.
+       * x-rst.c: Include <stdlib.h> instead of exit.h.
+       * x-scheme.c: Don't include exit.h.
+       * x-sh.c: Likewise.
+       * x-smalltalk.c: Likewise.
+       * x-tcl.c: Likewise.
+       * x-ycp.c: Likewise.
+       * xgettext.c: Likewise.
+
 2007-01-28  Bruno Haible  <bruno@clisp.org>
 
        * x-java.c (string_buffer_append_lone_surrogate): New function.
index 33eb715f3d4fb4cbe5e1b20ce8d176e1cbe930f1..a3df2dcdc996ac22e051f4cae31fc0833e06903d 100644 (file)
@@ -1,5 +1,5 @@
 /* Reading file lists.
-   Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2002, 2007 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
@@ -29,7 +29,6 @@
 
 #include "str-list.h"
 #include "error.h"
-#include "exit.h"
 #include "getline.h"
 #include "gettext.h"
 
index 70bf2f9128ca37c59cbb2042c5762e2393ea1aff..6b9c18aed89e52fd591dc9c6426518b81bccb63a 100644 (file)
@@ -1,5 +1,5 @@
 /* Display hostname in various forms.
-   Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2006-2007 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
@@ -86,7 +86,6 @@
 #include "relocatable.h"
 #include "basename.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "propername.h"
 #include "gettext.h"
 
index a1275d03c4b7691627de26b42515215eff49ac54..0f74cec6aff7c689f2bc1266e74ed27046a27dda 100644 (file)
@@ -1,5 +1,5 @@
 /* Manipulates attributes of messages in translation catalogs.
-   Copyright (C) 2001-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007 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
@@ -43,7 +43,6 @@
 #include "write-po.h"
 #include "write-properties.h"
 #include "write-stringtable.h"
-#include "exit.h"
 #include "propername.h"
 #include "gettext.h"
 
index 51f945afa185a70651bcae9076f1eee230bf594c..6dbdf56e87284564f886477d2c0567ea613c4b22 100644 (file)
@@ -1,5 +1,5 @@
 /* Concatenates several translation catalogs.
-   Copyright (C) 2001-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007 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
@@ -47,7 +47,6 @@
 #include "write-stringtable.h"
 #include "color.h"
 #include "msgl-cat.h"
-#include "exit.h"
 #include "propername.h"
 #include "gettext.h"
 
index 12740c396b192200b9c8a154a6be3a178ce85b1b..37b62d2b141e7cea817eb3cc6dd58c6dbb5047b8 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc.
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
    This program is free software; you can redistribute it and/or modify
@@ -35,7 +35,6 @@
 #include "relocatable.h"
 #include "basename.h"
 #include "message.h"
-#include "exit.h"
 #include "read-catalog.h"
 #include "read-po.h"
 #include "read-properties.h"
index b38e5fd6b6516fc4dade27f3648292d3f3b2ad20..14259ba347e232080493fb305169934b62f18d0c 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1997-1998, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1997-1998, 2000-2007 Free Software Foundation, Inc.
 
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
@@ -46,7 +46,6 @@
 #include "write-properties.h"
 #include "write-stringtable.h"
 #include "msgl-cat.h"
-#include "exit.h"
 #include "propername.h"
 #include "gettext.h"
 
index 2375f3407c22bea8dde99b1ba601977a8fdc674a..f4a4bcf8dc5daa5c0b09748b6386319c78da9f52 100644 (file)
@@ -1,5 +1,5 @@
 /* Converts a translation catalog to a different character encoding.
-   Copyright (C) 2001-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007 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
@@ -45,7 +45,6 @@
 #include "write-stringtable.h"
 #include "msgl-iconv.h"
 #include "localcharset.h"
-#include "exit.h"
 #include "propername.h"
 #include "gettext.h"
 
index a748ba4e2ced17429df754b67d3575863532a7a5..3c4cfdce3bd8bdf45d95b2ef3ed08af03e5d1f0d 100644 (file)
@@ -1,5 +1,5 @@
 /* Creates an English translation catalog.
-   Copyright (C) 2001-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007 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
@@ -44,7 +44,6 @@
 #include "write-po.h"
 #include "write-properties.h"
 #include "write-stringtable.h"
-#include "exit.h"
 #include "propername.h"
 #include "gettext.h"
 
index 65b02db13c43fef5f6af839c163a452f7346507b..f3a64f486397b5dcad3267fb4375ddf95c2e643f 100644 (file)
@@ -1,5 +1,5 @@
 /* Pass translations to a subprocess.
-   Copyright (C) 2001-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007 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
@@ -45,7 +45,6 @@
 #include "read-properties.h"
 #include "read-stringtable.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "full-write.h"
 #include "findprog.h"
 #include "pipe.h"
index 7b000b0d23796497270028ef8b7f5e3a33c8fd43..751c5934ba183f613ae300dc903b989ca9def593 100644 (file)
@@ -59,7 +59,6 @@
 #include "write-stringtable.h"
 #include "msgl-charset.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "findprog.h"
 #include "pipe.h"
 #include "wait-process.h"
index 6993239aad7350ea5459c1dd370eae318e6631b0..219361f5a29ccfa7d04e24c894cbd0e2f1b4bdef 100644 (file)
@@ -38,7 +38,6 @@
 #include "xerror.h"
 #include "xvasprintf.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "msgfmt.h"
 #include "write-mo.h"
 #include "write-java.h"
index fa3b3f0dd539085154956cb67efcc6c4d9dc05d1..d61de66a7ad30d6888e5386d48eb3bb63b2a8429 100644 (file)
@@ -1,5 +1,5 @@
 /* Extract some translations of a translation catalog.
-   Copyright (C) 2001-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007 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
@@ -58,7 +58,6 @@
 #include "msgl-charset.h"
 #include "xalloc.h"
 #include "xallocsa.h"
-#include "exit.h"
 #include "libgrep.h"
 #include "propername.h"
 #include "gettext.h"
index a233f13eddb6fa877cae0bc7ba00141e8584ec45..de30d943463dce7a44f7cdbdb8bf0227f8db6ddf 100644 (file)
@@ -73,7 +73,6 @@
 #include "lang-table.h"
 #include "xalloc.h"
 #include "xallocsa.h"
-#include "exit.h"
 #include "pathname.h"
 #include "xerror.h"
 #include "xvasprintf.h"
index 38e042378f8345c6c954189b1b055f5673a12749..aa275938a0ff696a38d1b5b66d851345d8a4b36a 100644 (file)
@@ -1,5 +1,5 @@
 /* Message list concatenation and duplicate handling.
-   Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007 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
@@ -27,6 +27,7 @@
 
 #include <stdbool.h>
 #include <stddef.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "error.h"
@@ -42,7 +43,6 @@
 #include "xallocsa.h"
 #include "c-strstr.h"
 #include "basename.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index 1bdae22d34bd7f1a4bdfccb85d9b150ef170945c..4276458677076e88000bfd4379cc3cfad50323ab 100644 (file)
@@ -1,5 +1,5 @@
 /* Message list charset and locale charset handling.
-   Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007 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,6 +26,7 @@
 #include "msgl-charset.h"
 
 #include <stddef.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "po-charset.h"
@@ -38,7 +39,6 @@
 #include "xvasprintf.h"
 #include "message.h"
 #include "c-strstr.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index 67ef53c31567f9abd7d68aa32b27b6644c3c726b..da7e334514d1bb54660ecb19df12879bb441f40c 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking of messages in PO files.
-   Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2007 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
@@ -40,7 +40,6 @@
 #include "plural-table.h"
 #include "c-strstr.h"
 #include "vasprintf.h"
-#include "exit.h"
 #include "message.h"
 #include "gettext.h"
 
index 4ccadad87845f4b94dfb5f1c4c1a1cb50656d414..b0241adfbe6ed8574d50f4b722f6c7baa4ba563b 100644 (file)
@@ -50,7 +50,6 @@
 #include "xallocsa.h"
 #include "obstack.h"
 #include "c-strstr.h"
-#include "exit.h"
 #include "c-strcase.h"
 #include "po-charset.h"
 #include "msgl-iconv.h"
index 2e0cf236eb84d73a8a94fef5894d19e7d109b7e6..46fd45e94060a39deb1560600e71b80562829169 100644 (file)
@@ -1,5 +1,5 @@
 /* msgunfmt - converts binary .mo files to Uniforum style .po files
-   Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2007 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
@@ -33,7 +33,6 @@
 #include "progname.h"
 #include "relocatable.h"
 #include "basename.h"
-#include "exit.h"
 #include "message.h"
 #include "msgunfmt.h"
 #include "read-mo.h"
index 6b270493836422ce109e89a78f6912d18e436cc5..66dd1577d96c5e3d31db733e6bdde525ac2302e8 100644 (file)
@@ -1,5 +1,5 @@
 /* Remove, select or merge duplicate translations.
-   Copyright (C) 2001-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007 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
@@ -45,7 +45,6 @@
 #include "write-properties.h"
 #include "write-stringtable.h"
 #include "msgl-cat.h"
-#include "exit.h"
 #include "propername.h"
 #include "gettext.h"
 
index 57acaaf2edc6e519969ebc91a0e007e2e4565079..a328d5eb487311e045a9f4da38c28ea4975576a4 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1995-1999, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-1999, 2000-2007 Free Software Foundation, Inc.
 
    This file was written by Peter Miller <millerp@canb.auug.org.au>.
    Multibyte character handling by Bruno Haible <haible@clisp.cons.org>.
@@ -43,7 +43,6 @@
 #include "gettext.h"
 #include "po-charset.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "error.h"
 #include "error-progname.h"
 #include "xvasprintf.h"
index 869b1c796ef606ca587d12c48e9aa909e59cde09..697208d6792a83c76e8c5569a99d3dd08077e768 100644 (file)
@@ -1,5 +1,5 @@
 /* Error handling during reading and writing of PO files.
-   Copyright (C) 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2005-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2005.
 
    This program is free software; you can redistribute it and/or modify
@@ -28,7 +28,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "exit.h"
 #include "message.h"
 #include "progname.h"
 #include "error-progname.h"
index 37da61c0d2d540a1dd612c8c7a2fc65c9fe64e79..7bc4dd255094a989c92865458aa3d9c87df43eb7 100644 (file)
@@ -1,5 +1,5 @@
 /* Reading C# satellite assemblies.
-   Copyright (C) 2003-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2003-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,6 @@
 #include "xalloc.h"
 #include "pathname.h"
 #include "error.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index 3c9239eac8e9faaca627772bd477d313c904a231..2fbaec6f51820645571a745961f9ecc2edee937b 100644 (file)
@@ -1,5 +1,5 @@
 /* Reading Java ResourceBundles.
-   Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2006-2007 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
@@ -36,7 +36,6 @@
 #include "read-catalog.h"
 #include "read-po.h"
 #include "error.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index 7129e2692f6e3503f971f7355a6add6cfffd028b..fe421151af5c06ff696751fb0060850294e6e919 100644 (file)
@@ -1,5 +1,5 @@
 /* Reading binary .mo files.
-   Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2007 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
@@ -36,7 +36,6 @@
 #include "error.h"
 #include "xalloc.h"
 #include "binary-io.h"
-#include "exit.h"
 #include "message.h"
 #include "format.h"
 #include "gettext.h"
index 9a5b999cac501b828d60bf89cae555c4279527b4..a2c03abb939e9f16dc5bf3ae8d5354e957e67d55 100644 (file)
@@ -1,5 +1,5 @@
 /* Reading C# .resources files.
-   Copyright (C) 2003, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,6 @@
 #include "message.h"
 #include "pathname.h"
 #include "error.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index d9f6b890a6c8cdd00a627fba8e238264df5d122d..b1e271a148f72697c004b757d0f10c3ec8ef3ca5 100644 (file)
@@ -1,5 +1,5 @@
 /* Reading tcl/msgcat .msg files.
-   Copyright (C) 2002-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
    This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,6 @@
 #include "read-po.h"
 #include "xallocsa.h"
 #include "error.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index 2f878abdba844034c57e7dee546456ca6ae296ea..ad86b953ff90c1ba9a7648b804bf7e1686e36c43 100644 (file)
@@ -1,5 +1,5 @@
 /* Recode Serbian text from Cyrillic to Latin script.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software; you can redistribute it and/or modify
@@ -37,7 +37,6 @@
 #include "relocatable.h"
 #include "basename.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "localcharset.h"
 #include "c-strcase.h"
 #include "xstriconv.h"
index 83da0c5203482e30df57a9f90cd2e96a675b0202..dedaad6365597161da91ca71c1b6e48e30d69102 100644 (file)
@@ -1,5 +1,5 @@
 /* Get the contents of an URL.
-   Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007 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
@@ -39,7 +39,6 @@
 #include "full-write.h"
 #include "execute.h"
 #include "javaexec.h"
-#include "exit.h"
 #include "binary-io.h"
 #include "propername.h"
 #include "gettext.h"
index f5966bbec96a7d3087b4ca033383462c6fb73d61..d16b34ac2e7e43b2534b35b7deebd3be3028c851 100644 (file)
@@ -1,5 +1,5 @@
 /* Writing binary .mo files.
-   Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2007 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
@@ -48,7 +48,6 @@
 #include "xallocsa.h"
 #include "binary-io.h"
 #include "fwriteerror.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index 96fd04c2a190b19d70e5b75cfbae7c19cd5f389d..29da2ffb836e19d7afb1a9fb79c6e5ead90da046 100644 (file)
@@ -1,5 +1,5 @@
 /* Writing Qt .qm files.
-   Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software; you can redistribute it and/or modify
@@ -42,7 +42,6 @@
 #include "hash.h"
 #include "binary-io.h"
 #include "fwriteerror.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index e8463312cf08cd8c206a7a6d90a94f61473cff78..0e999046b935e1b39069bce7422083e44ea6985e 100644 (file)
@@ -1,5 +1,5 @@
 /* Writing C# .resources files.
-   Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software; you can redistribute it and/or modify
@@ -42,7 +42,6 @@
 #include "xalloc.h"
 #include "pathname.h"
 #include "fwriteerror.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)
index 0821cc7a7d29cba9b4ea3385d6bbb36e2b8c715a..7371e7d53c442ba9384977c7e997e6f8aca05b49 100644 (file)
@@ -1,5 +1,5 @@
 /* Writing tcl/msgcat .msg files.
-   Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005, 2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
    This program is free software; you can redistribute it and/or modify
@@ -27,6 +27,7 @@
 #include <errno.h>
 #include <stdbool.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "error.h"
@@ -38,7 +39,6 @@
 #include "xallocsa.h"
 #include "pathname.h"
 #include "fwriteerror.h"
-#include "exit.h"
 #include "utf8-ucs4.h"
 #include "gettext.h"
 
index c1ff24f158b0aae19ace13398e1e3d42f58149ae..0b58decccc6010cab4d7fc4d216d359c254fd6bb 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext awk backend.
-   Copyright (C) 2002-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
 
@@ -36,7 +36,6 @@
 #include "error.h"
 #include "error-progname.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(s) gettext(s)
index 276a7b1d176ff819059cb9e5ccd9056fb65bde3c..dfac334763448f8d0095a98c849547022f368619 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext C/C++/ObjectiveC backend.
-   Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc.
 
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
@@ -37,7 +37,6 @@
 #include "error-progname.h"
 #include "xalloc.h"
 #include "xvasprintf.h"
-#include "exit.h"
 #include "hash.h"
 #include "gettext.h"
 
index ab7ed1ba86c5a6e4d50c93b2cb8045ce2cbaafe6..d64507c1db97a89f3dc291c9227109741de4e85f 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext C# backend.
-   Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,6 @@
 #include "xalloc.h"
 #include "xerror.h"
 #include "xvasprintf.h"
-#include "exit.h"
 #include "hash.h"
 #include "po-charset.h"
 #include "utf8-ucs4.h"
index 3bc40a57223995694bb0ef6b51bae33a837c7492..c3f4d50f9da155edde66e36e8fa8dda61be23dfe 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext Emacs Lisp backend.
-   Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2001-2002.
 
@@ -35,7 +35,6 @@
 #include "x-elisp.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "hash.h"
 #include "c-ctype.h"
 #include "gettext.h"
index bcb259e112672866ad995879ca52f4f90bfe48da..fd8898e5e0dffa225456033f402586cfd0ab4a11 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext glade backend.
-   Copyright (C) 2002-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
 
@@ -46,7 +46,6 @@
 #include "basename.h"
 #include "progname.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "hash.h"
 #include "po-charset.h"
 #include "gettext.h"
index 5daad89b88989befd17a60df2d2a9d73f5d4d07e..5faeda07758d63eaf4f2ac9eecf35cd8c7281636 100644 (file)
@@ -34,7 +34,6 @@
 #include "x-java.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "hash.h"
 #include "po-charset.h"
 #include "utf16-ucs4.h"
index 1e7de2202693476c01de25ac8f95db75c4d9dcc5..0dcd44741a5b9d5be29d50791b95667191aca813 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext librep backend.
-   Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
@@ -36,7 +36,6 @@
 #include "x-librep.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "hash.h"
 #include "gettext.h"
 
index 49f63fb62ac670889a589594d6f2301e7ae709bc..07b54f5325cf50631dc4de5343b5e02e263267d4 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext Lisp backend.
-   Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
@@ -35,7 +35,6 @@
 #include "x-lisp.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "hash.h"
 #include "gettext.h"
 
index 7fff57b79dd153fbc00a32263cc222b741689eef..a06814dc91b4d6840ed39e48826de88ba4a342e9 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext Perl backend.
-   Copyright (C) 2002-2006 Free Software Foundation, Inc.
+   Copyright (C) 2002-2007 Free Software Foundation, Inc.
 
    This file was written by Guido Flohr <guido@imperia.net>, 2002-2003.
 
@@ -36,7 +36,6 @@
 #include "error.h"
 #include "error-progname.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "po-charset.h"
 #include "ucs4-utf8.h"
 #include "uniname.h"
index 2cb046500510f3e4b5bbf77d7733c19e69f60f43..b25770451ea3ce5836f87c4d1a5e397ea8639f75 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext PHP backend.
-   Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <bruno@clisp.org>, 2002.
 
@@ -34,7 +34,6 @@
 #include "x-php.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(s) gettext(s)
index 17f6b586166ce51539093c4ccaee2debf649a56d..05d1f4899a9bdc40af2858fca5d48d54008bbc75 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext Python backend.
-   Copyright (C) 2002-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
 
@@ -41,7 +41,6 @@
 #include "xerror.h"
 #include "xvasprintf.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "c-strstr.h"
 #include "c-ctype.h"
 #include "po-charset.h"
index b593cf1e3df6293209a5eb60d1b70851091b5616..e77592e4fda2fa85766764f04f419c7e59da1d6c 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext RST backend.
-   Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
@@ -27,6 +27,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stddef.h>
+#include <stdlib.h>
 
 #include "c-ctype.h"
 #include "message.h"
@@ -35,7 +36,6 @@
 #include "error.h"
 #include "error-progname.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(s) gettext(s)
index 419e9787fd1362191f92c2c238ef40c7276f2eee..312d83a84a37dc1fcc24e9a5af46eb835f9d1745 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext Scheme backend.
-   Copyright (C) 2004-2006 Free Software Foundation, Inc.
+   Copyright (C) 2004-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <bruno@clisp.org>, 2004-2005.
 
@@ -35,7 +35,6 @@
 #include "x-scheme.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "hash.h"
 #include "gettext.h"
 
index a2c932de348d0d844b6a4e394ba150041c277065..45f6e94133428c5cd4d979385a400f35aed891a6 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext sh backend.
-   Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software; you can redistribute it and/or modify
@@ -35,7 +35,6 @@
 #include "x-sh.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "hash.h"
 #include "gettext.h"
 
index 87ef9abafc814857a3e85e55af8e85f13b788dde..2989bfd7d2911351d3d48fd8b1dd1afc7b8392c7 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext Smalltalk backend.
-   Copyright (C) 2002-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
 
@@ -33,7 +33,6 @@
 #include "x-smalltalk.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(s) gettext(s)
index 575da97d1113684ce4b9d021d5cb325375e08f3a..a24ddd7ae618491fb5a8271ab5571d0c04adbf58 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext Tcl backend.
-   Copyright (C) 2002-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
 
@@ -37,7 +37,6 @@
 #include "x-tcl.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "hash.h"
 #include "c-ctype.h"
 #include "po-charset.h"
index 6707597ef0b32ee156e94891f74eeac77fcd02e2..803ec98327e0b417a5369897bf393f77173f639f 100644 (file)
@@ -1,5 +1,5 @@
 /* xgettext YCP backend.
-   Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
 
    This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
@@ -35,7 +35,6 @@
 #include "x-ycp.h"
 #include "error.h"
 #include "xalloc.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(s) gettext(s)
index be4bec15f1ee4dfeba9c71c030be8f8a4e622a2b..482fb51893281d2775a8ab1dc60c9675ba0ac0aa 100644 (file)
@@ -1,5 +1,5 @@
 /* Extracts strings from C source file to Uniforum style .po file.
-   Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2007 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
@@ -49,7 +49,6 @@
 #include "xallocsa.h"
 #include "c-strstr.h"
 #include "xerror.h"
-#include "exit.h"
 #include "pathname.h"
 #include "c-strcase.h"
 #include "open-catalog.h"