aboutsummaryrefslogtreecommitdiffstats
path: root/include/assert.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update e-mailHEADmasterMattias Andrée14 days1-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* bump yearMattias Andrée2016-01-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* mMattias Andrée2015-12-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* whitespaceMattias Andrée2015-12-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* etymology for some functionsMattias Andrée2015-11-191-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2015-10-311-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve attributesMattias Andrée2015-10-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* CPP directive __func__ requires C99Mattias Andrée2015-10-131-7/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2015-10-131-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* __noreturn shall be at the beginning of the prototypesMattias Andrée2015-10-131-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* static_assert is only defined if C11 is usedMattias Andrée2015-10-131-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* inclusion guard for assert.h do not guard definitions that depend on NDEBUG being unsetMattias Andrée2015-10-131-12/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* simplified feature-test macrosMattias Andrée2015-10-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix some more errorsMattias Andrée2015-09-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-10/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add _LIBRARY_HEADERMattias Andrée2015-08-311-3/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro namesMattias Andrée2015-08-301-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add _PORTABLE_SOURCEMattias Andrée2015-08-291-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add __C11__, __C99__, __C90__, and __noreturnMattias Andrée2015-08-291-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* only use __attributes__ if compiling with gccMattias Andrée2015-08-291-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add assert.hMattias Andrée2015-08-291-0/+95
Signed-off-by: Mattias Andrée <maandree@operamail.com>