2004-08-27 David Bateman * pr-output.cc (PRINT_CONV): change types from octave_int8 and octave_uint8 to octave_int8_t and octave_uint8_t. (template static inline void pr_int(std::ostream, T, int)): New template function to print formatted integer types. Instantiate it for all of the integer types. (octave_print_internal (std::ostream, const intNDArray&, bool, int): Adapt to use the pr_int function, and align output up in columns. (octave_print_internal (std::ostream, const octave_int&, bool): Use the pr_int function.