Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r2073] Added free-list code to the library and took out the older ↵ | Quincey Koziol | 2000-04-04 | 1 | -7/+8 |
| | | | | | | | "temporary buffer" code, since the functionality was superceded. See the followup document for details on the free-list code. | ||||
* | [svn-r1708] Turned off compression feature if zlib.h is off. | Albert Cheng | 1999-10-01 | 1 | -0/+3 |
| | |||||
* | [svn-r1619] ./src/H5O.c [1.2, 1.3] | Robb Matzke | 1999-08-30 | 1 | -0/+144 |
Fixed a read-uninitialized-memory error that resulted in the file containing small amounts (<8 bytes each) of uninitialized data. These padding areas (which are never read by hdf5) are initialized to zero now. ./MANIFEST ./src/H5Z.c ./src/H5Zdeflate.c [NEW] ./src/H5Zprivate.h ./src/H5Zpublic.h ./src/Makefile.in The zlib filter was moved to a separate file but is still automatically defined. |