Send Pd-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."


Today's Topics:

   1. [git]Pd-extended branch patch_series updated.
      3676dfdf19e679daafd87ebe2b9fbda313bc76b9 (Hans-Christoph Steiner)
   2. [git]Pd-extended branch master updated.
      1809b529dd9149b56f02c9fc4d48adc510f9316b (Hans-Christoph Steiner)
   3. [git]Pd-extended branch master updated.
      bc01452ac86978dc70023e73d94c7185d92ca990 (Hans-Christoph Steiner)
   4. [git]Pd-extended branch patch_series updated.
      e3b3059b27eb76ef41530fbd4bf0ad460784b909 (Hans-Christoph Steiner)
   5. SF.net SVN: pure-data:[15800] trunk/externals/pdp
      ([email protected])
   6. SF.net SVN: pure-data:[15799] trunk/externals/pdp
      ([email protected])
   7. [git]Pd-extended branch pure-data updated.
      d22f42f384504ea04086798cb7b1728d30c63d2b (Hans-Christoph Steiner)
   8. SF.net SVN: pure-data:[15801] trunk/externals/loaders/tclpd
      ([email protected])
   9. SF.net SVN: pure-data:[15802] trunk/externals/tclfile
      ([email protected])
  10. SF.net SVN: pure-data:[15803]
      trunk/externals/tclfile/tclfile.tcl ([email protected])


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

Message: 1
Date: Mon, 28 Nov 2011 16:10:25 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch patch_series updated.
        3676dfdf19e679daafd87ebe2b9fbda313bc76b9
To: [email protected]
Message-ID: <[email protected]>

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 <[email protected]>
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 <[email protected]>
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
-- 
Pd-extended



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

Message: 2
Date: Mon, 28 Nov 2011 16:11:55 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch master updated.
        1809b529dd9149b56f02c9fc4d48adc510f9316b
