summaryrefslogtreecommitdiff
path: root/lib/libc/locale
AgeCommit message (Expand)Author
2024-08-18Adjust locale/rune*.h files so <stdio.h> and <wchar.h> get pulledPhilip Guenther
2024-08-18Pull in <stdio.h> (for snprintf()) directly instead ofPhilip Guenther
2024-02-04Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefixJeremie Courreges-Anglas
2023-11-11Delete the useless .\" ----- comments before .Sh.Ingo Schwarze
2023-11-11more details about error recoveryIngo Schwarze
2023-09-12since since -> sinceJonathan Gray
2023-08-25new manual page MB_CUR_MAX(3) written from scratch;Ingo Schwarze
2023-08-20Provide C11 <uchar.h>.Ingo Schwarze
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-08-29static inline, not inline staticJonathan Gray
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-07-27Revert _RuneLocale struct changes until mklocale reacharoundPhilip Guenther
2022-07-27Since we only do US-ASCII and UTF-8, several parts of the localePhilip Guenther
2022-07-25Simplify wctype() and wctype_l(): we have one set of classificationPhilip Guenther
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-03-29Basic copy editing:Ingo Schwarze
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-25POSIX.1-2008 TC3 is going to clarify how newlocale(3) uses oldloc.Ingo Schwarze
2019-03-29Copy categories outside "mask" from "oldloc" to the new locale object.Ingo Schwarze
2019-01-18Improve the description of locale dependency:Ingo Schwarze
2019-01-16For all functions known to be infected by LC_NUMERIC, add shortIngo Schwarze
2019-01-13Warn against using any categories but LC_CTYPE in setlocale(3) andIngo Schwarze
2018-04-04mention which locale categories this is related to, and add SEE ALSOIngo Schwarze
2018-04-04add SEE ALSOIngo Schwarze
2018-04-04Split the useless localeconv(3) function out of the importantIngo Schwarze
2018-03-29Resolve some code duplication.Ingo Schwarze
2018-03-29Fix three bugs in setlocale(3):Ingo Schwarze
2018-03-22Rewrite, since Karl Williamson <public at khwilliamson dot com>Ingo Schwarze
2017-10-04pasto in function name in the SYNOPSIS; from semarie@Ingo Schwarze
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2017-08-05We only support ASCII and UTF-8, so we never need toIngo Schwarze
2016-09-05Delete some abstraction that we don't and won't need.Ingo Schwarze
2016-09-02Make it clear that printable characters of width 0 exist.Ingo Schwarze
2016-09-02Since we support only one non-ASCII LC_CTYPE locale, we don't needIngo Schwarze
2016-06-28fix a couple of errors in the page;Jason McIntyre
2016-05-23Stop exposing <sys/localedef.h> and various symbols internal to the libcPhilip Guenther
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-20LOCALE_CHARSETS has been unused for some time nowJeremie Courreges-Anglas
2016-02-27Fix STANDARDS: use the appropriate .St argument and add the informationIngo Schwarze
2016-02-27If an incomplete character is passed to mbtowc(3), set errno to EILSEQ.Ingo Schwarze
2016-02-13Dv fix;Jason McIntyre
2016-02-13Fix an obvious cut-and-paste error:Ingo Schwarze
2016-02-08Align with reality, and with POSIX: For this particular function,Ingo Schwarze
2016-02-05avoid an uninitialised value in a return path added in rev 1.5Jonathan Gray
2015-12-06Validate input files to prevent out of boundary accesses.Tobias Stoeckmann
2015-10-28Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error.Stefan Sperling
2015-10-24typommcc
2015-10-24nl_langinfo(3) conforms to POSIX.Anthony J. Bentley