From owner-freebsd-standards@FreeBSD.ORG Sat Feb 14 14:03:10 2009 Return-Path: Delivered-To: standards@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB02B1065692 for ; Sat, 14 Feb 2009 14:03:10 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id 552E28FC15 for ; Sat, 14 Feb 2009 14:03:10 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.3/8.14.2) with ESMTP id n1EDoATK009311 for ; Sat, 14 Feb 2009 08:50:10 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.3/8.14.2/Submit) id n1EDoA0S009310 for standards@freebsd.org; Sat, 14 Feb 2009 08:50:10 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Sat, 14 Feb 2009 08:50:10 -0500 From: David Schultz To: standards@FreeBSD.ORG Message-ID: <20090214135010.GB9262@zim.MIT.EDU> Mail-Followup-To: standards@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Subject: [patch] getdelim, new string functions X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 14:03:11 -0000 This patch adds getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), wcscasecmp(), and wcsncasecmp() (mixed in with a few other changes that I need to factor out). Comments and reviews would be appreciated. http://www.freebsd.org/~das/str.diff