]> git.notmuchmail.org Git - notmuch/commit
compat: Add implementation of getline from gnulib.
authorCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 22:06:41 +0000 (14:06 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 22:06:41 +0000 (14:06 -0800)
commit96c9109d94ddd985994cb431080d2823688b0ed6
treea6bdf997e7e1d7e01765957d667bfc0ccdb013ca
parent8b445212e46a194b59edbd6857449430fe460165
compat: Add implementation of getline from gnulib.

These were copied from the gnulib git repository as of:

commit 563c779682040ed4b89c9b4bbe428dcd8157c90a

They come under the GNU GPL v3 (or later) exactly as notmuch is
licensed.
compat/getdelim.c [new file with mode: 0644]
compat/getline.c [new file with mode: 0644]