netcdf-c/libhdf4
Dennis Heimbigner b0e0d81aa9 Fix reclamation of the ->format_XXX_info fields
nc4internal.c contains code to free the format_XXX_info
fields. Since these are format specific, this code
was moved to the dispatch code (libhdf5 and libhdf4
in the current case).

Additionally, there are some fields in nc4internal.h (e.g.
dimscale fields) that are specific to HDF5 and have been moved
to the corresponding HDF5 data structures and code.

Misc. other changes:
1. NC_VAR_INFO_T->hdf5_name renamed to alt_name to avoid
   implying it is necessarily HDF5 specific.
2. prefix NC_FILE_INFO_T with an instance of NC_OBJ for consistency.
   this also requires wrapping move_in_NCList() to keep
   hdr.id consistent.
2020-03-29 12:48:59 -06:00
..
CMakeLists.txt removed unused HDF4 code 2018-04-23 04:09:54 -06:00
hdf4dispatch.c Fix conflicts with master 2020-02-27 14:06:45 -07:00
hdf4file.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf4func.c cleanup of whitespace in HDF4 directory 2019-02-19 05:17:23 -07:00
hdf4var.c documentation update 2019-07-04 10:23:11 -06:00
Makefile.am removed unused HDF4 code 2018-04-23 04:09:54 -06:00