From owner-cvs-include Mon Aug 12 11:31:21 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA04276 for cvs-include-outgoing; Mon, 12 Aug 1996 11:31:21 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA04254; Mon, 12 Aug 1996 11:30:46 -0700 (PDT) Date: Mon, 12 Aug 1996 11:30:46 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199608121830.LAA04254@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include locale.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/08/12 11:30:45 Modified: include locale.h 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 +1 -0 src/include/locale.h