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
/
include
/
wchar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the typedef of wctype_t from this header; we don't support the
tjr
2002-09-09
1
-5
/
+0
*
Add wcstol() and wcstoul(), based on strtol() and strtoul().
tjr
2002-09-08
1
-0
/
+3
*
Add an implementation of wcstok(), based on strtok_r().
tjr
2002-09-07
1
-0
/
+2
*
Add restrict qualifiers to wcsstr()'s arguments.
tjr
2002-09-07
1
-1
/
+1
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
1
-2
/
+2
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
1
-13
/
+13
*
Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions.
tjr
2002-08-20
1
-2
/
+5
*
Sort unsorted prototypes
ache
2002-08-19
1
-1
/
+1
*
Activate (uncomment) wcwidth() and wcswidth() now implemented
ache
2002-08-19
1
-3
/
+0
*
Implement the ISO C90 Amd.1 restartable wide and multibyte character
tjr
2002-08-18
1
-9
/
+0
*
Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),
tjr
2002-08-13
1
-0
/
+22
*
Sort prototypes by function name.
tjr
2002-08-06
1
-10
/
+8
*
Whitespace formatting changes: line up macro bodies, function names,
tjr
2002-08-06
1
-13
/
+13
*
Change wctype_t to an unsigned type to avoid warnings.
tjr
2002-08-04
1
-1
/
+1
*
Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.
tjr
2002-08-03
1
-0
/
+3
*
Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.
tjr
2002-08-03
1
-0
/
+5
*
Don't define wchar_t if we are a C++ compiler.
obrien
2002-07-09
1
-0
/
+2
*
Breath deep and take __P out of the system include files.
imp
2002-03-23
1
-34
/
+32
*
VCS ID fixup
obrien
2001-07-10
1
-2
/
+2
*
adapt to FreeBSD.
tshiozak
2001-05-15
1
-1
/
+12
*
initial import of wchar.h and wctype.h
tshiozak
2001-05-15
1
-0
/
+136