last 20 errors ----------------------------------------
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
last 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync: connection unexpectedly closed (4 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-04-14/logs/2009-04-14_11.13.…
Revision: 11021
http://pure-data.svn.sourceforge.net/pure-data/?rev=11021&view=rev
Author: mrtof
Date: 2009-04-14 12:06:08 +0000 (Tue, 14 Apr 2009)
Log Message:
-----------
Updated Makefile for PDMTL
Modified Paths:
--------------
trunk/abstractions/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
last 20 errors ----------------------------------------
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
last 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync: connection unexpectedly closed (4 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-04-14/logs/2009-04-14_03.15.…
last 20 errors ----------------------------------------
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
last 5 lines ----------------------------------------
Uploading
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync: connection unexpectedly closed (4 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-35.2/rsync/io.c(452) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2009-04-14/logs/2009-04-14_03.15.…
Revision: 11019
http://pure-data.svn.sourceforge.net/pure-data/?rev=11019&view=rev
Author: eighthave
Date: 2009-04-14 04:03:22 +0000 (Tue, 14 Apr 2009)
Log Message:
-----------
renamed help patch to match the object
Added Paths:
-----------
branches/pd-extended/0.41/pd/extra/lrshift~/lrshift~-help.pd
Removed Paths:
-------------
branches/pd-extended/0.41/pd/extra/lrshift~/rlshift~-help.pd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11018
http://pure-data.svn.sourceforge.net/pure-data/?rev=11018&view=rev
Author: eighthave
Date: 2009-04-14 03:17:16 +0000 (Tue, 14 Apr 2009)
Log Message:
-----------
fix bug 2714570 on Mac OS X where you can't see the top bar on the window if the window is bigger than the screen
Modified Paths:
--------------
branches/pd-extended/0.41/pd/src/u_main.tk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11017
http://pure-data.svn.sourceforge.net/pure-data/?rev=11017&view=rev
Author: eighthave
Date: 2009-04-14 01:43:56 +0000 (Tue, 14 Apr 2009)
Log Message:
-----------
fixed crasher bug #2030557 caused by % in GUI labels. So it turns out that BSD's sprintf() isn't as fault-tolerant as GNU's. It was crashing on unescaped %, I guess it was trying to replace them and failing miserably. This patch fixes it by only running the first % pattern thru the sprintf() then just copying the rest before sending it to sys_gui();
Modified Paths:
--------------
branches/pd-extended/0.41/pd/src/x_gui.c
Added Paths:
-----------
trunk/packages/patches/fix_gui_%_crash-0.42-4.patch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11016
http://pure-data.svn.sourceforge.net/pure-data/?rev=11016&view=rev
Author: eighthave
Date: 2009-04-13 21:09:10 +0000 (Mon, 13 Apr 2009)
Log Message:
-----------
now Tcl does the polling using 'after 10' making for a lot less messages between pd and pd-gui, plus all of the states should work properly, turning each instance on and off
Modified Paths:
--------------
trunk/externals/hcs/cursor.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11015
http://pure-data.svn.sourceforge.net/pure-data/?rev=11015&view=rev
Author: eighthave
Date: 2009-04-13 21:07:38 +0000 (Mon, 13 Apr 2009)
Log Message:
-----------
added image of all of the available Tk mouse pointer cursors to the help patch
Modified Paths:
--------------
trunk/externals/Makefile
trunk/externals/hcs/cursor-help.pd
Added Paths:
-----------
trunk/externals/hcs/cursor.gif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.