To: [email protected]
Message-ID: <[email protected]>

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, master has been updated
       via  1809b529dd9149b56f02c9fc4d48adc510f9316b (commit)
       via  3676dfdf19e679daafd87ebe2b9fbda313bc76b9 (commit)
       via  441f2adce8d843387ec395f13288c4b4ea00ead1 (commit)
      from  ef10d590f5029dcc1f2f28e83f4bb2fb4e70cb2d (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 1809b529dd9149b56f02c9fc4d48adc510f9316b
Merge: ef10d59 3676dfd
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Nov 28 11:10:50 2011 -0500

    Merge branch 'patch_series'

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

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
-- 
Pd-extended



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

Message: 3
Date: Mon, 28 Nov 2011 17:08:23 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch master updated.
        bc01452ac86978dc70023e73d94c7185d92ca990
To: [email protected]
Message-ID: <[email protected]>

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, master has been updated
       via  bc01452ac86978dc70023e73d94c7185d92ca990 (commit)
       via  91c0cbf7ae2e272c3ab3a6ceeae474ee610145ab (commit)
       via  e3b3059b27eb76ef41530fbd4bf0ad460784b909 (commit)
       via  35541fc594e894096a4b68dd89e1d375823122a5 (commit)
       via  532947b69e199380bd7a2ce062505263de6c1754 (commit)
       via  d65202f591bf548620067b570ee07b47be28d993 (commit)
       via  93cb997fc6e8c74cf88ce430a8847d498f8c73a4 (commit)
       via  23dd1fd28b9315bafdbc13374747e0ea38001071 (commit)
       via  1b7696b34971625ddd017c94d5db5c8b631e9dc6 (commit)
       via  cc0c2fb15ff40a1fe897cf3f153337cbf3939532 (commit)
       via  f0faad099d5d7678dc89f6d6fd7d497762aa6f10 (commit)
       via  e12ada9eec8166d0fef60643dcfa148ebec45712 (commit)
       via  2d533ed9c8733835e277ecba750c6c22b8978473 (commit)
       via  4caef13507de16a9c92acc537fa624f3128aa72c (commit)
       via  99e330f607cf855eedba2a32ff3a1ed836323301 (commit)
       via  118844c3bd4310faf3f557fc8dc975b0999fd3bf (commit)
       via  9cdda999abd4af18c58998f6a8f7cc83f681ed61 (commit)
       via  c0c176d8f280263320d588d5d11f063293fa062d (commit)
       via  0fd065e3d0b2fcbaced4a30e1693dbe57044a947 (commit)
       via  3e0f4a8e3d81b52a997621809adbdebec239ad17 (commit)
       via  e5a3e6053130895349bd5d3db7e803293fbf7c30 (commit)
       via  71bf51ade5d4d293e7f321e785edf6960fadae8f (commit)
       via  79b4af9ede351a39c79a99d2fc86717749cb6251 (commit)
       via  f156e8c403aac03665f24ba0e91f9bf4ec29f1e6 (commit)
       via  ae8b052ccf28d4b1999927c79bd42dc3c60b452b (commit)
       via  dd49d54eb93e1bb2391d9c037bb9c42f7b86d68f (commit)
       via  90e7c13e817c6d22815218aef6e58fb608613f66 (commit)
       via  9fd07e102e35c92ef86176bec70cc6158c68a38e (commit)
       via  7cc60fde400bf0adb721346f756e36acad0e294c (commit)
       via  52cc639abff9fc63c2196b5786937006586ef7a0 (commit)
       via  2fa5b745e43960bffb128a8b11706be2cb1532f0 (commit)
       via  df1f5e724b01e01d92ec3896dfef90aeabadad77 (commit)
       via  5d20c389d6c55669e46de4de048d6d7ac81a079b (commit)
       via  02a473642c733bf59371a827291fd1b50e9fa5a4 (commit)
       via  31d4f02dffdf945086f7c66173c754b843046223 (commit)
       via  b837d6a81358fc0c8a6c5aba2a54da2d38094e0f (commit)
       via  52f6db8c611c42db111d39dcdbb2381f1392ec61 (commit)
       via  0ac22e430401f19c0eb185c9f337db7e624bcb01 (commit)
       via  0f96a7b0051bd41035c14842e8bd5fcd37c897e8 (commit)
       via  d4d9b02ffba10a01a11a97f2b35c0bb86bc45b81 (commit)
       via  bc8dd86ff8fa2e80d8c1bef4e02a9bc3d2e5b652 (commit)
       via  ee44ae34339124e0a71463e2778d6e13e6ffa2dd (commit)
       via  09526ea7803b0276ffbb8a01ea7a9de17aa41d13 (commit)
       via  fec3f605992f0b0e8105540e05045ab3f54c449a (commit)
       via  cad4ff4ccd31f41c773b7268e9a0eb336df10cc0 (commit)
       via  961f7068c35373aa532448dbfc3757db533fd2a3 (commit)
       via  e87e4be03dd3c794eb0390e1312611f288d1ff36 (commit)
       via  756bf0c9db4188b0797ec6ee3ef0b34ac7814535 (commit)
       via  22a61df0eda1f4d7151875da21d4dbe82b7db3b0 (commit)
       via  2a49c4219d26b7b343ba2e97f9dd415a7ee99dd3 (commit)
       via  ae3b35c4635a7c1ac0cb75960575a63ee5243dd1 (commit)
       via  db40c104eed5b7fc32ece087d7d9d6b56fcc13a7 (commit)
       via  ccc8a51ca25979080ec346d4954a1c6d4e810693 (commit)
       via  56ab4fa44f15be7ea1f85bbca627477b2c8dea16 (commit)
       via  b0ffddf054db60a0675234e4e91d16c802c751fb (commit)
       via  55ee79d72c0c77058c26fe028c2c295bb8570416 (commit)
       via  6ff7b1e03a64a50d2815e2c18406a5104b0dbd31 (commit)
       via  f7258ad5378a23a87f48c03efa53cb6f22e60ba7 (commit)
       via  45e439cf8d835369d510985e5a1157b5bf86a532 (commit)
       via  2e23ad7c9039c9ba96f3bbfbb49715d954ab1732 (commit)
       via  f0f9c64a6505e39c60e726296142fb23605a0098 (commit)
       via  c26bb57a28f350fade604a875b9d299900a9557d (commit)
       via  1a4deb8e848da9e713231b681a72d851cc9e36dc (commit)
       via  748d210bb6ab9d9a00c96c5405eb2c5f706655b1 (commit)
       via  abf3df3e664772dcd71d6fcdb86238acb5ea946f (commit)
       via  c4f641b7e86c0d6583178f78f65ff783414e85f6 (commit)
       via  4a6badd98a1cdc5669e92e4a94f5ee5d5cb41c98 (commit)
       via  001ac8a681ce88d27e2cc9e7029019befe7eaf59 (commit)
       via  1a9e2cf049f17b5099c58ab2be8a7a8ee25b492d (commit)
       via  fc3085d1a47280bbbad1421710e1ee4188398fd4 (commit)
       via  2973891a5172ceebc55a1e54ed4123d27e400b42 (commit)
       via  962415d7729408e028509fb3954369e325e86d40 (commit)
       via  674ae3ce9e719d05c9ba4fede45a23ce6019d77c (commit)
       via  836ade52692c61f190b340971fd5b284ca77bbce (commit)
       via  ab23fbf03494f0012d8c9d1a8981028d8fad63b2 (commit)
       via  5cac403477f2fd5145260508d0663f145e5d6a9d (commit)
       via  9e41afdfd6141df52bd5fa7cead989fdce6aed7e (commit)
       via  69dd1f5029dda3a3a599fa54e885c69fffa6b81b (commit)
       via  465fe0b4cdcf253bd016e0eacda9dba566bdfe31 (commit)
       via  75318a3688202d68c37ba561ea3944aec02d7ff4 (commit)
       via  e026ad92502d85579556baf11c1a7557680effb8 (commit)
       via  d22f42f384504ea04086798cb7b1728d30c63d2b (commit)
       via  a45dbbc20eb560eab3707e603a10a2e529f32d9a (commit)
       via  962aea04f013d5e70dfb05987edae6ee40729eb6 (commit)
       via  26fa01cd9e6520444bf6a491bb59c45d6620695d (commit)
       via  338fd8017bca64b5163b6dff39a1268e49d9be27 (commit)
      from  1809b529dd9149b56f02c9fc4d48adc510f9316b (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 bc01452ac86978dc70023e73d94c7185d92ca990
Merge: 91c0cbf e3b3059
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Nov 28 12:07:20 2011 -0500

    Merge branch 'patch_series'

commit 91c0cbf7ae2e272c3ab3a6ceeae474ee610145ab
Merge: 1809b52 d22f42f
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Nov 28 12:06:15 2011 -0500

    Merge branch 'pure-data'
    
    Conflicts:
        extra/expr~/LICENSE.txt
        msw/pdprototype.tgz
        src/g_rtext.c
        src/s_loader.c
        src/s_stuff.h

commit e3b3059b27eb76ef41530fbd4bf0ad460784b909
Author: Hans-Christoph Steiner <[email protected]>
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 35541fc594e894096a4b68dd89e1d375823122a5
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Oct 26 00:49:08 2011 -0400

    hard-coded the box sizes and try to fit the font into those sizes

commit 532947b69e199380bd7a2ce062505263de6c1754
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Oct 26 00:11:53 2011 -0400

    add Ctrl-T binding for Font panel on all platforms

commit d65202f591bf548620067b570ee07b47be28d993
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sun Oct 23 14:08:33 2011 -0400

    include .tcl files in the etags

commit 93cb997fc6e8c74cf88ce430a8847d498f8c73a4
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sat Oct 22 00:30:54 2011 -0400

    ported pd-gui-rewrite Pd window to Pd-extended
    
    - cleaned up header layout to make Sofy happy ;)

commit 23dd1fd28b9315bafdbc13374747e0ea38001071
Author: Alex Norman <[email protected]>
Date:   Thu Oct 20 19:24:48 2011 -0700

    increasing the maximum input event size for alsa
    
    allows for much larger sysex inputs

commit 1b7696b34971625ddd017c94d5db5c8b631e9dc6
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Oct 17 16:30:47 2011 -0400

    make GUI prefs also write to files specific to Pd-extended
    
    on Mac OS X, it needs to be a separate prefs file, otherwise it prevents
    the default internal prefs from being loaded

commit cc0c2fb15ff40a1fe897cf3f153337cbf3939532
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Oct 17 16:26:21 2011 -0400

    fix pd_guiprefs.tcl to match the coding style of the rest of the GUI
    
    - added 'else' keyword
    - put all procs into the ::pd_guiprefs:: namespace
    - used ::pdwindow::error and ::pdwindow:debug instead of puts

commit f0faad099d5d7678dc89f6d6fd7d497762aa6f10
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Oct 17 16:24:09 2011 -0400

    escape ' single-quote chars for Mac OS X defaults system used in GUI Prefs
    
    when writing using 'defaults write' use regular "" for quoting,
    when reading from the 'defaults read' output, it'll be with ''

commit e12ada9eec8166d0fef60643dcfa148ebec45712
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Oct 12 11:41:43 2011 -0400

    added built-in version of [loadbang] with an inlet

commit 2d533ed9c8733835e277ecba750c6c22b8978473
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Oct 10 01:12:37 2011 -0400

    ditch Startup prefs, stick Audio/MIDI on Media menu, and make Path... 
Preferences

commit 4caef13507de16a9c92acc537fa624f3128aa72c
Author: Marvin Humphrey <[email protected]>
Date:   Fri Oct 7 19:55:44 2011 -0700

    Improve UTF-8 processing.
    
    Pd's UTF-8 handling library assumes NUL-termination of strings and often
    malfunctions in its absence, but Pd uses strings without NUL-termination.  
To
    guard agains invalid reads, this patch changes u8_offset, u8_charnum and
    u8_inc so that they function properly without NUL-termination.
    
    An additional benefit of this patch is that all three functions are sped up.
    
    No problems were found in u8_dec and it could not be sped up, so it has been
    left alone.  Some other functions may or may not have problems (e.g.
    u8_inc_ptr), but do not seem to be in use.

commit 99e330f607cf855eedba2a32ff3a1ed836323301
Author: Hans-Christoph Steiner <[email protected]>
Date:   Fri Oct 7 17:30:00 2011 -0400

    re-add Ctrl-Return binding to 'reselect' for creating a object after typing

commit 118844c3bd4310faf3f557fc8dc975b0999fd3bf
Author: Hans-Christoph Steiner <[email protected]>
Date:   Thu Oct 6 14:24:47 2011 -0400

    fit Autotips into the Pd-extended editing meta options (autopatch, 
magicglass, etc.)

commit 9cdda999abd4af18c58998f6a8f7cc83f681ed61
Author: Hans-Christoph Steiner <[email protected]>
Date:   Thu Oct 6 14:16:52 2011 -0400

    Jonathan Wilkes' tooltips patch based on [pd META] in the help patch
    
    - submitted to the patch tracker:
    
https://sourceforge.net/tracker/index.php?func=detail&aid=3383472&group_id=55736&atid=478072#

commit c0c176d8f280263320d588d5d11f063293fa062d
Author: Hans-Christoph Steiner <[email protected]>
Date:   Thu Oct 6 13:49:59 2011 -0400

    on MinGW, move strip to the install target

commit 0fd065e3d0b2fcbaced4a30e1693dbe57044a947
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Sep 28 12:17:38 2011 -0400

    add setup() as an option for the external setup function name

commit 3e0f4a8e3d81b52a997621809adbdebec239ad17
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Sep 28 00:57:37 2011 -0400

    the official macro from Android is now __ANDROID__
    
    To see, run:
     touch dummy.hxx
     arm-linux-androideabi-cpp -dM dummy.hxx

commit e5a3e6053130895349bd5d3db7e803293fbf7c30
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Sep 26 17:37:11 2011 -0400

    add --enable-debug flag to set CFLAGS for debugging

commit 71bf51ade5d4d293e7f321e785edf6960fadae8f
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Sep 26 17:31:49 2011 -0400

    remove the pd/startup/disabled folder because it just gets in the way

commit 79b4af9ede351a39c79a99d2fc86717749cb6251
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sun Sep 25 14:03:33 2011 -0400

    bind Ctrl-< and Ctrl-> to cycle thru open windows

commit f156e8c403aac03665f24ba0e91f9bf4ec29f1e6
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sat Sep 24 01:19:29 2011 -0400

    fixed build system to work with latest stable portaudio release

commit ae8b052ccf28d4b1999927c79bd42dc3c60b452b
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sat Sep 24 01:18:52 2011 -0400

    upgraded portaudio to latest stable release: pa_stable_v19_20110326.tgz

commit dd49d54eb93e1bb2391d9c037bb9c42f7b86d68f
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sat Sep 24 01:10:24 2011 -0400

    set WINVER macro to set Windows XP as minimum platform

commit 90e7c13e817c6d22815218aef6e58fb608613f66
Author: Hans-Christoph Steiner <[email protected]>
Date:   Thu Sep 22 20:56:39 2011 -0400

    re-add d_delay since vd~ delread~ and delwrite~ are not working in vanilla

commit 9fd07e102e35c92ef86176bec70cc6158c68a38e
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Sep 21 18:17:07 2011 -0400

    integrated Jonathan Wilkes about.pd animated About page

commit 7cc60fde400bf0adb721346f756e36acad0e294c
Author: Pure Data User <pd@windowsxp-i386.(none)>
Date:   Wed Sep 21 17:21:15 2011 -0400

    get pd.exe linking with g++ when building ASIO on MinGW since ASIO is C++

commit 52cc639abff9fc63c2196b5786937006586ef7a0
Author: Yvan Volochine <[email protected]>
Date:   Tue Apr 26 23:23:37 2011 +0200

    add ALT shortcuts to recentfiles and remove redundancy
    
    - edited by Hans to not add numbers on Mac OS X and to fit Pd coding style

commit 2fa5b745e43960bffb128a8b11706be2cb1532f0
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Sep 21 14:05:28 2011 -0400

    Windows can now have dlopen, adjust #ifdef to allow that

commit df1f5e724b01e01d92ec3896dfef90aeabadad77
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jul 11 18:14:32 2011 -0400

    rm -rf m4/generated in ./autogen.sh to prevent errors when using different 
autotools versions

commit 5d20c389d6c55669e46de4de048d6d7ac81a079b
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jul 4 01:49:18 2011 -0400

    enabled correct fuzzy translations

commit 02a473642c733bf59371a827291fd1b50e9fa5a4
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jul 4 01:48:47 2011 -0400

    added missing strings from pd_dynamic_strings.tcl and updated template.pot

commit 31d4f02dffdf945086f7c66173c754b843046223
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jul 4 01:26:32 2011 -0400

    added menu item and 'editor meta' key binding for Perf mode

commit b837d6a81358fc0c8a6c5aba2a54da2d38094e0f
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jul 4 00:58:02 2011 -0400

    add 'editor meta' style Ctrl-Alt-E to toggle Edit Mode

commit 52f6db8c611c42db111d39dcdbb2381f1392ec61
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jun 27 16:47:29 2011 -0400

    Alexandre Castonguay's FR localization update, from patch tracker #3307639

commit 0ac22e430401f19c0eb185c9f337db7e624bcb01
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jun 27 15:39:58 2011 -0400

    hard-code sys_libdir to $(prefix)/lib/pd-extended

commit 0f96a7b0051bd41035c14842e8bd5fcd37c897e8
Author: IOhannes m zmoelnig <[email protected]>
Date:   Tue May 24 19:05:18 2011 +0200

    replace float/int casts with unions.
    
    using float/int casts won't work with heavy optimization, as it breaks
    type-punning.
    
    see 
http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/Optimize-Options.html#index-fstrict_002daliasing-787

commit d4d9b02ffba10a01a11a97f2b35c0bb86bc45b81
Author: IOhannes m zmoelnig <[email protected]>
Date:   Tue May 24 19:00:45 2011 +0200

    implement PD_BIGORSMALL() with unions
    
    using float/int casts won't work with heavy optimization, as it breaks
    type-punning.
    see 
http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/Optimize-Options.html#index-fstrict_002daliasing-787
    
    - renamed PD_FLOATSIZE to PD_FLOATPRECISION

commit bc8dd86ff8fa2e80d8c1bef4e02a9bc3d2e5b652
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jul 11 18:25:37 2011 -0400

    64-bit fixes for jsarlo's Magic Glass and inlet/outlet highlighting

commit ee44ae34339124e0a71463e2778d6e13e6ffa2dd
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Apr 12 14:22:30 2011 -0400

    highlight outlets and inlets while making connections (from jsarlo)

commit 09526ea7803b0276ffbb8a01ea7a9de17aa41d13
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Apr 12 14:18:26 2011 -0400

    jsarlo's Magic Glass refactored from pd-l2ork

commit fec3f605992f0b0e8105540e05045ab3f54c449a
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Apr 11 19:11:28 2011 -0400

    create 'pd autopatch $1' message to toggle autopatch connecting behavior

commit cad4ff4ccd31f41c773b7268e9a0eb336df10cc0
Author: Hans-Christoph Steiner <[email protected]>
Date:   Fri May 27 17:50:25 2011 -0400

    created ::altkey for cross-platform Alt/Option bindings

commit 961f7068c35373aa532448dbfc3757db533fd2a3
Author: IOhannes m zmölnig <[email protected]>
Date:   Tue Apr 12 01:17:12 2011 -0400

    $@ expansion (argc) from pd-l2ork

commit e87e4be03dd3c794eb0390e1312611f288d1ff36
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Apr 11 21:22:32 2011 -0400

    make sure 'o' is there before accessing 'o->connections'

commit 756bf0c9db4188b0797ec6ee3ef0b34ac7814535
Author: Martin Peach <[email protected]>
Date:   Mon Apr 11 20:34:06 2011 -0400

    implemented string/blob atom type

commit 22a61df0eda1f4d7151875da21d4dbe82b7db3b0
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Apr 11 20:31:20 2011 -0400

    make 'audio stuck' code only active on GNU/Linux

commit 2a49c4219d26b7b343ba2e97f9dd415a7ee99dd3
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Apr 11 20:25:45 2011 -0400

    make clearer error message when banging [block~]/[switch~] with DSP off

commit ae3b35c4635a7c1ac0cb75960575a63ee5243dd1
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Apr 11 19:12:30 2011 -0400

    add deprecation warning for helppatches named help-*.pd

commit db40c104eed5b7fc32ece087d7d9d6b56fcc13a7
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Apr 11 19:09:49 2011 -0400

    set default output buffer size: Mac OSX = 20, Windows = 100, all else = 50

commit ccc8a51ca25979080ec346d4954a1c6d4e810693
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Apr 11 19:06:28 2011 -0400

    set default fonts to Monaco for Mac OS X and DejaVu Sans Mono for all else

commit 56ab4fa44f15be7ea1f85bbca627477b2c8dea16
Author: Yvan Volochine <[email protected]>
Date:   Sun Mar 27 19:22:45 2011 +0200

    add menubar shortcuts

commit b0ffddf054db60a0675234e4e91d16c802c751fb
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Mar 21 17:06:14 2011 -0400

    split out inmidi_* functions from x_midi.c to e_midi.c

commit 55ee79d72c0c77058c26fe028c2c295bb8570416
Author: Hans-Christoph Steiner <[email protected]>
Date:   Thu Mar 10 21:33:29 2011 -0500

    make the GUI remain responsive while running the log filter
    
    - fixed Pd Window filtering algorithm to use "after idle" instead of 
"update"
    since the Tcl wiki says quite convincingly, "update considered harmful"

commit 6ff7b1e03a64a50d2815e2c18406a5104b0dbd31
Author: Hans-Christoph Steiner <[email protected]>
Date:   Fri Mar 11 11:52:28 2011 -0500

    increase [soundfiler] -maxsize by 10 to 160MB, memory/disk has been cheap 
for a long time

commit f7258ad5378a23a87f48c03efa53cb6f22e60ba7
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Feb 21 21:00:25 2011 -0500

    added sys_loadstartup() to load things from the 'startup' folder
    
    - load based on real path, not symlink name
    - added ability to load 0.mylib.pd_linux files
    - added ability to load mylib/mylib.pd_linux and libdir libs
    - in _WIN32 just copy, since there are no symlinks
    - added __AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER around better
      realpath() implementation
    - use scandir() to get alphasort
    - included public domain scandir implementation since Windows doesn't have 
one

commit 45e439cf8d835369d510985e5a1157b5bf86a532
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Feb 21 19:22:04 2011 -0500

    don't save a path if its root is sys_libdir since the libdir loader put it 
there

commit 2e23ad7c9039c9ba96f3bbfbb49715d954ab1732
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Feb 14 19:13:29 2011 -0500

    ported paste-offset patch from Pd-extended 0.42

commit f0f9c64a6505e39c60e726296142fb23605a0098
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sun Jan 23 01:10:01 2011 -0500

    ported the Pd-extended color scheme from Pd-extended 0.42
    
    - added canvas_fill from Martin Peach

commit c26bb57a28f350fade604a875b9d299900a9557d
Author: Hans-Christoph Steiner <[email protected]>
Date:   Fri Jan 21 18:18:22 2011 -0500

    refactored initbang/closebang patch into 0.43

commit 1a4deb8e848da9e713231b681a72d851cc9e36dc
Author: Hans-Christoph Steiner <[email protected]>
Date:   Fri Jan 21 15:25:02 2011 -0500

    renamed pkg-config file to pdextended.pc

commit 748d210bb6ab9d9a00c96c5405eb2c5f706655b1
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jan 17 16:38:08 2011 -0500

    stripped down output~ GOP to be super easy

commit abf3df3e664772dcd71d6fcdb86238acb5ea946f
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Jan 17 14:31:36 2011 -0500

    fixed up Help browser in menu

commit c4f641b7e86c0d6583178f78f65ff783414e85f6
Author: Hans-Christoph Steiner <[email protected]>
Date:   Fri Jan 14 23:18:26 2011 -0500

    removed [output~] from examples folders and included global one from 
Pd-extended 0.42.5

commit 4a6badd98a1cdc5669e92e4a94f5ee5d5cb41c98
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Jan 12 11:09:55 2011 -0500

    fixed install target to work on MinGW

commit 001ac8a681ce88d27e2cc9e7029019befe7eaf59
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Jan 12 00:38:21 2011 -0500

    make [import] post only in verbose mode
    
    - updated import to use logpost() from 0.43

commit 1a9e2cf049f17b5099c58ab2be8a7a8ee25b492d
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Jan 11 17:12:56 2011 -0500

    add [import] from Pd-extended 0.42.5

commit fc3085d1a47280bbbad1421710e1ee4188398fd4
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Jan 11 17:08:34 2011 -0500

    removed 'extra' from build since its now distributed as a standalone libdir

commit 2973891a5172ceebc55a1e54ed4123d27e400b42
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Jan 11 16:13:28 2011 -0500

    copied updated file list from Makefile.am to makefile.mingw

commit 962415d7729408e028509fb3954369e325e86d40
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Jan 11 15:59:36 2011 -0500

    re-added Manuals section to Help Browser and labeled section divider

commit 674ae3ce9e719d05c9ba4fede45a23ce6019d77c
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Jan 11 15:57:52 2011 -0500

    new stripped down Pd-extended Help menu

commit 836ade52692c61f190b340971fd5b284ca77bbce
Author: Hans-Christoph Steiner <[email protected]>
Date:   Thu Dec 30 22:10:51 2010 -0500

    factored out d_math.c and d_fft.c except for the requisite utility functions

commit ab23fbf03494f0012d8c9d1a8981028d8fad63b2
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Dec 15 15:46:20 2010 -0500

    Pd-extended doesn't use the aliasing automagic so comment it out

commit 5cac403477f2fd5145260508d0663f145e5d6a9d
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Dec 15 12:45:43 2010 -0500

    ported Pd-extended prefs handling from 0.42.5
    
    - fixed my stupid memory allocation

commit 9e41afdfd6141df52bd5fa7cead989fdce6aed7e
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Dec 13 00:49:56 2010 -0500

    install Pd-extended headers into 'pdextended'

commit 69dd1f5029dda3a3a599fa54e885c69fffa6b81b
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sun Dec 12 22:00:41 2010 -0500

    removed objects that have been refactored into the 'vanilla' lib

commit 465fe0b4cdcf253bd016e0eacda9dba566bdfe31
Author: Hans-Christoph Steiner <[email protected]>
Date:   Thu Sep 2 15:37:45 2010 -0400

    normalized sys_libdir to always be an absolute path so declare works

commit 75318a3688202d68c37ba561ea3944aec02d7ff4
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Aug 24 20:59:59 2010 -0400

    try a simpler configure so it doesn't take so long

commit e026ad92502d85579556baf11c1a7557680effb8
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Aug 24 20:58:27 2010 -0400

    removed old build system

commit d22f42f384504ea04086798cb7b1728d30c63d2b
Author: Miller Puckette <[email protected]>
Date:   Sun Nov 27 14:23:40 2011 -0800

    oops, fixed license for expr~ to correct one

commit a45dbbc20eb560eab3707e603a10a2e529f32d9a
Author: Miller Puckette <[email protected]>
Date:   Thu Nov 24 19:52:36 2011 -0800

    try to fix crasher bug from test5 and clean up TK errors a different
    way

commit 962aea04f013d5e70dfb05987edae6ee40729eb6
Author: Miller Puckette <[email protected]>
Date:   Sun Nov 6 22:10:37 2011 -0800

    Fixups for windows and version number

commit 26fa01cd9e6520444bf6a491bb59c45d6620695d
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Sep 26 12:20:34 2011 -0400

    on Mac OS X >= 10.6 using Tk/Cocoa, workaround odd keynums for Home, End, 
arrow keys, etc.

commit 338fd8017bca64b5163b6dff39a1268e49d9be27
Author: Miller Puckette <[email protected]>
Date:   Sun Nov 6 20:09:47 2011 -0800

    patch 3412977 - replace MSW with _WIN32 (please please please)

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

Summary of changes:
 src/d_fft_fftsg.c  |    2 +-
 src/d_soundfile.c  |    8 ++++----
 src/g_all_guis.c   |    2 +-
 src/g_bang.c       |    2 +-
 src/g_graph.c      |    9 ++++-----
 src/g_hdial.c      |    2 +-
 src/g_hslider.c    |    2 +-
 src/g_mycanvas.c   |    2 +-
 src/g_numbox.c     |    2 +-
 src/g_toggle.c     |    2 +-
 src/g_vslider.c    |    2 +-
 src/g_vumeter.c    |    2 +-
 src/m_binbuf.c     |    6 +++---
 src/m_class.c      |    2 +-
 src/m_glob.c       |    2 +-
 src/m_pd.h         |    6 +++---
 src/m_sched.c      |    4 ++--
 src/s_audio.c      |    2 +-
 src/s_audio_pa.c   |   12 ++++++------
 src/s_inter.c      |    2 +-
 src/s_loader.c     |    6 +++---
 src/s_main.c       |   12 ++++++------
 src/s_path.c       |   16 ++++++++--------
 src/u_pdreceive.c  |   14 +++++++-------
 src/u_pdsend.c     |   10 +++++-----
 src/x_arithmetic.c |    2 +-
 src/x_list.c       |    2 +-
 src/x_midi.c       |    2 +-
 src/x_net.c        |    2 +-
 src/x_qlist.c      |    2 +-
 30 files changed, 70 insertions(+), 71 deletions(-)


hooks/post-receive
-- 
Pd-extended



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

Message: 4
Date: Mon, 28 Nov 2011 17:14:46 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch patch_series updated.
        e3b3059b27eb76ef41530fbd4bf0ad460784b909
To: [email protected]
Message-ID: <[email protected]>

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
  discards  3676dfdf19e679daafd87ebe2b9fbda313bc76b9 (commit)
  discards  441f2adce8d843387ec395f13288c4b4ea00ead1 (commit)
  discards  e0b4eab2a513cf19b29e1141238e3cfb65796d5d (commit)
  discards  ca0b83cb5b8523ab87a758a1d1af56f4f356c4b4 (commit)
  discards  f390109232ad75f885b55d3d88f46868e41d0e65 (commit)
  discards  ebfaa3b2f0ab085b62308e86fe9981fcff5736a7 (commit)
  discards  4b86a622dedca17eddce7fe1167708f0b367b2a3 (commit)
  discards  3792671582f510b72883307ef21ae547a741b75b (commit)
  discards  787b99b83891ccbd6d95de1324ce2c3eb4d5d3cd (commit)
  discards  5e4e8c7830a740234655387bd14f52d136fc6727 (commit)
  discards  3405c61295e27144347e79ff5a78ff1dfe8876ac (commit)
  discards  6c3c938ba9a3b9c957366319a102e0bcfa79848f (commit)
  discards  9f38d14ddd92ee6e0b094b42328fa6008c4d3636 (commit)
  discards  311be247428a2f1d3b79d297fe103291541e584e (commit)
  discards  9e8d91002ce52a208f115e4609da99e53ce84bf4 (commit)
  discards  74c313e077eae1e6b035917f2fe5953c5841923a (commit)
  discards  b27aa785dc189687e621e920378d85981afb9c68 (commit)
  discards  986ab55d62387881223a3efdbe7c4d6fda9bcc07 (commit)
  discards  0eb28a0154fc4ea505c1130932e98c6f4c2b8516 (commit)
  discards  10a429ff06688b2f97536394e82d4d17de3dccd4 (commit)
  discards  434aebe4535ff993327a1152217221749e6afabc (commit)
  discards  8630c4d900f135fea432bf1c4d38a29091e0d921 (commit)
  discards  49122059b053c86cd4c6ef405357a67ca2c0f0b6 (commit)
  discards  b0cba8eeb057ad016b2dd47d2613a595b83e72aa (commit)
  discards  ea560b79021d08e6da796036ad5a892599ff27e1 (commit)
  discards  5d34270a8c98ff68e51721edabf653280990efd0 (commit)
  discards  0d23f5766622b030b67fc424fbcadeb11efbe001 (commit)
  discards  74653753d26781aca9229172f9e5ad4a1da60646 (commit)
  discards  8fa4b3de06bacbaabab55e6cf6d6b4cd3e0b796a (commit)
  discards  303c34e079691e1d6a92b6ed80b366ef9cdc31c9 (commit)
  discards  4decefa8b6ff087f8e9dfea9c1af092d2f2454ff (commit)
  discards  40c73a3d037e590e1b80165b491b54722f18cd47 (commit)
  discards  44014e4e1400ea6a2b4a27005333cb1e1dc59cb3 (commit)
  discards  efea49e3eff5b442a96e83bc19aff030594aebac (commit)
  discards  60d7a76a92cd22528ff4b0ffb06d913a036d8af1 (commit)
  discards  fc0fb6aa79e6846d3825481899d48461be84ec63 (commit)
  discards  0e35aa34cb926300d1098f4e2b4f76c3d28bcc61 (commit)
  discards  312f1bc0f7da0db201e788802eb64605cfd7a742 (commit)
  discards  9b26d955b8ed60ed5b8439464f534c115588e250 (commit)
  discards  e906f4c7117d43867bdcf7f6f208ff9ef0d1417b (commit)
  discards  cd870cadefc32da2faffe1279d97ad254ff72b94 (commit)
  discards  235b1fd6b8a784b0004b8fa9b313f934d3b68cf6 (commit)
  discards  3bb19d10074e171a91d0cb661696f34e9086c0df (commit)
  discards  1d5e1d019088db4db80674951aeefe824ad0dea3 (commit)
  discards  b49080d4ba013e93f113105e728070d0768feb23 (commit)
  discards  52c9e6db5588f834079495dff389389c66e89e9f (commit)
  discards  89c160ac33d07283dda171846abb2dffcaba7934 (commit)
  discards  98db555d4bdf3e2cb4fe1943c4ef02590d71e89b (commit)
  discards  4ab75d55fa68801dfdd7381abd8e4026536e32b8 (commit)
  discards  4721c8452259c459ea39b6122ca7933b9f0514c5 (commit)
  discards  1ea79946367631a8c112d9fc5249837b055c5b14 (commit)
  discards  8abf4b447ee4a54d709be81827f5432c966b559f (commit)
  discards  f7bff4e33bb56d0f567ea5a5756e04c9e6a88f50 (commit)
  discards  5c1668135aab796f4a6660a3e2df0561c40c6164 (commit)
  discards  e04f76574863171b30ac69a5c6897d29bf515a3e (commit)
  discards  6d30ff88fbb6d31b29adc911247e8abb78b977b6 (commit)
  discards  340ab84c6892b062938f455963a1b85864ceb148 (commit)
  discards  5c34933d50f43ef450b63d8d01de77c582f40859 (commit)
  discards  66560b5ac258492b47c154f1deda200b9108e0b2 (commit)
  discards  d994b88f4cac3b680eaf14ae23adb3874eee3393 (commit)
  discards  4c308f55f013a26eb20996506ba68cb717c97fc6 (commit)
  discards  5d97626cf6d4e3ff52213db121c6b1727c73aa09 (commit)
  discards  3878b5ab4f3a4e1c8ddda1a3cc4f56c0e4f1368f (commit)
  discards  dbf5196ff56304de69045aeb216843a99000203f (commit)
  discards  5d55ba3ce490e6eb432877c5b4e3214abfd487d9 (commit)
  discards  9230113bdf715e5eda72ead3c94608a7b04b7ee3 (commit)
  discards  85ee5dd5ad76355003c80da51dce1be77044787c (commit)
  discards  81a0e3321a713e3abf353acb4ff67d560491b3c8 (commit)
  discards  acc1acb9ca9d098291a5ef51f372660c5818930c (commit)
  discards  d6d89160dc4cd111ca6b6e62fbc760475dd8bb5f (commit)
  discards  a4ed8ee1101eb8f07fcc18ca7086d276c2b7d6e5 (commit)
  discards  ae8122853df7b6a05317405f2d989ec2b682d6f7 (commit)
  discards  2ef88227f917611a35d8aba17626b5c960d583ec (commit)
  discards  efd23edbd66c32cc3b04d9432f4c3912a653503a (commit)
  discards  4e02b6bd1930d4ae2289541c65a063e67b74819d (commit)
  discards  5e97fbc88d8b6577bac71331394414f81c8ab218 (commit)
  discards  40857cbdda2374ae75567bd501debd3c43697db2 (commit)
  discards  e933c4472156c3388e8f3ab0d49c5976b8851d94 (commit)
  discards  bab4cc7d83a2354004afb11617b30491f7aeb645 (commit)
  discards  acaa65eccc23bf2e814730d9203a39f8ce38597e (commit)
  discards  e567d43b738fe83e926172d6047b6a1a9042332a (commit)
  discards  dc135e5c0648675fc6b806f367a74102dcd8bb0f (commit)
  discards  e60d81b9f9e3cbe00ffc4cfe09ce59ba37289a7e (commit)
       via  e3b3059b27eb76ef41530fbd4bf0ad460784b909 (commit)
       via  35541fc594e894096a4b68dd89e1d375823122a5 (commit)
       via  532947b69e199380bd7a2ce062505263de6c1754 (commit)
       via  d65202f591bf548620067b570ee07b47be28d993 (commit)
       via  93cb997fc6e8c74cf88ce430a8847d498f8c73a4 (commit)
       via  23dd1fd28b9315bafdbc13374747e0ea38001071 (commit)
       via  1b7696b34971625ddd017c94d5db5c8b631e9dc6 (commit)
       via  cc0c2fb15ff40a1fe897cf3f153337cbf3939532 (commit)
       via  f0faad099d5d7678dc89f6d6fd7d497762aa6f10 (commit)
       via  e12ada9eec8166d0fef60643dcfa148ebec45712 (commit)
       via  2d533ed9c8733835e277ecba750c6c22b8978473 (commit)
       via  4caef13507de16a9c92acc537fa624f3128aa72c (commit)
       via  99e330f607cf855eedba2a32ff3a1ed836323301 (commit)
       via  118844c3bd4310faf3f557fc8dc975b0999fd3bf (commit)
       via  9cdda999abd4af18c58998f6a8f7cc83f681ed61 (commit)
       via  c0c176d8f280263320d588d5d11f063293fa062d (commit)
       via  0fd065e3d0b2fcbaced4a30e1693dbe57044a947 (commit)
       via  3e0f4a8e3d81b52a997621809adbdebec239ad17 (commit)
       via  e5a3e6053130895349bd5d3db7e803293fbf7c30 (commit)
       via  71bf51ade5d4d293e7f321e785edf6960fadae8f (commit)
       via  79b4af9ede351a39c79a99d2fc86717749cb6251 (commit)
       via  f156e8c403aac03665f24ba0e91f9bf4ec29f1e6 (commit)
       via  ae8b052ccf28d4b1999927c79bd42dc3c60b452b (commit)
       via  dd49d54eb93e1bb2391d9c037bb9c42f7b86d68f (commit)
       via  90e7c13e817c6d22815218aef6e58fb608613f66 (commit)
       via  9fd07e102e35c92ef86176bec70cc6158c68a38e (commit)
       via  7cc60fde400bf0adb721346f756e36acad0e294c (commit)
       via  52cc639abff9fc63c2196b5786937006586ef7a0 (commit)
       via  2fa5b745e43960bffb128a8b11706be2cb1532f0 (commit)
       via  df1f5e724b01e01d92ec3896dfef90aeabadad77 (commit)
       via  5d20c389d6c55669e46de4de048d6d7ac81a079b (commit)
       via  02a473642c733bf59371a827291fd1b50e9fa5a4 (commit)
       via  31d4f02dffdf945086f7c66173c754b843046223 (commit)
       via  b837d6a81358fc0c8a6c5aba2a54da2d38094e0f (commit)
       via  52f6db8c611c42db111d39dcdbb2381f1392ec61 (commit)
       via  0ac22e430401f19c0eb185c9f337db7e624bcb01 (commit)
       via  0f96a7b0051bd41035c14842e8bd5fcd37c897e8 (commit)
       via  d4d9b02ffba10a01a11a97f2b35c0bb86bc45b81 (commit)
       via  bc8dd86ff8fa2e80d8c1bef4e02a9bc3d2e5b652 (commit)
       via  ee44ae34339124e0a71463e2778d6e13e6ffa2dd (commit)
       via  09526ea7803b0276ffbb8a01ea7a9de17aa41d13 (commit)
       via  fec3f605992f0b0e8105540e05045ab3f54c449a (commit)
       via  cad4ff4ccd31f41c773b7268e9a0eb336df10cc0 (commit)
       via  961f7068c35373aa532448dbfc3757db533fd2a3 (commit)
       via  e87e4be03dd3c794eb0390e1312611f288d1ff36 (commit)
       via  756bf0c9db4188b0797ec6ee3ef0b34ac7814535 (commit)
       via  22a61df0eda1f4d7151875da21d4dbe82b7db3b0 (commit)
       via  2a49c4219d26b7b343ba2e97f9dd415a7ee99dd3 (commit)
       via  ae3b35c4635a7c1ac0cb75960575a63ee5243dd1 (commit)
       via  db40c104eed5b7fc32ece087d7d9d6b56fcc13a7 (commit)
       via  ccc8a51ca25979080ec346d4954a1c6d4e810693 (commit)
       via  56ab4fa44f15be7ea1f85bbca627477b2c8dea16 (commit)
       via  b0ffddf054db60a0675234e4e91d16c802c751fb (commit)
       via  55ee79d72c0c77058c26fe028c2c295bb8570416 (commit)
       via  6ff7b1e03a64a50d2815e2c18406a5104b0dbd31 (commit)
       via  f7258ad5378a23a87f48c03efa53cb6f22e60ba7 (commit)
       via  45e439cf8d835369d510985e5a1157b5bf86a532 (commit)
       via  2e23ad7c9039c9ba96f3bbfbb49715d954ab1732 (commit)
       via  f0f9c64a6505e39c60e726296142fb23605a0098 (commit)
       via  c26bb57a28f350fade604a875b9d299900a9557d (commit)
       via  1a4deb8e848da9e713231b681a72d851cc9e36dc (commit)
       via  748d210bb6ab9d9a00c96c5405eb2c5f706655b1 (commit)
       via  abf3df3e664772dcd71d6fcdb86238acb5ea946f (commit)
       via  c4f641b7e86c0d6583178f78f65ff783414e85f6 (commit)
       via  4a6badd98a1cdc5669e92e4a94f5ee5d5cb41c98 (commit)
       via  001ac8a681ce88d27e2cc9e7029019befe7eaf59 (commit)
       via  1a9e2cf049f17b5099c58ab2be8a7a8ee25b492d (commit)
       via  fc3085d1a47280bbbad1421710e1ee4188398fd4 (commit)
       via  2973891a5172ceebc55a1e54ed4123d27e400b42 (commit)
       via  962415d7729408e028509fb3954369e325e86d40 (commit)
       via  674ae3ce9e719d05c9ba4fede45a23ce6019d77c (commit)
       via  836ade52692c61f190b340971fd5b284ca77bbce (commit)
       via  ab23fbf03494f0012d8c9d1a8981028d8fad63b2 (commit)
       via  5cac403477f2fd5145260508d0663f145e5d6a9d (commit)
       via  9e41afdfd6141df52bd5fa7cead989fdce6aed7e (commit)
       via  69dd1f5029dda3a3a599fa54e885c69fffa6b81b (commit)
       via  465fe0b4cdcf253bd016e0eacda9dba566bdfe31 (commit)
       via  75318a3688202d68c37ba561ea3944aec02d7ff4 (commit)
       via  e026ad92502d85579556baf11c1a7557680effb8 (commit)
       via  d22f42f384504ea04086798cb7b1728d30c63d2b (commit)
       via  a45dbbc20eb560eab3707e603a10a2e529f32d9a (commit)
       via  962aea04f013d5e70dfb05987edae6ee40729eb6 (commit)
       via  26fa01cd9e6520444bf6a491bb59c45d6620695d (commit)
       via  338fd8017bca64b5163b6dff39a1268e49d9be27 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (3676dfdf19e679daafd87ebe2b9fbda313bc76b9)
            \
             N -- N -- N (e3b3059b27eb76ef41530fbd4bf0ad460784b909)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 src/d_fft_fftsg.c  |    2 +-
 src/d_soundfile.c  |    8 ++++----
 src/g_all_guis.c   |    2 +-
 src/g_bang.c       |    2 +-
 src/g_graph.c      |    9 ++++-----
 src/g_hdial.c      |    2 +-
 src/g_hslider.c    |    2 +-
 src/g_mycanvas.c   |    2 +-
 src/g_numbox.c     |    2 +-
 src/g_toggle.c     |    2 +-
 src/g_vslider.c    |    2 +-
 src/g_vumeter.c    |    2 +-
 src/m_binbuf.c     |    6 +++---
 src/m_class.c      |    2 +-
 src/m_glob.c       |    2 +-
 src/m_pd.h         |    6 +++---
 src/m_sched.c      |    4 ++--
 src/s_audio.c      |    2 +-
 src/s_audio_pa.c   |   12 ++++++------
 src/s_inter.c      |    2 +-
 src/s_loader.c     |    6 +++---
 src/s_main.c       |   12 ++++++------
 src/s_path.c       |   16 ++++++++--------
 src/u_pdreceive.c  |   14 +++++++-------
 src/u_pdsend.c     |   10 +++++-----
 src/x_arithmetic.c |    2 +-
 src/x_list.c       |    2 +-
 src/x_midi.c       |    2 +-
 src/x_net.c        |    2 +-
 src/x_qlist.c      |    2 +-
 30 files changed, 70 insertions(+), 71 deletions(-)


hooks/post-receive
-- 
Pd-extended



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

Message: 5
Date: Mon, 28 Nov 2011 21:28:18 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15800] trunk/externals/pdp
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15800
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15800&view=rev
Author:   doelie
Date:     2011-11-28 21:28:18 +0000 (Mon, 28 Nov 2011)
Log Message:
-----------
pdp: updated version to 0.12.7

