summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/locale
AgeCommit message (Expand)AuthorFilesLines
2022-10-1815053 libc: unused parameterToomas Soome3-22/+7
2022-10-0715052 libc: unused labelToomas Soome1-12/+6
2022-03-1014443 resection manual pages per IPD4Richard Lowe1-1/+1
2020-09-2213131 libc: _fgetwc_unlocked_l() warn: was '== &fp->_state' instead of '='Toomas Soome1-1/+2
2020-06-0712689 Want c11 uchar.hRobert Mustacchi14-36/+409
2020-03-2612358 Need mbrtowc variant that indicates consumed zero bytesRobert Mustacchi13-50/+115
2019-09-1911615 should handle locale charmap aliasesYuri Pankov1-1/+31
2019-09-1011661 provide C.UTF-8 localeYuri Pankov1-0/+17
2019-06-1811091 libc: NULL pointer errorsToomas Soome1-1/+1
2019-03-0110468 __ctype_mask[EOF] has been working by accidentBryan Cantrill1-17/+21
2018-02-059029 libc: duplicate 'const' declaration specifierToomas Soome1-1/+1
2017-08-228578 sync fnmatch(3C) with upstreamYuri Pankov1-13/+11
2017-08-148568 fnmatch, glob: fix exponential CPU use with repeated '*' operatorsYuri Pankov1-37/+53
2017-06-208362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...Yuri Pankov1-222/+233
2017-06-168362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...Robert Mustacchi1-228/+223
2017-06-148362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...Yuri Pankov1-223/+228
2017-06-128354 sync regcomp(3C) with upstreamYuri Pankov8-3705/+0
2017-04-034412 character handling functions should return 0 for argument range 128-255 ...Yuri Pankov1-19/+13
2017-03-286689 mbtowc(3C) fails to set errno for incomplete charactersIngo Schwarze1-2/+9
2017-03-286907 strcoll() and strxfrm() don't seem to agreeYuri Pankov1-59/+61
2017-03-286905 locales: Fix eucJP sortingJohn Marino1-14/+15
2017-03-286904 collation: Fix expansion substitutionsJohn Marino2-57/+75
2017-02-227812 Remove gender specific languageDaniel Hoffman1-1/+2
2016-09-077350 wcsncasecmp reads data from buffers when count is zeroRobert Mustacchi1-2/+3
2015-10-226350 localedef native build improvementsGordon Ross7-66/+127
2015-10-055821 need strerror_l()Robert Mustacchi1-2/+2
2014-12-195158 sed dumps core in new multibyte codeGarrett D'Amore1-0/+5
2014-12-035366 strcoll_l may destroy its arguments, then crashRichard Lowe2-8/+3
2014-10-245238 iswgraph(L'a') returns 0, but iswctype(L'a', wctype("graph")) nonzeroLauri Tirkkonen1-1/+1
2014-07-162964 need POSIX 2008 locale object support (more C++ fixes)Dan McDonald2-3/+3
2014-07-154964 nl_langinfo(CRNCYSTR) returns wrong alignment characterGarrett D'Amore1-2/+2
2014-07-112964 need POSIX 2008 locale object supportGarrett D'Amore74-1485/+2899
2014-01-223141 strptime() doesn't support %tGary Mills1-23/+7
2012-02-182077 lots of unreachable breaks in illumos gateMilan Jurik2-21/+10
2012-02-011594 strxfrm may write past the specified bufferTheo Schlossnagle1-4/+6
2011-07-221232 setlocale switch to C is brokenJason King1-6/+10
2011-07-111030 strftime "%x" should generate something strptime can parseGordon Ross1-2/+9
2011-05-191046 wcsxfrm(3C) crashes when len arg is 0Gordon Ross1-3/+3
2011-04-10878 regerror() error messages not i18n compliantGarrett D'Amore1-24/+27
2011-03-09781 overrun in fgetwsBryan Cantrill1-2/+2
2011-01-13615 remove support legacy 7-bit ASCIIGarrett D'Amore4-217/+10
2011-01-13616 euc code in libc not aligned with localedefGarrett D'Amore3-136/+231
2010-12-15508 od doesn't set text domainGarrett D'Amore2-6/+19
2010-12-04317 strptime needs %Z supportGarrett D'Amore2-139/+176
2010-10-21357 fix license on strptime.cGarrett D'Amore4-34/+13
2010-10-11326 strxfrm could be fasterGarrett D'Amore2-76/+89
2010-10-088 libc locale work needs updated license filesGarrett D'Amore69-767/+953
2010-09-14187 locale -a dumps coreGarrett D'Amore2-18/+12
2010-09-11169 Lack of "rune" wctype breaks tr -CGarrett D'Amore1-1/+2
2010-09-03142 locale support not POSIX compliantGarrett D'Amore1-27/+56