Date: Fri, 8 May 2009 02:18:46 +0000 (UTC) From: "Stephane E. Potvin" <sepotvin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/gnu/usr.bin/patch common.h inp.c patch.c pch.c pch.h util.c src/sys/sys param.h Message-ID: <200905080223.n482NlHB041167@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sepotvin 2009-05-08 02:18:46 UTC FreeBSD src repository Modified files: gnu/usr.bin/patch common.h inp.c patch.c pch.c pch.h util.c sys/sys param.h Log: SVN rev 191910 on 2009-05-08 02:18:46Z by sepotvin Change the internal buffer used to store input lines from a static buffer to a dynamically allocated one in order to support input lines of arbitrary length. Approved by: kan (mentor) MFC after: 1 month Revision Changes Path 1.10 +3 -2 src/gnu/usr.bin/patch/common.h 1.13 +2 -2 src/gnu/usr.bin/patch/inp.c 1.22 +5 -0 src/gnu/usr.bin/patch/patch.c 1.21 +59 -44 src/gnu/usr.bin/patch/pch.c 1.8 +1 -1 src/gnu/usr.bin/patch/pch.h 1.11 +7 -7 src/gnu/usr.bin/patch/util.c 1.406 +1 -1 src/sys/sys/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905080223.n482NlHB041167>