Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 1999 14:15:29 -0700 (PDT)
From:      Dmitrij Tejblum <dt@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/locale collate.c collate.h src/lib/libc/string strcoll.c
Message-ID:  <199909122115.OAA87938@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dt          1999/09/12 14:15:29 PDT

  Modified files:
    lib/libc/locale      collate.c collate.h 
    lib/libc/string      strcoll.c 
  Log:
  __collate_substitute() do something non-trivial only for German. For everyone
  else, it is equivalent to strdup(). So, we will check if  the substitution
  tables are trivial at the load time, and possibly save 2 calls to
  __collate_substitute() in strcoll().
  
  Still, __collate_substitute() should not exist.
  
  Revision  Changes    Path
  1.19      +14 -3     src/lib/libc/locale/collate.c
  1.9       +3 -2      src/lib/libc/locale/collate.h
  1.11      +11 -4     src/lib/libc/string/strcoll.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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