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
/
euc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
theraven
2011-11-20
1
-7
/
+12
*
The problem is: currently our single byte ctype(3) functions are broken
ache
2007-10-13
1
-0
/
+3
*
. Static'ize functions exported via function reference variables only.
phantom
2005-02-27
1
-8
/
+9
*
Prefix the names of members of _RuneLocale and its sub-structures
tjr
2004-06-23
1
-5
/
+5
*
Buffer partial wide characters more efficiently: instead of storing the
tjr
2004-05-27
1
-31
/
+46
*
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
-1
/
+7
*
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
-10
/
+40
*
Remove unused #includes.
tjr
2003-11-08
1
-3
/
+0
*
Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implement
tjr
2003-11-02
1
-83
/
+69
*
Add safeguards to never use errno == 0 as setrunelocale() error return code
ache
2002-08-09
1
-1
/
+1
*
Rewrite locale loading procedures, so any load failure will not affect
ache
2002-08-08
1
-22
/
+13
*
Fix wrong address when EucInfo > "variable" size
ache
2002-08-07
1
-1
/
+1
*
Remove the hard-coded limit of 3 bytes for EUC encodings.
asmodai
2002-04-14
1
-1
/
+3
*
Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification.
asmodai
2002-04-07
1
-0
/
+6
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+2
*
Remove __P() usage.
obrien
2002-03-21
1
-2
/
+2
*
Megre XPG4 code into libc
ache
2000-06-03
1
-2
/
+2
*
Include string.h for memcpy function prototype.
jb
1998-01-14
1
-0
/
+1
*
Migrate from XPG4 to XPG3 (libxpg4 will be added soon)
ache
1995-10-23
1
-0
/
+2
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+220