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 "pure-data".
The branch, master has been updated
via 1d4d05c6ff08b3f5a8cca3c67f44254dbf4ae23e (commit)
via 1a382dc9f92c723f19814668fed4298589673ff2 (commit)
via d736882a8de27e57c0822f94f00b0f421df8f8c5 (commit)
via 6c19fb014ec935e05a400c221a27d0ff87707994 (commit)
via aa98ea5ab5f04c7ed92fc0ad0fec3c90c98ace5e (commit)
from ee1cad7ff4062e151bd8d37ea917cbf7060e10c7 (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 1d4d05c6ff08b3f5a8cca3c67f44254dbf4ae23e
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Sat Jan 5 12:41:58 2013 -0500
allow unicode filenames via double-clicking, fix multiple instances
This allows pd-gui to receive full unicode filenames, and allows multiple
instances while making the first instance always claim the double-clicked
files.
commit 1a382dc9f92c723f19814668fed4298589673ff2
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Thu Jan 3 20:21:19 2013 -0800
tweak linux fallback makefile
commit d736882a8de27e57c0822f94f00b0f421df8f8c5
Author: IOhannes m zmoelnig <zmoelnig(a)umlautO.umlaeute.mur.at>
Date: Tue Dec 18 11:45:03 2012 +0100
don't connect to running pd-gui's if not needed
if we start multiple instances of Pd from the cmdline, we don't want to
connect to running instances anyhow.
since we already check, whether we should connect in parse_args{}, we don't
need to duplicate the check (in a buggy way!)
the current test, whether to look for other instances of pd-gui is the same
as the test, that tells pd-gui to connect to a running pd: if port>0 and host!=""
we use the full scriptname as the singleton key, so we don't have
sideeffects on various installations of Pd on the same system.
commit 6c19fb014ec935e05a400c221a27d0ff87707994
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Tue Jan 1 22:02:28 2013 -0500
make garray_getfloatarray() 64-bit warning stronger with more useful info
This gets rid of the logic that only lets this message get printed once
per Pd session. Since this problem means non-working objects, I think this
warning should be loud and provide detailed info so that people know the
cause and then go fix it :)
commit aa98ea5ab5f04c7ed92fc0ad0fec3c90c98ace5e
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Thu Jan 3 13:36:59 2013 -0800
misc doc updates
-----------------------------------------------------------------------
Summary of changes:
doc/7.stuff/tools/testtone.pd | 6 ++--
linux/README.txt | 8 ++--
src/g_array.c | 13 +++++---
src/makefile.gnu | 24 +++++++-------
src/notes.txt | 3 ++
tcl/pd-gui.tcl | 67 ++++++++++++++++++++++++-----------------
6 files changed, 69 insertions(+), 52 deletions(-)
hooks/post-receive
--
pure-data