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 "Pd-extended".
The branch, patch_series has been updated via 3676dfdf19e679daafd87ebe2b9fbda313bc76b9 (commit) via 441f2adce8d843387ec395f13288c4b4ea00ead1 (commit) from e0b4eab2a513cf19b29e1141238e3cfb65796d5d (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 3676dfdf19e679daafd87ebe2b9fbda313bc76b9 Author: Hans-Christoph Steiner hans@eds.org Date: Mon Nov 28 11:05:40 2011 -0500
make a Mac OS X .app from a patch or folder of patches triggered by the File menu
- ported from Pd-extended 0.42.5
commit 441f2adce8d843387ec395f13288c4b4ea00ead1 Author: Hans-Christoph Steiner hans@eds.org Date: Sun Nov 27 23:32:36 2011 -0500
REBASE into 'added sys_loadstartup() to load things from the 'startup' folder'
- included public domain scandir implementation for Windows, since it doesn't have one
-----------------------------------------------------------------------
Summary of changes: src/Makefile.am | 4 +- src/makefile.mingw | 3 +- src/s_main.c | 2 + src/scandir.c | 222 +++++++++++++++++++++++++++++++++++++++++++++++ src/scandir.h | 10 ++ tcl/makeapp.tcl | 102 ++++++++++++++++++++++ tcl/pd-gui.tcl | 1 + tcl/pd_menucommands.tcl | 35 ++++++++ tcl/pd_menus.tcl | 3 + tcl/pkgIndex.tcl | 1 + 10 files changed, 380 insertions(+), 3 deletions(-) create mode 100644 src/scandir.c create mode 100644 src/scandir.h create mode 100644 tcl/makeapp.tcl
hooks/post-receive