From owner-cvs-lib Sun Aug 11 20:40:54 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA28329 for cvs-lib-outgoing; Sun, 11 Aug 1996 20:40:54 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA28310; Sun, 11 Aug 1996 20:40:42 -0700 (PDT) Date: Sun, 11 Aug 1996 20:40:42 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199608120340.UAA28310@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale collcmp.c Makefile.inc collate.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/08/11 20:40:41 Modified: lib/libc/locale Makefile.inc collate.h Added: lib/libc/locale collcmp.c Log: Add internal function __collcmp once instead of adding it statically to many places in the libc Revision Changes Path 1.7 +2 -1 src/lib/libc/locale/Makefile.inc 1.2 +2 -1 src/lib/libc/locale/collate.h