aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Readd ascii.c forgotten in r290618Baptiste Daroussin2015-11-091-0/+192
* locales: Enforce US-ASCII encoding (limited to 7-bit)Baptiste Daroussin2015-11-094-2/+7
* Fix mbtowc not setting EILSEQ on an Incomplete multibyte sequence for eucJP e...Baptiste Daroussin2015-11-021-0/+1
* locales: Fix eucJP sorting (broken upstream?)Baptiste Daroussin2015-11-011-3/+4
* libc: Fix (and improve) nl_langinfo (CODESET)Baptiste Daroussin2015-11-012-9/+23
* collate: Fix expansion substitions (broken upstream too)Baptiste Daroussin2015-10-231-17/+10
* libc/collate: minor tweaks / fixBaptiste Daroussin2015-10-221-27/+30
* Include sys/*.h earlierBaptiste Daroussin2015-10-141-3/+5
* Commit log from Dragonfly:Baptiste Daroussin2015-10-134-17/+19
* Merge from headBaptiste Daroussin2015-10-135-106/+52
|\
| * Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-205-106/+52
* | Merge from HEADBaptiste Daroussin2015-08-251-1/+5
|\|
| * Make UTF-8 parsing and generation more strict.Ed Schouten2015-08-251-1/+5
* | Fix typoBaptiste Daroussin2015-08-091-1/+1
* | Use more asprintfBaptiste Daroussin2015-08-092-4/+9
* | Use asprintf/free instead of snprintfBaptiste Daroussin2015-08-091-3/+5
* | Remove useless variableBaptiste Daroussin2015-08-091-2/+2