Modified Paths:
--------------
    trunk/externals/pdp/README
    trunk/externals/pdp/configure.ac
    trunk/externals/pdp/opengl/Makefile.config

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




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

Message: 6
Date: Mon, 28 Nov 2011 21:10:20 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15799] trunk/externals/pdp
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15799
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15799&view=rev
Author:   doelie
Date:     2011-11-28 21:10:19 +0000 (Mon, 28 Nov 2011)
Log Message:
-----------
pdp: merge with zwizwa darcs

Modified Paths:
--------------
    trunk/externals/pdp/README
    trunk/externals/pdp/include/pdp_types.h
    trunk/externals/pdp/modules/generic/pdp_rawout.c
    trunk/externals/pdp/modules/image_basic/pdp_constant.c
    trunk/externals/pdp/modules/image_basic/pdp_logic.c
    trunk/externals/pdp/modules/image_io/pdp_qt.c
    trunk/externals/pdp/modules/image_io/pdp_v4l.c
    trunk/externals/pdp/system/image/pdp_imageproc_common.c
    trunk/externals/pdp/system/image/pdp_llconv.c
    trunk/externals/pdp/www/index.html

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




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

Message: 7
Date: Mon, 28 Nov 2011 22:15:27 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch pure-data updated.
        d22f42f384504ea04086798cb7b1728d30c63d2b
