hdf5/doc/html
Robb Matzke a34534c9b8 [svn-r546] Changes since 19980724
----------------------

./MANIFEST
./doc/html/H5.format.html
./src/H5O.c
./src/H5Oprivate.h
./src/H5Omtime.c	[NEW]
./src/H5private.h
./src/Makefile.in
	Added the modification time message.  If an object header has
	this message then it's value is updated with the current time
	whenever anything changes in the object header.

./acconfig.h
./configure.in
	Alas, there seems to be no standard way to convert a string
	time like 19980727122800 in UTC to a time_t since mktime()
	only converts local times to time_t.  So I've modified the
	configuration to check for various ways of getting the time
	zone information:

	   * Added checks for the `tm_gmtoff' field of `struct tm'.
	   * Added a check for the `timezone' global variable.
	   * Added a check for `struct timezone'.
	   * Added a check for BSDgettimeofday().
	   * Added a check for gettimeofday() although it doesn't
	     actually set the timezone argument on some systems.
	   * Added a check to see if `tm_zone' is a member of `struct tm'.
	   * Added a check to see if `tzname' is a global variable.
	   * Added a check to see if `struct tm' is defined in time.h
	     or sys/time.h.

	It's not difficult to get the right UTC modification message
	into the object header, but some systems might have problems
	getting the right time back out (Irix64 is one) and those
	systems will report zero for the H5G_stat_t.mtime from an
	H5Gstat() call as if the mtime message isn't even present.  It
	will, however, continue to be updated as normal.

./src/H5G.c
./src/H5Gpublic.h
	The H5G_stat_t struct now contains an `mtime' field which will
	hold the object modification time.  If the object has no
	object modification time then the `mtime' will be initialized
	to zero.

	Fixed a bug in H5G_stat() that caused the `objno' field of the
	H5G_stat_t to be set incorrectly on some machines.

./src/H5D.c
	Writing to external datasets fail if the hdf5 file is not open
	for writing.

	A modification time message is added to the dataset object
	header when it's created and H5O_touch() is called from
	H5D_write() to update that message.

./src/H5T.c
	Fixed a bug in H5Tget_member_dims() that caused a segmentation
	fault if one of the output array arguments was the null
	pointer.

	Relaxed the member dimension checking in H5Tinsert_array() so
	it can also be used for scalar members.

./test/Makefile.in
	Added additional file names to the `mostlyclean' target.

./tools/h5dump.c
./tools/h5tools.h
	Increased the temporary buffer size to 1MB.

	Added support for printing compound data types with array
	members.

	When printing H5T_NATIVE_CHAR and H5T_NATIVE_UCHAR we escape
	double quote characters.

./tools/h5ls.c
	Changed the output format a little because we were starting to
	get too much info to fit on a line.  Without `--verbose' each
	object occupies one line of output.  Otherwise, additional
	information is printed below the object name: object file
	address, comment, and modification time.  If `--dump' is given
	then the data is printed after the other information.

./test/cmpd_dset.c
	Changed the way the dataset is initialized to be more uniform.
1998-07-29 11:43:59 -05:00
..
Attributes.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Big.html [svn-r515] Changes since 19980715 1998-07-20 08:45:25 -05:00
Caching.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -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
Compression.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -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-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Dataspaces.html [svn-r534] Version update 1998-07-23 14:07:01 -05:00
Datatypes.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
ddl.html [svn-r486] DDL description 1998-07-14 14:00:46 -05:00
Errors.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -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-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Files.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Glossary.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -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-r537] Changes since 19980722 1998-07-23 16:19:17 -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.api.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
H5.format.html [svn-r546] Changes since 19980724 1998-07-29 11:43:59 -05:00
H5.intro.html [svn-r506] Fixing a broken image link. 1998-07-15 00:40:05 -05:00
H5.sample_code.html [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
H5.user.html [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
heap.txt [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
index.html [svn-r509] Added a couple of lines from the prevous file on the web-site which pointed 1998-07-15 11:31:26 -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-r467] Restructuring documentation. 1998-07-08 09:54:54 -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-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5A.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5D.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5E.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5F.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5Front.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5G.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5P.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5S.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5T.html [svn-r503] HDF5 Reference Manual 1998-07-14 23:51:50 -05:00
RM_H5Z.html [svn-r504] HDF5 Reference Manual 1998-07-15 00:14:11 -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
tracing.html [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
version.gif [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Version.html [svn-r517] Changes since 19980720 1998-07-20 11:05:43 -05:00
version.obj [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00