From owner-cvs-src@FreeBSD.ORG Mon Aug 2 03:42:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35A0516A4CE; Mon, 2 Aug 2004 03:42:08 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A1B943D1D; Mon, 2 Aug 2004 03:42:07 +0000 (GMT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.32) id 1BrTrA-00063t-A7; Mon, 02 Aug 2004 10:51:24 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i723j99k089253; Mon, 2 Aug 2004 10:45:09 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i723j9Vl089167; Mon, 2 Aug 2004 10:45:09 +0700 (NOVST) (envelope-from danfe) Date: Mon, 2 Aug 2004 10:45:09 +0700 From: Alexey Dokuchaev To: Garance A Drosehn Message-ID: <20040802034509.GB81089@regency.nsu.ru> References: <200408012045.i71KjtFX087582@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408012045.i71KjtFX087582@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/patch - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 03:42:08 -0000 On Sun, Aug 01, 2004 at 08:45:55PM +0000, Garance A Drosehn wrote: > gad 2004-08-01 20:45:55 UTC > > FreeBSD src repository > > src/usr.bin/patch - Imported sources > Update of /home/ncvs/src/usr.bin/patch > In directory repoman.freebsd.org:/tmp/cvs-serv87568 > > Log Message: > Import of a BSD-licensed version of `patch', which will eventually > replace the version we currently have in src/gnu/usr.bin/patch/. > Among other things, this version includes a --posix option for strict > POSIX conformance. > > This version is the current source from OpenBSD as of today. It is > their 3.5-release, plus a few updates to patch.c and pch.c that they > made about three weeks ago. May I ask why you preferred OpenBSD's version over NetBSD's? It was shown in the past that OpenBSD's way of doing thing is a bit rough on the edges sometimes (humanize_number(3) vs. fmt_scaled(3) and scan_scaled(3), ftw(3) and nftw(3), etc). ./danfe