Revision: 10747
http://pure-data.svn.sourceforge.net/pure-data/?rev=10747&view=rev
Author: eighthave
Date: 2009-02-06 05:18:13 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
paste with an offset instead of just piling things up on top of each other
Modified Paths:
--------------
branches/pd-extended/0.41/pd/src/g_editor.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10746
http://pure-data.svn.sourceforge.net/pure-data/?rev=10746&view=rev
Author: eighthave
Date: 2009-02-06 00:35:54 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
updated to GPL v3
Modified Paths:
--------------
trunk/packages/darwin_app/SLA.r
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10745
http://pure-data.svn.sourceforge.net/pure-data/?rev=10745&view=rev
Author: eighthave
Date: 2009-02-06 00:04:48 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
laid out undo/redo functions that need to be there, next implement it! :D
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd_bindings.tcl
branches/pd-devel/0.41.4/src/pd_menucommands.tcl
branches/pd-devel/0.41.4/src/pdtk_canvas.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10744
http://pure-data.svn.sourceforge.net/pure-data/?rev=10744&view=rev
Author: eighthave
Date: 2009-02-05 22:38:22 +0000 (Thu, 05 Feb 2009)
Log Message:
-----------
added links to hardcoded wish8.4 shells to the wish_path search for Mac OS X
Modified Paths:
--------------
branches/pd-extended/0.41/pd/src/s_inter.c
Modified: branches/pd-extended/0.41/pd/src/s_inter.c
===================================================================
--- branches/pd-extended/0.41/pd/src/s_inter.c 2009-02-05 22:04:55 UTC (rev 10743)
+++ branches/pd-extended/0.41/pd/src/s_inter.c 2009-02-05 22:38:22 UTC (rev 10744)
@@ -1048,6 +1048,11 @@
"/Applications/Utilities/Wish Shell.app/Contents/MacOS/Wish Shell",
"/Applications/Wish.app/Contents/MacOS/Wish",
"/Applications/Wish Shell.app/Contents/MacOS/Wish Shell",
+ "/usr/local/bin/wish8.4",
+ "/sw/bin/wish8.4"
+ "/opt/bin/wish8.4"
+ "/usr/bin/wish8.4"
+ "/usr/local/bin/wish8.4",
"/usr/local/bin/wish",
"/usr/bin/wish"
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10743
http://pure-data.svn.sourceforge.net/pure-data/?rev=10743&view=rev
Author: eighthave
Date: 2009-02-05 22:04:55 +0000 (Thu, 05 Feb 2009)
Log Message:
-----------
added more robust test for Tcl version so that you can have Tcl/Tk 8.5 installed (for running Pd-devel) yet still build against Tcl/Tk 8.4 (for all other Pd versions)
Modified Paths:
--------------
trunk/externals/tclpd/Makefile
Modified: trunk/externals/tclpd/Makefile
===================================================================
--- trunk/externals/tclpd/Makefile 2009-02-05 21:47:15 UTC (rev 10742)
+++ trunk/externals/tclpd/Makefile 2009-02-05 22:04:55 UTC (rev 10743)
@@ -1,6 +1,6 @@
#!/usr/bin/make
-TCL_VERSION := $(shell echo 'puts $$tcl_version' | tclsh)
+TCL_VERSION := 8.$(shell ls -1d /usr/include/tcl8.? | cut -d . -f 2)
INCLUDES = -I../../pd/src -I/usr/include -I/usr/include/tcl$(TCL_VERSION)
CFLAGS += $(INCLUDES) -xc++ -funroll-loops -fno-operator-names -fno-omit-frame-pointer -falign-functions=16 -O2 -Wall -fPIC
LDSOFLAGS += -lm -ltcl$(TCL_VERSION)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10742
http://pure-data.svn.sourceforge.net/pure-data/?rev=10742&view=rev
Author: eighthave
Date: 2009-02-05 21:47:15 +0000 (Thu, 05 Feb 2009)
Log Message:
-----------
ixed up setting auto_path so it works when launching Pd from a pd.desktop menu item; on GNU/Linux, the 'pd' binary and the pd.tk and Tcl files are in separate dirs, so "." won't work
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd.tk
Modified: branches/pd-devel/0.41.4/src/pd.tk
===================================================================
--- branches/pd-devel/0.41.4/src/pd.tk 2009-02-05 05:06:15 UTC (rev 10741)
+++ branches/pd-devel/0.41.4/src/pd.tk 2009-02-05 21:47:15 UTC (rev 10742)
@@ -55,7 +55,7 @@
# packages for this project
# packages are stored in the same directory as the main script and executable
-set auto_path [linsert $auto_path 0 "."]
+set auto_path [linsert $auto_path 0 [file dirname [info script]]]
package require pd_connect
package require pd_menus
package require pd_bindings
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
allhammers.c:75: error: previous declaration of 'universal_setup' was here
allhammers.c:156: error: conflicting types for 'urn_setup'
allhammers.c:76: error: previous declaration of 'urn_setup' was here
allhammers.c:157: error: conflicting types for 'xbendin_setup'
allhammers.c:77: error: previous declaration of 'xbendin_setup' was here
allhammers.c:158: error: conflicting types for 'xbendin2_setup'
allhammers.c:78: error: previous declaration of 'xbendin2_setup' was here
allhammers.c:159: error: conflicting types for 'xbendout_setup'
allhammers.c:79: error: previous declaration of 'xbendout_setup' was here
allhammers.c:160: error: conflicting types for 'xbendout2_setup'
allhammers.c:80: error: previous declaration of 'xbendout2_setup' was here
allhammers.c:161: error: conflicting types for 'xnotein_setup'
allhammers.c:81: error: previous declaration of 'xnotein_setup' was here
allhammers.c:162: error: conflicting types for 'xnoteout_setup'
allhammers.c:82: error: previous declaration of 'xnoteout_setup' was here
allhammers.c:163: error: conflicting types for 'zl_setup'
allhammers.c:83: error: previous declaration of 'zl_setup' was here
allhammers.c:164: error: syntax error before '}' token
rsync error: errors selecting input/output files, dirs (code 3) at main.c(565) [receiver=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [sender=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-02-05/logs/2009-02-05_01.00.…
allhammers.c:75: error: previous declaration of 'universal_setup' was here
allhammers.c:156: error: conflicting types for 'urn_setup'
allhammers.c:76: error: previous declaration of 'urn_setup' was here
allhammers.c:157: error: conflicting types for 'xbendin_setup'
allhammers.c:77: error: previous declaration of 'xbendin_setup' was here
allhammers.c:158: error: conflicting types for 'xbendin2_setup'
allhammers.c:78: error: previous declaration of 'xbendin2_setup' was here
allhammers.c:159: error: conflicting types for 'xbendout_setup'
allhammers.c:79: error: previous declaration of 'xbendout_setup' was here
allhammers.c:160: error: conflicting types for 'xbendout2_setup'
allhammers.c:80: error: previous declaration of 'xbendout2_setup' was here
allhammers.c:161: error: conflicting types for 'xnotein_setup'
allhammers.c:81: error: previous declaration of 'xnotein_setup' was here
allhammers.c:162: error: conflicting types for 'xnoteout_setup'
allhammers.c:82: error: previous declaration of 'xnoteout_setup' was here
allhammers.c:163: error: conflicting types for 'zl_setup'
allhammers.c:83: error: previous declaration of 'zl_setup' was here
allhammers.c:164: error: syntax error before '}' token
rsync error: errors selecting input/output files, dirs (code 3) at main.c(565) [receiver=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [sender=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-02-05/logs/2009-02-05_01.00.…