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 c19e7c466804b865da004eaecf02061c4921c189 (commit)
via 16518c4cb20e23776f100e93a29f1df83c721ca6 (commit)
via e2d66eaee2f1648bd1f9c7fe72c2df7af6935e7f (commit)
via 4fa0a4da85721ae7819b55aeb75c404f16d964ce (commit)
via d9a0632bb3a364075258615c5328506133e19ee9 (commit)
via 834bd6ca83b07f80554854b2930303bfa7902a06 (commit)
via 01a41a29b6cdb96e1ec16e7e574899784d568bbc (commit)
from 72b925f091e3e97473bcc342833aa6b698f51ca5 (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 c19e7c466804b865da004eaecf02061c4921c189
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Thu Jul 4 13:21:36 2013 -0700
"send" method for pointer object
commit 16518c4cb20e23776f100e93a29f1df83c721ca6
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Thu Jul 4 12:59:38 2013 -0700
got scalar -k working
commit e2d66eaee2f1648bd1f9c7fe72c2df7af6935e7f
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Thu Jul 4 11:02:54 2013 -0700
text tolist and fromlist objects, and 'send' messages for float and int
commit 4fa0a4da85721ae7819b55aeb75c404f16d964ce
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed Jul 3 19:05:56 2013 -0700
fiddle again with bug() function and finally _fix_ the bug I was after
commit d9a0632bb3a364075258615c5328506133e19ee9
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed Jul 3 18:48:13 2013 -0700
another try at fixing bug()
commit 834bd6ca83b07f80554854b2930303bfa7902a06
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed Jul 3 18:24:05 2013 -0700
no... "bug" needs to look like an error, but "debug" is just a debugging
message
commit 01a41a29b6cdb96e1ec16e7e574899784d568bbc
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed Jul 3 18:21:30 2013 -0700
Bugs to same error level as errors
-----------------------------------------------------------------------
Summary of changes:
doc/5.reference/array-object-help.pd | 6 +-
doc/5.reference/float-help.pd | 31 +++++++----
doc/5.reference/int-help.pd | 41 ++++++++-----
doc/5.reference/pointer-help.pd | 101 +++++++++++++++++----------------
doc/5.reference/scalar-object-help.pd | 91 +++++++-----------------------
doc/5.reference/symbol-help.pd | 26 +++++++++
doc/5.reference/text-object-help.pd | 84 +++++++++++++++++++++------
src/g_canvas.h | 5 ++
src/g_readwrite.c | 32 ++---------
src/g_scalar.c | 8 +--
src/g_traversal.c | 17 +++++-
src/m_binbuf.c | 43 +++++++++++++-
src/notes.txt | 12 ++--
src/s_print.c | 26 +--------
src/x_array.c | 8 +-
src/x_connective.c | 18 ++++++
src/x_scalar.c | 96 ++++++++++++++++++++++++-------
src/x_text.c | 98 +++++++++++++++++++++++++++++++-
tcl/pdwindow.tcl | 3 +-
19 files changed, 483 insertions(+), 263 deletions(-)
create mode 100644 doc/5.reference/symbol-help.pd
hooks/post-receive
--
pure-data