Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-01-11 21:41:51 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-01-11 21:41:51 +0400
commit2253ce9739d32ed9df94a30ed488b549b5314ac1 (patch)
treeb484151b45d6718738652b2aab3f44a3dba276cc /TODO
parent2eff5dae83702a16a3d333fcb3c3f51fc4def95b (diff)
Replace repeating '==' in documentation with a single one
* README: Replace sequences of repeating '==' identifying section titles (which is also used by git-apply) with two '=' symbols at the beginning and at the end of each title. * TODO: Likewise. * ChangeLog: Likewise. * src/atomic_ops/sysdeps/gcc/arm.h: Break a sequence of repeating '==' (in a comment) with a space.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index 95cc6c4..11b52dc 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
-TODO tasks
-==========
+== TODO tasks ==
Add C++0x ATM (atomic memory operations) layer.
-FIXME tasks
-===========
+== FIXME tasks ==