+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
#include "str-list.h"
#include "error.h"
-#include "getline.h"
#include "gettext.h"
/* A convenience macro. I don't like writing gettext() every time. */
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void print_list (struct format_arg_list *list);
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void print_list (struct format_arg_list *list);
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
/* 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
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void
format_print (void *descr)
#include "plural-count.h"
#include "pipe.h"
#include "wait-process.h"
-#include "getline.h"
#include "xsetenv.h"
#include "str-list.h"
#include "propername.h"
#include "po-charset.h"
#include "unistr.h"
#include "uniname.h"
-#include "getline.h"
#include "gettext.h"
#define _(s) gettext(s)