aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-18 19:34:44 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-18 19:34:44 +0000
commit7c3e9d1c96f357ba2e4f6d00f617441345713a29 (patch)
tree753c31474484bc74c5d448ba64b866592504317a /packages
parent2b5c75b1f6232a785a46de11a9cdc82f3d7b84cf (diff)
made final Pd-0.38.4-extended release from RC8
svn path=/trunk/; revision=4595
Diffstat (limited to 'packages')
-rw-r--r--packages/TODO4
-rw-r--r--packages/darwin_app/TODO21
2 files changed, 17 insertions, 8 deletions
diff --git a/packages/TODO b/packages/TODO
index 655d3b83..d0cf3976 100644
--- a/packages/TODO
+++ b/packages/TODO
@@ -1,4 +1,8 @@
+- make all of pd/src/x_*.c into a standalone library that is optionally loaded
+ by Pd. Then these objects can be placed into the namespace.
+
+
- fix patch failures in patch_pd
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO
index de1ff67a..5ee00d4f 100644
--- a/packages/darwin_app/TODO
+++ b/packages/darwin_app/TODO
@@ -1,4 +1,8 @@
+- fix app permissions so that you can drop a new app on top of an old one to
+ upgrade
+
+
- check code to make it all use single-precision/libmx functions on Mac OSX.
@@ -10,11 +14,16 @@
- research Tcl "auto_path"
+ - according to tigital, not all of the gui/ix deps are ported to Aqua...
+
-- from Carmen Rocco about [fiddle~] crash: "is fiddle~: * compiled with the
- same header * linked with the same binary of (lib)pd * compiled with the
- same compiler? i had very similar issues with bonk on windows (Virtually
- same stacktrace but s/fiddle/bonk) until fixing the above 3 things..."
+- from Carmen Rocco about [fiddle~] crash:
+ "is fiddle~:
+ * compiled with the same header
+ * linked with the same binary of (lib)pd
+ * compiled with the same compiler?
+ i had very similar issues with bonk on windows (Virtually same stacktrace
+ but s/fiddle/bonk) until fixing the above 3 things..."
- review permissions so that you can build on top on existing builds (its the
@@ -51,10 +60,6 @@ http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles
- make Cmd-click work like Ctrl-click
-- write script to convert from -DMACOSX to -D__APPLE__ where ever possible (check out
- __gnu_linux__ and WIN32 while I am at it) and submit to miller
-
-
- Pd should then test to see if Jack is available before switching to it,
otherwise it'll just crash. Here's apple's method of testing: