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
...
*
Add wcstol() and wcstoul(), based on strtol() and strtoul().
tjr
2002-09-08
4
-4
/
+314
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
14
-22
/
+22
*
Set errno to EILSEQ when invalid multibyte sequences are detected
tjr
2002-09-03
3
-3
/
+14
*
Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist).
tjr
2002-09-01
1
-1
/
+1
*
Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and
tjr
2002-09-01
4
-9
/
+9
*
Implement the XSI extension which allows the destination string to be
tjr
2002-08-31
2
-6
/
+48
*
Split ansi.c into a separate source file for each function.
tjr
2002-08-31
6
-85
/
+253
*
Use ntohl() to read cnains number in new format
ache
2002-08-31
1
-2
/
+4
*
Style fix
ache
2002-08-30
1
-3
/
+3
*
Prepare for switching to unlimited chains format.
ache
2002-08-30
2
-23
/
+46
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
3
-5
/
+5
*
Add a manual page for wcwidth().
tjr
2002-08-20
2
-1
/
+63
*
Remove wcswidth.c from here (and move it to "string")
ache
2002-08-20
2
-65
/
+1
*
Remove space at the end of continuation line in prev. commit
ache
2002-08-20
1
-1
/
+1
*
Implement wcswidth()
ache
2002-08-19
2
-2
/
+66
*
Use modern-style arguments declaration
ache
2002-08-19
1
-2
/
+1
*
Write null wide-character as L'\0' like in other places
ache
2002-08-19
1
-1
/
+1
*
According to SUSv2, always return 0 for null wide-character code
ache
2002-08-19
1
-1
/
+6
*
Move internal defines from ctype.h here
ache
2002-08-19
1
-0
/
+4
*
Implement the ISO C90 Amd.1 restartable wide and multibyte character
tjr
2002-08-18
13
-4
/
+1020
*
Move wcwidth() to separate file, it doesn't belong to iswctype.c at all
ache
2002-08-17
3
-11
/
+58
*
According to SUSv2, wcwidth() should return -1 for non-printing characters
ache
2002-08-17
1
-1
/
+1
*
Cosmetic - remove unneded brackets and #undef
ache
2002-08-17
2
-41
/
+40
*
wcwidth: fix espression to work correctly with SWIDTH0
ache
2002-08-17
1
-2
/
+4
*
Add iswctype wcwidth function code
keichii
2002-08-16
1
-0
/
+10
*
Reduce BSS size for programs which not load collate by eliminating
ache
2002-08-13
2
-10
/
+13
*
Now malloc() is fixed, remove errno hardcoding to ENOMEM
ache
2002-08-12
1
-3
/
+6
*
Add safeguards to never use errno == 0 as setrunelocale() error return code
ache
2002-08-09
3
-7
/
+5
*
Rewrite locale loading procedures, so any load failure will not affect
ache
2002-08-08
11
-192
/
+259
*
Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte one
ache
2002-08-07
1
-0
/
+1
*
Fix wrong address when EucInfo > "variable" size
ache
2002-08-07
1
-1
/
+1
*
Style fixes in preparation for rewritting
ache
2002-08-07
1
-15
/
+15
*
Style fixes in preparation of code rewritting
ache
2002-08-07
4
-34
/
+43
*
Build iswctype.c and manual pages for the functions it defines.
tjr
2002-08-06
1
-3
/
+12
*
Add missing prototypes for extension functions to the SYNOPSIS.
tjr
2002-08-05
1
-0
/
+14
*
Use In macro instead of Fd. Add crossref to wctype(3). Refer to 1003.1-2001
tjr
2002-08-05
1
-4
/
+31
*
Use the In macro instead of Fd. Add crossref to wctrans(3). Refer to
tjr
2002-08-05
1
-3
/
+4
*
Implement the missing <wctype.h> functions: isw*() (iswalnum() etc.),
tjr
2002-08-05
1
-0
/
+213
*
Reject encoding > ENCODING_LEN at early stage instead of truncating it.
ache
2002-08-05
1
-19
/
+35
*
Manual pages for wide character classification (isw*) and case conversion
tjr
2002-08-05
2
-0
/
+192
*
Change wctype_t to an unsigned type to avoid warnings.
tjr
2002-08-04
1
-1
/
+1
*
Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.
tjr
2002-08-04
3
-2
/
+196
*
Add btowc(3) to SEE ALSO section.
tjr
2002-08-04
1
-0
/
+1
*
Use errno to indicate failure reason.
ache
2002-08-04
1
-12
/
+18
*
Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to
bde
2002-08-04
1
-3
/
+3
*
Rewrite loadlocale() to eliminate LOAD_CATEGORY macro to save space.
ache
2002-08-04
1
-28
/
+27
*
Add ERRORS section according to POSIX (no errors)
ache
2002-08-03
1
-0
/
+2
*
Catch empty encoding name too
ache
2002-08-03
1
-1
/
+1
*
Fix return codes to match what setrunelocale() returns
ache
2002-08-03
1
-5
/
+2
*
Preserve errno in fallback code
ache
2002-08-03
1
-0
/
+3
[prev]
[next]