From: Bruno Haible Date: Mon, 19 Feb 2007 03:31:37 +0000 (+0000) Subject: exit.h is replaced with . X-Git-Tag: v0.17~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d2396ea33f686f48485c87ef07f4c86c87e1df5;p=thirdparty%2Fgettext.git exit.h is replaced with . --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 87cdd69f6..762597d84 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,56 @@ +2007-02-19 Bruno Haible + + * 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 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 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 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 * x-java.c (string_buffer_append_lone_surrogate): New function. diff --git a/gettext-tools/src/file-list.c b/gettext-tools/src/file-list.c index 33eb715f3..a3df2dcdc 100644 --- a/gettext-tools/src/file-list.c +++ b/gettext-tools/src/file-list.c @@ -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" diff --git a/gettext-tools/src/hostname.c b/gettext-tools/src/hostname.c index 70bf2f912..6b9c18aed 100644 --- a/gettext-tools/src/hostname.c +++ b/gettext-tools/src/hostname.c @@ -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 , 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" diff --git a/gettext-tools/src/msgattrib.c b/gettext-tools/src/msgattrib.c index a1275d03c..0f74cec6a 100644 --- a/gettext-tools/src/msgattrib.c +++ b/gettext-tools/src/msgattrib.c @@ -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 , 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" diff --git a/gettext-tools/src/msgcat.c b/gettext-tools/src/msgcat.c index 51f945afa..6dbdf56e8 100644 --- a/gettext-tools/src/msgcat.c +++ b/gettext-tools/src/msgcat.c @@ -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 , 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" diff --git a/gettext-tools/src/msgcmp.c b/gettext-tools/src/msgcmp.c index 12740c396..37b62d2b1 100644 --- a/gettext-tools/src/msgcmp.c +++ b/gettext-tools/src/msgcmp.c @@ -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 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" diff --git a/gettext-tools/src/msgcomm.c b/gettext-tools/src/msgcomm.c index b38e5fd6b..14259ba34 100644 --- a/gettext-tools/src/msgcomm.c +++ b/gettext-tools/src/msgcomm.c @@ -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 @@ -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" diff --git a/gettext-tools/src/msgconv.c b/gettext-tools/src/msgconv.c index 2375f3407..f4a4bcf8d 100644 --- a/gettext-tools/src/msgconv.c +++ b/gettext-tools/src/msgconv.c @@ -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 , 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" diff --git a/gettext-tools/src/msgen.c b/gettext-tools/src/msgen.c index a748ba4e2..3c4cfdce3 100644 --- a/gettext-tools/src/msgen.c +++ b/gettext-tools/src/msgen.c @@ -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 , 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" diff --git a/gettext-tools/src/msgexec.c b/gettext-tools/src/msgexec.c index 65b02db13..f3a64f486 100644 --- a/gettext-tools/src/msgexec.c +++ b/gettext-tools/src/msgexec.c @@ -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 , 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" diff --git a/gettext-tools/src/msgfilter.c b/gettext-tools/src/msgfilter.c index 7b000b0d2..751c5934b 100644 --- a/gettext-tools/src/msgfilter.c +++ b/gettext-tools/src/msgfilter.c @@ -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" diff --git a/gettext-tools/src/msgfmt.c b/gettext-tools/src/msgfmt.c index 6993239aa..219361f5a 100644 --- a/gettext-tools/src/msgfmt.c +++ b/gettext-tools/src/msgfmt.c @@ -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" diff --git a/gettext-tools/src/msggrep.c b/gettext-tools/src/msggrep.c index fa3b3f0dd..d61de66a7 100644 --- a/gettext-tools/src/msggrep.c +++ b/gettext-tools/src/msggrep.c @@ -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 , 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" diff --git a/gettext-tools/src/msginit.c b/gettext-tools/src/msginit.c index a233f13ed..de30d9434 100644 --- a/gettext-tools/src/msginit.c +++ b/gettext-tools/src/msginit.c @@ -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" diff --git a/gettext-tools/src/msgl-cat.c b/gettext-tools/src/msgl-cat.c index 38e042378..aa275938a 100644 --- a/gettext-tools/src/msgl-cat.c +++ b/gettext-tools/src/msgl-cat.c @@ -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 , 2001. This program is free software; you can redistribute it and/or modify @@ -27,6 +27,7 @@ #include #include +#include #include #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) diff --git a/gettext-tools/src/msgl-charset.c b/gettext-tools/src/msgl-charset.c index 1bdae22d3..427645867 100644 --- a/gettext-tools/src/msgl-charset.c +++ b/gettext-tools/src/msgl-charset.c @@ -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 , 2001. This program is free software; you can redistribute it and/or modify @@ -26,6 +26,7 @@ #include "msgl-charset.h" #include +#include #include #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) diff --git a/gettext-tools/src/msgl-check.c b/gettext-tools/src/msgl-check.c index 67ef53c31..da7e33451 100644 --- a/gettext-tools/src/msgl-check.c +++ b/gettext-tools/src/msgl-check.c @@ -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 , 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" diff --git a/gettext-tools/src/msgmerge.c b/gettext-tools/src/msgmerge.c index 4ccadad87..b0241adfb 100644 --- a/gettext-tools/src/msgmerge.c +++ b/gettext-tools/src/msgmerge.c @@ -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" diff --git a/gettext-tools/src/msgunfmt.c b/gettext-tools/src/msgunfmt.c index 2e0cf236e..46fd45e94 100644 --- a/gettext-tools/src/msgunfmt.c +++ b/gettext-tools/src/msgunfmt.c @@ -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 , 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" diff --git a/gettext-tools/src/msguniq.c b/gettext-tools/src/msguniq.c index 6b2704938..66dd1577d 100644 --- a/gettext-tools/src/msguniq.c +++ b/gettext-tools/src/msguniq.c @@ -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 , 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" diff --git a/gettext-tools/src/po-lex.c b/gettext-tools/src/po-lex.c index 57acaaf2e..a328d5eb4 100644 --- a/gettext-tools/src/po-lex.c +++ b/gettext-tools/src/po-lex.c @@ -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 . Multibyte character handling by Bruno Haible . @@ -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" diff --git a/gettext-tools/src/po-xerror.c b/gettext-tools/src/po-xerror.c index 869b1c796..697208d67 100644 --- a/gettext-tools/src/po-xerror.c +++ b/gettext-tools/src/po-xerror.c @@ -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 , 2005. This program is free software; you can redistribute it and/or modify @@ -28,7 +28,6 @@ #include #include -#include "exit.h" #include "message.h" #include "progname.h" #include "error-progname.h" diff --git a/gettext-tools/src/read-csharp.c b/gettext-tools/src/read-csharp.c index 37da61c0d..7bc4dd255 100644 --- a/gettext-tools/src/read-csharp.c +++ b/gettext-tools/src/read-csharp.c @@ -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 , 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) diff --git a/gettext-tools/src/read-java.c b/gettext-tools/src/read-java.c index 3c9239eac..2fbaec6f5 100644 --- a/gettext-tools/src/read-java.c +++ b/gettext-tools/src/read-java.c @@ -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 , 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) diff --git a/gettext-tools/src/read-mo.c b/gettext-tools/src/read-mo.c index 7129e2692..fe421151a 100644 --- a/gettext-tools/src/read-mo.c +++ b/gettext-tools/src/read-mo.c @@ -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 , 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" diff --git a/gettext-tools/src/read-resources.c b/gettext-tools/src/read-resources.c index 9a5b999ca..a2c03abb9 100644 --- a/gettext-tools/src/read-resources.c +++ b/gettext-tools/src/read-resources.c @@ -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 , 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) diff --git a/gettext-tools/src/read-tcl.c b/gettext-tools/src/read-tcl.c index d9f6b890a..b1e271a14 100644 --- a/gettext-tools/src/read-tcl.c +++ b/gettext-tools/src/read-tcl.c @@ -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 , 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) diff --git a/gettext-tools/src/recode-sr-latin.c b/gettext-tools/src/recode-sr-latin.c index 2f878abdb..ad86b953f 100644 --- a/gettext-tools/src/recode-sr-latin.c +++ b/gettext-tools/src/recode-sr-latin.c @@ -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 , 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" diff --git a/gettext-tools/src/urlget.c b/gettext-tools/src/urlget.c index 83da0c520..dedaad636 100644 --- a/gettext-tools/src/urlget.c +++ b/gettext-tools/src/urlget.c @@ -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 , 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" diff --git a/gettext-tools/src/write-mo.c b/gettext-tools/src/write-mo.c index f5966bbec..d16b34ac2 100644 --- a/gettext-tools/src/write-mo.c +++ b/gettext-tools/src/write-mo.c @@ -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 , 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) diff --git a/gettext-tools/src/write-qt.c b/gettext-tools/src/write-qt.c index 96fd04c2a..29da2ffb8 100644 --- a/gettext-tools/src/write-qt.c +++ b/gettext-tools/src/write-qt.c @@ -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 , 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) diff --git a/gettext-tools/src/write-resources.c b/gettext-tools/src/write-resources.c index e8463312c..0e999046b 100644 --- a/gettext-tools/src/write-resources.c +++ b/gettext-tools/src/write-resources.c @@ -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 , 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) diff --git a/gettext-tools/src/write-tcl.c b/gettext-tools/src/write-tcl.c index 0821cc7a7..7371e7d53 100644 --- a/gettext-tools/src/write-tcl.c +++ b/gettext-tools/src/write-tcl.c @@ -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 , 2002. This program is free software; you can redistribute it and/or modify @@ -27,6 +27,7 @@ #include #include #include +#include #include #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" diff --git a/gettext-tools/src/x-awk.c b/gettext-tools/src/x-awk.c index c1ff24f15..0b58deccc 100644 --- a/gettext-tools/src/x-awk.c +++ b/gettext-tools/src/x-awk.c @@ -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 , 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) diff --git a/gettext-tools/src/x-c.c b/gettext-tools/src/x-c.c index 276a7b1d1..dfac33476 100644 --- a/gettext-tools/src/x-c.c +++ b/gettext-tools/src/x-c.c @@ -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 @@ -37,7 +37,6 @@ #include "error-progname.h" #include "xalloc.h" #include "xvasprintf.h" -#include "exit.h" #include "hash.h" #include "gettext.h" diff --git a/gettext-tools/src/x-csharp.c b/gettext-tools/src/x-csharp.c index ab7ed1ba8..d64507c1d 100644 --- a/gettext-tools/src/x-csharp.c +++ b/gettext-tools/src/x-csharp.c @@ -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 , 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" diff --git a/gettext-tools/src/x-elisp.c b/gettext-tools/src/x-elisp.c index 3bc40a572..c3f4d50f9 100644 --- a/gettext-tools/src/x-elisp.c +++ b/gettext-tools/src/x-elisp.c @@ -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 , 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" diff --git a/gettext-tools/src/x-glade.c b/gettext-tools/src/x-glade.c index bcb259e11..fd8898e5e 100644 --- a/gettext-tools/src/x-glade.c +++ b/gettext-tools/src/x-glade.c @@ -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 , 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" diff --git a/gettext-tools/src/x-java.c b/gettext-tools/src/x-java.c index 5daad89b8..5faeda077 100644 --- a/gettext-tools/src/x-java.c +++ b/gettext-tools/src/x-java.c @@ -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" diff --git a/gettext-tools/src/x-librep.c b/gettext-tools/src/x-librep.c index 1e7de2202..0dcd44741 100644 --- a/gettext-tools/src/x-librep.c +++ b/gettext-tools/src/x-librep.c @@ -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 , 2001. @@ -36,7 +36,6 @@ #include "x-librep.h" #include "error.h" #include "xalloc.h" -#include "exit.h" #include "hash.h" #include "gettext.h" diff --git a/gettext-tools/src/x-lisp.c b/gettext-tools/src/x-lisp.c index 49f63fb62..07b54f532 100644 --- a/gettext-tools/src/x-lisp.c +++ b/gettext-tools/src/x-lisp.c @@ -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 , 2001. @@ -35,7 +35,6 @@ #include "x-lisp.h" #include "error.h" #include "xalloc.h" -#include "exit.h" #include "hash.h" #include "gettext.h" diff --git a/gettext-tools/src/x-perl.c b/gettext-tools/src/x-perl.c index 7fff57b79..a06814dc9 100644 --- a/gettext-tools/src/x-perl.c +++ b/gettext-tools/src/x-perl.c @@ -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 , 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" diff --git a/gettext-tools/src/x-php.c b/gettext-tools/src/x-php.c index 2cb046500..b25770451 100644 --- a/gettext-tools/src/x-php.c +++ b/gettext-tools/src/x-php.c @@ -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 , 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) diff --git a/gettext-tools/src/x-python.c b/gettext-tools/src/x-python.c index 17f6b5861..05d1f4899 100644 --- a/gettext-tools/src/x-python.c +++ b/gettext-tools/src/x-python.c @@ -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 , 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" diff --git a/gettext-tools/src/x-rst.c b/gettext-tools/src/x-rst.c index b593cf1e3..e77592e4f 100644 --- a/gettext-tools/src/x-rst.c +++ b/gettext-tools/src/x-rst.c @@ -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 , 2001. @@ -27,6 +27,7 @@ #include #include #include +#include #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) diff --git a/gettext-tools/src/x-scheme.c b/gettext-tools/src/x-scheme.c index 419e9787f..312d83a84 100644 --- a/gettext-tools/src/x-scheme.c +++ b/gettext-tools/src/x-scheme.c @@ -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 , 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" diff --git a/gettext-tools/src/x-sh.c b/gettext-tools/src/x-sh.c index a2c932de3..45f6e9413 100644 --- a/gettext-tools/src/x-sh.c +++ b/gettext-tools/src/x-sh.c @@ -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 , 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" diff --git a/gettext-tools/src/x-smalltalk.c b/gettext-tools/src/x-smalltalk.c index 87ef9abaf..2989bfd7d 100644 --- a/gettext-tools/src/x-smalltalk.c +++ b/gettext-tools/src/x-smalltalk.c @@ -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 , 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) diff --git a/gettext-tools/src/x-tcl.c b/gettext-tools/src/x-tcl.c index 575da97d1..a24ddd7ae 100644 --- a/gettext-tools/src/x-tcl.c +++ b/gettext-tools/src/x-tcl.c @@ -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 , 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" diff --git a/gettext-tools/src/x-ycp.c b/gettext-tools/src/x-ycp.c index 6707597ef..803ec9832 100644 --- a/gettext-tools/src/x-ycp.c +++ b/gettext-tools/src/x-ycp.c @@ -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 , 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) diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c index be4bec15f..482fb5189 100644 --- a/gettext-tools/src/xgettext.c +++ b/gettext-tools/src/xgettext.c @@ -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 , 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"