]> granicus.if.org Git - gc/commitdiff
Add TODO item.
authorIvan Maidanski <ivmai@mail.ru>
Thu, 8 Sep 2011 10:24:19 +0000 (14:24 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 8 Sep 2011 10:24:19 +0000 (14:24 +0400)
TODO

diff --git a/TODO b/TODO
index c46ff70d6e76f0fcaf0813e420688abafd6f2abb..e509e07b233a985bb65214b076a3389887899d19 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,9 @@
 TODO tasks
 ==========
 
-Determine and extract bug-fix commits (including the one that bumps the version)
-from master since 7.2alpha6 to "release-7_2" branch. Merge the branch back to
-"master" with "--no-ff" option.
+Determine and extract bug-fix commits (including the one that bumps the
+version) from master since 7.2alpha6 to "release-7_2" branch. Merge the branch
+back to "master" with "--no-ff" option.
 
 In master branch (which serves as a "next release development" branch),
 set version to 7_3alpha1.
@@ -32,7 +32,8 @@ project files.
 
 BCC_MAKEFILE: Remove if CMake can generate Makefile for this compiler.
 (Same for WCC_MAKEFILE, OS2_MAKEFILE, NT_MAKEFILE, NT_STATIC_THREADS_MAKEFILE,
-NT_X64_STATIC_THREADS_MAKEFILE, NT_X64_THREADS_MAKEFILE, gc.mak.)
+NT_X64_STATIC_THREADS_MAKEFILE, NT_X64_THREADS_MAKEFILE, digimars.mak,
+gc.mak.)
 
 Makefile.dj: Remove if it is possible to use auto-generated Makefile instead.
 (Same for EMX_MAKEFILE, Makefile.DLLs.)
@@ -42,6 +43,10 @@ build_atomic_ops.sh[.cygwin]: Remove if really not needed.
 win32-pthreads/cygwin: compile GC_Create/ExitThread as well (in addition to
 GC_pthread_create); redirect the correspoding functions in gc.h.
 
+Use GC_ATTR_UNUSED across the whole project (replace ARGSUSED annotation);
+define GC_ATTR_UNUSED as empty for old GCC releases;
+remove -Wno-unused-parameter from configure.
+
 
 FIXME tasks
 ===========