summaryrefslogtreecommitdiffstats
path: root/gettext-runtime
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-runtime')
-rw-r--r--gettext-runtime/src/ChangeLog6
-rw-r--r--gettext-runtime/src/envsubst.c3
-rw-r--r--gettext-runtime/src/gettext.c3
-rw-r--r--gettext-runtime/src/ngettext.c3
4 files changed, 9 insertions, 6 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"