hdf5/test
Robb Matzke bdf0dbf7ed [svn-r1697] Changes since 19990915
----------------------

./src/H5public.h
	We undefine a bunch of things that could get redefined in the config
	file because some customers have applications that include headers
	from multiple packages, all of which might be using autoconf.

	Include <stdint.h> for the C9x types.

./test/h5test.h
	More flushing of stdout for when testing is redirected down a pipe.

./tools/h5ls.c
	Added a `-S' or `--simple' switch which causes the output to be
	simplified somewhat for easier parsing by other scripts. For instance,
	characters are escaped using a very simple mechanism instead of C's
	more complicated backslash notation, data doesn't have `{}' or `[]'
	characters interspersed for compound and array types, and data is
	printed with exactly one element per line.  This switch is now used by
	an HDF5-to-HTML CGI script being developed for the DMF people.

./tools/h5tools.c
./tools/h5tools.h
	The repeat threshold which controls how strings are printed when a
	character repeats a bunch of times is now settable at runtime instead
	of compile time. The default is to show all characters, like

	   "abceeeeeeeeeeeeeeeeeeeeeeeeeeeeeefgh"

	But if you set it to something like 5 then any sequence of 5 or more
	characters is replaced by something shorter, like:

	   "abc" 'e'x30 "fgh"	  or

	Added an `str_locale' property which describes how to escape special
	characters in strings. The default is C-like escapes but an
	alternative is ESCAPE_HTML which replaces all non-alphanumeric
	characters with a 3-character HTML escape of the form `%XX'

	Fixed a bug where empty strings didn't even have the quote characters
	printed. Now empty strings show up as `""' instead of absolutely
	nothing.

	Added a `per_line' property which controls the maximum number of
	elements which will appear per line of output. The default is infinity
	but in practice the right margin causes line breaks. By setting the
	`per_line' value to one and the right margin to a very large value one
	can achieve output with exactly one element per line.
1999-09-30 11:14:14 -05:00
..
.distdep [svn-r1619] ./src/H5O.c [1.2, 1.3] 1999-08-30 14:59:37 -05:00
big.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -05:00
bittests.c
chunk.c
cmpd_dset.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -05:00
dsets.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -05:00
dtypes.c [svn-r1651] Fold in J90 changes 1999-09-24 17:35:30 -05:00
enum.c [svn-r1507] Uncommented VL datatypes in compound datatypes test, since it's working now. 1999-07-17 19:00:22 -05:00
extend.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -05:00
external.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -05:00
fillval.c [svn-r1347] 1999-06-15 09:58:25 -05:00
flush1.c [svn-r1362] 1999-06-18 10:12:18 -05:00
flush2.c [svn-r1362] 1999-06-18 10:12:18 -05:00
gass_append.c [svn-r1621] Added GASS driver. Coded by Saurabh Bagchi, bagchi@uiuc.edu. 1999-08-30 23:55:00 -05:00
gass_read.c [svn-r1621] Added GASS driver. Coded by Saurabh Bagchi, bagchi@uiuc.edu. 1999-08-30 23:55:00 -05:00
gass_write.c [svn-r1621] Added GASS driver. Coded by Saurabh Bagchi, bagchi@uiuc.edu. 1999-08-30 23:55:00 -05:00
gheap.c [svn-r1548] Changes since 19990727 1999-07-28 13:25:43 -05:00
h5test.c [svn-r1585] Changes since 19990820 1999-08-24 07:52:10 -05:00
h5test.h [svn-r1697] Changes since 19990915 1999-09-30 11:14:14 -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
istore.c [svn-r1568] Changes since 19990730 1999-08-10 15:21:32 -05:00
lheap.c [svn-r1548] Changes since 19990727 1999-07-28 13:25:43 -05:00
links.c
Makefile.in [svn-r1690] Added VL string test code. 1999-09-28 19:30:47 -05:00
mount.c
mtime.c
ohdr.c [svn-r1568] Changes since 19990730 1999-08-10 15:21:32 -05:00
overhead.c [svn-r1634] fixed the compilation error where the H5P_DATASET_CREATE and H5P_DATA_XFER 1999-09-08 15:07:40 -05:00
ragged.c
space_overflow.c
stab.c [svn-r1568] Changes since 19990730 1999-08-10 15:21:32 -05:00
tattr.c [svn-r1613] Added check for reading an attribute immediately after writing it. 1999-08-27 17:07:00 -05:00
testhdf5.c [svn-r1690] Added VL string test code. 1999-09-28 19:30:47 -05:00
testhdf5.h [svn-r1690] Added VL string test code. 1999-09-28 19:30:47 -05:00
tfile.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -05:00
th5s.c
th5s.h5
tmeta.c
trefer.c [svn-r1651] Fold in J90 changes 1999-09-24 17:35:30 -05:00
tselect.c [svn-r1568] Changes since 19990730 1999-08-10 15:21:32 -05:00
tvlstr.c [svn-r1690] Added VL string test code. 1999-09-28 19:30:47 -05:00
tvltypes.c [svn-r1577] Added test for H5Dvlen_get_buf_size function. 1999-08-19 13:50:30 -05:00
unlink.c