Go to file
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
bin [svn-r1313] Neither SGI nor Solaris allows an empty 'then' body. 1999-06-07 19:42:10 -05:00
config [svn-r1315] Changes since 19990607 1999-06-08 11:14:10 -05:00
doc [svn-r1341] 1999-06-14 10:07:58 -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-r1341] 1999-06-14 10:07:58 -05:00
test [svn-r1341] 1999-06-14 10:07:58 -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-r1341] 1999-06-14 10:07:58 -05:00
acconfig.h [svn-r1065] Changes since 19990121 1999-02-15 12:38:04 -05:00
aclocal.m4 [svn-r1284] Pass $AR setting to libtool. A cross-compiler (e.g., TFLOPS) would 1999-05-26 15:28:24 -05:00
all.zip [svn-r1307] 1999-06-07 10:37:19 -05:00
configure [svn-r1328] Changes since 19990608 1999-06-11 10:53:15 -05:00
configure.in [svn-r1328] Changes since 19990608 1999-06-11 10:53:15 -05:00
COPYING [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL [svn-r1315] Changes since 19990607 1999-06-08 11:14:10 -05:00
INSTALL_MAINT [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL_parallel [svn-r1272] Basically rewrote the whole instruction. Good enough to help 1999-05-21 22:58:47 -05:00
INSTALL_parallel.ascired [svn-r1288] Updated TFLOPS location for the newer MPIO library. 1999-05-28 17:02:41 -05:00
INSTALL.ascired [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL.ibm.sp.parallel [svn-r589] Use mpich v1.1.1 and ROMIO. 1998-08-13 15:48:09 -05:00
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-r1338] Removed the tools/testfiles/*.dmp which are no longer used. 1999-06-13 20:55:17 -05:00
README [svn-r1316] The last commit via snapshot script clobbered this file. 1999-06-08 11:30:57 -05:00
RELEASE [svn-r1073] Updated with recent changes. 1999-02-17 09:11:52 -05:00

This is hdf5-1.1.106 released on Wed Jun  2 08:19:36 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.