hdf5/doc/html
Robb Matzke 19ec99786a [svn-r745] Changes since 19981002
----------------------

./doc/html/H5.format.html
./src/H5HG.c
	Fixed a bug in the global heap that caused H5HG_read() to
	write past the end of the buffer in certain cases.

./test/big.c
	The test is skipped if hdf5 was configured with
	`--disable-hsizet'.

./src/H5Ofill.c
	Data type conversions are implemented for the fill value.

./src/H5.c
	Tracing prints one of H5P_FILE_CREATE, H5P_FILE_ACCESS,
	H5P_DATASET_CREATE, H5P_DATASET_XFER, or H5P_MOUNT instead of
	the more cryptic H5I_TEMPLATE_* constants.

./src/H5D.c
	Removed prototype for H5D_find_name().

./src/H5I.c
	The GROUP_MASK and ID_MASK are both calculated from GROUP_BITS
	instead of being set by hand.

	We don't use the sign bit of hid_t; all valid hid_t values are
	positive so we can say things like `if ((file=H5Fopen(...))<0)'.

	Changed `(int)pow(2.0,x)' to `1<<x' so we don't have to worry
	about rounding.

	Fixed H5I_get_type() so it doesn't always fail an assertion.

./src/H5E.c
./src/H5Epublic.h
	Added minor error H5E_MOUNT

./src/H5F.c
./src/H5Fprivate.h
	Added H5Fmount() and H5Funmount().  Mounting and unmounting
	works as documented but some of the other things aren't
	implemented yet, the biggest being current working groups
	always acting on the root of the mount tree, and H5Fclose()
	closing the entire tree.  The rest of the stuff will be added
	shortly...

./src/H5P.c
./src/H5Ppublic.h
	Added the H5P_MOUNT property list but haven't implemented any
	particular properties for it yet.

./src/H5Gstab.c
	Hard links across files return an error instead of failing an
	assertion.
1998-10-08 12:13:14 -05:00
..
Attributes.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
Big.html [svn-r515] Changes since 19980715 1998-07-20 08:45:25 -05:00
Caching.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
chunk1.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
chunk1.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
CodeReview.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Coding.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
compat.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Copyright.html [svn-r681] Environment.html 1998-09-10 08:59:48 -05:00
dataset_p1.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
dataset_p1.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Datasets.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
Dataspaces.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
Datatypes.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
ddl.html [svn-r624] Removed <hardlink>. 1998-08-27 16:44:08 -05:00
Debugging.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
Environment.html [svn-r681] Environment.html 1998-09-10 08:59:48 -05:00
Errors.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
extern1.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
extern1.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
extern2.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
extern2.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
ExternalFiles.html [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
Files.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
Filters.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
Glossary.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
group_p1.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
group_p1.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
group_p2.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
group_p2.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
group_p3.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
group_p3.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Groups.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
h5s.examples [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
H5.api_map.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
H5.format.html [svn-r745] Changes since 19981002 1998-10-08 12:13:14 -05:00
H5.intro.datamap.gif [svn-r695] New dataspace mapping image for "Introduction to HDF5." 1998-09-11 16:16:30 -05:00
H5.intro.html [svn-r698] Corrected octal apostrophe problem. 1998-09-15 16:00:50 -05:00
H5.sample_code.html [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
H5.user.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
heap.txt [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
index.html [svn-r703] Added NCSA header, title bar, and footer. 1998-09-16 15:48:59 -05:00
IOPipe.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
MemoryManagement.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
move.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
ObjectHeader.txt [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
ph5design.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
ph5example.c [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
ph5implement.txt [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe1.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe1.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe2.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe2.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe3.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe3.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe4.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe4.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe5.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
pipe5.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Properties.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
Ragged.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
review1.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
review1a.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
RM_H5.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5A.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5D.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5E.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5F.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5Front.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5G.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5P.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5R.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5S.html [svn-r740] Correct erroneous cross-reference. (I.e., cross-reference to 1998-10-07 15:54:55 -05:00
RM_H5T.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
RM_H5Z.html [svn-r693] Update for beta release. Complete CVS log messages can be found with 1998-09-11 11:00:43 -05:00
storage.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
study_250x250.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
study_499x499.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
study_500x500.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
study_1000x1000.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
study_5000x1000.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
study_p1.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
study_p1.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
study.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
symtab [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Tools.html [svn-r694] Copying developer's changes to doc/html/ version from doc/src/: 1998-09-11 13:40:14 -05:00
version.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Version.html [svn-r680] H5.user.html 1998-09-09 17:48:37 -05:00
version.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00