Date: Sat, 12 Oct 1996 18:44:47 -0700 (PDT) From: Wolfram Schneider <wosch> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate fastfind.c locate.1 locate.c locate.h src/usr.bin/locate/bigram locate.bigram.c src/usr.bin/locate/code locate.code.c Message-ID: <199610130144.SAA21985@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wosch 96/10/12 18:44:46 Modified: usr.bin/locate/bigram locate.bigram.c usr.bin/locate/code locate.code.c usr.bin/locate/locate fastfind.c locate.1 locate.c locate.h Log: 8-Bit character support. Old locate(1) programs still works with the new database format, print some garbage for 8 bit characters, but don't core (maybe except char 30). 7-Bit Puritan should not notice any difference. Same speed, Same database size if the database contain only ASCII characters. Reviewed by: ache Revision Changes Path 1.8 +4 -3 src/usr.bin/locate/bigram/locate.bigram.c 1.6 +56 -26 src/usr.bin/locate/code/locate.code.c 1.3 +64 -30 src/usr.bin/locate/locate/fastfind.c 1.5 +9 -2 src/usr.bin/locate/locate/locate.1 1.6 +11 -6 src/usr.bin/locate/locate/locate.c 1.4 +3 -0 src/usr.bin/locate/locate/locate.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610130144.SAA21985>