From owner-cvs-lib Mon Aug 12 11:39:00 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA04914 for cvs-lib-outgoing; Mon, 12 Aug 1996 11:39:00 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA04892; Mon, 12 Aug 1996 11:38:52 -0700 (PDT) Date: Mon, 12 Aug 1996 11:38:52 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199608121838.LAA04892@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale collcmp.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/08/12 11:38:51 Modified: lib/libc/locale collcmp.c Log: There is so many places where range comparation (using collate) needed (much more than I think initially), so I forced to add new user-visible non-standard function to libc. Revision Changes Path 1.2 +20 -9 src/lib/libc/locale/collcmp.c