To: [email protected]
Message-ID: <[email protected]>

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, pure-data has been updated
       via  d22f42f384504ea04086798cb7b1728d30c63d2b (commit)
       via  a45dbbc20eb560eab3707e603a10a2e529f32d9a (commit)
       via  962aea04f013d5e70dfb05987edae6ee40729eb6 (commit)
       via  26fa01cd9e6520444bf6a491bb59c45d6620695d (commit)
       via  338fd8017bca64b5163b6dff39a1268e49d9be27 (commit)
      from  42f3e5f8dbc60ad644e9f8a1c5b61d1847e19470 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 extra/expr~/LICENSE.txt |  827 +++++++++--------------------------------------
 msw/pdprototype.tgz     |  Bin 1269272 -> 2705843 bytes
 src/d_fft_fftsg.c       |    2 +-
 src/d_soundfile.c       |    8 +-
 src/g_all_guis.c        |    2 +-
 src/g_bang.c            |    2 +-
 src/g_editor.c          |   16 +-
 src/g_graph.c           |    9 +-
 src/g_hdial.c           |    2 +-
 src/g_hslider.c         |    2 +-
 src/g_mycanvas.c        |    2 +-
 src/g_numbox.c          |    2 +-
 src/g_rtext.c           |    2 +-
 src/g_toggle.c          |    2 +-
 src/g_vslider.c         |    2 +-
 src/g_vumeter.c         |    2 +-
 src/m_binbuf.c          |    6 +-
 src/m_class.c           |    2 +-
 src/m_glob.c            |    2 +-
 src/m_pd.h              |    6 +-
 src/m_sched.c           |    4 +-
 src/s_audio.c           |    2 +-
 src/s_audio_pa.c        |   12 +-
 src/s_inter.c           |    2 +-
 src/s_loader.c          |    8 +-
 src/s_main.c            |   12 +-
 src/s_path.c            |   16 +-
 src/s_stuff.h           |    2 +-
 src/u_pdreceive.c       |   14 +-
 src/u_pdsend.c          |   10 +-
 src/x_arithmetic.c      |    2 +-
 src/x_list.c            |    2 +-
 src/x_midi.c            |    2 +-
 src/x_net.c             |    2 +-
 src/x_qlist.c           |    2 +-
 35 files changed, 244 insertions(+), 746 deletions(-)


