]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't include getline.h.
authorBruno Haible <bruno@clisp.org>
Wed, 22 Aug 2007 23:11:56 +0000 (23:11 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:01 +0000 (12:15 +0200)
23 files changed:
gettext-tools/src/ChangeLog
gettext-tools/src/file-list.c
gettext-tools/src/format-awk.c
gettext-tools/src/format-boost.c
gettext-tools/src/format-c.c
gettext-tools/src/format-csharp.c
gettext-tools/src/format-elisp.c
gettext-tools/src/format-gcc-internal.c
gettext-tools/src/format-java.c
gettext-tools/src/format-librep.c
gettext-tools/src/format-lisp.c
gettext-tools/src/format-pascal.c
gettext-tools/src/format-perl-brace.c
gettext-tools/src/format-perl.c
gettext-tools/src/format-php.c
gettext-tools/src/format-python.c
gettext-tools/src/format-qt.c
gettext-tools/src/format-scheme.c
gettext-tools/src/format-sh.c
gettext-tools/src/format-tcl.c
gettext-tools/src/format-ycp.c
gettext-tools/src/msginit.c
gettext-tools/src/x-perl.c

index aa79843d6cd6c927184f0b74a21d0abbcbeacb8b..8ade3d7cb2e1b9841258aa67be4ef2c62a9699d7 100644 (file)
@@ -1,3 +1,28 @@
+2007-08-23  Bruno Haible  <bruno@clisp.org>
+
+       * file-list.c: Don't include getline.h.
+       * format-awk.c: Likewise.
+       * format-boost.c: Likewise.
+       * format-c.c: Likewise.
+       * format-csharp.c: Likewise.
+       * format-elisp.c: Likewise.
+       * format-gcc-internal.c: Likewise.
+       * format-java.c: Likewise.
+       * format-librep.c: Likewise.
+       * format-lisp.c: Likewise.
+       * format-pascal.c: Likewise.
+       * format-perl-brace.c: Likewise.
+       * format-perl.c: Likewise.
+       * format-php.c: Likewise.
+       * format-python.c: Likewise.
+       * format-qt.c: Likewise.
+       * format-scheme.c: Likewise.
+       * format-sh.c: Likewise.
+       * format-tcl.c: Likewise.
+       * format-ycp.c: Likewise.
+       * msginit.c: Likewise.
+       * x-perl.c: Likewise.
+
 2007-08-18  Bruno Haible  <bruno@clisp.org>
 
        * write-csharp.c (msgdomain_write_csharp): Don't recommend to use
index a3df2dcdc996ac22e051f4cae31fc0833e06903d..ed42b424245d937b8bc1f9da475d2d6dcb5ac5da 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "str-list.h"
 #include "error.h"
-#include "getline.h"
 #include "gettext.h"
 
 /* A convenience macro.  I don't like writing gettext() every time.  */
index db3f09e4c6367b352c7abfad0b802de55fde2197..00a10e5c4aa9355224f7df08a778a11ae7b6cd4d 100644 (file)
@@ -1,5 +1,5 @@
 /* awk format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2002.
 
    This program is free software; you can redistribute it and/or modify
@@ -569,7 +569,6 @@ struct formatstring_parser formatstring_awk =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 318f4b6bd77bda844239ed1c27d7a4d298d95da3..49e55fed1bd74b5c4ffb84391bec7b5a4e34d703 100644 (file)
@@ -1,5 +1,5 @@
 /* Boost format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2006.
 
    This program is free software; you can redistribute it and/or modify
@@ -677,7 +677,6 @@ struct formatstring_parser formatstring_boost =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 7c65fe0d6a6c3315b91e090fc7919bdf4ef69678..6ae33525038c182d5c296fefe10f74f91bb83646 100644 (file)
@@ -1,5 +1,5 @@
 /* C format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -982,7 +982,6 @@ get_sysdep_c_format_directives (const char *string, bool translated,
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 0b57d8eda7a2a7f7d3110e5300ce1a6817335e44..b30a5a3ed9f52370a2c3e7e6a27ae5849e699688 100644 (file)
@@ -1,5 +1,5 @@
 /* C# format strings.
-   Copyright (C) 2003-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2003-2004, 2006-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
@@ -229,7 +229,6 @@ struct formatstring_parser formatstring_csharp =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 34455d81bdd94db4871dca8c9c1cc05b74a8a99c..2822e58e4bd15837be42b6bafaaafe6175115c03 100644 (file)
@@ -1,5 +1,5 @@
 /* Emacs Lisp format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2002.
 
    This program is free software; you can redistribute it and/or modify
@@ -408,7 +408,6 @@ struct formatstring_parser formatstring_elisp =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 71596730ce326ca7dff6f7f49b8460341890e77e..f1be9da5a288bcd976174e3a236dc000aab875c5 100644 (file)
@@ -698,7 +698,6 @@ struct formatstring_parser formatstring_gcc_internal =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 010a37dd89b0419d74ac7c50fba3edc82dc4a0b3..0301bcbd716ffcc33ca85764c894693ecd5f271f 100644 (file)
@@ -805,7 +805,6 @@ struct formatstring_parser formatstring_java =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index bd460b7cb19a97868d92e1048d024770d40ebff2..295c01bbd08d82139802754a02f4006fd12ce745 100644 (file)
@@ -1,5 +1,5 @@
 /* librep format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -372,7 +372,6 @@ struct formatstring_parser formatstring_librep =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index aa6f64245de109b3a20e5430a472d8ef278ff439..bb6b0622a6306bddc47e55a28b879ddb0cf7121f 100644 (file)
@@ -1,5 +1,5 @@
 /* Lisp format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -3518,7 +3518,6 @@ struct formatstring_parser formatstring_lisp =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void print_list (struct format_arg_list *list);
 
index 5ba0d0fe0a0270a307e7a14a880d9d44831fca87..74e798b8ba4ff62720639b3be5b5a15c59fb8f4f 100644 (file)
@@ -1,5 +1,5 @@
 /* Object Pascal format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -461,7 +461,6 @@ struct formatstring_parser formatstring_pascal =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index e72aff13aa1bbaa5f26fb98e9648d59fd29c0894..4feae6728000973a95a81b909c4aae9a8cbacc4b 100644 (file)
@@ -1,5 +1,5 @@
 /* Perl brace format strings.
-   Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006-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
@@ -230,7 +230,6 @@ struct formatstring_parser formatstring_perl_brace =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index c87de485c95c9524ed85a9c2611752c5dc173404..4e0ac667798a75aedcb1b44dc9bca0ac8128b2b7 100644 (file)
@@ -1,5 +1,5 @@
 /* Perl format strings.
-   Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006-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
@@ -644,7 +644,6 @@ struct formatstring_parser formatstring_perl =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 1b0f4a4b9514f05dbc9eccea9781b1b3f554b73c..0ea0725e8d4fcae9de42283110ad144568677eab 100644 (file)
@@ -1,5 +1,5 @@
 /* PHP format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
    This program is free software; you can redistribute it and/or modify
@@ -410,7 +410,6 @@ struct formatstring_parser formatstring_php =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 3c3148910ad5b1721563fd6a8bc9e869200b198c..10c93c720b690119d4bda57d2fb9e6f5ba249644 100644 (file)
@@ -1,5 +1,5 @@
 /* Python format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -558,7 +558,6 @@ get_python_format_unnamed_arg_count (const char *string)
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 90cc0f513d60baa08dbecebc5bf8f13d67020258..75407ed64d6e2f4d3a457c77fa2014099b5d674a 100644 (file)
@@ -1,5 +1,5 @@
 /* Qt format strings.
-   Copyright (C) 2003-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2003-2004, 2006-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
@@ -162,7 +162,6 @@ struct formatstring_parser formatstring_qt =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index bc021b9d61a83979b8f34a5c54e4569ccb8df3b2..65482ff08ac8220cc1f6916f8bdf2fb398f15684 100644 (file)
@@ -1,5 +1,5 @@
 /* Scheme format strings.
-   Copyright (C) 2001-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -3441,7 +3441,6 @@ struct formatstring_parser formatstring_scheme =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void print_list (struct format_arg_list *list);
 
index 097be8c4bf447f6d11731c8b904cd94ef01c9e30..207cafb1a3bf931864fedb62f5995e2f050bfce2 100644 (file)
@@ -1,5 +1,5 @@
 /* Shell format strings.
-   Copyright (C) 2003-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2003-2004, 2006-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
@@ -338,7 +338,6 @@ struct formatstring_parser formatstring_sh =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 35831f14820b7fe078459c3a580607facc417fa5..9dec03aac2e5ac2e787748cb1c2e841f6a813990 100644 (file)
@@ -1,5 +1,5 @@
 /* Tcl format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2002.
 
    This program is free software; you can redistribute it and/or modify
@@ -450,7 +450,6 @@ struct formatstring_parser formatstring_tcl =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 7f8f83d568888df34ee88cdbca22b4c29a1bf2fa..3459b01cc1bd138fb0079d9f58b36fcd37a9c0af 100644 (file)
@@ -1,5 +1,5 @@
 /* YCP and Smalltalk format strings.
-   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -179,7 +179,6 @@ struct formatstring_parser formatstring_smalltalk =
    format_parse for strings read from standard input.  */
 
 #include <stdio.h>
-#include "getline.h"
 
 static void
 format_print (void *descr)
index 8d23927599e9430d20fb1c8c232614bdf33bd2dd..5cd1e7f138e3ba3bc9ba1b2e6aec58acbc817728 100644 (file)
@@ -81,7 +81,6 @@
 #include "plural-count.h"
 #include "pipe.h"
 #include "wait-process.h"
-#include "getline.h"
 #include "xsetenv.h"
 #include "str-list.h"
 #include "propername.h"
index 863155f632618645e3c73abbe81e3314e3418db0..431cab6fa828af37aa69c8708c015da1e0b53175 100644 (file)
@@ -39,7 +39,6 @@
 #include "po-charset.h"
 #include "unistr.h"
 #include "uniname.h"
-#include "getline.h"
 #include "gettext.h"
 
 #define _(s) gettext(s)