Revision: 12690
http://pure-data.svn.sourceforge.net/pure-data/?rev=12690&view=rev
Author: mrtof
Date: 2009-10-28 00:05:21 +0000 (Wed, 28 Oct 2009)
Log Message:
-----------
Modified personnal Makefile and a debug message in arguments
Modified Paths:
--------------
trunk/externals/tof/src/Makefile
trunk/externals/tof/src/arguments.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12689
http://pure-data.svn.sourceforge.net/pure-data/?rev=12689&view=rev
Author: eighthave
Date: 2009-10-27 21:21:49 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
checked in Italian update (patch #2887446) from lorenzosu
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/po/it.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12688
http://pure-data.svn.sourceforge.net/pure-data/?rev=12688&view=rev
Author: mrtof
Date: 2009-10-27 20:14:18 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
Added a lot of help patches
Modified Paths:
--------------
trunk/externals/tof/help/argument-help.pd
trunk/externals/tof/help/param-help.pd
Added Paths:
-----------
trunk/externals/tof/help/test-argument.pd
trunk/externals/tof/help/test-param-2.pd
trunk/externals/tof/help/test-param.pd
Removed Paths:
-------------
trunk/externals/tof/help/argument-abs.pd
trunk/externals/tof/help/param-abs.pd
trunk/externals/tof/help/param2-abs.pd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12687
http://pure-data.svn.sourceforge.net/pure-data/?rev=12687&view=rev
Author: eighthave
Date: 2009-10-27 14:58:15 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
updated included text files, included GPLv3 license
Modified Paths:
--------------
trunk/externals/apple/Makefile
Added Paths:
-----------
trunk/externals/apple/COPYING
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12686
http://pure-data.svn.sourceforge.net/pure-data/?rev=12686&view=rev
Author: mrtof
Date: 2009-10-27 14:45:38 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
Added an argument parser
Modified Paths:
--------------
trunk/externals/tof/help/argument-help.pd
trunk/externals/tof/src/param.c
trunk/externals/tof/src/paramGui.h
Added Paths:
-----------
trunk/externals/tof/help/arguments-help.pd
trunk/externals/tof/help/test-arguments-all.pd
trunk/externals/tof/help/test-arguments-comma.pd
trunk/externals/tof/help/test-arguments-token.pd
trunk/externals/tof/src/arguments.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
last 20 errors ----------------------------------------
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-35.2/rsync/main.c(1400) [generator=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-10-27/logs/2009-10-27_08.45.…
last 20 errors ----------------------------------------
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-35.2/rsync/main.c(1400) [generator=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-10-27/logs/2009-10-27_08.45.…
Revision: 12685
http://pure-data.svn.sourceforge.net/pure-data/?rev=12685&view=rev
Author: eighthave
Date: 2009-10-27 05:06:29 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
oops, I thought it was doing a typedef, but it was a #define, so fix the _WIN32 definition of int32_t
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/d_array.c
branches/pd-gui-rewrite/0.43/src/d_math.c
branches/pd-gui-rewrite/0.43/src/d_osc.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12684
http://pure-data.svn.sourceforge.net/pure-data/?rev=12684&view=rev
Author: eighthave
Date: 2009-10-27 04:43:35 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
fixes to port things to Android, it now builds using the Android 'san-angeles' build example and almost builds with the autotools build system
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/configure.ac
branches/pd-gui-rewrite/0.43/src/d_array.c
branches/pd-gui-rewrite/0.43/src/d_math.c
branches/pd-gui-rewrite/0.43/src/d_osc.c
branches/pd-gui-rewrite/0.43/src/s_inter.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12683
http://pure-data.svn.sourceforge.net/pure-data/?rev=12683&view=rev
Author: eighthave
Date: 2009-10-26 23:51:51 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
be a good boy and unbind the receive symbol when freeing, bug pointed out by tof; also started sketch for supporting 0.43's 'pdsend' vs. older 'pd' proc
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.