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, patch_series has been updated
via 4ca244a8ffe058ff9633b66b249612ef08c1977d (commit)
via d68de379ba71df2b5d332b2c3ba25f65d665db46 (commit)
from d60bb277734b137b5053b74c5a69b0977061f125 (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 4ca244a8ffe058ff9633b66b249612ef08c1977d
Author: Marvin Humphrey <marvin(a)rectangular.com>
Date: Fri Oct 7 19:55:44 2011 -0700
Improve UTF-8 processing.
Pd's UTF-8 handling library assumes NUL-termination of strings and often
malfunctions in its absence, but Pd uses strings without NUL-termination. To
guard agains invalid reads, this patch changes u8_offset, u8_charnum and
u8_inc so that they function properly without NUL-termination.
An additional benefit of this patch is that all three functions are sped up.
No problems were found in u8_dec and it could not be sped up, so it has been
left alone. Some other functions may or may not have problems (e.g.
u8_inc_ptr), but do not seem to be in use.
commit d68de379ba71df2b5d332b2c3ba25f65d665db46
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Fri Oct 7 17:30:00 2011 -0400
re-add Ctrl-Return binding to 'reselect' for creating a object after typing
-----------------------------------------------------------------------
Summary of changes:
src/s_utf8.c | 56 +++++++++++++++++++++++++++++++++++++++-----------
tcl/pd_bindings.tcl | 1 +
2 files changed, 44 insertions(+), 13 deletions(-)
hooks/post-receive
--
Pd-extended