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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add asprintfa and aswprintfa
Mattias Andrée
2015-10-17
1
-1
/
+84
*
improve attributes
Mattias Andrée
2015-10-17
18
-296
/
+341
*
fix errors
Mattias Andrée
2015-10-17
5
-5
/
+26
*
m fixes
Mattias Andrée
2015-10-16
1
-4
/
+5
*
the compiler determines how wchar is implement + intconf.h contains the signess of char
Mattias Andrée
2015-10-16
2
-3
/
+29
*
update todo
Mattias Andrée
2015-10-16
1
-0
/
+1
*
some integer types are pointer-like types that are limited to long
Mattias Andrée
2015-10-16
1
-6
/
+23
*
do not assume that size(void*) == size(long)
Mattias Andrée
2015-10-16
2
-4
/
+23
*
m offsetof doc
Mattias Andrée
2015-10-16
1
-1
/
+4
*
fix realloc + add extalloc and naive_extalloc
Mattias Andrée
2015-10-16
1
-0
/
+62
*
add custom_realloc
Mattias Andrée
2015-10-16
1
-0
/
+25
*
typo
Mattias Andrée
2015-10-16
1
-1
/
+1
*
typo
Mattias Andrée
2015-10-16
1
-3
/
+3
*
limitations on allocsize
Mattias Andrée
2015-10-16
1
-0
/
+5
*
C89 == C90 == ANSI C == Standard C
Mattias Andrée
2015-10-16
1
-0
/
+17
*
typo
Mattias Andrée
2015-10-16
1
-1
/
+1
*
add missing #endif
Mattias Andrée
2015-10-16
1
-2
/
+3
*
index and rindex return with const-quailifier if input has const
Mattias Andrée
2015-10-15
1
-0
/
+6
*
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
2015-10-15
3
-202
/
+135
*
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
2015-10-15
1
-0
/
+120
*
solve the const-correct problem for functions, in string.h, such as strchr (requires C11 and this thus only applied if compiling with C11, and does...
Mattias Andrée
2015-10-15
1
-0
/
+119
*
semiportable integers were added in c99
Mattias Andrée
2015-10-14
1
-95
/
+98
*
m
Mattias Andrée
2015-10-13
2
-2
/
+2
*
whitespace
Mattias Andrée
2015-10-13
1
-1
/
+1
*
typo
Mattias Andrée
2015-10-13
1
-1
/
+1
*
typo
Mattias Andrée
2015-10-13
1
-1
/
+1
*
error.h requires _gnu_source
Mattias Andrée
2015-10-13
1
-6
/
+6
*
m
Mattias Andrée
2015-10-13
2
-6
/
+6
*
m
Mattias Andrée
2015-10-13
1
-4
/
+1
*
typo
Mattias Andrée
2015-10-13
1
-1
/
+1
*
m feature-test macro checking
Mattias Andrée
2015-10-13
1
-2
/
+2
*
m + info: error reporting facilities from errno.h, string.h and stdio.h
Mattias Andrée
2015-10-13
1
-0
/
+4
*
typo
Mattias Andrée
2015-10-13
1
-1
/
+1
*
CPP directive __func__ requires C99
Mattias Andrée
2015-10-13
1
-7
/
+14
*
m doc
Mattias Andrée
2015-10-13
1
-2
/
+2
*
__noreturn shall be at the beginning of the prototypes
Mattias Andrée
2015-10-13
4
-13
/
+13
*
static_assert is only defined if C11 is used
Mattias Andrée
2015-10-13
1
-1
/
+3
*
inclusion guard for assert.h do not guard definitions that depend on NDEBUG being unset
Mattias Andrée
2015-10-13
1
-12
/
+15
*
c revision warnings for stdarg.h
Mattias Andrée
2015-10-13
1
-0
/
+8
*
add todo about undefined behaviour of offsetof
Mattias Andrée
2015-10-13
1
-0
/
+2
*
m doc
Mattias Andrée
2015-10-13
1
-4
/
+10
*
warning if stdalign or stdnoreturn are included without C11
Mattias Andrée
2015-10-13
2
-0
/
+8
*
guard stdbool.h with __bool_true_false_are_defined rather than _STDBOOL_H to let the macros to be undefined, and then redefined by including stdboo...
Mattias Andrée
2015-10-13
1
-2
/
+1
*
stdbool.h requires c99
Mattias Andrée
2015-10-13
1
-0
/
+3
*
feature-test macros
Mattias Andrée
2015-10-12
4
-131
/
+467
*
some feature-test macros
Mattias Andrée
2015-10-12
1
-1
/
+62
*
_PORTABLE_SOURCES does not disable POSIX extensions
Mattias Andrée
2015-10-12
1
-6
/
+6
*
m doc
Mattias Andrée
2015-10-12
1
-6
/
+6
*
simplified feature-test macros
Mattias Andrée
2015-10-12
11
-105
/
+131
*
add zalloc
Mattias Andrée
2015-10-11
1
-0
/
+25
[prev]
[next]