index
:
slibc
master
Yet another C standard library
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
wchar.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-25
tell in doc in which version things were introduced
Mattias Andrée
1
-0
/
+128
2015-11-18
typo
Mattias Andrée
1
-2
/
+2
2015-11-17
m doc
Mattias Andrée
1
-0
/
+2
2015-11-17
m + split wchar/*.c
Mattias Andrée
1
-1
/
+1
2015-11-17
add wcsset
Mattias Andrée
1
-0
/
+13
2015-10-17
improve attributes
Mattias Andrée
1
-53
/
+53
2015-10-16
the compiler determines how wchar is implement + intconf.h contains the signess of char
Mattias Andrée
1
-1
/
+11
2015-10-15
better solution to returning const if input is const, only requires C99 (actually: C99-capable version of GCC) and GCC, or C11
Mattias Andrée
1
-101
/
+41
2015-10-15
solve the const-correct problem for functions, in wchar.h, such as wcschr (requires C11 and this thus only applied if compiling with C11)
Mattias Andrée
1
-0
/
+120
2015-10-12
simplified feature-test macros
Mattias Andrée
1
-29
/
+27
2015-10-10
add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends
Mattias Andrée
1
-0
/
+56
2015-10-10
m doc
Mattias Andrée
1
-2
/
+2
2015-09-02
add memcasecmp and wmemcasecmp
Mattias Andrée
1
-0
/
+17
2015-09-02
add WEOF to wchar.h
Mattias Andrée
1
-0
/
+8
2015-09-02
m misc wchar
Mattias Andrée
1
-9
/
+8
2015-09-02
m
Mattias Andrée
1
-3
/
+0
2015-09-02
typo
Mattias Andrée
1
-5
/
+5
2015-09-01
start on makefile and fixing warnings and errors
Mattias Andrée
1
-29
/
+38
2015-09-01
add strtok functions
Mattias Andrée
1
-0
/
+45
2015-09-01
add strspn functions
Mattias Andrée
1
-0
/
+40
2015-09-01
add strstr functions
Mattias Andrée
1
-0
/
+134
2015-09-01
add strchr and variants
Mattias Andrée
1
-0
/
+102
2015-09-01
add string/array comparision functions
Mattias Andrée
1
-0
/
+72
2015-08-31
add _LIBRARY_HEADER
Mattias Andrée
1
-11
/
+9
2015-08-31
fix dupa macros
Mattias Andrée
1
-12
/
+15
2015-08-31
add memory copying functions
Mattias Andrée
1
-3
/
+574
2015-08-31
add strlen and wcslen
Mattias Andrée
1
-15
/
+22
2015-08-30
add bzero and explicit_bzero
Mattias Andrée
1
-16
/
+20
2015-08-30
remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro names
Mattias Andrée
1
-1
/
+1
2015-08-29
add _PORTABLE_SOURCE
Mattias Andrée
1
-0
/
+2
2015-08-29
add alloca.h
Mattias Andrée
1
-18
/
+17
2015-08-29
add __C11__, __C99__, __C90__, and __noreturn
Mattias Andrée
1
-2
/
+5
2015-08-29
add stdalign.h
Mattias Andrée
1
-6
/
+19
2015-08-29
add stdnoreturn.h
Mattias Andrée
1
-3
/
+13
2015-08-29
add assert.h
Mattias Andrée
1
-0
/
+26