Age | Commit message (Expand) | Author |
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 |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-09-21 | Prefer Xr over Fn for interpage references and delete reference to | Philip Guenther |
2015-09-19 | Don't wrap initialized variables: binutils appears to be mishandling them | Philip Guenther |
2015-09-14 | Wrap <langinfo.h> and <regexp.h> so internal calls go direct and | Philip Guenther |
2015-09-14 | Wrap <locale.h> so internal calls go direct | Philip Guenther |
2015-09-13 | Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols not | Philip Guenther |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | Philip Guenther |
2015-09-12 | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct | Philip Guenther |
2015-09-10 | reduce more .Nd to one line and kill more .Tn | Ingo Schwarze |
2015-08-23 | restore codeset checking: we shouldn't silency fallback to ASCII codeset. | Sebastien Marie |
2015-08-14 | Load LC_MESSAGES locale only if the character encoding is UTF-8. | Stefan Sperling |
2015-08-14 | Disable support for loading LC_CTYPE locales other than UTF-8. | Stefan Sperling |
2015-08-12 | Mention LC_MESSAGES. | Vadim Zhukov |
2015-07-07 | the C locale should contain only ASCII | semarie |
2015-07-03 | There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in | semarie |
2015-07-02 | remove new_categories variable from global. | semarie |
2015-06-09 | Remove unused parameter of load_locale_sub(). No assembly change on i386. | Stefan Sperling |