]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
exit.h is gone.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Feb 2007 03:10:48 +0000 (03:10 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:41 +0000 (12:14 +0200)
gettext-runtime/src/ChangeLog
gettext-runtime/src/envsubst.c
gettext-runtime/src/gettext.c
gettext-runtime/src/ngettext.c
gettext-tools/libuniname/ChangeLog
gettext-tools/libuniname/test-names.c

index c0399e96e814b26eea0800d7306d039d97b4ca37..287dba56fa322214cc46fa5026c1c7a3de52301c 100644 (file)
@@ -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.
index 65f73098e21bd9bbeab5046127845c57c8f9b8c7..0c396e8a11667966a04c81b3aa550d693a53f7d6 100644 (file)
@@ -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"
 
index a49165892d6b22610827c6cc224d6cd4dc9ece0c..f377e5a9cd7d25a16da6f72a249a5ebf64d93ccb 100644 (file)
@@ -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"
 
index af5c5f20e5c6d61d984e656bb787ae6343be2144..90e5d04cab2d2d0cb7d4b0981c834900a282b41c 100644 (file)
@@ -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"
 
index 3b7324bfce2cf4e76209c8d4cb631a99df3be5fd..8ca1745faa77fbd794dde005602004cd5856dd30 100644 (file)
@@ -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.
index 640ec1c4e93ad37dc85e7157b7dad2c1a8e9babd..7172796373af413306acdcee992a345f7d8e83e2 100644 (file)
@@ -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"