[PD-cvs] [git]pure-data branch, master, updated. 319b37fdefb25dc42888410394fc78990429ea37

Miller Puckette millerpuckette at users.sourceforge.net
Thu Sep 10 01:06:06 CEST 2015


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  319b37fdefb25dc42888410394fc78990429ea37 (commit)
       via  1b7af3c57f991216191ef8dd613eaff775777b4e (commit)
       via  a430e757ba61349c2f7f69940aa707131e67542a (commit)
      from  24e3e86ec4cef33b00aa6caa0d4fd1bc492eae8b (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 319b37fdefb25dc42888410394fc78990429ea37
Author: IOhannes m zmoelnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Sep 9 15:50:03 2015 +0200

    don't build pd-watchdog on MINGW

commit 1b7af3c57f991216191ef8dd613eaff775777b4e
Author: IOhannes m zmoelnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Sep 9 15:49:19 2015 +0200

    fix check_exists() on W32
    
    on w32, we cannot use open() to detect whether a directory exists
    (as it will always fail).
    
    instead we use access() (which should be faster anyhow, than a full
    open()/close() cycle).
    
    unicode support makes everything a bit more complicated (taken from sys_open()).
    
    also fixed a small typo, that would append a garbage string to the path
    if the given path was absolute.

commit a430e757ba61349c2f7f69940aa707131e67542a
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed Sep 9 16:03:15 2015 -0700

    better error message when object creation fails (loosely adapted from
    patch 554)

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

Summary of changes:
 src/Makefile.am |    1 -
 src/g_canvas.c  |   26 +++++++++++++++++---------
 src/g_text.c    |    9 +++++----
 3 files changed, 22 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list