From owner-cvs-src@FreeBSD.ORG Fri Apr 4 20:17:07 2003 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 0718137B401; Fri, 4 Apr 2003 20:17:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C16043FBD; Fri, 4 Apr 2003 20:17:06 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h354H60U003783; Fri, 4 Apr 2003 20:17:06 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h354H6lG003782; Fri, 4 Apr 2003 20:17:06 -0800 (PST) Message-Id: <200304050417.h354H6lG003782@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 4 Apr 2003 20:17:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/i386/string Makefile.inc wcschr.S 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: Sat, 05 Apr 2003 04:17:07 -0000 tjr 2003/04/04 20:17:05 PST FreeBSD src repository Modified files: lib/libc/i386/string Makefile.inc Added files: lib/libc/i386/string wcschr.S Log: MFp4: Pentium/Athlon-optimised implementation of wcschr(). Revision Changes Path 1.13 +2 -1 src/lib/libc/i386/string/Makefile.inc 1.1 +76 -0 src/lib/libc/i386/string/wcschr.S (new)