From owner-cvs-usrbin Sun Oct 20 09:55:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA01339 for cvs-usrbin-outgoing; Sun, 20 Oct 1996 09:55:05 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA01319; Sun, 20 Oct 1996 09:54:54 -0700 (PDT) Date: Sun, 20 Oct 1996 09:54:54 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610201654.JAA01319@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate fastfind.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/20 09:54:53 Modified: usr.bin/locate/locate fastfind.c Log: Better case insensitve search support for pattern with meta chars. In some rare cases this does not work proper before flag FNM_ICASE was added to fnmatch(3). Revision Changes Path 1.4 +9 -2 src/usr.bin/locate/locate/fastfind.c