| Commit message (Expand) | Author | Age | Files | Lines |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -2/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | POSIX.1-2008 TC3 is going to clarify how newlocale(3) uses oldloc. |  schwarze | 2019-06-25 | 1 | -3/+4 |
* | Copy categories outside "mask" from "oldloc" to the new locale object. |  schwarze | 2019-03-29 | 2 | -19/+31 |
* | Improve the description of locale dependency: |  schwarze | 2019-01-18 | 2 | -14/+20 |
* | For all functions known to be infected by LC_NUMERIC, add short |  schwarze | 2019-01-16 | 1 | -2/+11 |
* | Warn against using any categories but LC_CTYPE in setlocale(3) and |  schwarze | 2019-01-13 | 1 | -3/+122 |
* | mention which locale categories this is related to, and add SEE ALSO |  schwarze | 2018-04-04 | 1 | -1/+11 |
* | add SEE ALSO |  schwarze | 2018-04-04 | 1 | -1/+6 |
* | Split the useless localeconv(3) function out of the important |  schwarze | 2018-04-04 | 3 | -145/+195 |
* | Resolve some code duplication. |  schwarze | 2018-03-29 | 1 | -11/+3 |
* | Fix three bugs in setlocale(3): |  schwarze | 2018-03-29 | 1 | -5/+7 |
* | Rewrite, since Karl Williamson <public at khwilliamson dot com> |  schwarze | 2018-03-22 | 1 | -153/+142 |
* | pasto in function name in the SYNOPSIS; from semarie@ |  schwarze | 2017-10-04 | 1 | -3/+3 |
* | New POSIX xlocale implementation written from scratch. |  schwarze | 2017-09-05 | 34 | -693/+1739 |
* | We only support ASCII and UTF-8, so we never need to |  schwarze | 2017-08-05 | 3 | -20/+3 |
* | Delete some abstraction that we don't and won't need. |  schwarze | 2016-09-05 | 7 | -116/+26 |
* | Make it clear that printable characters of width 0 exist. |  schwarze | 2016-09-02 | 1 | -7/+5 |
* | Since we support only one non-ASCII LC_CTYPE locale, we don't need |  schwarze | 2016-09-02 | 1 | -55/+15 |
* | fix a couple of errors in the page; |  jmc | 2016-06-28 | 1 | -4/+4 |
* | Stop exposing <sys/localedef.h> and various symbols internal to the libc |  guenther | 2016-05-23 | 9 | -24/+21 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -23/+1 |
* | LOCALE_CHARSETS has been unused for some time now |  jca | 2016-03-20 | 1 | -5/+1 |
* | Fix STANDARDS: use the appropriate .St argument and add the information |  schwarze | 2016-02-27 | 1 | -5/+8 |
* | If an incomplete character is passed to mbtowc(3), set errno to EILSEQ. |  schwarze | 2016-02-27 | 1 | -4/+11 |
* | Dv fix; |  jmc | 2016-02-13 | 1 | -2/+3 |
* | Fix an obvious cut-and-paste error: |  schwarze | 2016-02-13 | 1 | -4/+3 |
* | Align with reality, and with POSIX: For this particular function, |  schwarze | 2016-02-08 | 1 | -7/+3 |
* | avoid an uninitialised value in a return path added in rev 1.5 |  jsg | 2016-02-05 | 1 | -2/+4 |
* | Validate input files to prevent out of boundary accesses. |  tobias | 2015-12-06 | 1 | -63/+80 |
* | Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error. |  stsp | 2015-10-28 | 1 | -42/+54 |
* | typo |  mmcc | 2015-10-24 | 1 | -3/+3 |
* | nl_langinfo(3) conforms to POSIX. |  bentley | 2015-10-24 | 1 | -2/+7 |
* | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one |  guenther | 2015-10-01 | 4 | -18/+7 |
* | Prefer Xr over Fn for interpage references and delete reference to |  guenther | 2015-09-21 | 1 | -10/+11 |
* | Don't wrap initialized variables: binutils appears to be mishandling them |  guenther | 2015-09-19 | 1 | -1/+3 |
* | Wrap <langinfo.h> and <regexp.h> so internal calls go direct and |  guenther | 2015-09-14 | 1 | -1/+2 |
* | Wrap <locale.h> so internal calls go direct |  guenther | 2015-09-14 | 2 | -2/+4 |
* | Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols not |  guenther | 2015-09-13 | 4 | -17/+26 |
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the |  guenther | 2015-09-13 | 1 | -3/+3 |
* | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct |  guenther | 2015-09-12 | 8 | -8/+22 |
* | reduce more .Nd to one line and kill more .Tn |  schwarze | 2015-09-10 | 1 | -4/+4 |
* | restore codeset checking: we shouldn't silency fallback to ASCII codeset. |  semarie | 2015-08-23 | 1 | -2/+2 |
* | Load LC_MESSAGES locale only if the character encoding is UTF-8. |  stsp | 2015-08-14 | 1 | -17/+2 |
* | Disable support for loading LC_CTYPE locales other than UTF-8. |  stsp | 2015-08-14 | 1 | -2/+5 |
* | Mention LC_MESSAGES. |  zhuk | 2015-08-12 | 1 | -2/+7 |
* | the C locale should contain only ASCII |  semarie | 2015-07-07 | 1 | -128/+0 |
* | There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in |  semarie | 2015-07-03 | 1 | -2/+2 |
* | remove new_categories variable from global. |  semarie | 2015-07-02 | 1 | -16/+10 |
* | Remove unused parameter of load_locale_sub(). No assembly change on i386. |  stsp | 2015-06-09 | 1 | -4/+4 |