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
/
assert.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-2
/
+2
*
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
*
simplified feature-test macros
Mattias Andrée
2015-10-12
1
-1
/
+1
*
fix some more errors
Mattias Andrée
2015-09-01
1
-1
/
+1
*
start on makefile and fixing warnings and errors
Mattias Andrée
2015-09-01
1
-10
/
+9
*
add _LIBRARY_HEADER
Mattias Andrée
2015-08-31
1
-3
/
+1
*
remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro names
Mattias Andrée
2015-08-30
1
-1
/
+1
*
add _PORTABLE_SOURCE
Mattias Andrée
2015-08-29
1
-0
/
+2
*
add __C11__, __C99__, __C90__, and __noreturn
Mattias Andrée
2015-08-29
1
-3
/
+2
*
only use __attributes__ if compiling with gcc
Mattias Andrée
2015-08-29
1
-1
/
+4
*
add assert.h
Mattias Andrée
2015-08-29
1
-0
/
+95