aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-10 20:39:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-10 20:39:45 +0000
commit4ecc636faa8d28b70b6049afc8ee553a424ca99f (patch)
treedada10f82b2adde172839c03c889b26486e1ca7d /externals
parent8588498ae512f927b99e2a8a6972b2a0b704104a (diff)
don't fix bugs or make improvements here! it defeats the purpose!
svn path=/trunk/; revision=12745
Diffstat (limited to 'externals')
-rw-r--r--externals/vanilla/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/externals/vanilla/README b/externals/vanilla/README
index adf78da0..1f5fe0e0 100644
--- a/externals/vanilla/README
+++ b/externals/vanilla/README
@@ -14,11 +14,11 @@ This stuff is currently here as a proof of concept for turning Pd core into a
micro-language. If you want to start modifying these, then we should discuss
how these should be maintained along with Miller's changes.
-test version
-------------
+DO NOT CHANGE THIS CODE!
+------------------------
-Once 0.40.x is done, then I plan on making the full test of this concept in
-the branch-v0-40-x-extended, splitting out each class into its own file in
-"extra", and compiling each as its own lib.
-
-<hans@at.or.at>
+This is not a place to fix bugs or add improvements. This library is an exact
+mirror of the code in Pd-vanilla, warts and all. The aim is 100%
+compatibility in a libdir form. This way we can have libdirs for each version
+number, and then choose to use old versions of this library for compatibilty
+(i.e. vanilla-0.42.5, vanilla-0.41.4, vanilla-0.40.3).