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 a770f72e9ddd721767c0d9303a1e7099d046f577 (commit) via 4078ce8c45fea35e0321917181fa22e460ddaa35 (commit) via 3381b5f1d025c9ee35fa810a5125026eee2c4127 (commit) from 0d6dca007742923ed514116189b42d223f0a5b27 (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 a770f72e9ddd721767c0d9303a1e7099d046f577 Merge: 4078ce8 3381b5f Author: Miller Puckette msp@ucsd.edu Date: Wed Jul 5 14:27:51 2017 -0700
Merge branch 'stdout'
commit 4078ce8c45fea35e0321917181fa22e460ddaa35 Author: Miller Puckette msp@ucsd.edu Date: Wed Jul 5 14:24:03 2017 -0700
WIP - binary I/O for pd~. need to update stdout object to dovetail with this.
commit 3381b5f1d025c9ee35fa810a5125026eee2c4127 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Wed Jul 5 21:37:20 2017 +0200
binary mode for [stdout]
other modes: - omit trailing semicolon - force fflush() - do not force fflush()
-----------------------------------------------------------------------
Summary of changes: extra/pd~/binarymsg.c | 59 +++++++++ extra/pd~/pdsched.c | 146 +++++++++++++++------- extra/pd~/pd~-help.pd | 2 +- extra/pd~/pd~.c | 297 +++++++++++++++++++++++++++----------------- extra/stdout/stdout-help.pd | 29 ++++- extra/stdout/stdout.c | 87 +++++++++++-- 6 files changed, 443 insertions(+), 177 deletions(-) create mode 100644 extra/pd~/binarymsg.c
hooks/post-receive