findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] gnulib getline change


From: Eric Blake
Subject: [Findutils-patches] gnulib getline change
Date: Wed, 22 Aug 2007 07:10:56 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

POSIX 200x is adding getline and getdelim to <stdio.h>, so gnulib made
that change.  OK to commit?  This also fixes a bug where locate was using
getdelim without a prototype in the case that gnulib getdelim was in use.

2007-08-22  Eric Blake  <address@hidden>

        Pick up gnulib change to getline module.
        * import-gnulib.config (gnulib_version): Bump date.
        * locate/bigram.c: Use <stdio.h>, not getline.h.
        * locate/code.c: Likewise.
        * locate/frcode.c: Likewise.
        * locate/locate.c: Likewise.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGzDXg84KuGfSFAYARAtiBAJ9GjOoT01Hmj8UCctIkf4ec6n5W9ACfXxls
ypLPtMMHbSOoHXtMuWROzG4=
=nkdS
-----END PGP SIGNATURE-----
Index: import-gnulib.config
===================================================================
RCS file: /sources/findutils/findutils/import-gnulib.config,v
retrieving revision 1.25
diff -u -p -b -r1.25 import-gnulib.config
--- import-gnulib.config        21 Aug 2007 13:40:26 -0000      1.25
+++ import-gnulib.config        22 Aug 2007 13:09:55 -0000
@@ -1,7 +1,7 @@
 # findutils gnulib.config -*- sh -*-
 
 # What version of gnulib to use?
-gnulib_version="2007-08-21"
+gnulib_version="2007-08-23"
 
 destdir="gnulib"
 
Index: locate/bigram.c
===================================================================
RCS file: /sources/findutils/findutils/locate/bigram.c,v
retrieving revision 1.15
diff -u -p -b -r1.15 bigram.c
--- locate/bigram.c     2 Jul 2007 08:25:44 -0000       1.15
+++ locate/bigram.c     22 Aug 2007 13:09:55 -0000
@@ -1,5 +1,5 @@
 /* bigram -- list bigrams for locate
-   Copyright (C) 1994 Free Software Foundation, Inc.
+   Copyright (C) 1994, 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
@@ -43,7 +43,6 @@
 #endif
 #include <sys/types.h>
 
-#include <getline.h>
 #include <xalloc.h>
 #include "closeout.h"
 
Index: locate/code.c
===================================================================
RCS file: /sources/findutils/findutils/locate/code.c,v
retrieving revision 1.25
diff -u -p -b -r1.25 code.c
--- locate/code.c       24 Jul 2007 03:38:39 -0000      1.25
+++ locate/code.c       22 Aug 2007 13:09:55 -0000
@@ -71,7 +71,6 @@
 #endif
 
 #include "locatedb.h"
-#include <getline.h>
 #include "closeout.h"
 #include "xalloc.h"
 #include "gnulib-version.h"
Index: locate/frcode.c
===================================================================
RCS file: /sources/findutils/findutils/locate/frcode.c,v
retrieving revision 1.23
diff -u -p -b -r1.23 frcode.c
--- locate/frcode.c     22 Jul 2007 13:08:22 -0000      1.23
+++ locate/frcode.c     22 Aug 2007 13:09:55 -0000
@@ -105,7 +105,6 @@
 
 
 #include "locatedb.h"
-#include <getline.h>
 #include <getopt.h>
 #include "error.h"
 #include "closeout.h"
Index: locate/locate.c
===================================================================
RCS file: /sources/findutils/findutils/locate/locate.c,v
retrieving revision 1.90
diff -u -p -b -r1.90 locate.c
--- locate/locate.c     20 Aug 2007 13:21:33 -0000      1.90
+++ locate/locate.c     22 Aug 2007 13:09:55 -0000
@@ -118,7 +118,6 @@
 #endif
 
 #include "locatedb.h"
-#include <getline.h>
 #include "xalloc.h"
 #include "error.h"
 #include "human.h"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]