From: Bruno Haible Date: Mon, 19 Feb 2007 03:10:48 +0000 (+0000) Subject: exit.h is gone. X-Git-Tag: v0.17~467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=799d4524aa01329ecf70eae98c240d7143954325;p=thirdparty%2Fgettext.git exit.h is gone. --- diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index c0399e96e..287dba56f 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,9 @@ +2007-02-19 Bruno Haible + + * envsubst.c: Don't include exit.h. + * gettext.c: Likewise. + * ngettext.c: Likewise. + 2006-11-03 Bruno Haible Simplify xmalloc expressions. Add overflow check in xmalloc arguments. diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c index 65f73098e..0c396e8a1 100644 --- a/gettext-runtime/src/envsubst.c +++ b/gettext-runtime/src/envsubst.c @@ -1,5 +1,5 @@ /* Substitution of environment variables in shell format strings. - Copyright (C) 2003-2006 Free Software Foundation, Inc. + Copyright (C) 2003-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software; you can redistribute it and/or modify @@ -34,7 +34,6 @@ #include "relocatable.h" #include "basename.h" #include "xalloc.h" -#include "exit.h" #include "propername.h" #include "gettext.h" diff --git a/gettext-runtime/src/gettext.c b/gettext-runtime/src/gettext.c index a49165892..f377e5a9c 100644 --- a/gettext-runtime/src/gettext.c +++ b/gettext-runtime/src/gettext.c @@ -1,5 +1,5 @@ /* gettext - retrieve text string from message catalog and print it. - Copyright (C) 1995-1997, 2000-2006 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. Written by Ulrich Drepper , May 1995. This program is free software; you can redistribute it and/or modify @@ -33,7 +33,6 @@ #include "relocatable.h" #include "basename.h" #include "xalloc.h" -#include "exit.h" #include "propername.h" #include "gettext.h" diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c index af5c5f20e..90e5d04ca 100644 --- a/gettext-runtime/src/ngettext.c +++ b/gettext-runtime/src/ngettext.c @@ -1,5 +1,5 @@ /* ngettext - retrieve plural form string from message catalog and print it. - Copyright (C) 1995-1997, 2000-2006 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-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 @@ -33,7 +33,6 @@ #include "relocatable.h" #include "basename.h" #include "xalloc.h" -#include "exit.h" #include "propername.h" #include "gettext.h" diff --git a/gettext-tools/libuniname/ChangeLog b/gettext-tools/libuniname/ChangeLog index 3b7324bfc..8ca1745fa 100644 --- a/gettext-tools/libuniname/ChangeLog +++ b/gettext-tools/libuniname/ChangeLog @@ -1,3 +1,7 @@ +2007-02-19 Bruno Haible + + * test-names.c: Don't include exit.h. + 2006-12-23 Bruno Haible * uniname.c: Include stdint.h. diff --git a/gettext-tools/libuniname/test-names.c b/gettext-tools/libuniname/test-names.c index 640ec1c4e..717279637 100644 --- a/gettext-tools/libuniname/test-names.c +++ b/gettext-tools/libuniname/test-names.c @@ -1,5 +1,5 @@ /* Test the Unicode character name functions. - Copyright (C) 2000-2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2000-2003, 2005, 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 @@ -23,7 +23,6 @@ #include #include -#include "exit.h" #include "xalloc.h" #include "uniname.h"