summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-10-23 19:42:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-10-23 19:42:17 (GMT)
commit63819167063bbaa8f911319dfe1186f810be2770 (patch)
tree11f4ba5ba29364e1ca4bea475efc78f4a93b405c /tools
parent107b685b8ae0e89c658570753cd781a4f32a6c1d (diff)
downloadtcl-63819167063bbaa8f911319dfe1186f810be2770.zip
tcl-63819167063bbaa8f911319dfe1186f810be2770.tar.gz
tcl-63819167063bbaa8f911319dfe1186f810be2770.tar.bz2
* README: Bump version number to 8.5a6
* generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
Diffstat (limited to 'tools')
-rw-r--r--tools/tcl.wse.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in
index cf646e5..7ec1e63 100644
--- a/tools/tcl.wse.in
+++ b/tools/tcl.wse.in
@@ -12,7 +12,7 @@ item: Global
Log Pathname=%MAINDIR%\INSTALL.LOG
Message Font=MS Sans Serif
Font Size=8
- Disk Label=tcl8.5a5
+ Disk Label=tcl8.5a6
Disk Filename=setup
Patch Flags=0000000000000001
Patch Threshold=85
stfiles/h5diff_basic1.h5 (renamed from tools/testfiles/file1.h5)bin4336 -> 4336 bytes-rw-r--r--tools/testfiles/h5diff_basic2.h5 (renamed from tools/testfiles/file2.h5)bin4240 -> 4240 bytes-rw-r--r--tools/testfiles/h5diff_dset1.h5bin0 -> 19888 bytes-rw-r--r--tools/testfiles/h5diff_dset2.h5bin0 -> 19888 bytes-rw-r--r--tools/testfiles/h5diff_dtypes.h5bin0 -> 10776 bytes-rw-r--r--tools/testfiles/h5diff_hyper1.h5bin0 -> 1052720 bytes-rw-r--r--tools/testfiles/h5diff_hyper2.h5bin0 -> 1052720 bytes-rw-r--r--tools/testfiles/h5diff_types.h5 (renamed from tools/testfiles/file3.h5)bin4056 -> 4016 bytes-rw-r--r--tools/testfiles/info.h5repack (renamed from tools/testfiles/h5repack_info.txt)0
84 files changed, 2637 insertions, 1455 deletions
diff --git a/tools/h5diff/h5diff_common.c b/tools/h5diff/h5diff_common.c
index 9ac4d56..7133005 100644
--- a/tools/h5diff/h5diff_common.c
+++ b/tools/h5diff/h5diff_common.c
@@ -285,7 +285,7 @@ int check_f_input( const char *str )
*/
void usage(void)
{
- printf("Usage: h5diff file1 file2 [OPTIONS] [obj1[obj2]] \n");
+ printf("usage: h5diff file1 file2 [OPTIONS] [obj1[obj2]] \n");
printf("\n");
printf("file1 File name of the first HDF5 file\n");
printf("file2 File name of the second HDF5 file\n");
diff --git a/tools/h5diff/h5diffgentest.c b/tools/h5diff/h5diffgentest.c