Go to file
Robb Matzke cc2184b6ef [svn-r1240] Changes since 19990427
----------------------

./tools/h5ls.c
	Added a `--address' (`-a') switch which causes h5ls to display
	file addresses for raw data. For contiguous datasets it's just
	a nice simple number, but for chunked datasets it's a list of
	logical dataset coordinates, file addresses, filter masks, and
	storage sizes.

	Changed `--dump' switch to `--data'.

./src/H5D.c
./src/H5F.c
./src/H5Fprivate.h
	Enhanced the indexed-storage B-tree iterator so it can dump
	raw data addresses (and other info) to the standard error
	stream.

	Added H5Ddebug() so h5ls has a way to dump addresses for
	datasets. I'm not sure what else this API function should do,
	so I think we should discuss it before we document it. So far,
	h5ls is the only thing that uses it, and we can easily change
	that.

./src/H5Tconv.c
./test/dtypes.c
	Finally had a chance to verify Paul's H5T_conv_s_s (general
	string to string conversions) bug fixes and incorporate them
	into H5T_conv_f_f (general floating-point to floating-point
	conversions) and H5T_conv_i_i (general integer to integer
	conversons). Thanks Paul.

./src/H5D.c
./src/H5S.c
./src/H5Sprivate.h
	Added performance timers around data space read and write
	callbacks. They were already there for the gather/scatter
	callbacks.

	The timings for read/write callbacks are displayed along with
	gather/scatter when data space debugging is turned on.

./bin/iostats
	Updated to print totals. Added a `--fast' option that doesn't
	do any output except the totals and is much faster.

./bin/trace
	Changed __unused__ to UNUSED to match source code.

./config/gnu-flags
	Updated error message for pgcc. I've sent bug reports to the
	pgcc people but the new version still has the same bug.

./configure.in
./config/conclude.in
./config/depend.in
	Fixed dependencies for non-GNU makes when run in a directory
	other than the hdf5 source tree.

	Updated GNU `make dep' rules to copy the distributed
	dependencies for non-GNU makes into the source tree when run
	in some other directory.
1999-04-30 10:54:52 -05:00
bin [svn-r1240] Changes since 19990427 1999-04-30 10:54:52 -05:00
config [svn-r1240] Changes since 19990427 1999-04-30 10:54:52 -05:00
doc [svn-r1221] Fixed Bug #293 1999-04-26 17:16:42 -05:00
examples [svn-r1217] Changes since 19990426 1999-04-26 09:43:53 -05:00
pablo [svn-r1238] prototype change in Pablo trace library 1999-04-29 16:15:12 -05:00
src [svn-r1240] Changes since 19990427 1999-04-30 10:54:52 -05:00
test [svn-r1240] Changes since 19990427 1999-04-30 10:54:52 -05:00
testpar [svn-r1222] Cleaned up the code in testphdf5.c, mostly in the -f parsing area. 1999-04-26 23:12:18 -05:00
tools [svn-r1240] Changes since 19990427 1999-04-30 10:54:52 -05:00
acconfig.h [svn-r1065] Changes since 19990121 1999-02-15 12:38:04 -05:00
aclocal.m4 [svn-r1112] Changes since 19990301 1999-03-02 12:15:35 -05:00
all.zip [svn-r1205] changed the projects setting for the toolslib release version. 1999-04-23 13:12:15 -05:00
configure [svn-r1240] Changes since 19990427 1999-04-30 10:54:52 -05:00
configure.in [svn-r1240] Changes since 19990427 1999-04-30 10:54:52 -05:00
COPYING [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL [svn-r1115] Changes since 19990302 1999-03-03 18:17:48 -05:00
INSTALL_MAINT [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL_parallel
INSTALL_parallel.ascired [svn-r1174] INSTALL_parallel.ascired: 1999-04-08 13:43:46 -05:00
INSTALL.ascired [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL.ibm.sp.parallel
INSTALL.parallel [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
Makefile.dist [svn-r1112] Changes since 19990301 1999-03-02 12:15:35 -05:00
Makefile.in [svn-r1151] Changes since 19990318 1999-03-19 15:09:50 -05:00
MANIFEST [svn-r1230] Forgot to add pablo/READ_ME to the MANIFEST file last time 1999-04-28 12:15:26 -05:00
README [svn-r1239] Snapshot 1999-04-30 04:21:07 -05:00
RELEASE [svn-r1073] Updated with recent changes. 1999-02-17 09:11:52 -05:00

This is hdf5-1.1.90 released on Fri Apr 30 04:20:44 CDT 1999
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE file in this directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.

Documentation for this release is in the html directory.  Start with the
"index.html" in that dictectory.

Four mailing lists are currently set up for use with the HDF5
library.

   hdf5         - For general discussion of the HDF5 library with
		  other users.

   hdf5dev      - For discussion of the HDF5 library development
		  with developers and other interested parties.

   hdf5announce - For announcements of HDF5 related developments,
		  not a discussion list.

   hdf5cvs      - For checkin notices of code development on the library,
		  not a discussion list.

To subscribe to a list, send mail to "<list>-request@ncsa.uiuc.edu",
(e.g., hdf5-request@ncsa.uiuc.edu) with "subscribe <your e-mail
address> in the _body_ of the message.  Messages to be sent to
the list should be sent to "<list>@ncsa.uiuc.edu".

Nearly daily code snapshots are now being provided at the following URL:
    ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the readme file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdf.ncsa.uiuc.edu/HDF5/

Bugs should be reported to hdfhelp@ncsa.uiuc.edu.