aboutsummaryrefslogtreecommitdiffstats
path: root/include/assert.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-19etymology for some functionsMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-31docMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17improve attributesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13CPP directive __func__ requires C99Mattias Andrée1-7/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13m docMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13__noreturn shall be at the beginning of the prototypesMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13static_assert is only defined if C11 is usedMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13inclusion guard for assert.h do not guard definitions that depend on NDEBUG being unsetMattias Andrée1-12/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-12simplified feature-test macrosMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01fix some more errorsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-10/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add _LIBRARY_HEADERMattias Andrée1-3/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro namesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add _PORTABLE_SOURCEMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add __C11__, __C99__, __C90__, and __noreturnMattias Andrée1-3/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29only use __attributes__ if compiling with gccMattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add assert.hMattias Andrée1-0/+95
Signed-off-by: Mattias Andrée <maandree@operamail.com>