+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.
/* 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
#include "relocatable.h"
#include "basename.h"
#include "xalloc.h"
-#include "exit.h"
#include "propername.h"
#include "gettext.h"
/* 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
#include "relocatable.h"
#include "basename.h"
#include "xalloc.h"
-#include "exit.h"
#include "propername.h"
#include "gettext.h"
/* 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
#include "relocatable.h"
#include "basename.h"
#include "xalloc.h"
-#include "exit.h"
#include "propername.h"
#include "gettext.h"
+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.
/* 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
#include <stdlib.h>
#include <string.h>
-#include "exit.h"
#include "xalloc.h"
#include "uniname.h"