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

Miller Puckette millerpuckette at users.sourceforge.net
Sun Mar 20 23:37:33 CET 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  aa11ca87ea9df78cd003d04190994509089907aa (commit)
       via  82a5e455f859071698788c04df5d15c5b126c08a (commit)
       via  ef3bc77b1879eeeed9e3af3154a843be66164355 (commit)
       via  33627264be356096ff132272dbaaf7c5cdb44145 (commit)
       via  9893cd60805e22b062a05ffd1eef5f5bf1a38124 (commit)
       via  b0ab109d2ae61a87a72a843e60e994029f2094e9 (commit)
      from  d43aee365f01272d3a7fcce31826733ff8a4d229 (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 aa11ca87ea9df78cd003d04190994509089907aa
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Mar 20 15:16:50 2016 -0700

    Shahrokh's confgure.in for portaudio

commit 82a5e455f859071698788c04df5d15c5b126c08a
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Mar 20 15:15:00 2016 -0700

    update copyright notice in expr sources

commit ef3bc77b1879eeeed9e3af3154a843be66164355
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Mar 20 12:44:24 2016 -0700

    move Shahrokh Yadegari's expr/expr~/fexpr~ objects from extra to src and
    upgrade to version 0.50

commit 33627264be356096ff132272dbaaf7c5cdb44145
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Mar 20 11:23:14 2016 -0700

    backward connections allowed for UDP netsend objects (thanks Shahrokh Yadegari)

commit 9893cd60805e22b062a05ffd1eef5f5bf1a38124
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Mar 19 18:33:35 2016 -0700

    Dan Wilcox patch to ask OSX not to restore open Pd windows when Pd
    restarted

commit b0ab109d2ae61a87a72a843e60e994029f2094e9
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Mar 19 17:57:19 2016 -0700

    fixed O_NDELAY flag usage in OSS audio API

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

Summary of changes:
 Makefile.am                                |  834 ++++++++++++++--------------
 doc/5.reference/expr-help.pd               |  497 +++++++++++++++++
 doc/5.reference/netsend-help.pd            |   20 +-
 extra/expr-help.pd                         |  497 -----------------
 extra/expr~/GNUmakefile.am                 |   63 ---
 extra/expr~/LICENSE.txt                    |  165 ------
 extra/expr~/README.txt                     |   97 ----
 extra/expr~/fts_to_pd.h                    |   41 --
 extra/expr~/makefile                       |  159 ------
 portaudio/configure.in                     |   16 +-
 src/Makefile.am                            |    2 +-
 src/m_conf.c                               |    2 +
 src/makefile.gnu                           |    2 +-
 src/makefile.mac                           |    2 +-
 src/makefile.mingw                         |    2 +-
 src/makefile.msvc                          |    2 +-
 src/s_audio_oss.c                          |   14 +-
 src/x_net.c                                |    6 +-
 extra/expr~/vexp.c => src/x_vexp.c         |  357 ++++++++-----
 extra/expr~/vexp.h => src/x_vexp.h         |  123 +++--
 extra/expr~/vexp_fun.c => src/x_vexp_fun.c |  104 ++--
 extra/expr~/vexp_if.c => src/x_vexp_if.c   |  252 ++++++---
 tcl/pd_guiprefs.tcl                        |    7 +
 23 files changed, 1493 insertions(+), 1771 deletions(-)
 create mode 100644 doc/5.reference/expr-help.pd
 delete mode 100644 extra/expr-help.pd
 delete mode 100644 extra/expr~/GNUmakefile.am
 delete mode 100644 extra/expr~/LICENSE.txt
 delete mode 100644 extra/expr~/README.txt
 delete mode 100644 extra/expr~/fts_to_pd.h
 delete mode 100644 extra/expr~/makefile
 rename extra/expr~/vexp.c => src/x_vexp.c (89%)
 rename extra/expr~/vexp.h => src/x_vexp.h (70%)
 rename extra/expr~/vexp_fun.c => src/x_vexp_fun.c (96%)
 rename extra/expr~/vexp_if.c => src/x_vexp_if.c (86%)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list