2004-09-03 David Bateman * boolNDArray.cc (boolNDArray concat (const boolNDArray&, const boolNDArray&, const Array&), boolNDArray& insert (const boolNDArray&, int, int), boolNDArray& insert (const boolNDArray&, const Array&): New functions for boolean matrix concatenation. * boolNDArray.h (boolNDArray concat (const boolNDArray&, const boolNDArray&, const Array&), boolNDArray& insert (const boolNDArray&, int, int), boolNDArray& insert (const boolNDArray&, const Array&): Declarations 2004-09-03 David Bateman * general/repmat.m: Fix to allow logical classes. 2004-09-03 David Bateman * OPERATORS/op-b-b.cc, OPERATORS/op-b-bm.cc, OPERATORS/op-bm-b.cc, OPERATORS/op-bm-bm.cc: Modify concatenation between boolean types so that it returns a boolean. * ov-bool.cc (octave_bool::do_index_op): return boolean matrix * ov-intx.h (octave_value do_index_op (const octave_value_list&, int)): New function for indexed subsref of int types.