Update of /cvsroot/PDL/PDL/Basic/Ufunc In directory slayer.i.sourceforge.net:/tmp/cvs-serv18931/Basic/Ufunc Modified Files: ufunc.pd Log Message: Moved PDL::Type from Core to Types. A couple of doc changes for Primitive -> Ufunc
Update of /cvsroot/PDL/PDL/Basic/Ufunc In directory usw-pr-cvs1:/tmp/cvs-serv321/Basic/Ufunc Modified Files: Tag: type-extension ufunc.pd Log Message: add long long type
Update of /cvsroot/PDL/PDL/Basic/Ufunc In directory usw-pr-cvs1:/tmp/cvs-serv28424/Basic/Ufunc Modified Files: ufunc.pd Log Message: minimum_n_ind patch applied
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory usw-pr-cvs1:/tmp/cvs-serv3376/Basic/Ufunc Modified Files: ufunc.pd Log Message: minmax; karma options; PP SIG{__DIE__}
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory usw-pr-cvs1:/tmp/cvs-serv25394/Basic/Ufunc Modified Files: ufunc.pd Log Message: type extension infrastructure now in place
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory sc8-pr-cvs1:/tmp/cvs-serv16098/Basic/Ufunc Modified Files: ufunc.pd Log Message: More bug fixes.
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory sc8-pr-cvs1:/tmp/cvs-serv20882/Basic/Ufunc Modified Files: ufunc.pd Log Message: Added qsortvec() to ufunc; added mirror boundary condition to range()
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory sc8-pr-cvs1:/tmp/cvs-serv315/Basic/Ufunc Modified Files: ufunc.pd Log Message: Fixed a core-dump condition in average()
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory sc8-pr-cvs1:/tmp/cvs-serv15180/Basic/Ufunc Modified Files: ufunc.pd Log Message: Fixed andover, orover, etc. to not convert to integer before operation.
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory sc8-pr-cvs1:/tmp/cvs-serv11432/Basic/Ufunc Modified Files: ufunc.pd Log Message: Fixed special case for average() with null piddles.
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12876/Ufunc Modified Files: ufunc.pd Log Message: harmless changed pdl_cmpvec_$ppsym from char to signed char for ppc
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24395/Basic/Ufunc Modified Files: ufunc.pd Log Message: Fix for qsortvec bug sourceforge #1544590. Need to add tests to suite for this fix eventually.
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10321/Basic/Ufunc Modified Files: ufunc.pd Log Message: add qsortveci
Update of /cvsroot/pdl/PDL/Basic/Ufunc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31198/Basic/Ufunc Modified Files: ufunc.pd Log Message: Fixed sf.net bug tracker #2019651. The problem was pctover() in ufunc.pd did not handle out of range inputs correctly and there were some indexing issues. The modified implementation has more safety checks on the range and results calculation. The routine spends most of its time in the sort so the performance should be almost identical to the previous version. A test for the routine and some improved docs were also added.