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
*
Allow encoding modules to override the default implementations of
tjr
2004-05-13
8
-9
/
+113
*
Fix braino in previous: check that the second byte in the character
tjr
2004-05-13
2
-2
/
+2
*
Reduce overhead by calling internal versions of the multibyte conversion
tjr
2004-05-12
8
-11
/
+19
*
Move prototypes of various encoding-related functions into a new header
tjr
2004-05-12
16
-71
/
+72
*
In the absence of proper validation, at least check that null bytes
tjr
2004-05-11
4
-1
/
+19
*
Use a binary search to find the range containing a character in
tjr
2004-05-09
3
-20
/
+34
*
Rewrite split_lines() to operate safely
ache
2004-04-25
1
-3
/
+7
*
Perform some basic validation of multibyte conversion state objects.
tjr
2004-04-12
8
-16
/
+116
*
Remove a nonsensical remark about byte order markers in UTF-8 streams.
tjr
2004-04-12
1
-6
/
+1
*
Document the meaning of the zero return value.
tjr
2004-04-11
2
-6
/
+11
*
Fix a typo. I was locked out for two days from my machine.
davidxu
2004-04-10
1
-1
/
+1
*
Don't cast away const qualifiers.
tjr
2004-04-10
8
-8
/
+8
*
Update manual pages for change to C99 mbrtowc() semantics.
tjr
2004-04-08
12
-134
/
+143
*
Allow partial multibyte characters to accumulate in conversion state
tjr
2004-04-07
12
-89
/
+350
*
Begin conversions for sgetrune() and sputrune() in the initial
tjr
2004-04-07
1
-3
/
+12
*
Prepare to handle state-dependent encodings. This mainly involves not
tjr
2004-04-07
4
-17
/
+26
*
Begin in the initial shift state in mbstowcs() and wcstombs().
tjr
2004-04-07
2
-2
/
+6
*
Prepare to handle state-dependent encodings. This mainly involves not
tjr
2004-04-06
12
-71
/
+87
*
Remove support for emulating mbrtowc() and wcrtomb() in terms of the
tjr
2004-04-04
4
-89
/
+4
*
Reimplement the GB18030 encoding method using the new-style (mbrtowc()/
tjr
2004-04-04
1
-123
/
+137
*
Reimplement the deprecated UTF2 encoding method using the UTF-8 code
tjr
2004-04-04
1
-104
/
+97
*
Add cross-references to isideogram(3), isphonogram(3), isrune(3),
tjr
2004-03-30
1
-1
/
+6
*
Add basic manual pages for isideogram(), isphonogram(), isrune()
tjr
2004-03-30
5
-1
/
+235
*
Trim cross-references.
tjr
2004-03-30
1
-15
/
+2
*
Document the isnumber() and ishexnumber() functions, and explain how they
tjr
2004-03-30
2
-13
/
+34
*
Remove duplicate MLINK.
tjr
2004-03-29
1
-1
/
+1
*
Recognize the "rune" character class in wctype().
tjr
2004-03-27
2
-6
/
+8
*
Make consistent with the better written wcsrtombs function:
dds
2004-02-27
1
-4
/
+5
*
LC_ALL not always take priority over other LC_*
ache
2004-01-31
1
-22
/
+35
*
Add reference to environ(7)
ache
2004-01-29
1
-1
/
+2
*
Remove unused variables and function declarations. Add missing headers.
nectar
2004-01-06
2
-2
/
+3
*
Properly advance "x/y/z" form slash-pointers in some rare cases
ache
2003-12-24
1
-4
/
+4
*
First byte of GBK-like sequences is 0x81, not 0x80
ache
2003-12-19
1
-1
/
+1
*
Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.
tjr
2003-12-08
1
-0
/
+14
*
Split multibyte(3) into separate manual pages for each function.
tjr
2003-12-07
7
-145
/
+543
*
Split the documentation for localeconv() off into a separate manual page.
tjr
2003-12-07
3
-176
/
+232
*
Update cross references after utf2/euc move.
tjr
2003-11-15
10
-18
/
+18
*
Remove section 4 versions of these manual pages, they have been
tjr
2003-11-15
2
-232
/
+0
*
Install the section 5 versions of EUC and UTF2 manual pages instead of
tjr
2003-11-15
1
-2
/
+1
*
Update the EUC and UTF2 manual pages for their new home in section 5.
tjr
2003-11-15
2
-2
/
+2
*
Fix a typo that caused mbrtowc() to always return 0.
tjr
2003-11-11
1
-1
/
+1
*
Add one more cross-reference to gb2312(5).
tjr
2003-11-08
1
-0
/
+1
*
Add cross-references to new gb2312(5) manual page.
tjr
2003-11-08
2
-0
/
+2
*
Add a fairly simple manual page for the new GB2312 encoding.
tjr
2003-11-08
2
-1
/
+58
*
Remove unused #includes.
tjr
2003-11-08
5
-11
/
+0
*
Use __inline instead of inline.
tjr
2003-11-08
1
-1
/
+1
*
Refer to wide characters instead of runes. Remove redundant example locale.
tjr
2003-11-08
2
-246
/
+36
*
Refer to wide characters instead of runes.
tjr
2003-11-08
2
-4
/
+6
*
Add gb2312 encoding.
davidxu
2003-11-05
3
-1
/
+120
*
Implement mbrtowc() and wcrtomb() directly (sync with big5.c).
tjr
2003-11-05
1
-53
/
+50
[next]