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

Miller Puckette millerpuckette at users.sourceforge.net
Thu Jun 22 07:37:43 CEST 2017


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  1d5206ff55017ddc36f027d18f60d023edda2b7d (commit)
       via  926b3b8d7f40bcbd9f4634abf6b605b3159ea50f (commit)
       via  4386c38656d7e88fc8e6baba873f76d119b32b5d (commit)
       via  7b84b86e21a69caefdb42f745ebc8d6bf3f4c94f (commit)
       via  7d271ca934e2af6a04d5680da19f853cc377a9ca (commit)
       via  090971d3d17b46bb9193bee756816f3318769902 (commit)
       via  e0d40517254cbd0e5fa9ed7553d2c543a919d7ee (commit)
       via  3ae84efff362ccc2538aac17ced42cb8593ed8da (commit)
       via  09da9eacaa31a2a0eb091c1bb84d2043bf95d2e7 (commit)
       via  54cbe4b3082191cae7a6d8bbe239e1c85635cb40 (commit)
       via  94c983db7573b842305da258c15abb7ee8603d8e (commit)
       via  4ae83e7587c50c6315620c38f7eeb985038ae379 (commit)
       via  b0453a6fe2f52b06df3134a9cc8e6580b4d78746 (commit)
       via  56b5c4c38a5684613c7c3cc73593a0d9e2d10732 (commit)
       via  99f868580fd2e60849a6dba7c20eb876e3d4814c (commit)
      from  9a57c643a1a17fc415c598bc33d4b527fce2ea27 (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 1d5206ff55017ddc36f027d18f60d023edda2b7d
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed Jun 21 18:06:18 2017 -0700

    broke the realtime-setting code out of the sys_do_startgui() function
    so that it can be called independently; this is appropriate, for instance,
    if the GUI is stopped and restarted.

commit 926b3b8d7f40bcbd9f4634abf6b605b3159ea50f
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Jun 17 19:32:49 2017 -0700

    fixed bug spotted by Hannes's coverity scan

commit 4386c38656d7e88fc8e6baba873f76d119b32b5d
Merge: 7b84b86 7d271ca
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Jun 17 19:30:22 2017 -0700

    Merge branch 'coverity-fixes'

commit 7b84b86e21a69caefdb42f745ebc8d6bf3f4c94f
Merge: 9a57c64 99f8685
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Jun 17 19:05:46 2017 -0700

    Merge branch 'emacs-codingstyle'

commit 7d271ca934e2af6a04d5680da19f853cc377a9ca
Merge: 090971d c17754d
Author: IOhannes m zmoelnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Jun 7 14:35:23 2017 +0200

    Merge branch 'master' into coverity-fixes

commit 090971d3d17b46bb9193bee756816f3318769902
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 23:28:14 2017 +0100

    check if pd_findbyclass() returns non-NULL
    
    Closes: CID#74808

commit e0d40517254cbd0e5fa9ed7553d2c543a919d7ee
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 23:23:34 2017 +0100

    Ignore startup-flags disabled by compile-switches
    
    It's rather annoying if the "-jack" flag which selects my preferred audio-backend
    makes Pd fail to startup, just because i forgot to compile with jack enabled.
    
    if jack support is crucial i will soon enough notice it (no sound, no
    "jack" option in the menu, a big fat warning on startup), no need for extra
    penalties.

commit 3ae84efff362ccc2538aac17ced42cb8593ed8da
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 23:06:40 2017 +0100

    Consistent checking if enough parameters are passed to cmdline args
    
    Adds checks where they were missing.
    
    Also fixes some double checks for argc>1
    
    Closes: CID#74772

commit 09da9eacaa31a2a0eb091c1bb84d2043bf95d2e7
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 22:52:40 2017 +0100

    Fixed null-check *after* loop
    
    both loop-condition ((o)) and indentation indicate that the check of (!o)
    is meant to be executed after the loop, so it seems a semicolon went missing
    (cf. L507)
    This also fixes a potential NULL-dereference in at the "doit" label.
    
    Closes: CID#74794, CID#74776

commit 54cbe4b3082191cae7a6d8bbe239e1c85635cb40
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 22:42:05 2017 +0100

    check if symbol is non-null before printing it
    
    Closes: CID#74785

commit 94c983db7573b842305da258c15abb7ee8603d8e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 22:35:04 2017 +0100

    Prevent closing of negative filedescriptors
    
    the fd passed to close() must not be negative.
    dunno about closesocket()
    
    Closes: CID#159269

commit 4ae83e7587c50c6315620c38f7eeb985038ae379
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 22:28:39 2017 +0100

    check if template is NULL before dereferencing it
    
    Closes: CID#74834, CID#74835

commit b0453a6fe2f52b06df3134a9cc8e6580b4d78746
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 22:10:49 2017 +0100

    Check return value of fcntl() and select()
    
    Closes: CID#74753, CID#74754

commit 56b5c4c38a5684613c7c3cc73593a0d9e2d10732
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 22:09:54 2017 +0100

    Close gui-socket if fork failed (preventing a potential resource leak)
    
    Closes: CID#74825

commit 99f868580fd2e60849a6dba7c20eb876e3d4814c
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 5 20:25:02 2017 +0100

    emacs configuration file for proper indentation
    
    the .dir-locals.el makes emacs apply Pd's indentation style to all C-files in this folder.

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

Summary of changes:
 src/.dir-locals.el |  12 +++
 src/g_readwrite.c  |  11 +--
 src/m_class.c      |   1 -
 src/m_obj.c        |   2 +-
 src/m_sched.c      |   3 +-
 src/s_inter.c      | 214 ++++++++++++++++++++++++-----------------------
 src/s_main.c       | 241 ++++++++++++++++++++++++++++++++++++++++++-----------
 src/s_print.c      |   2 +-
 src/s_stuff.h      |   2 +-
 src/x_array.c      |   5 ++
 src/x_vexp_if.c    |   4 +-
 11 files changed, 336 insertions(+), 161 deletions(-)
 create mode 100644 src/.dir-locals.el


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list