diff src/ChangeLog @ 4904:71229573b6bf

[project @ 2004-06-14 19:31:52 by jwe]
author jwe
date Mon, 14 Jun 2004 19:33:53 +0000
parents 35bfb4e0b96b
children f7a337f3fd9e
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jun 14 19:20:26 2004 +0000
+++ b/src/ChangeLog	Mon Jun 14 19:33:53 2004 +0000
@@ -58,9 +58,11 @@
 	* Cell.h (Cell::reshape (const dim_vector&)): New forwarding
 	function for return type conversion.
 
-	* ov-int16.cc, ov-int32.cc, ov-int64.cc, ov-int8.cc, ov-uint16.cc,
-	ov-uint32.cc, ov-uint64.cc, ov-uint8.cc, ov-type-conv.h,
-	OPERATORS/op-int-conv.cc, OPERATORS/op-double-conv.cc, 
+	* ov-int16.cc, ov-int16.h, ov-int32.cc, ov-int32.h, ov-int64.cc,
+	ov-int64.h, ov-int8.cc, ov-int8.h, ov-uint16.cc, ov-uint16.h,
+	ov-uint32.cc, ov-uint32.h, ov-uint64.cc, ov-uint64.h, ov-uint8.cc,
+	ov-uint8.h, ov-type-conv.h, ov-int-traits.h,
+	OPERATORS/op-int-conv.cc, OPERATORS/op-double-conv.cc,
 	OPERATORS/op-i16-i16.cc, OPERATORS/op-i32-i32.cc,
 	OPERATORS/op-i64-i64.cc, OPERATORS/op-i8-i8.cc,
 	OPERATORS/op-ui16-ui16.cc, OPERATORS/op-ui32-ui32.cc,