aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2008-04-15checked in Thomas' patch 1930681 to fix buffer overflowsHans-Christoph Steiner
svn path=/trunk/; revision=9711
2008-04-15checked in Thomas' patch 1930769 to fix a memory leak in g_array.c in the ↵Hans-Christoph Steiner
sine/cosine sum code svn path=/trunk/; revision=9709
2008-04-15checked in Thomas' patch 1930733 to prevent an buffer overrunHans-Christoph Steiner
svn path=/trunk/; revision=9708
2008-04-15checked in danomatika's patch 1939017 to allow hiding of hidden files on ↵Hans-Christoph Steiner
GNU/Linux open/save panel svn path=/trunk/; revision=9705
2008-04-15added in IOhannes' jack fixes, patch 1942258Hans-Christoph Steiner
svn path=/trunk/; revision=9703
2008-03-22patch to fix tiny issue with schedlib file names: there are two dots ↵Hans-Christoph Steiner
separating the file name and file extension svn path=/trunk/; revision=9625
2008-03-14now use dpkg-shlibdeps to generate the dependenciesGeorg Holzmann
svn path=/trunk/; revision=9583
2008-03-14fixed bug and added also dependencies from pd itselfGeorg Holzmann
svn path=/trunk/; revision=9582
2008-03-11svn path=/trunk/; revision=9556Georg Holzmann
2008-03-09automatic dependency check for debian/ubuntu/etc packagesGeorg Holzmann
svn path=/trunk/; revision=9550
2008-03-08added FFTW3 and Lua DLLs to the packageHans-Christoph Steiner
svn path=/trunk/; revision=9548
2008-03-02The newly updated 'make depend' section in makefile.mingw means that you needHans-Christoph Steiner
to cd to packages/win32_inno before running make -f makefile.mingw so that 'make depend' finds the source files and puts the makefile.dependencies in the right place. svn path=/trunk/; revision=9528
2008-02-22upgraded to JackOSX 0.76, which has a framework with a different name. The ↵Hans-Christoph Steiner
old version was called 'Jack.framework', this one is called 'Jackmp.framework' svn path=/trunk/; revision=9465
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-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-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
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
2007-12-04fixed two bugs, time for a new patchHans-Christoph Steiner
svn path=/trunk/; revision=9080
2007-11-26added a version of oskude's 'arrow keys update scrollbars' patchHans-Christoph Steiner
svn path=/trunk/; revision=9045
2007-11-26fixed bug 1837649 according to IOhannes' suggestionHans-Christoph Steiner
svn path=/trunk/; revision=9042
2007-11-26quick hack to make print post all argumentsHans-Christoph Steiner
svn path=/trunk/; revision=9039
2007-11-14added var to support building shared libraries for libdirsHans-Christoph Steiner
svn path=/trunk/; revision=8999
2007-11-07strings are now blobs. replaced "string' by "blob" everywhereMartin Peach
svn path=/trunk/; revision=8954
2007-11-06allow dynamic cursor configuration by move cursor name variables to ↵Hans-Christoph Steiner
u_main.tk, this is patch 1826507 svn path=/trunk/; revision=8939
2007-11-04patch #1825692 fixed up keybindings and panelsHans-Christoph Steiner
svn path=/trunk/; revision=8933
2007-11-04added variables to tailer the color scheme, and designed a color scheme. ↵Hans-Christoph Steiner
This could be set back to the default Pd colors also svn path=/trunk/; revision=8929
2007-11-04fixed bad tagname preventing successful buildHans-Christoph Steiner
svn path=/trunk/; revision=8927
2007-11-03oops sorry, I forgot about the whackiness of makefiles, you can't reuse ↵Hans-Christoph Steiner
variables! svn path=/trunk/; revision=8925
2007-11-01created standard variable for the CPU type to support doing CPU-specific ↵Hans-Christoph Steiner
optimizations svn path=/trunk/; revision=8921
2007-10-27removed old CPU OPT_CFLAGS and turned on DEBUG_SOUNDFILE to test writesf~ bugHans-Christoph Steiner
svn path=/trunk/; revision=8892
2007-10-27reverted ggee back to original order since it was conflicting with vbapHans-Christoph Steiner
svn path=/trunk/; revision=8890
2007-10-26fixed bunk path1 registry entryHans-Christoph Steiner
svn path=/trunk/; revision=8885
2007-10-22removed a cruft build target that was never used; added post build hack to ↵Hans-Christoph Steiner
switch pdp_v4l to pdp_ieee1394 on the mac builds svn path=/trunk/; revision=8855
2007-10-21merged in some changes from branch-v0-39-2-extendedHans-Christoph Steiner
svn path=/trunk/; revision=8854
2007-10-20moved dmg code from branch-v0-39-2-extended, the disk image icon works, but ↵Hans-Christoph Steiner
not the background... svn path=/trunk/; revision=8853
2007-10-17checked in fix for when Pd launchs the browser directly. It needs to start ↵Hans-Christoph Steiner
it with an & so that Pd doesn't wait for it to finish svn path=/trunk/; revision=8833
2007-10-16made more general powerpc option to try to fix FFT and freeverb bugsHans-Christoph Steiner
svn path=/trunk/; revision=8820
2007-10-13make deb target remove package that doesn't exist on powerpcHans-Christoph Steiner
svn path=/trunk/; revision=8813
2007-10-11added IRC link to the Help menuHans-Christoph Steiner
svn path=/trunk/; revision=8800
2007-10-10added useful content to the very short help menuHans-Christoph Steiner
svn path=/trunk/; revision=8797
2007-10-10This patch adds a number of better commands for opening HTML files and URLs onHans-Christoph Steiner
GNU/Linux. These commands use the defaults systems, plus each command is tested before executed, so it should be more fault tolerant. svn path=/trunk/; revision=8796
2007-10-05replaced 80 char limit on postatom() with MAXPDSTRING follow this thread: ↵Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-list/2007-10/054514.html svn path=/trunk/; revision=8788