hooks/post-receive
-- 
Pd-extended



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

Message: 8
Date: Mon, 28 Nov 2011 23:59:14 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15801]
        trunk/externals/loaders/tclpd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15801
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15801&view=rev
Author:   mescalinum
Date:     2011-11-28 23:59:13 +0000 (Mon, 28 Nov 2011)
Log Message:
-----------
Fix pd_bind crash in [bitmap] (bug #3429577).
This commit causes [bitmap] to break further, because there are now two string
representations of a t_pd*:
1. the one provided by SWIG, unaccessible by tclpd;
2. the tclpd synthetic one
In order to be fixed, hashtable must become a bidirectional hashmap, so that a
reverse lookup in the object_table is possible (needed in order to make a
%typemap(out) t_pd *).

Modified Paths:
--------------
    trunk/externals/loaders/tclpd/examples/bitmap.tcl
    trunk/externals/loaders/tclpd/tclpd.i

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




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

Message: 9
Date: Tue, 29 Nov 2011 04:51:36 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15802]
        trunk/externals/tclfile
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15802
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15802&view=rev
Author:   eighthave
Date:     2011-11-29 04:51:36 +0000 (Tue, 29 Nov 2011)
Log Message:
-----------
add expand_vars proc to expand vars like /Users/hans, , etc within the file 
names

Modified Paths:
--------------
    trunk/externals/tclfile/delete-help.pd
    trunk/externals/tclfile/delete.tcl
    trunk/externals/tclfile/executable.tcl
    trunk/externals/tclfile/exists-help.pd
    trunk/externals/tclfile/exists.tcl
    trunk/externals/tclfile/isdirectory.tcl
    trunk/externals/tclfile/isfile.tcl
    trunk/externals/tclfile/mkdir.tcl
    trunk/externals/tclfile/owned.tcl
    trunk/externals/tclfile/readable.tcl
    trunk/externals/tclfile/tclfile.tcl
    trunk/externals/tclfile/writable.tcl

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




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

Message: 10
Date: Tue, 29 Nov 2011 05:06:12 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15803]
        trunk/externals/tclfile/tclfile.tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15803
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15803&view=rev
Author:   eighthave
Date:     2011-11-29 05:06:11 +0000 (Tue, 29 Nov 2011)
Log Message:
-----------
remove all { } chars from filenames, until Pd can handle them

Modified Paths:
--------------
    trunk/externals/tclfile/tclfile.tcl

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




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

_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs


End of Pd-cvs Digest, Vol 81, Issue 24
**************************************

Reply via email to