Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-10876 Update dump to match DDL spec | Allen Byrne | 2019-12-05 | 1 | -2/+2 |
| | |||||
* | Add extra line | Allen Byrne | 2019-12-04 | 1 | -0/+1 |
| | |||||
* | Adjust whitespace | Allen Byrne | 2019-12-04 | 1 | -2/+2 |
| | |||||
* | Update h5ls help and rework dump_mem routines for attrs | Allen Byrne | 2019-12-04 | 1 | -4/+13 |
| | |||||
* | HDFFV-10876 Update h5dump and h5ls for new ref api. | Allen Byrne | 2019-11-07 | 1 | -10/+13 |
| | |||||
* | [svn-r21953] HDDFV-7560: h5dump refactoring | Allen Byrne | 2012-02-17 | 1 | -0/+1 |
| | | | | Tested: local linux | ||||
* | [svn-r21865] Purpose: | Jonathan Kim | 2012-01-05 | 1 | -0/+25 |
Fix for HDFFV-7838 h5ls: segfault for handling region reference in attribute with -v option Description: Segfault occurred when h5ls access region reference data in an attribute. This didn't occurred when -v option was used. The cause was "h5tool_format_t info;" struct variable members were accessed without proper values were assigned (was NULL), so printf failed later in the code. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), cmake-Windows (32-LE) |