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 deff79574ccacaaa21ca052f2f1030bbb0488f7f (commit) via 641072afcfe1b1e240e089ea653a93aa3ecbebcd (commit) from 8a02332a5fb68edc2899e2f13513c77f0796d21b (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 deff79574ccacaaa21ca052f2f1030bbb0488f7f Author: msp msp@fuzz.localdomain Date: Thu Feb 20 10:14:51 2014 -0800
Changed mess1() , etc., macros to avoid casting between varargs function prototype and fixed-arg functions (e.g., "dsp" methods for tilde objects). This casting turned out to break on ARM64.
This could break externs at source level (but maintins binary compatibility) - if you're passing pointers around it's fine but other data types (floats for instance) can't be cast to void * and the compiler will complain.
Next step should be to search all pd extended externals for mess1() (etc) calls...
commit 641072afcfe1b1e240e089ea653a93aa3ecbebcd Author: msp msp@fuzz.localdomain Date: Thu Feb 20 10:01:25 2014 -0800
indentation only
-----------------------------------------------------------------------
Summary of changes: src/m_pd.h | 27 +++++++++++++++++++++------ src/x_array.c | 2 +- src/x_list.c | 4 ++-- 3 files changed, 24 insertions(+), 9 deletions(-)
hooks/post-receive