From 7c3e9d1c96f357ba2e4f6d00f617441345713a29 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 18 Feb 2006 19:34:44 +0000 Subject: made final Pd-0.38.4-extended release from RC8 svn path=/trunk/; revision=4595 --- packages/TODO | 4 ++++ packages/darwin_app/TODO | 21 +++++++++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) (limited to 'packages') 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: -- cgit v1.2.1