summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-01-21 20:01:02 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-01-21 20:01:02 (GMT)
commitf5cc0548b8dacfefee4878075f568b5f124e9dc3 (patch)
tree8dc8edc28b7cde4a01e4cb650d2483aa46c2ecdd /MANIFEST
parentb7f919cccb89f991e3ddc625bba675c2ea483b15 (diff)
downloadhdf5-f5cc0548b8dacfefee4878075f568b5f124e9dc3.zip
hdf5-f5cc0548b8dacfefee4878075f568b5f124e9dc3.tar.gz
hdf5-f5cc0548b8dacfefee4878075f568b5f124e9dc3.tar.bz2
[svn-r161] Changes since 19980121
---------------------- ./MANIFEST ./src/H5Psimp.c [NEW] ./src/Makefile.in Added H5Psimp.c and populated it with some conversion functions. Eventually the parts of H5P.c that operate on simple data spaces will be migrated to H5Psimp.c and other files will be created for other types of data spaces. ./src/H5D.c The read pipeline, H5Dread(), has been updated to handle data space conversion although the actual simple data space conversion functions don't do anything yet. But we're getting really close! ./src/H5P.c ./src/H5Pprivate.h Added H5P_find() to locate data space conversion functions. Added typedefs for structs related to data space conversion.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f381227..4b5dda3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -90,6 +90,7 @@
./src/H5P.c
./src/H5Pprivate.h
./src/H5Ppublic.h
+./src/H5Psimp.c
./src/H5private.h
./src/H5public.h
./src/H5T.c