From 2a6c104722a95fa2b8cdee448b102cfd47a0b08e Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 23 Oct 2004 23:11:05 +0000 Subject: update --- TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'TODO') 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 ? -- cgit v1.3.1