summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src')
-rw-r--r--hl/src/H5IM.c29
-rw-r--r--hl/src/H5LT.c74
-rw-r--r--hl/src/H5PT.c50
3 files changed, 0 insertions, 153 deletions
diff --git a/hl/src/H5IM.c b/hl/src/H5IM.c
index 43e5bed..25381fd 100644
--- a/hl/src/H5IM.c
+++ b/hl/src/H5IM.c
@@ -27,8 +27,6 @@
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -83,9 +81,6 @@ H5IMmake_image_8bit(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t
* INTERLACE_PIXEL [height][width][pixel components]
* INTERLACE_PLANE [pixel components][height][width]
*
- *
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -154,8 +149,6 @@ H5IMmake_image_24bit(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -197,8 +190,6 @@ find_palette(H5_ATTR_UNUSED hid_t loc_id, const char *name, H5_ATTR_UNUSED const
* Comments:
* The function uses H5Aiterate2 with the operator function find_palette
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -223,8 +214,6 @@ H5IM_find_palette(hid_t loc_id)
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -390,8 +379,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -437,8 +424,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -493,8 +478,6 @@ H5IMmake_palette(hid_t loc_id, const char *pal_name, const hsize_t *pal_dims, co
* palettes to be viewed with. The dataset will have an attribute
* which contains an array of object reference pointers which refer to palettes in the file.
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -660,8 +643,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -756,8 +737,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -842,8 +821,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -951,8 +928,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -1053,8 +1028,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -1154,8 +1127,6 @@ out:
* Comments:
* based on HDF5 Image and Palette Specification
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
diff --git a/hl/src/H5LT.c b/hl/src/H5LT.c
index 6a4975f..4c61aa8 100644
--- a/hl/src/H5LT.c
+++ b/hl/src/H5LT.c
@@ -559,9 +559,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -585,9 +582,6 @@ H5LTmake_dataset(hid_t loc_id, const char *dset_name, int rank, const hsize_t *d
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -610,9 +604,6 @@ H5LTmake_dataset_char(hid_t loc_id, const char *dset_name, int rank, const hsize
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -635,9 +626,6 @@ H5LTmake_dataset_short(hid_t loc_id, const char *dset_name, int rank, const hsiz
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -660,9 +648,6 @@ H5LTmake_dataset_int(hid_t loc_id, const char *dset_name, int rank, const hsize_
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -685,9 +670,6 @@ H5LTmake_dataset_long(hid_t loc_id, const char *dset_name, int rank, const hsize
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -710,9 +692,6 @@ H5LTmake_dataset_float(hid_t loc_id, const char *dset_name, int rank, const hsiz
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -736,9 +715,6 @@ H5LTmake_dataset_double(hid_t loc_id, const char *dset_name, int rank, const hsi
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -1293,8 +1269,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -1380,8 +1354,6 @@ H5_GCC_CLANG_DIAG_ON("cast-qual")
*
* Comments: If the attribute already exists, it is overwritten
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -2034,8 +2006,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -2083,8 +2053,6 @@ out:
*
* Date: 29 September 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static char *
@@ -2155,8 +2123,6 @@ out:
*
* Date: December 6, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static char *
@@ -2189,8 +2155,6 @@ out:
*
* Programmer: Raymond Lu
*
- * Modifications:
- *
*-----------------------------------------------------------------------*/
static char *
print_enum(hid_t type, char *str, size_t *str_len, hbool_t no_ubuf, size_t indt)
@@ -2323,8 +2287,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -2374,8 +2336,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
char *
@@ -2984,8 +2944,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3031,8 +2989,6 @@ H5LTget_attribute_string(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3058,8 +3014,6 @@ H5LTget_attribute_char(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3085,8 +3039,6 @@ H5LTget_attribute_uchar(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3112,8 +3064,6 @@ H5LTget_attribute_short(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3139,8 +3089,6 @@ H5LTget_attribute_ushort(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3166,8 +3114,6 @@ H5LTget_attribute_int(hid_t loc_id, const char *obj_name, const char *attr_name,
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3193,8 +3139,6 @@ H5LTget_attribute_uint(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3220,8 +3164,6 @@ H5LTget_attribute_long(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Comments: This function was added to support INTEGER*8 Fortran types
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3247,8 +3189,6 @@ H5LTget_attribute_long_long(hid_t loc_id, const char *obj_name, const char *attr
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3274,8 +3214,6 @@ H5LTget_attribute_ulong(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3301,8 +3239,6 @@ H5LTget_attribute_ullong(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3329,8 +3265,6 @@ H5LTget_attribute_float(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3357,8 +3291,6 @@ H5LTget_attribute_double(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Comments: Private function
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3390,8 +3322,6 @@ H5LTget_attribute(hid_t loc_id, const char *obj_name, const char *attr_name, hid
*
* Comments: Private function
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3451,8 +3381,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3500,8 +3428,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
diff --git a/hl/src/H5PT.c b/hl/src/H5PT.c
index 8f0b323..9d5d627 100644
--- a/hl/src/H5PT.c
+++ b/hl/src/H5PT.c
@@ -58,13 +58,6 @@ static herr_t H5PT_get_index(htbl_t *table_id, hsize_t *pt_index);
* currently. Fill data is not necessary because the
* table is initially of size 0.
*
- * Modifications:
- * Mar 1, 2016
- * This function is added to replace H5PTcreate_fl and it differs
- * from H5PTcreate_fl only because its last argument is plist_id
- * instead of compression; this is to allow flexible compression.
- * -BMR
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -183,8 +176,6 @@ error:
* currently. Fill data is not necessary because the
* table is initially of size 0.
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -297,13 +288,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- * John Mainzer -- 4/23/08
- * Added error check on malloc of table, initialized fields
- * in table to keep lower level code from choking on bogus
- * data in error cases.
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -422,8 +406,6 @@ H5PT_free_id(void *id, void H5_ATTR_UNUSED **_ctx)
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -470,8 +452,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -524,8 +504,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -574,9 +552,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -618,9 +593,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -667,8 +639,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -720,8 +690,6 @@ H5PT_get_index(htbl_t *table, hsize_t *pt_index)
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -781,9 +749,6 @@ H5PTget_index(hid_t table_id, hsize_t *pt_index)
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -818,9 +783,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -848,9 +810,6 @@ H5PTis_valid(hid_t table_id)
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -898,9 +857,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -956,9 +912,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -991,9 +944,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
hid_t