From owner-cvs-usrbin Wed Dec 11 06:09:16 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA11164 for cvs-usrbin-outgoing; Wed, 11 Dec 1996 06:09:16 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA11157; Wed, 11 Dec 1996 06:09:13 -0800 (PST) Date: Wed, 11 Dec 1996 06:09:13 -0800 (PST) From: Joerg Wunsch Message-Id: <199612111409.GAA11157@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/file international.c Makefile file.c file.h Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/11 06:09:13 Modified: usr.bin/file Makefile file.c file.h Added: usr.bin/file international.c Log: Add another matching algorithhm to do heuristics for international language text files. Should finally close PR # bin/1925: file does not consider cyrillic text..., though i've never got any response from the originator about my suggestion. While i was at it, also move out the `magic' file to /usr/share/misc, there's nothing that magic with this file to justify its life under /etc. Revision Changes Path 1.6 +4 -4 src/usr.bin/file/Makefile 1.4 +5 -1 src/usr.bin/file/file.c 1.4 +2 -1 src/usr.bin/file/file.h