aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdbool.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-01bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
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-20more etymologyMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13guard stdbool.h with __bool_true_false_are_defined rather than _STDBOOL_H to let the macros to be undefined, and then redefined by including ↵Mattias Andrée1-2/+1
stdbool.h again Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13stdbool.h requires c99Mattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add _LIBRARY_HEADERMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdbool.hMattias Andrée1-0/+57
Signed-off-by: Mattias Andrée <maandree@operamail.com>