aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix most issues reported by mandocGordon Bergling2020-12-191-9/+9
* nl_langinfo(3): document recognized item namesYuri Pankov2020-12-171-8/+94
* Add collation version support to querylocale(3).Thomas Munro2020-11-085-16/+57
* newlocale(3): Fix a memory leak.Mark Johnston2020-10-022-2/+19
* setlocale(3): Add an EXAMPLES section and add LANG categoryGordon Bergling2020-08-071-1/+24
* mbsrtowcs(3): Clarify the RETURN VALUES sectionGordon Bergling2020-08-071-4/+18
* Explain how to learn about possible recognized locale namesJoerg Wunsch2020-06-271-0/+16
* Use proper mdoc(7) macros for literal text and do not use TnMateusz Piotrowski2020-04-011-5/+8
* Fix uselocale(3) to not leak a reference to the old locale.Mark Johnston2020-03-201-1/+1
* libc: Fix a few bugs in the xlocale collation code.Mark Johnston2020-01-092-3/+8
* localeconv: correct grouping and mon_grouping per C/POSIXEd Maste2019-12-191-1/+1
* Improve the description of big5(5)Li-Wen Hsu2019-09-141-2/+9
* In FreeBSD 11 localedef(1) has replaced the mklocale(1) and colldef(1)Baptiste Daroussin2019-09-103-8/+7
* Fix WITHOUT_ICONV build after r340276.Yuri Pankov2018-11-144-8/+8
* Reset persistent mbstates when rune locale encoding changes.Yuri Pankov2018-11-0915-45/+63
* Add hybrid C.UTF-8 locale being identical to default C locale exceptYuri Pankov2018-11-042-3/+6
* Add -b/-l options to localedef(1) to specify output endianness and useYuri Pankov2018-10-203-103/+48
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-172-2/+4
* libc/locale: fix an off-by-one in newlocaleEitan Adler2017-12-291-1/+1
* SPDX: Fix some License ID tags for libc.Pedro F. Giffuni2017-12-271-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2552-7/+111
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2020-6/+46
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* __setrunelocale: Fix asprintf(3) failure not returning an error.Bryan Drewery2017-09-292-5/+3
* Document some invariants for the XLC_ enum.David Chisnall2017-09-071-0/+21
* libc: minor indent(1) cleanups.Pedro F. Giffuni2017-08-262-50/+46
* localeconv(3): start sentences on new linesEnji Cooper2017-05-231-1/+2
* Renumber copyright clause 4Warner Losh2017-02-2851-51/+51
* Move __hidden attribute towards the end of the declaration.Pedro F. Giffuni2016-12-311-12/+12
* Fix error reporting from wcstof()Eric van Gyzen2016-11-203-15/+31
* Locale fix for endian big (EB) machines.Ruslan Bukin2016-11-013-48/+103
* Change the return type of freelocale(3) to void.Ed Schouten2016-07-292-25/+14
* libc: tag the Rune initialization function prototypes visibility as hidden.Pedro F. Giffuni2016-07-191-12/+12
* Revert 302324 and properly fix the crash with ISO-8859-5 localesBaptiste Daroussin2016-07-151-1/+5
* 1) Eliminate possibility to call __*collate_range_cmp() with inclompleteAndrey A. Chernov2016-07-142-11/+6
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-142-3/+21
* Remove broken support for collation in [a-z] type ranges.Andrey A. Chernov2016-07-102-21/+3
* Fix a bad test resulting in a segfault with ISO-8859-5 localesBaptiste Daroussin2016-07-031-1/+1
* libc/locale: Fix type breakage in __collate_range_cmp().Pedro F. Giffuni2016-06-052-4/+18
* For EILSEQ case in mbsnrtowcs() and wcsnrtombs() update src to point toAndrey A. Chernov2016-05-312-0/+3
* libc: spelling fixes.Pedro F. Giffuni2016-04-302-2/+2
* Restore the original ascii.c from prior to r290494Baptiste Daroussin2016-04-211-13/+10
* Check the returned value of memchr(3) before using itBaptiste Daroussin2016-04-201-1/+4
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-6/+5
* SJIS encoding don't have single byte characters >= 224Andrey A. Chernov2016-04-041-1/+1
* EUC-type encodings don't have single byte characters >= 128Andrey A. Chernov2016-04-041-3/+3
* mbtowc(3): set errno to EILSEQ if an incomplete character is passed.Pedro F. Giffuni2016-03-011-2/+9
* Link localeconv(3) to localeconv_l(3)Enji Cooper2015-11-251-0/+1
* return "US-ASCII" instead of "POSIX" for "C" and "POSIX" localesBaptiste Daroussin2015-11-101-1/+1
* nl_langinfo: Simplify case ladderBaptiste Daroussin2015-11-091-2/+0