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
/
utf8.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comment explaining __mb_sb_limit trick here.
ache
2007-10-15
1
-0
/
+5
*
The problem is: currently our single byte ctype(3) functions are broken
ache
2007-10-13
1
-0
/
+3
*
Fix a bug where, for 6-byte sequences, the top 6 bits get compared to
trhodes
2006-03-30
1
-1
/
+1
*
. Static'ize functions exported via function reference variables only.
phantom
2005-02-27
1
-13
/
+15
*
Fix comparisons that test if an unsigned value is < 0.
stefanf
2005-02-12
1
-2
/
+2
*
Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().
tjr
2004-07-27
1
-0
/
+163
*
Add fast paths for conversion of plain ASCII characters.
tjr
2004-07-09
1
-0
/
+13
*
Use conversion state objects to store the accumulated wide character,
tjr
2004-05-17
1
-63
/
+67
*
Move prototypes of various encoding-related functions into a new header
tjr
2004-05-12
1
-5
/
+1
*
Perform some basic validation of multibyte conversion state objects.
tjr
2004-04-12
1
-2
/
+14
*
Don't cast away const qualifiers.
tjr
2004-04-10
1
-1
/
+1
*
Allow partial multibyte characters to accumulate in conversion state
tjr
2004-04-07
1
-12
/
+41
*
Fix a typo that caused mbrtowc() to always return 0.
tjr
2003-11-11
1
-1
/
+1
*
Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implement
tjr
2003-11-02
1
-71
/
+69
*
Whack 28 unused variables.
nectar
2003-02-18
1
-1
/
+1
*
Add a UTF-8 encoding method, which will eventually replace the antique
tjr
2002-10-10
1
-0
/
+204