summaryrefslogtreecommitdiffstats
path: root/src/H5Osdim.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r106] Fixed some symbol table bugs. Fixed a free memory read in H5Osdim.c.Robb Matzke1997-09-221-37/+35
|
* [svn-r100] Interim checkin for purify. Also contains H5G shadow stuff, changesRobb Matzke1997-09-191-0/+1
| | | | | | to int64 encode/decode to fix purify on 32-bit systems, changes to H5O_modify, changes to H5D.c to use H5F_open/close(), etc. Documentation will be mailed shortly...
* [svn-r96] Added "atexit" routines to each interface to free buffers ↵Quincey Koziol1997-09-181-3/+6
| | | | | | allocated during runtime. Isolated but can't figure out how to fix bug reported with purify.
* [svn-r95] Tracked down memory bug.Quincey Koziol1997-09-181-1/+1
|
* [svn-r94] Removed encode/decode from fast/cache message functions.Robb Matzke1997-09-171-48/+44
| | | | Fixed uninitialized bytes appearing in the data file object header.
* [svn-r92] It was quite simple, actually. The H5O_sim_dim_fast() should allocateRobb Matzke1997-09-161-11/+7
| | | | | | | space for the result if it gets the null pointer. See H5O_stab_fast() for an example. I notice that some where is something beging freed twice...
* [svn-r91] Bug fixes for multiple datasets in the file. Interim checkin, ↵Quincey Koziol1997-09-161-1/+2
| | | | | | theres still a problem with the simple dimensionality caching.
* [svn-r78] Checkpointing dataset code. Everything is currently working, ↵Quincey Koziol1997-09-151-3/+20
| | | | | | except writing a second dataset out to the file seems to loose the first one.
* [svn-r73] Lots of added code for dataset I/O. Its now writing out datasets ↵Quincey Koziol1997-09-121-6/+11
| | | | | | | to the disk correctly, but only in "native" format. I'm adding the data-type conversions and checking the reading later today.
* [svn-r47] Finished flashing out the H5M* functions calls. Cleaned up ↵Quincey Koziol1997-08-281-44/+67
| | | | | | non-compiling source. Finished adding in remainder of H5Osdtyp.c functions.
* [svn-r42] Minor tweaks to correct parameters for H5O_newQuincey Koziol1997-08-261-52/+57
|
* [svn-r41] Interim checkpoint of dataset code for Robb to look at.Quincey Koziol1997-08-261-0/+400