hdf5/tools/lib
Bill Wendling 78e3463dbb [svn-r5023] Purpose:
Bug Fix
Description:
	There was a problem with having a lot of groups nested together. We
	could only handle 1024 characters at most, but, in a parallel program
	especially, it could occur that there were lots and lots of groups
	and would be more than 1024.
Solution:
	I made the "objname" part of the obj_t structure a pointer instead of
	a fixed size. Added code to allocate/deallocate the memory we need
	for it. Had to fix how the "prefix" was being handled in the h5dump
	program. It was also set to only 1024 characters in length. I made it
	dynamic.

	Added a test case...Go me!
Platforms tested:
	Linux, Solaris
2002-02-27 16:52:19 -05:00
..
Dependencies [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
h5tools_str.c [svn-r4747] Purpose: 2001-12-20 15:51:30 -05:00
h5tools_str.h [svn-r4012] Purpose: 2001-06-18 15:22:10 -05:00
h5tools_utils.c [svn-r5023] Purpose: 2002-02-27 16:52:19 -05:00
h5tools_utils.h [svn-r5023] Purpose: 2002-02-27 16:52:19 -05:00
h5tools.c [svn-r4783] 2002-01-05 11:36:59 -05:00
h5tools.h [svn-r4282] 2001-07-30 16:55:46 -05:00
Makefile.in [svn-r3570] Purpose: 2001-03-08 15:17:52 -05:00
talign.c [svn-r4482] Purpose: 2001-09-26 15:29:35 -05:00