Update TODO file
authorIvan Maidanski <ivmai@mail.ru>
Wed, 21 Mar 2012 15:37:14 +0000 (19:37 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 21 Mar 2012 15:37:14 +0000 (19:37 +0400)
TODO

diff --git a/TODO b/TODO
index 4433579..17fd12c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,8 +7,6 @@ compiler runtime, provided it is reliable, or from the future libatomic_ops).
 
 Add a test for libatomic_ops minimal version required (at compile time).
 
-Merge symbian branch to master.
-
 windows-untested: Remove if CMake can generate MS Visual Studio 6.0, 7.0, 8.0
 project files.
 
@@ -22,6 +20,9 @@ auto-generated Makefile) instead. (Same for EMX_MAKEFILE.)
 
 build_atomic_ops.sh[.cygwin]: Remove if really not needed.
 
+BCC_MAKEFILE, EMX_MAKEFILE, OS2_MAKEFILE, PCR-Makefile, WCC_MAKEFILE,
+SMakefile.amiga, Makefile.dj, digimars.mak: move to "build" folder.
+
 Do type-punning via union (instead of pointer type cast) to enable safe
 '-fstrict-aliasing' compiler optimization option.