Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 1996 20:25:19 -0800 (PST)
From:      "Andrey A. Chernov" <ache>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/locale collate.h collcmp.c
Message-ID:  <199610310425.UAA24383@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610310425.UAA24383>