Tue Jan 15 10:53:46 CET 2002 Patrick Guio * configure system rebuilt * testsuite/complex.cpp: renamed complex_test.cpp due to conflict with STL complex header Wed Jan 16 19:40:32 MET 2002 Patrick Guio * random/uniform.h: replaced irng_.random() by this->irng_.random() * compiler/elabbase.cpp: replaced bar() by this->bar() in zowee() * blitz/array/reduce.cc: replaced TinyVector by TinyVector * blitz/array/iter.h: commented declaration of struct _bz_endTag { }; * blitz/array/et.h: replaced BZ_DECLARE_ARRAY_ET_UOP(isnan, x _bz_isnan) by BZ_DECLARE_ARRAY_ET_UOP(blitz_isnan, x _bz_blitz_isnan) * blitz/vecuops.cc: replaced _bz_isnan by _bz_blitz_isnan and isnan by blitz_isnan * blitz/mathfunc.h: replaced isnan by blitz_isnan and added support for macro isnan * blitz/array.h: replaced class _bz_endTag; by struct _bz_endTag { }; Thu Jan 17 10:32:12 CET 2002 Patrick Guio * blitz/array.h: replaced data_ by this->data_ * blitz/array/eval.cc: replaced data_ by this->data_ * blitz/array/iter.h: replaced data_ by this->data_ * blitz/array/method.cc: replaced data_ by this->data_ * blitz/array/slicing.cc: replaced data_ by this->data_ * blitz/array/storage.h: replaced data_ by this->data_, ordering_ by this->ordering_, ascendingFlag_ by this->ascendingFlag_, base_ by this->base_, GeneralArrayStorage(noInitializeFlag()) by GeneralArrayStorage(GeneralArrayStorage::noInitializeFlag()) * blitz/array/fastiter.h: replaced #include by #include * blitz/array/fastiter.h: replaced ostrstream ostr; by ostringstream ostr; * blitz/vector.cc: replaced numReferences() by this->numReferences() MemoryBlockReference::numReferences() * blitz/array/methods.cc: replaced numReferences() by this->numReferences() * blitz/array.h: replaced changeToNullBlock() by this->changeToNullBlock() * blitz/matrix.h: replaced data_ by this->data_ * blitz/matrix.cc: replaced data_ by this->data_ * blitz/array/where.h: replaced T_numtype operator[](int i) by T_numtype operator[](int i) const * blitz/promote.h: replaced typedef typename _bz_promote2 by typedef _bz_typename _bz_promote2 Fri Jan 18 11:34:58 CET 2002 * blitz/vector.cc: replaced #if NOT_DEFINED by #ifdef NOT_DEFINED * blitz/array/et.h: replaced _bz_typename promote_trait::T_promote by its macro BZ_PROMOTE(P_numtype1,P_numtype2) * blitz/array/where.h: replaced minmax::max(minmax::max(stride1,stride2),stride3); by stride1>(stride2=(stride2>stride3?stride2:stride3))?stride1:stride2; * blitz/transversal.cc, blitz/transversal.h: moved template declaration template _bz_typename TraversalOrderCollection::T_set TraversalOrderCollection::traversals_; from transversal.cc to transversal.h before template specialisation commented conditional compilation macro BZ_INTEL_KLUDGE * random/normal.h: replaced getUniform() call by this->getUniform()