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
/
gbk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The problem is: currently our single byte ctype(3) functions are broken
ache
2007-10-13
1
-0
/
+3
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
. Static'ize functions exported via function reference variables only.
phantom
2005-02-27
1
-9
/
+10
*
Use a simpler and faster buffering scheme for partial multibyte characters.
tjr
2004-05-17
1
-26
/
+40
*
Fix braino in previous: check that the second byte in the character
tjr
2004-05-13
1
-1
/
+1
*
Move prototypes of various encoding-related functions into a new header
tjr
2004-05-12
1
-5
/
+1
*
In the absence of proper validation, at least check that null bytes
tjr
2004-05-11
1
-0
/
+4
*
Perform some basic validation of multibyte conversion state objects.
tjr
2004-04-12
1
-2
/
+15
*
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
-9
/
+39
*
First byte of GBK-like sequences is 0x81, not 0x80
ache
2003-12-19
1
-1
/
+1
*
Remove unused #includes.
tjr
2003-11-08
1
-2
/
+0
*
Implement mbrtowc() and wcrtomb() directly (sync with big5.c).
tjr
2003-11-05
1
-53
/
+50
*
Add GBK encoding
ache
2003-06-01
1
-0
/
+116