summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/locale/collate.c
AgeCommit message (Collapse)AuthorFilesLines
2022-10-0715052 libc: unused labelToomas Soome1-12/+6
Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2017-03-286904 collation: Fix expansion substitutionsJohn Marino1-16/+14
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-10-226350 localedef native build improvementsGordon Ross1-1/+6
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-07-112964 need POSIX 2008 locale object supportGarrett D'Amore1-103/+115
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2012-02-011594 strxfrm may write past the specified bufferTheo Schlossnagle1-4/+6
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2010-10-11326 strxfrm could be fasterGarrett D'Amore1-67/+79
330 isprint() returns false for "legacy" code, results in bad prompt Reviewed by: gwr@nexenta.com Reviewed by: cjlove@san.rr.com Reviewed by: richlowe@richlowe.net Approved by: richlowe@richlowe.net
2010-10-088 libc locale work needs updated license filesGarrett D'Amore1-151/+523
223 libc needs multibyte locale support for collation 225 libc locale binary files should be in native byte order 309 populate initial locales for illumos Reviewed by: gwr@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: cjlove@san.rr.net Approved by: gwr@nexenta.com
2010-08-307 Need locale databasesGarrett D'Amore1-7/+3
Reviewed by: richlowe@richlowe.net Approved by: richlowe@richlowe.net
2010-07-302 We need a fully open libc (no libc_i18n)Garrett D'Amore1-0/+255
Reviewd by: garrett@nexenta.com Approved by: garrett@nexenta.com