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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-16
do not assume that size(void*) == size(long)
Mattias Andrée
2
-4
/
+23
2015-10-16
m offsetof doc
Mattias Andrée
1
-1
/
+4
2015-10-16
fix realloc + add extalloc and naive_extalloc
Mattias Andrée
1
-0
/
+62
2015-10-16
add custom_realloc
Mattias Andrée
1
-0
/
+25
2015-10-16
typo
Mattias Andrée
1
-1
/
+1
2015-10-16
typo
Mattias Andrée
1
-3
/
+3
2015-10-16
limitations on allocsize
Mattias Andrée
1
-0
/
+5
2015-10-16
C89 == C90 == ANSI C == Standard C
Mattias Andrée
1
-0
/
+17
2015-10-16
typo
Mattias Andrée
1
-1
/
+1
2015-10-16
add missing #endif
Mattias Andrée
1
-2
/
+3
2015-10-15
index and rindex return with const-quailifier if input has const
Mattias Andrée
1
-0
/
+6
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
3
-202
/
+135
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-15
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
1
-0
/
+119
2015-10-14
semiportable integers were added in c99
Mattias Andrée
1
-95
/
+98
2015-10-13
m
Mattias Andrée
2
-2
/
+2
2015-10-13
whitespace
Mattias Andrée
1
-1
/
+1
2015-10-13
typo
Mattias Andrée
1
-1
/
+1
2015-10-13
typo
Mattias Andrée
1
-1
/
+1
2015-10-13
error.h requires _gnu_source
Mattias Andrée
1
-6
/
+6
2015-10-13
m
Mattias Andrée
2
-6
/
+6
2015-10-13
m
Mattias Andrée
1
-4
/
+1
2015-10-13
typo
Mattias Andrée
1
-1
/
+1
2015-10-13
m feature-test macro checking
Mattias Andrée
1
-2
/
+2
2015-10-13
m + info: error reporting facilities from errno.h, string.h and stdio.h
Mattias Andrée
1
-0
/
+4
2015-10-13
typo
Mattias Andrée
1
-1
/
+1
2015-10-13
CPP directive __func__ requires C99
Mattias Andrée
1
-7
/
+14
2015-10-13
m doc
Mattias Andrée
1
-2
/
+2
2015-10-13
__noreturn shall be at the beginning of the prototypes
Mattias Andrée
4
-13
/
+13
2015-10-13
static_assert is only defined if C11 is used
Mattias Andrée
1
-1
/
+3
2015-10-13
inclusion guard for assert.h do not guard definitions that depend on NDEBUG being unset
Mattias Andrée
1
-12
/
+15
2015-10-13
c revision warnings for stdarg.h
Mattias Andrée
1
-0
/
+8
2015-10-13
add todo about undefined behaviour of offsetof
Mattias Andrée
1
-0
/
+2
2015-10-13
m doc
Mattias Andrée
1
-4
/
+10
2015-10-13
warning if stdalign or stdnoreturn are included without C11
Mattias Andrée
2
-0
/
+8
2015-10-13
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
1
-2
/
+1
2015-10-13
stdbool.h requires c99
Mattias Andrée
1
-0
/
+3
2015-10-12
feature-test macros
Mattias Andrée
4
-131
/
+467
2015-10-12
some feature-test macros
Mattias Andrée
1
-1
/
+62
2015-10-12
_PORTABLE_SOURCES does not disable POSIX extensions
Mattias Andrée
1
-6
/
+6
2015-10-12
m doc
Mattias Andrée
1
-6
/
+6
2015-10-12
simplified feature-test macros
Mattias Andrée
11
-105
/
+131
2015-10-11
add zalloc
Mattias Andrée
1
-0
/
+25
2015-10-11
beginning of scanf functions
Mattias Andrée
1
-0
/
+518
2015-10-11
m + m doc
Mattias Andrée
2
-5
/
+10
2015-10-11
add fexec functions
Mattias Andrée
1
-0
/
+91
2015-10-11
add execat functions
Mattias Andrée
1
-4
/
+311
2015-10-11
m doc: exec will use . and default PATH if PATH is not set
Mattias Andrée
1
-4
/
+12
2015-10-11
add exec functions
Mattias Andrée
1
-0
/
+186
2015-10-10
string.h may include strings.h
Mattias Andrée
1
-0
/
+5
[prev]
[next]