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