diff --git a/MANIFEST b/MANIFEST
index 7567a99d0d..298591a20e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -295,4 +295,3 @@
./tools/h5repart.c
./tools/h5tools.c
./tools/h5tools.h
-
diff --git a/README b/README
index 13739a11ee..3286b35289 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is hdf5-1.0.69 released on Thu Aug 20 04:19:20 CDT 1998
+This is hdf5-1.0.70 released on Thu Aug 20 17:55:38 CDT 1998
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/doc/html/Debugging.html b/doc/html/Debugging.html
index 8c0c4cc4d6..bd531f878e 100644
--- a/doc/html/Debugging.html
+++ b/doc/html/Debugging.html
@@ -10,7 +10,7 @@
Introduction
The HDF5 library contains a number of debugging features to
- make programmers lives easier including the ability to print
+ make programmers' lives easier including the ability to print
detailed error messages, check invariant conditions, display
timings and other statistics, and trace API function calls and
return values.
@@ -27,7 +27,7 @@
Invariant Conditions
- Unless NDEBUG
is defined during compiling the
+ Unless NDEBUG
is defined during compiling, the
library will include code to verify that invariant conditions
have the expected values. When a problem is detected the
library will display the file and line number within the
@@ -63,14 +63,17 @@
- Example: An Error Message
+
HDF5-DIAG: Error detected in thread 0. Back trace follows.
- #000: H5T.c line 462 in H5Tclose(): predefined data type
- major(01): Function argument
- minor(05): Bad value
+ #000: H5F.c line 1245 in H5Fopen(): unable to open file
+ major(04): File interface
+ minor(10): Unable to open file
+ #001: H5F.c line 846 in H5F_open(): file does not exist
+ major(04): File interface
+ minor(10): Unable to open file
|
@@ -78,7 +81,7 @@ HDF5-DIAG: Error detected in thread 0. Back trace follows.
The error handling package (H5E) is described
- here.
+ elsewhere.
Invariant Conditions
@@ -92,10 +95,10 @@ HDF5-DIAG: Error detected in thread 0. Back trace follows.
- Example: A Failed Assertion
+
Assertion failed: H5.c:123: i<NELMTS(H5_debug_g)
IOT Trap, core dumped.
@@ -263,10 +266,10 @@ IOT Trap, core dumped.
- Sample Output
+
H5Tcopy(type=184549388) = 184549419 (type);
H5Tcopy(type=184549392) = 184549424 (type);
H5Tlock(type=184549424) = SUCCEED;
@@ -297,7 +300,6 @@ HDF5-DIAG: Error detected in thread 0. Back trace follows.
- Execution Examples
To display the trace on the standard error stream:
@@ -378,6 +380,7 @@ $ env HDF5_DEBUG="55 trace" a.out 55>trace-output
+
$ ../bin/trace *.c
H5E.c: in function `H5Ewalk_cb':
H5E.c:336: warning: trace info was not inserted
@@ -402,7 +405,7 @@ H5E.c:336: warning: trace info was not inserted
Robb Matzke
-Last modified: Wed Aug 19 15:21:35 PDT 1998
+Last modified: Thu Aug 20 10:43:42 PDT 1998
|
|
| |