diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-08-18 23:19:27 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-08-18 23:19:27 (GMT) |
commit | 93e5190bb173a89deb7a91f72f800f6ab5769b8e (patch) | |
tree | 2bb86e9387ca7702ecc6742630f2301ff2bc76a9 /test/.distdep | |
parent | da3fcf286af08c45449fad4002889aa0a0ab7850 (diff) | |
download | hdf5-93e5190bb173a89deb7a91f72f800f6ab5769b8e.zip hdf5-93e5190bb173a89deb7a91f72f800f6ab5769b8e.tar.gz hdf5-93e5190bb173a89deb7a91f72f800f6ab5769b8e.tar.bz2 |
[svn-r603] Changes since 19980818
----------------------
./src/H5.c
Fixed an argument promotion bug in HDfprintf()
./src/H5Fistore.c
Fixed a array bounds read error.
./src/H5HG.c
Fixed uninitialized (but unused) data appearing in the hdf5
file, a potential security problem.
./src/H5T.c
./src/H5Tpublic.h
Added new data types for hdf5 types: H5T_NATIVE_HSIZE,
H5T_NATIVE_HSSIZE, H5T_NATIVE_HERR, and H5T_NATIVE_HBOOL. I
did not add H5T_NATIVE_HID since I couldn't think of a reason
that it would be stored in a file anyway.
Diffstat (limited to 'test/.distdep')
-rw-r--r-- | test/.distdep | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test/.distdep b/test/.distdep index c16495f..b04981b 100644 --- a/test/.distdep +++ b/test/.distdep @@ -423,8 +423,8 @@ mtime.o: \ ../src/H5Spublic.h \ ../src/H5Tpublic.h \ ../src/H5private.h -dsets.o: \ - dsets.c \ +links.o: \ + links.c \ ../src/hdf5.h \ ../src/H5public.h \ ../src/H5config.h \ @@ -445,8 +445,8 @@ dsets.o: \ ../src/H5Zpublic.h \ ../src/H5Spublic.h \ ../src/H5Tpublic.h -links.o: \ - links.c \ +dtypes.o: \ + dtypes.c \ ../src/hdf5.h \ ../src/H5public.h \ ../src/H5config.h \ @@ -466,9 +466,14 @@ links.o: \ ../src/H5Ppublic.h \ ../src/H5Zpublic.h \ ../src/H5Spublic.h \ - ../src/H5Tpublic.h -dtypes.o: \ - dtypes.c \ + ../src/H5Tpublic.h \ + ../src/H5Tpkg.h \ + ../src/H5HGprivate.h \ + ../src/H5Fprivate.h \ + ../src/H5private.h \ + ../src/H5Tprivate.h +dsets.o: \ + dsets.c \ ../src/hdf5.h \ ../src/H5public.h \ ../src/H5config.h \ @@ -488,9 +493,4 @@ dtypes.o: \ ../src/H5Ppublic.h \ ../src/H5Zpublic.h \ ../src/H5Spublic.h \ - ../src/H5Tpublic.h \ - ../src/H5Tpkg.h \ - ../src/H5HGprivate.h \ - ../src/H5Fprivate.h \ - ../src/H5private.h \ - ../src/H5Tprivate.h + ../src/H5Tpublic.h |