]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after change of 'setenv' module in gnulib.
authorBruno Haible <bruno@clisp.org>
Wed, 26 Dec 2007 16:04:23 +0000 (16:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:35 +0000 (12:15 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/gettext-3-prg.c
gettext-tools/tests/gettext-5-prg.c
gettext-tools/tests/gettext-6-prg.c
gettext-tools/tests/gettext-7-prg.c

index 48b1cf8ef73731e3bdc5112db4520dcf02aab596..afca7e4f04359779628f2116e31dc243730c0f33 100644 (file)
@@ -1,3 +1,10 @@
+2007-12-24  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-3-prg.c: Don't include setenv.h.
+       * gettext-5-prg.c: Likewise.
+       * gettext-6-prg.c: Likewise.
+       * gettext-7-prg.c: Likewise.
+
 2007-12-24  Bruno Haible  <bruno@clisp.org>
 
        * msginit-1: Add 'Language' field in header to input. Check that it is
index fe9584ee617edf6c04a4c2fbd257ba72e64bf350..98595d8ac122bd67c2d30810c80db6502cdd5d4d 100644 (file)
@@ -1,5 +1,5 @@
 /* Test program, used by the gettext-3 test.
-   Copyright (C) 2000, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2000, 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
@@ -24,7 +24,6 @@
 #include <locale.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "setenv.h"
 
 /* Make sure we use the included libintl, not the system's one. */
 #undef _LIBINTL_H
index dcec20f4e9b587505d6da46c43af7a67ba1ccb97..55ec2a06e8f5fa2d8518212561a025f361494915 100644 (file)
@@ -1,5 +1,5 @@
 /* Test program, used by the gettext-5 test.
-   Copyright (C) 2005 Free Software Foundation, Inc.
+   Copyright (C) 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
@@ -24,7 +24,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include "setenv.h"
 
 /* Make sure we use the included libintl, not the system's one. */
 #undef _LIBINTL_H
index 34c2a95c66d6275f2a55ab197e1061d4f98d96b3..05b4300f28ce159b28baa014a73c750689e0385d 100644 (file)
@@ -1,5 +1,5 @@
 /* Test program, used by the gettext-6 test.
-   Copyright (C) 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 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
@@ -28,7 +28,6 @@
 #if USE_POSIX_THREADS && ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3))
 
 #include <pthread.h>
-#include "setenv.h"
 
 /* Make sure we use the included libintl, not the system's one. */
 #undef _LIBINTL_H
index ff83c17f4b4b594b89cbfb29fac30fe24c7fbffa..9ea9fc8060d82a61ac951f5232741964bf3293a8 100644 (file)
@@ -1,5 +1,5 @@
 /* Test program, used by the gettext-7 test.
-   Copyright (C) 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 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
@@ -28,7 +28,6 @@
 #if USE_POSIX_THREADS && ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3))
 
 #include <pthread.h>
-#include "setenv.h"
 
 /* Make sure we use the included libintl, not the system's one. */
 #undef _LIBINTL_H