Age | Commit message (Collapse) | Author |
|
old version was called 'Jack.framework', this one is called 'Jackmp.framework'
svn path=/trunk/; revision=9465
|
|
svn path=/trunk/; revision=9455
|
|
svn path=/trunk/; revision=9454
|
|
svn path=/trunk/; revision=9452
|
|
svn path=/trunk/; revision=9451
|
|
still using CVS.
svn path=/trunk/; revision=9445
|
|
svn path=/trunk/; revision=9444
|
|
svn path=/trunk/; revision=9443
|
|
svn path=/trunk/; revision=9442
|
|
committ for me, woo hooo!)
svn path=/trunk/; revision=9441
|
|
svn path=/trunk/; revision=9440
|
|
svn path=/trunk/; revision=9439
|
|
svn path=/trunk/; revision=9438
|
|
svn path=/trunk/; revision=9437
|
|
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
|
|
svn path=/trunk/; revision=9435
|
|
svn path=/trunk/; revision=9434
|
|
svn path=/trunk/; revision=9433
|
|
svn path=/trunk/; revision=9432
|
|
svn path=/trunk/; revision=9414
|
|
svn path=/trunk/; revision=9400
|
|
svn path=/trunk/; revision=9398
|
|
svn path=/trunk/; revision=9379
|
|
svn path=/trunk/; revision=9376
|
|
svn path=/trunk/; revision=9375
|
|
svn path=/trunk/; revision=9165
|
|
since I have to figure out how to deal with -llua5.1 on Debian
svn path=/trunk/; revision=9164
|
|
rather start over with a way that could be merged there ...
svn path=/trunk/; revision=9163
|
|
GNU/Linux
svn path=/trunk/; revision=9162
|
|
svn path=/trunk/; revision=9157
|
|
svn path=/trunk/; revision=9147
|
|
svn path=/trunk/; revision=9146
|
|
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
|
|
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
|
|
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
|
|
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
|
|
svn path=/trunk/; revision=9141
|
|
svn path=/trunk/; revision=9140
|
|
The autoconf changes that require them are not there ...
svn path=/trunk/; revision=9139
|
|
svn path=/trunk/; revision=9138
|
|
svn path=/trunk/; revision=9137
|
|
svn path=/trunk/; revision=9123
|
|
cross-platform fixes
more cross-platform and version fixes
compilation fixes for Python 2.5
svn path=/trunk/; revision=9122
|
|
should fix the problems from last night's auto builds.
svn path=/trunk/; revision=9121
|
|
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
|
|
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
|
|
svn path=/trunk/; revision=9108
|
|
svn path=/trunk/; revision=9107
|
|
svn path=/trunk/; revision=9095
|
|
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
|