On 2006-02-27 08:56:35 -0700 Fred Kiefer <[EMAIL PROTECTED]> wrote:
I did write a small test application to find out, what is the correct
behaviour, as I never can tell, where append and where prepend should
be
used. The following code should be run on MacOSX and the result be
compared with th
Adam Fedor wrote:
> On 2006-02-23 13:11:00 -0700 "Vaisburd, Haim" <[EMAIL PROTECTED]> wrote:
>>
>> The matrix multiplication is not commutative and the last line should be
>> instead
>> matrix = matrix_multiply(matrix, tranm);
>>
>
> Do you have a test that shows this is wrong? All my tests work
On 23 Feb 2006, at 16:44, Adam Fedor wrote:
On 2006-02-22 04:34:17 -0700 Adam Fedor <[EMAIL PROTECTED]> wrote:
Fail Compile i386-unknown-netbsdelf3.0 Wed Feb 22 03:58:37 CET 2006
Fail Compile powerpc-apple-darwin7.9.0 Tue Feb 21 09:28:55 MST 2006
Fail Compile sparc-sun-solaris2.7 Wed Feb 22 0
On 2006-02-27 00:16:53 -0700 Richard Frith-Macdonald
<[EMAIL PROTECTED]> wrote:
Also, base compilation fails on solaris 2.7 because it doesn't have
any of
the IPv6 functions. I could probably add a configure check for this
and
ifdef out the IPv6 classes, if that seems to be the right way