summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-06-17 11:57:32 +0200
committerAndrew Shadura <andrew@shadura.me>2014-06-17 11:57:32 +0200
commitd1e7e16224c881ee3093658fe4cbf14db244cec7 (patch)
tree8850e7a55b4b1589a7a08e2364e9c12dad31962c /doc
parent246fb6b81eef837f1269073255373bf0a3d5c27a (diff)
Update to the latest upstream snapshot
Diffstat (limited to 'doc')
-rw-r--r--doc/BOOST3
-rw-r--r--doc/design-concepts.txt5
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/BOOST b/doc/BOOST
index e9569fd..160d4f1 100644
--- a/doc/BOOST
+++ b/doc/BOOST
@@ -1,5 +1,5 @@
This is a list of alphabetical libraries provided by Boost and their
-equivilant in Mowgli:
+equivalent in libmowgli:
dynamic_bitset -> mowgli_bitvector
pool -> mowgli_memorypool
@@ -9,3 +9,4 @@ equivilant in Mowgli:
Many boost libraries that are applicable to C have not yet been
implemented. You can visit http://www.boost.org/libs/libraries.htm
for a full list of libs.
+
diff --git a/doc/design-concepts.txt b/doc/design-concepts.txt
index 5d596bd..1c8ba46 100644
--- a/doc/design-concepts.txt
+++ b/doc/design-concepts.txt
@@ -114,3 +114,8 @@ use a coroutine library, such as the work-in-progress mowgli.coroutine.
Pretty much anything you can do with threads, you can do better with something,
*anything* else.
+
+Please note the Mowgli team will generally not accept intrusive patches to
+add any additional threading support aside from fixes and locking bugs. No
+atomics, no making anything in the library use threads. Don't waste your time.
+