summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2011-09-24 06:16:55 +0300
committereli.bendersky <devnull@localhost>2011-09-24 06:16:55 +0300
commitaffe032fc90b1e2e882430660484a60f2ef25b69 (patch)
tree044ffe08bd98f54dbc876134a4c517db928a4fa9 /TODO.txt
parentf08560d1392ff7b12a0829b933dc6db3bbddcfe4 (diff)
downloadpycparser-affe032fc90b1e2e882430660484a60f2ef25b69.tar.gz
- cosmetic fixes for the _Bool patch
- adding tests for _Bool & stdbool
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 643d547..ecc3eff 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -9,6 +9,7 @@ Changes since last
* Issue 39
* Fixed spacing issue for some type declarations
* Expanded the explore_ast.py example a little
+* Added C99 _Bool type and supporting stdbool.h
Version Update
--------------