aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorbellard <bellard>2004-10-23 23:11:05 +0000
committerbellard <bellard>2004-10-23 23:11:05 +0000
commit2a6c104722a95fa2b8cdee448b102cfd47a0b08e (patch)
tree7707d70e48381bd88af71d4d3161b3c8bd27d9bc /TODO
parent38e8a23025ea24bcff08edb02f1a468eafcf80a4 (diff)
downloadtinycc-2a6c104722a95fa2b8cdee448b102cfd47a0b08e.tar.gz
tinycc-2a6c104722a95fa2b8cdee448b102cfd47a0b08e.tar.bz2
update
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index b120ee7..ea05cc3 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,11 @@
TODO list:
+- bug with defines:
+ #define spin_lock(lock) do { } while (0)
+ #define wq_spin_lock spin_lock
+ #define TEST() wq_spin_lock(a)
+- see bugfixes.diff + improvement.diff from Daniel Glockner
+- constructors
- cast bug (Peter Wang)
- define incomplete type if defined several times (Peter Wang).
- long long constant evaluation
@@ -13,7 +19,6 @@ TODO list:
- '-b' bug.
- atexit (Nigel Horne)
- see -lxxx bug (Michael Charity).
-- handle inline functions as macros.
- see transparent union pb in /urs/include/sys/socket.h
- precise behaviour of typeof with arrays ? (__put_user macro)
- #include_next support for /usr/include/limits ?