hdf5/tools
MuQun Yang 8abdfea352 [svn-r2674]
Purpose:
    1. fix size of dimensional name list so that the size of dimensional name in dumper output
will not change because of different versions of hdf library(h4toh5util.h and h4toh5sds.c).
    2. fix bzero routine for windows platform(h4toh5util.h,h4toh5util.c,h4toh5anno.c,h4toh5main.c,
	h4toh5sds.c)
Description:
    1. change the MAX_DIM_NAME into 276(MAX_NC_NAME +dimension group name) and hopefully we will
    not expand the size of MAX_NC_NAME(currently 256) for a long time.
    2. create a new routine(h4toh5_ZeroMemory) to zero out memory. Use ZeroMemory in windows and
	bzero at UNIX.
Solution:
    see Description.
Platforms tested:
    LINUX(eirene),WINDOWS 2000, sun 5.6(baldric and arabica),HP-UX11(opus),DEC(gondolin),IRIX 6.5(paz).
2000-10-12 17:47:38 -05:00
..
testfiles [svn-r2616] 2000-09-28 15:53:04 -05:00
Dependencies [svn-r2573] Purpose: 2000-09-19 12:04:46 -05:00
h4toh5anno.c [svn-r2614] 2000-09-28 15:51:45 -05:00
h4toh5image.c [svn-r2614] 2000-09-28 15:51:45 -05:00
h4toh5main.c [svn-r2614] 2000-09-28 15:51:45 -05:00
h4toh5main.h [svn-r2674] 2000-10-12 17:47:38 -05:00
h4toh5pal.c [svn-r2614] 2000-09-28 15:51:45 -05:00
h4toh5sds.c [svn-r2614] 2000-09-28 15:51:45 -05:00
h4toh5util.c [svn-r2674] 2000-10-12 17:47:38 -05:00
h4toh5util.h [svn-r2674] 2000-10-12 17:47:38 -05:00
h4toh5vdata.c [svn-r2614] 2000-09-28 15:51:45 -05:00
h4toh5vgroup.c [svn-r2614] 2000-09-28 15:51:45 -05:00
h5debug.c [svn-r2653] Purpose: 2000-10-10 02:44:33 -05:00
h5dump.c [svn-r2637] Purpose: 2000-10-06 15:30:13 -05:00
h5dump.h [svn-r2623] Purpose: 2000-09-29 22:31:08 -05:00
h5dumptst.c [svn-r2579] Purpose: 2000-09-19 16:08:15 -05:00
h5import.c [svn-r2232] removed the conditional compile statements that we were going to use 2000-05-09 13:14:33 -05:00
h5ls.c [svn-r2412] Fixed a variety of problems with the new H5ToolsFopen() function. 2000-06-23 12:52:21 -05:00
h5repart.c [svn-r2232] removed the conditional compile statements that we were going to use 2000-05-09 13:14:33 -05:00
h5toh4.c [svn-r2001] Purpose: 2000-03-06 18:02:40 -05:00
h5toh4.h [svn-r2417] Include sys/stat.h in case it is not included in some platforms 2000-06-27 12:57:00 -05:00
h5tools.c [svn-r2634] Purpose: 2000-10-05 11:56:30 -05:00
h5tools.h [svn-r2626] Purpose: 2000-09-30 12:27:18 -05:00
Makefile.in [svn-r2643] Purpose: 2000-10-09 15:41:03 -05:00
pdb2hdf.c [svn-r2262] * 2000-05-18 2000-05-18 11:40:20 -05:00
talign.c [svn-r2643] Purpose: 2000-10-09 15:41:03 -05:00
testh4toh5 [svn-r2632] Purpose: 2000-10-04 11:57:04 -05:00
testh5dump.sh [svn-r2046] added a test for the tnestedcomp.h5 test. 2000-03-21 12:59:28 -05:00
testh5toh4 [svn-r2636] Purpose: 2000-10-05 13:03:26 -05:00