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