hdf5/test
Robb Matzke 1c5f6ffb70 [svn-r1341]
Changes since 19990611
----------------------

./doc/html/H5.format.html
	Added documentation for opaque data types (bitfield types were
	already documented but they were out of order).

./src/H5E.c
	Fixed a bug with glibc2 on linux systems where `stdout' is an
	extern and can't be used to initialize static data.

./src/H5T.c
./src/H5Tpkg.h
./src/H5Tpublic.h
./src/H5detect.c
	Removed the `_T' from the new C9x types I just added so the
	names are consistent with existing types. Besides, the fact
	that something is a datatype is obvious because it starts with
	H5T_NATIVE_.

./tools/h5ls.c
	Added the new C9x data types. H5ls prints one of these types
	only if it doesn't match one of the builtin C types.

	Prints the OID for shared data types.

	Fixed a formatting bug with symbolic links which was
	introduced a few changes ago.

	The commandline has been changed so that objects from multiple
	files can be listed with a single command. Instead of
	specifying a file name and an optional list of objects, each
	thing to print is a file name and object concatenated. H5ls
	figures out how to devide the name into a file name and object
	name even when the file name part doesn't correspond to an
	actual Unix file.

	   Old syntax: h5ls [OPTIONS] FILE [OBJECTS]
	   New syntax: h5ls [OPTIONS] FILE[/OBJECT] [FILE[/OBJECT]]...

	   Example ({X,Y} is expanded by the shell)

	   Old command: h5ls -d ../test/x.data dir1 dir2
	   New command: h5ls -d ../test/x.data/{dir1,dir2}

	The filename is printed as part of the object name when full
	names are requested (--full or --recursive). If people really
	don't like this they can undefine a constant at the top of
	h5ls.

	Errors from the hdf5 library are turned off.

	Commandline switches of the form `--width 80' are accepted in
	addition to `--width=80'. This is more symmetric with
	single-letter switches that take two forms: `-w 80' and
	`-w80'.

./src/H5D.c
	Added tracing instrumentation for H5Dvlen_reclaim().

./src/H5private.h
	Added casts to int for the isalpha() et al macros to shut up
	solaris warnings about char subscripts.
1999-06-14 10:07:58 -05:00
..
.distdep [svn-r1341] 1999-06-14 10:07:58 -05:00
big.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
bittests.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
chunk.c [svn-r1184] Changes since 19990402 1999-04-15 14:57:50 -05:00
cmpd_dset.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
dsets.c [svn-r1311] Changes since 19990607 1999-06-07 15:20:32 -05:00
dtypes.c [svn-r1306] Changes since 19990602 1999-06-07 10:05:02 -05:00
enum.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
extend.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
external.c [svn-r1129] Test bugs fixed in T3E port. 1999-03-09 18:13:22 -05:00
fillval.c [svn-r1011] Changes since 19981217 1999-01-07 06:42:04 -05:00
flush1.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
flush2.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
gheap.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
h5test.c [svn-r1184] Changes since 19990402 1999-04-15 14:57:50 -05:00
h5test.h [svn-r1184] Changes since 19990402 1999-04-15 14:57:50 -05:00
hyperslab.c [svn-r1241] fixed some errors in my conditional compile statements from yesterday. 1999-04-30 12:31:43 -05:00
iopipe.c [svn-r1033] added some calls to get the time elapsed on WIN NT 1999-01-25 12:40:54 -05:00
istore.c [svn-r1204] Changes since 19990415 1999-04-23 07:31:21 -05:00
lheap.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
links.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
Makefile.in [svn-r1333] Added the test_vltypes() to the other tests. 1999-06-11 17:05:04 -05:00
mount.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
mtime.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
ohdr.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
overhead.c [svn-r1184] Changes since 19990402 1999-04-15 14:57:50 -05:00
ragged.c [svn-r1190] moved some of the code around to fix a crash in the dll version of the test. 1999-04-16 14:18:46 -05:00
space_overflow.c [svn-r803] Something I forgot to add earlier... 1998-10-27 00:08:09 -05:00
stab.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
tattr.c [svn-r1184] Changes since 19990402 1999-04-15 14:57:50 -05:00
testhdf5.c [svn-r1333] Added the test_vltypes() to the other tests. 1999-06-11 17:05:04 -05:00
testhdf5.h [svn-r1333] Added the test_vltypes() to the other tests. 1999-06-11 17:05:04 -05:00
tfile.c [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
th5s.c [svn-r1129] Test bugs fixed in T3E port. 1999-03-09 18:13:22 -05:00
th5s.h5 [svn-r795] Changes since 19981026 1998-10-26 14:55:54 -05:00
tmeta.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
trefer.c [svn-r1311] Changes since 19990607 1999-06-07 15:20:32 -05:00
tselect.c [svn-r1280] Added some extra debugging output. 1999-05-25 21:43:51 -05:00
tvltypes.c [svn-r1334] VL datatype testing file. Currently, only atomic datatype sequences are tested, 1999-06-11 17:06:26 -05:00
unlink.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00