diff options
author | Bruno Haible <bruno@clisp.org> | 2007-02-19 03:10:48 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:41 +0200 |
commit | 799d4524aa01329ecf70eae98c240d7143954325 (patch) | |
tree | 9efb176679a22afbc21d21428e8cfa9bd0c2b47d | |
parent | cc0234dca7a05cacb7e852ce049c1f1856e12fff (diff) | |
download | external_gettext-799d4524aa01329ecf70eae98c240d7143954325.zip external_gettext-799d4524aa01329ecf70eae98c240d7143954325.tar.gz external_gettext-799d4524aa01329ecf70eae98c240d7143954325.tar.bz2 |
exit.h is gone.
-rw-r--r-- | gettext-runtime/src/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-runtime/src/envsubst.c | 3 | ||||
-rw-r--r-- | gettext-runtime/src/gettext.c | 3 | ||||
-rw-r--r-- | gettext-runtime/src/ngettext.c | 3 | ||||
-rw-r--r-- | gettext-tools/libuniname/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/libuniname/test-names.c | 3 |
6 files changed, 14 insertions, 8 deletions
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index c0399e9..287dba5 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,9 @@ +2007-02-19 Bruno Haible <bruno@clisp.org> + + * envsubst.c: Don't include exit.h. + * gettext.c: Likewise. + * ngettext.c: Likewise. + 2006-11-03 Bruno Haible <bruno@clisp.org> Simplify xmalloc expressions. Add overflow check in xmalloc arguments. diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c index 65f7309..0c396e8 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 <bruno@clisp.org>, 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 a491658..f377e5a 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 <drepper@gnu.ai.mit.edu>, 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 af5c5f2..90e5d04 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 3b7324b..8ca1745 100644 --- a/gettext-tools/libuniname/ChangeLog +++ b/gettext-tools/libuniname/ChangeLog @@ -1,3 +1,7 @@ +2007-02-19 Bruno Haible <bruno@clisp.org> + + * test-names.c: Don't include exit.h. + 2006-12-23 Bruno Haible <bruno@clisp.org> * uniname.c: Include stdint.h. diff --git a/gettext-tools/libuniname/test-names.c b/gettext-tools/libuniname/test-names.c index 640ec1c..7172796 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 <stdlib.h> #include <string.h> -#include "exit.h" #include "xalloc.h" #include "uniname.h" |