This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Pd-extended".
The branch, pure-data has been updated
via c7fb8e4a06d6253890ca2f73dfe4980c8c88fce9 (commit)
via 26548cd26e5d2030e19f7092f3180589f1bf35b1 (commit)
via 9dbecb5d0912f9c37e3988d8f7841894039ab501 (commit)
via 60f69d893fe24afe2c805aea8f5f79eba59776df (commit)
via cbcc307e8d730613342bf1bb37c9b44b720ddcca (commit)
via 53cb9008b9a6bb72e3cb2ee3a836290cf6e576a9 (commit)
via 6473bb24e7e5173de3379005d6e679fae58a10b3 (commit)
via 411d6d95aa541f72512586107e8a1391a554f824 (commit)
via b9ae2392c5ba6f687cb564436b1524f018b75621 (commit)
via 9b994599f27b6208f00182e5631836e73b323a4d (commit)
via 420bd1fffa0336650309d4c158c6dd208d993310 (commit)
via 5bed543b4b798c64a5f8358513fcc3edfc1f83a7 (commit)
via a567e4398d14901840f24ac82ecfc79306e22903 (commit)
via 18ea97030285ae0fcedf88db16d9f4ec0e992332 (commit)
via dc79deff7b8e89edc4e97557e7b76c0afce0fea3 (commit)
via aa92ab1639284d3ca96c8eff1d2fdbf63756641d (commit)
via d1c7dafd053573339c745455450c578ef72fcc07 (commit)
via be82b155c17e89acc01773c159a018f152bee67a (commit)
via 1dd08cf3c8b2ab6a75e9c21a17996ae49c2896fe (commit)
via a8884a11d61321c967b1f2df5b70fdfebdd6f45e (commit)
via 35b59641a45a67ca38958d8f835d37d7a4a3a9fb (commit)
via 7d5b191db44d84bd33bf68dcb828862364be9907 (commit)
via 1b28fa6d02964881b42bda52e110dc64d2b8329c (commit)
from 2965d5508d35a5e1b0c9c43dc71ec5ebd44b50e9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c7fb8e4a06d6253890ca2f73dfe4980c8c88fce9
Merge: be82b15 26548cd
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Mon Sep 19 08:54:10 2011 -0700
tried to merge to fix fact that I was mistakenly editing out on a branch
Merge branch 'oops'
Conflicts:
tcl/pdtk_text.tcl
commit 26548cd26e5d2030e19f7092f3180589f1bf35b1
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Sep 17 21:03:31 2011 -0700
circumvented bug in guiprefs that prevented Pd from starting up in MSWindows
commit 9dbecb5d0912f9c37e3988d8f7841894039ab501
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Sep 17 19:40:15 2011 -0700
doc updates
commit 60f69d893fe24afe2c805aea8f5f79eba59776df
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Sep 17 13:12:56 2011 -0700
version number to 0.43 test3; bonk 1.5
commit cbcc307e8d730613342bf1bb37c9b44b720ddcca
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Mon Jul 4 01:23:41 2011 -0400
fix crasher bug when closing a window with Perf Mode on and no changes to window
commit 53cb9008b9a6bb72e3cb2ee3a836290cf6e576a9
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Fri Sep 16 21:00:42 2011 -0700
mac bug fixes to bonk~
commit 6473bb24e7e5173de3379005d6e679fae58a10b3
Author: IOhannes m zmoelnig <zmoelnig(a)iem.at>
Date: Tue May 17 12:33:23 2011 +0200
flush to disk after writing
binbuf_write() should flush to disk after writing a file and check the return code,
to ensure that the patchfile has been properly written; raise an error otherwise
commit 411d6d95aa541f72512586107e8a1391a554f824
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Mon Apr 11 19:50:11 2011 -0400
make the default font size the same on all platforms
commit b9ae2392c5ba6f687cb564436b1524f018b75621
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Fri Sep 16 18:13:18 2011 -0700
add MIDI prototypes to s_stuff.h and fix compilation problem this uncovered
commit 9b994599f27b6208f00182e5631836e73b323a4d
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Sun Apr 3 16:41:36 2011 -0400
fixed Mac OS X loading to work when embedded in an app or in the source tree
commit 420bd1fffa0336650309d4c158c6dd208d993310
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Mon Sep 5 20:51:04 2011 -0700
yet more fixing of aiff format in d_soundfile.c
commit 5bed543b4b798c64a5f8358513fcc3edfc1f83a7
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sun Sep 4 21:52:13 2011 -0700
try to make watchdog catch wierd cases when pd dies but doesn't send
an EOF to watchdog pipe. Don't know if this will help.
commit a567e4398d14901840f24ac82ecfc79306e22903
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Sep 3 17:24:35 2011 -0700
aiff (and maybe wav) file reading bugfix: odd-sized chunks are padded
up to even number of bytes
commit 18ea97030285ae0fcedf88db16d9f4ec0e992332
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Tue Aug 30 19:09:35 2011 -0700
oops, take out dbugging printout
commit dc79deff7b8e89edc4e97557e7b76c0afce0fea3
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Mon Aug 29 13:00:36 2011 -0700
fix horrible longstanding bug reading 24-bit AIFF soundfiles
commit aa92ab1639284d3ca96c8eff1d2fdbf63756641d
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed Aug 24 13:42:22 2011 -0700
cleanup "edit mode" menu fix
commit d1c7dafd053573339c745455450c578ef72fcc07
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed Aug 24 13:40:06 2011 -0700
new try to fix text pasting
commit be82b155c17e89acc01773c159a018f152bee67a
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Tue Aug 23 20:22:18 2011 -0700
X paste fix. There are still confusing things going on but at least
it doesn't generate a TK error anymore.
commit 1dd08cf3c8b2ab6a75e9c21a17996ae49c2896fe
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Tue Aug 23 19:57:07 2011 -0700
improve visual behavior of 'edit mode' menu item
commit a8884a11d61321c967b1f2df5b70fdfebdd6f45e
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Jul 30 18:11:48 2011 -0700
hopefully fixed it so that creating and dragging a new object, then
clicking to "let it go", leaves the text active. Before, intermittently,
the phject would get deselected by the click -- annoying!
commit 35b59641a45a67ca38958d8f835d37d7a4a3a9fb
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Jul 30 14:46:08 2011 -0700
fix bug 3212041 (pd~ hang on close)
commit 7d5b191db44d84bd33bf68dcb828862364be9907
Author: IOhannes m zmoelnig <zmoelnig(a)iem.at>
Date: Wed May 25 15:00:47 2011 +0200
segfault prevention in DSP-loop detection
opening an pd-file containing inlet~ and outlet~ as a toplevel patch (so the
iolet~s don't point anywhere) _and_ the patch contains a DSP-loop, then the
DSP-loop exception handling will segfault (in the "fill borrowed outputs" loop
around d_ugen.c:1064), since dc_iosigs==NULL (due to toplevel) and
dc_noutlets==dc_ninlets==1 (due to the outlet~).
this patch clamps the dc_niolets to 0 if the patch is toplevel
commit 1b28fa6d02964881b42bda52e110dc64d2b8329c
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Sun Jun 26 23:08:33 2011 -0400
removed bizarre 'k' character in 'package' command, causing Windows to not start
-----------------------------------------------------------------------
Summary of changes:
README.txt | 4 +-
doc/1.manual/x1.htm | 16 +----
doc/1.manual/x3.htm | 76 +++++++++++++++----------
doc/1.manual/x5.htm | 25 ++++++++
extra/bonk~/bonk~.c | 154 +++++++++++++++++++++++++++++++++++++++++++++++++--
extra/pd~/pd~.c | 3 +
linux/README.txt | 2 +-
src/d_soundfile.c | 11 ++-
src/d_ugen.c | 6 ++
src/g_editor.c | 4 +-
src/g_text.c | 2 +
src/m_binbuf.c | 7 ++
src/m_pd.h | 2 +-
src/s_inter.c | 40 ++++++++-----
src/s_main.c | 4 -
src/s_print.c | 18 +++---
src/s_stuff.h | 3 +
src/s_watchdog.c | 8 ++-
tcl/pd_guiprefs.tcl | 8 ++-
tcl/pd_menus.tcl | 2 +-
tcl/pdtk_canvas.tcl | 17 +++---
tcl/pdtk_text.tcl | 13 +++--
22 files changed, 321 insertions(+), 104 deletions(-)
hooks/post-receive
--
Pd-extended