aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-19.N.N.
svn path=/trunk/; revision=9451
2008-02-14update scripts to work with new pure-data SVN scripts. Gem and GemLibs areHans-Christoph Steiner
still using CVS. svn path=/trunk/; revision=9445
2008-02-14A couple of minor tweaks from a long time agoHans-Christoph Steiner
svn path=/trunk/; revision=9444
2008-02-14updated to rsync the new pure-data SVN repositoryHans-Christoph Steiner
svn path=/trunk/; revision=9443
2008-02-14renamed files since they also work with SVN in addition to CVSHans-Christoph Steiner
svn path=/trunk/; revision=9442
2008-02-14Removed ancient cruft leftover from defunct Mac OS X packages. (first svnHans-Christoph Steiner
committ for me, woo hooo!) svn path=/trunk/; revision=9441
2008-02-14speedup for recent Tcl 8.5 that doesn't have {expand} anymoreN.N.
svn path=/trunk/; revision=9440
2008-02-13require Tcl/Tk 8.5N.N.
svn path=/trunk/; revision=9439
2008-02-13.N.N.
svn path=/trunk/; revision=9438
2008-02-13.N.N.
svn path=/trunk/; revision=9437
2008-02-13Casal bugfix for OSX 10.5.1 - released as 0.41-1.Miller Puckette
Later I learned this might not actually fix the problem (but had already released it as 0.41-1). Ugh. Also, lots of portaudio $Id$ stuff that CVS used to bash uncontrollably might finally retain the portaudio original lines now that we're in SVN. svn path=/trunk/; revision=9436
2008-02-13adding a test/demo patch that i kept forgetting the commitchunlee
svn path=/trunk/; revision=9435
2008-02-13svn testN.N.
svn path=/trunk/; revision=9434
2008-02-13.N.N.
svn path=/trunk/; revision=9433
2008-02-12trivil commit testing svnchunlee
svn path=/trunk/; revision=9432
2008-02-08moved supercollider to externals/IOhannes m zmölnig
svn path=/trunk/; revision=9414
2008-02-08reorganizedIOhannes m zmölnig
svn path=/trunk/; revision=9400
2008-02-08reorganizedIOhannes m zmölnig
svn path=/trunk/; revision=9398
2008-02-07reorganizingIOhannes m zmölnig
svn path=/trunk/; revision=9379
2008-02-07reorganizingIOhannes m zmölnig
svn path=/trunk/; revision=9376
2008-02-07who needs this?IOhannes m zmölnig
svn path=/trunk/; revision=9375
2008-02-07readonly the entire repositoryIOhannes m zmölnig
svn path=/trunk/; revision=9165
2008-02-01now installs pd.lua into extra; removed pdlua from autobuild on GNU/Linux ↵Hans-Christoph Steiner
since I have to figure out how to deal with -llua5.1 on Debian svn path=/trunk/; revision=9164
2008-02-01Remove a couple of patches that can't go into mainline pd due to licensing. I'dRussell Bryant
rather start over with a way that could be merged there ... svn path=/trunk/; revision=9163
2008-02-01added pdlua to Pd-extended and made it build automatically on Mac OS X and ↵Hans-Christoph Steiner
GNU/Linux svn path=/trunk/; revision=9162
2008-01-24release 0.41-0Miller Puckette
svn path=/trunk/; revision=9157
2008-01-160.41-0 test 11Miller Puckette
svn path=/trunk/; revision=9147
2008-01-10rename file from buildversion to makeversion to match actual function nameRussell Bryant
svn path=/trunk/; revision=9146
2008-01-10(from issue #1836228)Russell Bryant
This little patch slightly improves pd_makeversion(). Namely, I didn't like the use of sprintf() which ignored the possibility of the version string being longer than the allowed buffer size. Also, I changed malloc+strcpy to the slightly simpler strdup(). svn path=/trunk/; revision=9145
2008-01-10This commit adds configure script checking for a number of functions inRussell Bryant
libm: - sinf, cosf, atanf, atan2f, ... Previously, in x_arithmetic.c, these functions were redefined for MSW / Apple. Now, they will only be redefined if the configure script does not find them. The results of the checks for these functions are placed in the config.h header file. The config.h.in file was generated using autoheader. (Note that this patch requires the inclusion of acinclude.m4. You must run aclocal before running autoconf to generate the configure script.) svn path=/trunk/; revision=9144
2008-01-10(add patch from issue #1852385)Russell Bryant
This patch provides a revised implementation of the strtokcpy() function in s_path.c. It provides the following benefits: 1) Prevent potential overflow of a stack buffer. This function did nothing to ensure that it didn't write past the end of the destination buffer. It is possible to cause this to happen by providing certain command line arguments that are longer than MAXPDSTRING. Also, there may be other ways to trigger this bug if namelist_append_files() is used anywhere beyond the uses I reviewed, which are the ones in pd/*.c. 2) Copy bytes from the string in the same loop that looks for the delimiter. This is simply for efficiency in that the string only has to be traversed once, instead of twice (one to find the delimiter, and the second to copy up to it). svn path=/trunk/; revision=9143
2008-01-10This patch will add a new file, acinclude.m4, which is a small library ofRussell Bryant
m4 macros used to make adding certain things to the configure script much easier. It is a raw copy from the file's source (Asterisk). All of the macro prefixes are AST, but they have been left intact, to ease keeping this file up to date with the original one. This is required before any of the other configure script related patches can be applied. svn path=/trunk/; revision=9142
2008-01-09Check for AC_CONFIG_HEAEDERS in configure.in before running autoheader.Russell Bryant
svn path=/trunk/; revision=9141
2008-01-08Make sure we need to run aclocal before doing so.Russell Bryant
svn path=/trunk/; revision=9140
2008-01-08Don't try to run aclocal and autoheader in the main and desiredata auto builds.Russell Bryant
The autoconf changes that require them are not there ... svn path=/trunk/; revision=9139
2008-01-08Fix a typo. s/autoconf/aclocal/Russell Bryant
svn path=/trunk/; revision=9138
2008-01-08Make sure aclocal and autoheader get executed when building pd-extended ...Russell Bryant
svn path=/trunk/; revision=9137
2008-01-04*** empty log message ***Thomas Grill
svn path=/trunk/; revision=9123
2008-01-04compilation fixes for Python 2.5, OSXThomas Grill
cross-platform fixes more cross-platform and version fixes compilation fixes for Python 2.5 svn path=/trunk/; revision=9122
2008-01-03Ensure that aclocal and autoheader are executed in addition to autoconf. THisRussell Bryant
should fix the problems from last night's auto builds. svn path=/trunk/; revision=9121
2008-01-03cross-platform fixesThomas Grill
enable compiled-only scripts (without .py) use PyGILState_\*() functionality (enabled with PY_USE_GIL) fixes for non-GIL usage improved symbol comparison buffer protocol adapted for Python 2.5 enable module packages (module/__init__.py[co]), now also for Max svn path=/trunk/; revision=9120
2008-01-03clarify usage of absdir flag for file operationsThomas Grill
fixed buffer overrun problems some assertions added success/error reporting for file operations got rid of type abbreviations changed obviously buggy pool name registering svn path=/trunk/; revision=9119
2007-12-28... and again trying to check in 0.41-0 test 10Miller Puckette
svn path=/trunk/; revision=9108
2007-12-280.41-10 test 10 - many patches, plus work on callback schedulingMiller Puckette
svn path=/trunk/; revision=9107
2007-12-13fixed postlude installation issuesHans-Christoph Steiner
svn path=/trunk/; revision=9095
2007-12-13addeding jsarlo's windowing objects to the Pd-extended build system; added ↵Hans-Christoph Steiner
postlude to the GNU/Linux builds and usbhid to the Darwin builds. Darwin doesn't have DSSI and Fedora doesn't have libhid-devel, otherwise I could add these two packages to those platforms svn path=/trunk/; revision=9091
2007-12-08script for french templates used for importsHans-Christoph Steiner
svn path=/trunk/; revision=9086
2007-12-07renaming final tar.bz2 package from pd to desiredataHans-Christoph Steiner
svn path=/trunk/; revision=9085
2007-12-05russell bryant's format string checking (patch #1841002Hans-Christoph Steiner
svn path=/trunk/; revision=9082
2007-12-05improved makefile.dependencies generation so that will be regenerated if the ↵Hans-Christoph Steiner
pd sources change svn path=/trunk/; revision=9081