[PD-cvs] [git]pure-data branch, master, updated. 6d5d72f16ff391bd408f99176647a3de955df498

Miller Puckette millerpuckette at users.sourceforge.net
Tue Apr 19 00:38:47 CEST 2016


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  6d5d72f16ff391bd408f99176647a3de955df498 (commit)
       via  ba1cff168c615bdcff0b3b25550b50ad0242d665 (commit)
       via  0497ba89be8d5922556a9633b19af4d6dee9d3ff (commit)
       via  4474f6e966b9088e9b8fd0c37994054638694f24 (commit)
       via  e4acf6c42d5fe3730c86a49bd2a73d1f193cd6cb (commit)
       via  6ad5f30935c0a1a6018e329d15763246cc5cac66 (commit)
       via  e32c92b6a19f05bd61b09187bca6c3e293f45296 (commit)
       via  06cbbf40ef0f89cfb17462f66eaf86da172a3033 (commit)
       via  12598557c8c13a2443bc6d69aefe3535c682c93d (commit)
       via  e41877100887b151c369a53738c0308328791eb5 (commit)
       via  ee987a697ef83a682dc8454d68aadb1c979ab888 (commit)
       via  ddb61e5b8eaba0dc8b517ce6365451f28c397b76 (commit)
      from  f35e816e38f569e01d31b2d164dffa0acc6a0301 (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 6d5d72f16ff391bd408f99176647a3de955df498
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Apr 18 21:41:35 2016 +0200

    consistent size-calculation in resizebytes()
    
    either use the (t_copy) or (*x->x_vec), but not both...

commit ba1cff168c615bdcff0b3b25550b50ad0242d665
Merge: 0497ba8 f35e816
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Apr 18 21:36:30 2016 +0200

    Merge branch 'master' into fix-leaks

commit 0497ba89be8d5922556a9633b19af4d6dee9d3ff
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 15:06:36 2016 +0200

    Avoid NULL-dereference when taking canvas off-list
    
    this avoids a crash when deleting a [clone] object
    (which in turn deletes the cloned objects that are not really on the list...)

commit 4474f6e966b9088e9b8fd0c37994054638694f24
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 15:04:59 2016 +0200

    Free allocated memory after use.

commit e4acf6c42d5fe3730c86a49bd2a73d1f193cd6cb
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 14:51:32 2016 +0200

    Fixed size-calculation when reallocating clones
    
    CID:83090

commit 6ad5f30935c0a1a6018e329d15763246cc5cac66
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 14:50:34 2016 +0200

    dded '-g' to the default compiler-flags (src/makefile.gnu)

commit e32c92b6a19f05bd61b09187bca6c3e293f45296
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 14:49:40 2016 +0200

    Added '-g' to the default compiler flags (autoconf)
    
    to make debugging easier...

commit 06cbbf40ef0f89cfb17462f66eaf86da172a3033
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 14:42:25 2016 +0200

    Check the return value of garray_getfloatwords()
    
    like everywhere else...
    
    CID:74758

commit 12598557c8c13a2443bc6d69aefe3535c682c93d
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 14:30:59 2016 +0200

    forgotten 'break' in switch-statement
    
    not entirely sure, but the handling in KB_GT/KB_GE suggests that a 'break'
    is indeed appropriate.
    
    CID:74801

commit e41877100887b151c369a53738c0308328791eb5
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 14:29:36 2016 +0200

    Properly handle the case where no socket could be created
    
    CID:74805

commit ee987a697ef83a682dc8454d68aadb1c979ab888
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 14:11:48 2016 +0200

    fixed out-of-bounds access
    
    CID:74811
    CID:74809

commit ddb61e5b8eaba0dc8b517ce6365451f28c397b76
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Apr 6 13:45:20 2016 +0200

    .travis.yml needs spaces instead of tabs

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

Summary of changes:
 .travis.yml       |    2 +-
 configure.ac      |   10 +++++-----
 src/d_soundfile.c |   17 ++++++++---------
 src/g_canvas.c    |    2 +-
 src/g_clone.c     |    5 +++--
 src/makefile.gnu  |    2 +-
 src/s_inter.c     |    6 +++++-
 src/x_text.c      |    1 +
 src/x_vexp_if.c   |    4 ++--
 9 files changed, 27 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list