[PD-cvs] [git]pure-data branch master updated. e667894370ec22bc1d1d844443d90f1a76adc03e

Miller Puckette millerpuckette at users.sourceforge.net
Sat Jun 23 00:15:35 CEST 2012


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  e667894370ec22bc1d1d844443d90f1a76adc03e (commit)
       via  77207e46a9f325ba33bb570bee14902c2961e001 (commit)
       via  10f1680ea73186daf27eb007a4ba7bd563e4ad59 (commit)
       via  de11cd3ce2f1056dd6d8e3f6d7fbf7618c9e49b2 (commit)
       via  e724e4d4af5a918685f3b7cd4891150288029eda (commit)
      from  f24b62367300bac7345651da50d991b88af1dfae (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 e667894370ec22bc1d1d844443d90f1a76adc03e
Author: IOhannes m zmoelnig <zmoelnig at umlautO.umlaeute.mur.at>
Date:   Thu Jun 21 09:17:13 2012 +0200

    assert table-sizes in tabread4~
    
    tabread4~ needs at least 4 samples to interpolate;
    this patch adds guards in order to not access out-of-bound indices in the table,
    in case the table is smaller than 4 samples.

commit 77207e46a9f325ba33bb570bee14902c2961e001
Author: Marvin Humphrey <marvin at 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 10f1680ea73186daf27eb007a4ba7bd563e4ad59
Author: Miller Puckette <msp at ucsd.edu>
Date:   Tue Jun 19 13:11:49 2012 -0700

    patch 3497084 - fix for open_via_path() declaration headfizz

commit de11cd3ce2f1056dd6d8e3f6d7fbf7618c9e49b2
Author: Miller Puckette <msp at ucsd.edu>
Date:   Tue Jun 19 12:55:42 2012 -0700

    fix for bug 3534907 - Pd crashes when deleting (used) array via GUI

commit e724e4d4af5a918685f3b7cd4891150288029eda
Author: msp <msp at fuzz.(none)>
Date:   Tue Jun 19 11:22:11 2012 -0700

    added notes to self about releasing

-----------------------------------------------------------------------

Summary of changes:
 linux/README.txt  |   13 ++++++-----
 src/d_array.c     |    2 +
 src/d_soundfile.c |    4 +-
 src/g_array.c     |    3 ++
 src/m_pd.h        |    2 +-
 src/s_utf8.c      |   56 ++++++++++++++++++++++++++++++++++++++++------------
 6 files changed, 58 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list