From owner-cvs-lib Wed Oct 30 20:27:00 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24446 for cvs-lib-outgoing; Wed, 30 Oct 1996 20:27:00 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24383; Wed, 30 Oct 1996 20:25:19 -0800 (PST) Date: Wed, 30 Oct 1996 20:25:19 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610310425.UAA24383@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale collate.h collcmp.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 20:25:16 Modified: lib/libc/locale collate.h collcmp.c Log: Rename collate_range_cmp to __collate_range_cmp for internal usage inside libc. Add collate_range_cmp as alias to __collate_range_cmp for temp. backward compatibility. collate_range_cmp will be replaced with direct code for each external program for compatibility with the rest of world Revision Changes Path 1.5 +2 -1 src/lib/libc/locale/collate.h 1.8 +12 -4 src/lib/libc/locale/collcmp.c