| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Let nl_langinfo(CODESET) return "US-ASCII" as the name of the |  naddy | 2015-04-12 | 1 | -1/+1 |
* | Resolve a mandoc -Tlint warning about trailing whitespace. |  stsp | 2015-03-22 | 1 | -2/+2 |
* | More wide character string function man page improvements based on feedback |  stsp | 2015-03-22 | 3 | -24/+15 |
* | better wording, from andre smagin; ok stsp |  jmc | 2015-03-19 | 3 | -12/+12 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 1 | -2/+2 |
* | Fix previous: |  schwarze | 2014-12-11 | 1 | -5/+6 |
* | LC_CTYPE has no effect on ctype(3), but on wctype(3); ok jmc@ |  schwarze | 2014-12-09 | 1 | -3/+3 |
* | mandoc -Tlint fixes from <kaspars at bankovskis dot net> |  schwarze | 2014-11-30 | 1 | -3/+2 |
* | Nuke some obvious #include duplications. |  krw | 2014-11-18 | 1 | -1/+0 |
* | When fopen()ing internal to libc (the API doesn't support the use |  guenther | 2014-09-15 | 1 | -2/+2 |
* | international currency locale rules as per POSIX.1-2008 |  pelikan | 2014-07-14 | 3 | -5/+49 |
* | use calloc, from Benjamin Baier |  tedu | 2014-05-25 | 1 | -3/+2 |
* | Add some missing names to the NAME sections. |  schwarze | 2014-04-07 | 1 | -3/+4 |
* | lint is dead (long live the lint!), so stop using it as a cpp conditional |  guenther | 2014-03-16 | 1 | -5/+1 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 1 | -3/+3 |
* | ANSI prototype |  deraadt | 2013-11-12 | 1 | -2/+2 |
* | Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned an |  stsp | 2013-08-28 | 2 | -2/+37 |
* | oops, we forgot to remove the .El in previous; sorry stefan (though you |  jmc | 2013-08-28 | 1 | -2/+1 |
* | Cosmetic tweaks of wcrtomb(3) RETURN VALUES section. ok jmc |  stsp | 2013-08-28 | 1 | -11/+9 |
* | no longer any need to quote macro lines with >9 args; |  jmc | 2013-08-14 | 1 | -3/+3 |