index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
locale
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link localeconv(3) to localeconv_l(3)
ngie
2015-11-25
1
-0
/
+1
*
return "US-ASCII" instead of "POSIX" for "C" and "POSIX" locales
bapt
2015-11-10
1
-1
/
+1
*
nl_langinfo: Simplify case ladder
bapt
2015-11-09
1
-2
/
+0
*
Readd ascii.c forgotten in r290618
bapt
2015-11-09
1
-0
/
+192
*
locales: Enforce US-ASCII encoding (limited to 7-bit)
bapt
2015-11-09
4
-2
/
+7
*
Fix mbtowc not setting EILSEQ on an Incomplete multibyte sequence for eucJP e...
bapt
2015-11-02
1
-0
/
+1
*
locales: Fix eucJP sorting (broken upstream?)
bapt
2015-11-01
1
-3
/
+4
*
libc: Fix (and improve) nl_langinfo (CODESET)
bapt
2015-11-01
2
-9
/
+23
*
collate: Fix expansion substitions (broken upstream too)
bapt
2015-10-23
1
-17
/
+10
*
libc/collate: minor tweaks / fix
bapt
2015-10-22
1
-27
/
+30
*
Include sys/*.h earlier
bapt
2015-10-14
1
-3
/
+5
*
Commit log from Dragonfly:
bapt
2015-10-13
4
-17
/
+19
*
Merge from head
bapt
2015-10-13
5
-106
/
+52
|
\
|
*
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
rodrigc
2015-09-20
5
-106
/
+52
*
|
Merge from HEAD
bapt
2015-08-25
1
-1
/
+5
|
\
\
|
|
/
|
*
Make UTF-8 parsing and generation more strict.
ed
2015-08-25
1
-1
/
+5
*
|
Fix typo
bapt
2015-08-09
1
-1
/
+1
*
|
Use more asprintf
bapt
2015-08-09
2
-4
/
+9
*
|
Use asprintf/free instead of snprintf
bapt
2015-08-09
1
-3
/
+5
*
|
Remove useless variable
bapt
2015-08-09
1
-2
/
+2
*
|
Readd checking utf16 surrogates that are invalid in utf8
bapt
2015-08-09
1
-0
/
+7
*
|
Mark __collate_load_tables_l as static
bapt
2015-08-09
2
-4
/
+1
*
|
Fix typo
bapt
2015-08-09
2
-3
/
+2
*
|
Merge from HEAD
bapt
2015-08-09
1
-22
/
+1
|
\
\
|
|
/
|
*
Remove 5 and 6 bytes sequences which are illegal in UTF-8 space. (part2)
bapt
2015-08-09
1
-7
/
+1
|
*
Remove 5 and 6 bytes sequences which are illegal in UTF-8 space.
bapt
2015-08-08
1
-8
/
+0
*
|
Fix typo
bapt
2015-08-08
1
-1
/
+1
*
|
Revamp CTYPE support (from Illumos & Dragonfly)
bapt
2015-08-08
17
-473
/
+550
*
|
The collate functions within libc have been using version 1 and 1.2 of the
bapt
2015-08-07
5
-236
/
+648
|
/
*
__xlocale_C_ctype should not be const. It contains a reference count that is...
theraven
2015-04-24
1
-1
/
+1
*
Small changes to locale-related man pages.
theraven
2015-04-24
5
-5
/
+5
*
Remove the const qualifier from iconv(3) to comply with POSIX:
tijl
2015-04-15
2
-4
/
+2
*
mdoc: improvements to SEE ALSO.
joel
2014-12-27
2
-2
/
+2
*
libc/locale: Remove a wrong comma.
pfg
2014-09-04
1
-1
/
+1
*
minor perf enhancement for UTF-8
pfg
2014-07-04
1
-19
/
+10
*
citrus: Avoid invalid code points.
pfg
2014-05-01
1
-2
/
+1
*
citrus: Avoid invalid code points.
pfg
2014-04-29
1
-0
/
+8
*
Fix an issue where the locale and rune locale could become out of sync,
theraven
2014-04-02
2
-9
/
+9
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
1
-2
/
+2
*
Replace the #define for "iconv" so it is for the function name instead of
peter
2013-07-03
2
-2
/
+4
*
Add libiconv based versions of *c16*() and *c32*().
ed
2013-06-03
7
-3
/
+314
*
Add <uchar.h>.
ed
2013-05-21
9
-52
/
+410
*
Document that the return type is different from 1003.1-2008.
pluknet
2013-05-04
1
-2
/
+9
*
mdoc: missing comma in .Dd macro.
pluknet
2013-05-04
5
-5
/
+5
*
Also, add a missing period.
pluknet
2013-05-03
3
-3
/
+3
*
Remove an extra comma.
pluknet
2013-05-03
3
-3
/
+3
*
Remove the STANDARDS section.
pluknet
2013-05-03
1
-4
/
+1
*
btowc(3), isblank(3): Correct prototypes for _l variants.
jilles
2013-03-27
2
-3
/
+3
*
libc: Make various internal file descriptors close-on-exec.
jilles
2012-12-11
2
-2
/
+2
*
Improve style(9) compliance of function declarations.
brooks
2012-12-10
1
-4
/
+12
[next]