diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-27 21:08:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 21:08:47 (GMT) |
commit | 61186204c020a81b5b0044a3b5e08311ccf1424d (patch) | |
tree | d39acd70c119e92640277d4f595963f07d77f13c /test | |
parent | 1e91d96fa02466ffe451319bdac1005f84dc7993 (diff) | |
download | hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2 |
Remove "Programmer" lines (#3294)
Diffstat (limited to 'test')
153 files changed, 24 insertions, 3959 deletions
diff --git a/test/API/tarray.c b/test/API/tarray.c index 7996d91..39bb419 100644 --- a/test/API/tarray.c +++ b/test/API/tarray.c @@ -2238,9 +2238,6 @@ test_array(void) * * Return: void * - * Programmer: Quincey Koziol - * June 8, 1999 - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tattr.c b/test/API/tattr.c index c29db0b..2016160 100644 --- a/test/API/tattr.c +++ b/test/API/tattr.c @@ -5818,9 +5818,6 @@ test_attr_corder_delete(hid_t fcpl, hid_t fapl) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, Februrary 13, 2007 - * *------------------------------------------------------------------------- */ static int @@ -7116,9 +7113,6 @@ attr_iterate1_cb(hid_t loc_id, const char *attr_name, void *_op_data) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, February 20, 2007 - * *------------------------------------------------------------------------- */ static int @@ -7136,9 +7130,6 @@ attr_iterate2_fail_cb(hid_t H5_ATTR_UNUSED group_id, const char H5_ATTR_UNUSED * * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, February 20, 2007 - * *------------------------------------------------------------------------- */ static int @@ -7812,9 +7803,6 @@ test_attr_iterate2(hbool_t new_format, hid_t fcpl, hid_t fapl) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Wednesday, February 21, 2007 - * *------------------------------------------------------------------------- */ static int @@ -8168,9 +8156,6 @@ test_attr_open_by_idx(hbool_t new_format, hid_t fcpl, hid_t fapl) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Wednesday, February 21, 2007 - * *------------------------------------------------------------------------- */ static int @@ -11930,12 +11915,6 @@ test_attr(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Albert Cheng - * July 2, 1998 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tchecksum.c b/test/API/tchecksum.c index e1c2a1a..62db33c 100644 --- a/test/API/tchecksum.c +++ b/test/API/tchecksum.c @@ -13,8 +13,6 @@ /*------------------------------------------------------------------------- * * Created: tchecksum.c - * Aug 21 2006 - * Quincey Koziol * * Purpose: Test internal checksum routine(s) * @@ -239,9 +237,6 @@ test_checksum(void) * * Return: none * - * Programmer: Quincey Koziol - * August 21, 2006 - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tconfig.c b/test/API/tconfig.c index fdab5ef..2438e33 100644 --- a/test/API/tconfig.c +++ b/test/API/tconfig.c @@ -51,9 +51,6 @@ void test_exit_definitions(void); * * Return: none (error is fed back via global variable num_errs) * - * Programmer: Albert Cheng - * September 25, 2001 - * *------------------------------------------------------------------------- */ void @@ -71,12 +68,6 @@ test_configure(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Albert Cheng - * September 25, 2001 - * - * Modifications: - * *------------------------------------------------------------------------- */ void @@ -91,14 +82,6 @@ cleanup_configure(void) * Purpose: test C language data type sizes * * Return: none (error is fed back via global variable num_errs) - * - * Programmer: Albert Cheng - * September 25, 2001 - * - * Modifications: - * Albert Cheng, 2004/10/14 - * Verified both signed and unsigned int types. - * *------------------------------------------------------------------------- */ void @@ -179,12 +162,6 @@ test_config_ctypes(void) * Purpose: test the exit macros values * * Return: none (error is fed back via global variable num_errs) - * - * Programmer: Albert Cheng - * October 12, 2009 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tcoords.c b/test/API/tcoords.c index 04b4822..d9b9711 100644 --- a/test/API/tcoords.c +++ b/test/API/tcoords.c @@ -709,12 +709,6 @@ test_coords(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Raymond Lu - * 20 Dec. 2007 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/testhdf5.c b/test/API/testhdf5.c index f38bfcb..62d4a7d 100644 --- a/test/API/testhdf5.c +++ b/test/API/testhdf5.c @@ -99,15 +99,6 @@ TestErrPrintf(const char *format, ...) * * Return: pointer to a string containing the value of the environment variable * NULL if the variable doesn't exist in task 'root's environment. - * - * Programmer: Leon Arber - * 4/4/05 - * - * Modifications: - * Use original getenv if MPI is not initialized. This happens - * one uses the PHDF5 library to build a serial nature code. - * Albert 2006/04/07 - * *------------------------------------------------------------------------- */ char * @@ -185,9 +176,6 @@ getenv_all(MPI_Comm comm, int root, const char *name) * Return: Success: A file access property list * Failure: H5I_INVALID_HID * - * Programmer: Robb Matzke - * Thursday, November 19, 1998 - * *------------------------------------------------------------------------- */ hid_t @@ -219,9 +207,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * November 2018 - * *------------------------------------------------------------------------- */ herr_t diff --git a/test/API/tfile.c b/test/API/tfile.c index 008fd5e..8f1cc28 100644 --- a/test/API/tfile.c +++ b/test/API/tfile.c @@ -3278,8 +3278,6 @@ cal_chksum(const char *file, uint32_t *chksum) ** the superblock is used), this test is changed to use checksum ** instead of timestamp to verify the file is not changed. ** -** Programmer: Vailin Choi; July 2013 -** *****************************************************************/ #if 0 static void @@ -3327,9 +3325,6 @@ test_rw_noupdate(void) ** test_userblock_alignment_helper1(): helper routine for ** test_userblock_alignment() test, to handle common testing ** -** Programmer: Quincey Koziol -** Septmber 10, 2009 -** *****************************************************************/ #if 0 static int @@ -3389,9 +3384,6 @@ test_userblock_alignment_helper1(hid_t fcpl, hid_t fapl) ** test_userblock_alignment_helper2(): helper routine for ** test_userblock_alignment() test, to handle common testing ** -** Programmer: Quincey Koziol -** Septmber 10, 2009 -** *****************************************************************/ static int test_userblock_alignment_helper2(hid_t fapl, hbool_t open_rw) @@ -3458,9 +3450,6 @@ test_userblock_alignment_helper2(hid_t fapl, hbool_t open_rw) ** This test checks to ensure that files with both a userblock and a ** object [allocation] alignment size set interact properly. ** -** Programmer: Quincey Koziol -** Septmber 8, 2009 -** *****************************************************************/ static void test_userblock_alignment(const char *env_h5_drvr) @@ -3681,8 +3670,6 @@ test_userblock_alignment(const char *env_h5_drvr) ** -- alignment via H5Pset_alignment ** -- alignment via paged aggregation ** -** Programmer: Vailin Choi; March 2013 -** *****************************************************************/ static void test_userblock_alignment_paged(const char *env_h5_drvr) @@ -8361,12 +8348,6 @@ test_file(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Albert Cheng - * July 2, 1998 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tgenprop.c b/test/API/tgenprop.c index 43b05c1..fed974c 100644 --- a/test/API/tgenprop.c +++ b/test/API/tgenprop.c @@ -2186,12 +2186,6 @@ test_genprop(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * June 8, 1999 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/th5o.c b/test/API/th5o.c index eab3281..d733eb9 100644 --- a/test/API/th5o.c +++ b/test/API/th5o.c @@ -1870,9 +1870,6 @@ test_h5o(void) * * Return: none * - * Programmer: James Laird - * June 3, 2006 - * *------------------------------------------------------------------------- */ void diff --git a/test/API/th5s.c b/test/API/th5s.c index e6343f2..da45d28 100644 --- a/test/API/th5s.c +++ b/test/API/th5s.c @@ -3529,12 +3529,6 @@ test_h5s(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Albert Cheng - * July 2, 1998 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/titerate.c b/test/API/titerate.c index 8ccbe27..3472866 100644 --- a/test/API/titerate.c +++ b/test/API/titerate.c @@ -1251,12 +1251,6 @@ test_iterate(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * April 5, 2000 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tmisc.c b/test/API/tmisc.c index 4094b48..bb10399 100644 --- a/test/API/tmisc.c +++ b/test/API/tmisc.c @@ -345,11 +345,6 @@ typedef struct { * Return: 1: decode+encode is enabled * 0: only decode is enabled * -1: other - * - * Programmer: - * - * Modifications: - * *------------------------------------------------------------------------- */ int @@ -6302,8 +6297,6 @@ test_misc(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 *------------------------------------------------------------------------- */ void diff --git a/test/API/trefer.c b/test/API/trefer.c index 2312c3f..81c2321 100644 --- a/test/API/trefer.c +++ b/test/API/trefer.c @@ -3616,12 +3616,6 @@ test_reference(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * September 8, 1998 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tselect.c b/test/API/tselect.c index 1b742e5..6563d83 100644 --- a/test/API/tselect.c +++ b/test/API/tselect.c @@ -16302,9 +16302,6 @@ test_select(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 - * *------------------------------------------------------------------------- */ void diff --git a/test/API/ttime.c b/test/API/ttime.c index 7735aad..a4a5ccb 100644 --- a/test/API/ttime.c +++ b/test/API/ttime.c @@ -216,12 +216,6 @@ test_time(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * October 19, 2000 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tvlstr.c b/test/API/tvlstr.c index 047b2ca..ced17ea 100644 --- a/test/API/tvlstr.c +++ b/test/API/tvlstr.c @@ -993,12 +993,6 @@ test_vlstrings(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * September 10, 1999 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/API/tvltypes.c b/test/API/tvltypes.c index 4579dc4..53275cc 100644 --- a/test/API/tvltypes.c +++ b/test/API/tvltypes.c @@ -3253,12 +3253,6 @@ test_vltypes(void) * Purpose: Cleanup temporary test files * * Return: none - * - * Programmer: Quincey Koziol - * June 8, 1999 - * - * Modifications: - * *------------------------------------------------------------------------- */ void diff --git a/test/H5srcdir.h b/test/H5srcdir.h index 3073bbb..4a34d3b 100644 --- a/test/H5srcdir.h +++ b/test/H5srcdir.h @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Wednesday, March 17, 2010 - * * Purpose: srcdir querying support. */ #ifndef H5SRCDIR_H diff --git a/test/accum.c b/test/accum.c index aaa65d4..7a7b576 100644 --- a/test/accum.c +++ b/test/accum.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Mike McGreevy - * October 7, 2010 - */ #include "h5test.h" #define H5F_FRIEND /*suppress error about including H5Fpkg */ @@ -78,9 +75,6 @@ void accum_printf(const H5F_t *f); * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Mike McGreevy - * October 7, 2010 - * *------------------------------------------------------------------------- */ int @@ -178,9 +172,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Mike McGreevy - * October 7, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -237,9 +228,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Allen Byrne - * October 8, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -302,9 +290,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Allen Byrne - * October 8, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -367,9 +352,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Raymond Lu - * October 8, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -600,9 +582,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Mike McGreevy - * October 7, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -807,9 +786,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Neil Fortner - * October 8, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -1026,9 +1002,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Allen Byrne - * October 8, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -1100,9 +1073,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Allen Byrne - * October 8, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -1184,9 +1154,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Mike McGreevy - * October 11, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -1482,9 +1449,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Larry Knox - * October 8, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -1567,9 +1531,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Quincey Koziol - * October 12, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -1932,9 +1893,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Quincey Koziol - * October 11, 2010 - * *------------------------------------------------------------------------- */ unsigned @@ -2086,8 +2044,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Vailin Choi; April 2013 - * *------------------------------------------------------------------------- */ unsigned @@ -2345,9 +2301,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Mike McGreevy - * October 7, 2010 - * *------------------------------------------------------------------------- */ void diff --git a/test/app_ref.c b/test/app_ref.c index f7a8378..3c936ec 100644 --- a/test/app_ref.c +++ b/test/app_ref.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Neil Fortner - * Thursday, August 14, 2008 - * * Purpose: Tests closing the library after reference counts have been * manipulated. */ @@ -90,9 +90,6 @@ static hsize_t values_used[WRT_N]; * * Failure: Random value which overlaps another write * - * Programmer: Robb Matzke - * Tuesday, November 24, 1998 - * *------------------------------------------------------------------------- */ static hsize_t @@ -136,9 +133,6 @@ randll(hsize_t limit, int current_index) * * Failure: zero * - * Programmer: Robb Matzke - * Wednesday, July 15, 1998 - * *------------------------------------------------------------------------- */ static int @@ -177,9 +171,6 @@ is_sparse(void) * * Failure: zero * - * Programmer: Raymond Lu - * Wednesday, April 18, 2007 - * *------------------------------------------------------------------------- */ static fsizes_t @@ -245,9 +236,6 @@ error: * * Failure: zero * - * Programmer: Robb Matzke - * Thursday, August 6, 1998 - * *------------------------------------------------------------------------- */ /* Disable warning for "format not a string literal" here -QAK */ @@ -309,9 +297,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral") * * Failure: >0 * - * Programmer: Robb Matzke - * Wednesday, April 8, 1998 - * *------------------------------------------------------------------------- */ static int @@ -458,9 +443,6 @@ error: * * Failure: >0 * - * Programmer: Robb Matzke - * Friday, April 10, 1998 - * *------------------------------------------------------------------------- */ static int @@ -562,9 +544,6 @@ error: * * Return: void * - * Programmer: Albert Chent - * Mar 28, 2002 - * *------------------------------------------------------------------------- */ static void @@ -720,9 +699,6 @@ error: * * Failure: * - * Programmer: Robb Matzke - * Friday, April 10, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/bittests.c b/test/bittests.c index 6db1705..10cd280 100644 --- a/test/bittests.c +++ b/test/bittests.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Tuesday, June 16, 1998 - * * Purpose: Tests functions in H5Tbit.c */ #include "h5test.h" @@ -34,9 +31,6 @@ * * Failure: -1 * - * Programmer: Robb Matzke - * Tuesday, June 16, 1998 - * *------------------------------------------------------------------------- */ static herr_t @@ -149,9 +143,6 @@ failed: * * Failure: -1 * - * Programmer: Robb Matzke - * Tuesday, June 16, 1998 - * *------------------------------------------------------------------------- */ static herr_t @@ -273,9 +264,6 @@ failed: * * Failure: -1 * - * Programmer: Raymond Lu - * Monday, April 12, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -410,9 +398,6 @@ failed: * * Failure: -1 * - * Programmer: Raymond Lu - * Monday, April 12, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -499,9 +484,6 @@ failed: * * Failure: -1 * - * Programmer: Raymond Lu - * Monday, April 12, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -571,9 +553,6 @@ failed: * * Failure: -1 * - * Programmer: Raymond Lu - * Monday, April 12, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -673,9 +652,6 @@ failed: * * Failure: -1 * - * Programmer: Robb Matzke - * Tuesday, June 16, 1998 - * *------------------------------------------------------------------------- */ static herr_t @@ -791,9 +767,6 @@ failed: * * Failure: -1 * - * Programmer: Robb Matzke - * Tuesday, June 16, 1998 - * *------------------------------------------------------------------------- */ static herr_t @@ -907,9 +880,6 @@ failed: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Tuesday, June 16, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/btree2.c b/test/btree2.c index 1bb0550..a9393b3 100644 --- a/test/btree2.c +++ b/test/btree2.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Quincey Koziol - * Tuesday, February 1, 2005 - */ #include "h5test.h" /* @@ -53,9 +50,6 @@ typedef struct bt2_test_param_t { * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, October 29, 2009 - * *------------------------------------------------------------------------- */ static int @@ -92,9 +86,6 @@ init_cparam(H5B2_create_t *cparam, H5B2_create_t *cparam2) * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, November 5, 2009 - * *------------------------------------------------------------------------- */ static int @@ -132,9 +123,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, November 5, 2009 - * *------------------------------------------------------------------------- */ static int @@ -163,9 +151,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, December 28, 2015 - * *------------------------------------------------------------------------- */ static int @@ -203,9 +188,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, November 5, 2009 - * *------------------------------------------------------------------------- */ static int @@ -237,9 +219,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, November 5, 2009 - * *------------------------------------------------------------------------- */ static int @@ -270,9 +249,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, November 5, 2009 - * *------------------------------------------------------------------------- */ static int @@ -300,9 +276,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Friday, November 6, 2009 - * *------------------------------------------------------------------------- */ static int @@ -332,9 +305,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Wednesday, February 16, 2005 - * *------------------------------------------------------------------------- */ static int @@ -358,9 +328,6 @@ iter_cb(const void *_record, void *_op_data) * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, December 25, 2015 - * *------------------------------------------------------------------------- */ static int @@ -387,9 +354,6 @@ iter_rec_cb(const void *_record, void *_op_data) * Return: Success: TRUE/FALSE * Failure: FAIL * - * Programmer: Quincey Koziol - * Thursday, February 24, 2005 - * *------------------------------------------------------------------------- */ static int @@ -412,9 +376,6 @@ find_cb(const void *_record, void *_op_data) * Return: Success: TRUE/FALSE * Failure: FAIL * - * Programmer: Quincey Koziol - * Friday, December 25, 2015 - * *------------------------------------------------------------------------- */ static int @@ -440,9 +401,6 @@ find_rec_cb(const void *_record, void *_op_data) * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, November 7, 2006 - * *------------------------------------------------------------------------- */ static int @@ -465,9 +423,6 @@ find_dec_cb(const void *_record, void *_op_data) * Return: Success: TRUE/FALSE * Failure: FAIL * - * Programmer: Quincey Koziol - * Friday, December 25, 2015 - * *------------------------------------------------------------------------- */ static int @@ -493,9 +448,6 @@ index_rec_cb(const void *_record, void *_op_data) * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 8, 2005 - * *------------------------------------------------------------------------- */ static int @@ -518,9 +470,6 @@ neighbor_cb(const void *_record, void *_op_data) * * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 10, 2005 - * *------------------------------------------------------------------------- */ static int @@ -543,9 +492,6 @@ modify_cb(void *_record, void *_op_data, hbool_t *changed) * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, December 25, 2015 - * *------------------------------------------------------------------------- */ static int @@ -570,9 +516,6 @@ modify_rec_cb(void *_record, void *_op_data, hbool_t *changed) * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Wednesday, December 23, 2015 - * *------------------------------------------------------------------------- */ static int @@ -592,9 +535,6 @@ no_modify_cb(void H5_ATTR_UNUSED *_record, void H5_ATTR_UNUSED *_op_data, hbool_ * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, August 8, 2006 - * *------------------------------------------------------------------------- */ static int @@ -616,9 +556,6 @@ remove_cb(const void *_record, void *_op_data) * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, February 3, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -857,9 +794,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, February 3, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -1043,9 +977,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, February 8, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -1196,9 +1127,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, February 9, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -1357,9 +1285,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, February 10, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -1499,9 +1424,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, February 10, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -1617,9 +1539,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, February 11, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -1812,9 +1731,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, February 17, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -2040,9 +1956,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, February 17, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -2273,9 +2186,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, February 18, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -2445,9 +2355,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, February 18, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -2623,9 +2530,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, February 19, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -2801,9 +2705,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, February 19, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -2979,9 +2880,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, February 19, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -3222,9 +3120,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Wednesday, December 23, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -3632,9 +3527,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Wednesday, December 23, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -3894,9 +3786,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, December 26, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -4051,9 +3940,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, December 26, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -4216,9 +4102,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, December 26, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -4362,9 +4245,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, December 26, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -4483,9 +4363,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, December 26, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -5074,9 +4951,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Sunday, December 27, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -5326,9 +5200,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, February 25, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -5639,9 +5510,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, February 25, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -5863,9 +5731,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -6059,9 +5924,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -6237,9 +6099,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -6362,9 +6221,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -6588,9 +6444,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -6736,9 +6589,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -6884,9 +6734,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -7029,9 +6876,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -7174,9 +7018,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -7312,9 +7153,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 4, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -7597,9 +7435,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 7, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -7748,9 +7583,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 7, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -7899,9 +7731,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 7, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -8051,9 +7880,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 7, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -8203,9 +8029,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 8, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -8329,9 +8152,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 8, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -8455,9 +8275,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 8, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -8581,9 +8398,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 8, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -8706,9 +8520,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, October 14, 2008 - * *------------------------------------------------------------------------- */ static unsigned @@ -8784,9 +8595,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 8, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -9226,9 +9034,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 8, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -9451,9 +9256,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Wednesday, March 9, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -9723,9 +9525,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, March 10, 2005 - * *------------------------------------------------------------------------- */ static unsigned @@ -9969,9 +9768,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, December 18, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -10108,9 +9904,6 @@ error: * * Failure: * - * Programmer: Quincey Koziol - * Tuesday, February 1, 2005 - * *------------------------------------------------------------------------- */ int diff --git a/test/cache.c b/test/cache.c index 39cc0c9..970a999 100644 --- a/test/cache.c +++ b/test/cache.c @@ -10,11 +10,8 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 6/9/04 - * - * This file contains tests for the cache implemented in - * H5C.c +/* + * This file contains tests for the cache implemented in H5C.c */ #include "cache_common.h" #include "H5MFprivate.h" @@ -242,9 +239,6 @@ static void takedown_cache(H5F_t *file_ptr, hbool_t dump_stats, hbool_t dump_det * * Return: void * - * Programmer: John Mainzer - * 6/16/04 - * *------------------------------------------------------------------------- */ @@ -440,9 +434,6 @@ smoke_check_1(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ @@ -637,9 +628,6 @@ smoke_check_2(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 6/16/04 - * *------------------------------------------------------------------------- */ @@ -835,9 +823,6 @@ smoke_check_3(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ @@ -1033,9 +1018,6 @@ smoke_check_4(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 10/14/04 - * *------------------------------------------------------------------------- */ @@ -1260,9 +1242,6 @@ smoke_check_5(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 10/25/04 - * *------------------------------------------------------------------------- */ @@ -1487,9 +1466,6 @@ smoke_check_6(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 12/2/04 - * *------------------------------------------------------------------------- */ @@ -1715,9 +1691,6 @@ smoke_check_7(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 10/25/04 - * *------------------------------------------------------------------------- */ @@ -1946,9 +1919,6 @@ smoke_check_8(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 8/1/07 - * *------------------------------------------------------------------------- */ @@ -2254,9 +2224,6 @@ smoke_check_9(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 8/1/07 - * *------------------------------------------------------------------------- */ @@ -2555,9 +2522,6 @@ smoke_check_10(int express_test, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ static unsigned @@ -2765,9 +2729,6 @@ write_permitted_check(int * * Return: void * - * Programmer: John Mainzer - * 8/10/06 - * *------------------------------------------------------------------------- */ @@ -3040,9 +3001,6 @@ check_insert_entry(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 1/10/05 - * *------------------------------------------------------------------------- */ @@ -3128,9 +3086,6 @@ check_flush_cache(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 1/12/05 - * *------------------------------------------------------------------------- */ @@ -3189,9 +3144,6 @@ check_flush_cache__empty_cache(H5F_t *file_ptr) * * Return: void * - * Programmer: John Mainzer - * 1/14/05 - * *------------------------------------------------------------------------- */ @@ -4384,9 +4336,6 @@ check_flush_cache__multi_entry(H5F_t *file_ptr) * * Return: void * - * Programmer: John Mainzer - * 1/13/05 - * *------------------------------------------------------------------------- */ @@ -4541,9 +4490,6 @@ check_flush_cache__multi_entry_test(H5F_t *file_ptr, int test_num, unsigned int * * Return: void * - * Programmer: John Mainzer - * 4/5/06 - * *------------------------------------------------------------------------- */ @@ -4711,9 +4657,6 @@ check_flush_cache__pe_multi_entry_test(H5F_t *file_ptr, int test_num, unsigned i * * Return: void * - * Programmer: John Mainzer - * 9/3/06 - * *------------------------------------------------------------------------- */ @@ -8076,9 +8019,6 @@ check_flush_cache__flush_ops(H5F_t *file_ptr) * * Return: void * - * Programmer: John Mainzer - * 9/3/06 - * *------------------------------------------------------------------------- */ @@ -8337,9 +8277,6 @@ check_flush_cache__flush_op_test(H5F_t *file_ptr, int test_num, unsigned int flu * * Return: void * - * Programmer: John Mainzer - * 10/3/06 - * *------------------------------------------------------------------------- */ @@ -9586,9 +9523,6 @@ check_flush_cache__flush_op_eviction_test(H5F_t *file_ptr) * * Return: void * - * Programmer: John Mainzer - * 1/12/05 - * *------------------------------------------------------------------------- */ @@ -10770,9 +10704,6 @@ check_flush_cache__single_entry(H5F_t *file_ptr) * * Return: void * - * Programmer: John Mainzer - * 1/12/05 - * *------------------------------------------------------------------------- */ @@ -10890,9 +10821,6 @@ check_flush_cache__single_entry_test(H5F_t *file_ptr, int test_num, int entry_ty * * Return: void * - * Programmer: John Mainzer - * 3/28/06 - * *------------------------------------------------------------------------- */ @@ -11040,9 +10968,6 @@ check_flush_cache__pinned_single_entry_test(H5F_t *file_ptr, int test_num, int e * * Return: void * - * Programmer: John Mainzer - * 4/28/06 - * *------------------------------------------------------------------------- */ @@ -11258,9 +11183,6 @@ check_get_entry_status(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 7/5/06 - * *------------------------------------------------------------------------- */ @@ -11537,9 +11459,6 @@ check_expunge_entry(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/1/07 - * *------------------------------------------------------------------------- */ static unsigned @@ -11925,9 +11844,6 @@ check_multiple_read_protect(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/26/06 - * *------------------------------------------------------------------------- */ @@ -12023,9 +11939,6 @@ check_move_entry(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/27/06 - * *------------------------------------------------------------------------- */ @@ -12175,9 +12088,6 @@ check_move_entry__run_test(H5F_t *file_ptr, unsigned test_num, struct move_entry * * Return: void * - * Programmer: John Mainzer - * 4/28/06 - * *------------------------------------------------------------------------- */ @@ -12276,9 +12186,6 @@ check_pin_protected_entry(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 7/7/06 - * *------------------------------------------------------------------------- */ @@ -13138,9 +13045,6 @@ check_resize_entry(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 8/2/07 - * *------------------------------------------------------------------------- */ @@ -13782,9 +13686,6 @@ check_evictions_enabled(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ @@ -13874,9 +13775,6 @@ check_flush_protected_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/7/06 - * *------------------------------------------------------------------------- */ static unsigned @@ -13958,9 +13856,6 @@ check_destroy_pinned_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ @@ -14052,9 +13947,6 @@ check_destroy_protected_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ @@ -14132,9 +14024,6 @@ check_duplicate_insert_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/24/06 - * *------------------------------------------------------------------------- */ @@ -14217,9 +14106,6 @@ check_double_pin_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/24/06 - * *------------------------------------------------------------------------- */ @@ -14311,9 +14197,6 @@ check_double_unpin_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/24/06 - * *------------------------------------------------------------------------- */ @@ -14419,9 +14302,6 @@ check_pin_entry_errs(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ @@ -14501,9 +14381,6 @@ check_double_protect_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ @@ -14582,9 +14459,6 @@ check_double_unprotect_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 5/17/06 - * *------------------------------------------------------------------------- */ @@ -14661,9 +14535,6 @@ check_mark_entry_dirty_errs(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 7/6/06 - * *------------------------------------------------------------------------- */ @@ -14774,9 +14645,6 @@ check_expunge_entry_errs(unsigned paged) * * Return: void * - * Programmer: Quincey Koziol - * 12/10/16 - * *------------------------------------------------------------------------- */ static unsigned @@ -14890,9 +14758,6 @@ check_move_entry_errs(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 7/7/06 - * *------------------------------------------------------------------------- */ @@ -14991,9 +14856,6 @@ check_resize_entry_errs(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/3/07 - * *------------------------------------------------------------------------- */ @@ -15112,9 +14974,6 @@ check_unprotect_ro_dirty_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/9/07 - * *------------------------------------------------------------------------- */ @@ -15195,8 +15054,6 @@ check_protect_ro_rw_err(unsigned paged) * * Return: * - * Programmer: - * *------------------------------------------------------------------------- */ static unsigned @@ -15324,9 +15181,6 @@ check_protect_retries(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 8/3/07 - * *------------------------------------------------------------------------- */ @@ -15462,9 +15316,6 @@ check_check_evictions_enabled_err(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 10/29/04 - * *------------------------------------------------------------------------- */ @@ -19324,9 +19175,6 @@ check_auto_cache_resize(hbool_t cork_ageout, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 12/16/04 - * *------------------------------------------------------------------------- */ @@ -21920,9 +21768,6 @@ check_auto_cache_resize_disable(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 12/16/04 - * *------------------------------------------------------------------------- */ @@ -22605,9 +22450,6 @@ check_auto_cache_resize_epoch_markers(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 10/29/04 - * *------------------------------------------------------------------------- */ @@ -24835,9 +24677,6 @@ check_auto_cache_resize_input_errs(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 11/4/04 - * *------------------------------------------------------------------------- */ @@ -25330,9 +25169,6 @@ check_auto_cache_resize_aux_fcns(unsigned paged) * * Return: void * - * Programmer: Mike McGreevy - * 12/16/08 - * *------------------------------------------------------------------------- */ @@ -26050,9 +25886,6 @@ check_metadata_blizzard_absence(hbool_t fill_via_insertion, unsigned paged) * * Return: 0 on success, non-zero on failure * - * Programmer: Quincey Koziol - * 3/12/09 - * *------------------------------------------------------------------------- */ @@ -27973,9 +27806,6 @@ done: * * Return: 0 on success, non-zero on failure * - * Programmer: Quincey Koziol - * 3/16/09 - * *------------------------------------------------------------------------- */ @@ -28240,9 +28070,6 @@ done: * * Return: 0 on success, non-zero on failure * - * Programmer: Quincey Koziol - * 3/17/09 - * *------------------------------------------------------------------------- */ @@ -30969,9 +30796,6 @@ done: * * Return: 0 on success, non-zero on failure * - * Programmer: Quincey Koziol - * 4/28/09 - * *------------------------------------------------------------------------- */ @@ -31188,8 +31012,6 @@ done: * * Return: void * - * Programmer: Vailin Choi - * *------------------------------------------------------------------------- */ static unsigned @@ -31789,9 +31611,6 @@ check_metadata_cork(hbool_t fill_via_insertion, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/3/15 - * *------------------------------------------------------------------------- */ static unsigned @@ -31882,9 +31701,6 @@ check_entry_deletions_during_scans(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/4/15 - * *------------------------------------------------------------------------- */ @@ -32114,9 +31930,6 @@ cedds__expunge_dirty_entry_in_flush_test(H5F_t *file_ptr) * * Return: void * - * Programmer: John Mainzer - * 4/4/15 - * *------------------------------------------------------------------------- */ @@ -32468,9 +32281,6 @@ cedds__H5C_make_space_in_cache(H5F_t *file_ptr) * * Return: void * - * Programmer: John Mainzer - * 4/4/15 - * *------------------------------------------------------------------------- */ @@ -32920,9 +32730,6 @@ cedds__H5C__autoadjust__ageout__evict_aged_out_entries(H5F_t *file_ptr) * * Return: void * - * Programmer: John Mainzer - * 4/9/15 - * *------------------------------------------------------------------------- */ @@ -33219,9 +33026,6 @@ cedds__H5C_flush_invalidate_cache__bucket_scan(H5F_t *file_ptr) * * Return: void * - * Programmer: John Mainzer - * 4/12/15 - * *------------------------------------------------------------------------- */ @@ -33299,9 +33103,6 @@ check_stats(unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 4/22/15 - * *------------------------------------------------------------------------- */ #if H5C_COLLECT_CACHE_STATS @@ -33673,8 +33474,6 @@ check_stats__smoke_check_1(H5F_t *file_ptr) * * Return: Non-negative on success/Negative on failure. * - * Programmer: John Mainzer, 5/15/04 - * *------------------------------------------------------------------------- */ static herr_t @@ -33715,8 +33514,6 @@ check_write_permitted(const H5F_t H5_ATTR_UNUSED *f, hbool_t *write_permitted_pt * * Failure: NULL * - * Programmer: JRM -- 9/13/07 - * *****************************************************************************/ H5F_t * @@ -33969,9 +33766,6 @@ setup_cache(size_t max_cache_size, size_t min_clean_size, unsigned paged) * * Return: void * - * Programmer: John Mainzer - * 9/14/07 - * *------------------------------------------------------------------------- */ @@ -34066,9 +33860,6 @@ takedown_cache(H5F_t *file_ptr, hbool_t dump_stats, hbool_t dump_detailed_stats) * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ diff --git a/test/cache_api.c b/test/cache_api.c index 184a879..562d8dd 100644 --- a/test/cache_api.c +++ b/test/cache_api.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 11/10/05 - * +/* * This file contains tests for the API calls associated * with the cache implemented in H5C.c */ @@ -55,9 +53,6 @@ static hbool_t check_file_mdc_api_errs(unsigned paged, hid_t fcpl_i * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/12/04 - * *------------------------------------------------------------------------- */ static hbool_t @@ -500,9 +495,6 @@ check_fapl_mdc_api_calls(unsigned paged, hid_t fcpl_id) * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/14/04 - * *------------------------------------------------------------------------- */ static hbool_t @@ -820,9 +812,6 @@ check_file_mdc_api_calls(unsigned paged, hid_t fcpl_id) * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/14/04 - * *------------------------------------------------------------------------- */ @@ -1440,9 +1429,6 @@ mdc_api_call_smoke_check(int express_test, unsigned paged, hid_t fcpl_id) * Return: Success: Pointer to an array of cache configurations. * Failure: NULL * - * Programmer: Dana Robinson - * Spring 2016 - * *------------------------------------------------------------------------- */ @@ -1630,9 +1616,6 @@ init_invalid_configs(void) * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/19/04 - * *------------------------------------------------------------------------- */ static hbool_t @@ -1812,9 +1795,6 @@ check_fapl_mdc_api_errs(void) * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/19/04 - * *------------------------------------------------------------------------- */ static hbool_t @@ -2158,9 +2138,6 @@ check_file_mdc_api_errs(unsigned paged, hid_t fcpl_id) * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ int diff --git a/test/cache_common.c b/test/cache_common.c index aaf42f1..54ae2ad 100644 --- a/test/cache_common.c +++ b/test/cache_common.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 10/27/05 - * +/* * This file contains common code for tests of the cache * implemented in H5C.c */ @@ -377,9 +375,6 @@ const H5C_class_t *types[NUMBER_OF_ENTRY_TYPES] = {pico_class, nano_class, * * Return: void * - * Programmer: John Mainzer - * 6/10/04 - * *------------------------------------------------------------------------- */ void @@ -446,9 +441,6 @@ addr_to_type_and_index(haddr_t addr, int32_t *type_ptr, int32_t *index_ptr) * * Return: SUCCEED * - * Programmer: Quincey Koziol - * 5/18/10 - * *------------------------------------------------------------------------- */ static herr_t @@ -554,9 +546,6 @@ notify_get_initial_load_size(void *udata, size_t *image_length) * * Return: SUCCEED * - * Programmer: Quincey Koziol - * 11/18/16 - * *------------------------------------------------------------------------- */ static herr_t @@ -613,8 +602,6 @@ variable_get_final_load_size(const void *image, size_t image_len, void *udata, s * Return: TRUE: checksum is ok * FALSE: checksum is not ok * - * Programmer: - * *------------------------------------------------------------------------- */ @@ -666,9 +653,6 @@ variable_verify_chksum(const void *image, size_t len, void *udata) * * Return: void * (pointer to the in core representation of the entry) * - * Programmer: John Mainzer - * 9/20/07 - * *------------------------------------------------------------------------- */ static void * @@ -815,9 +799,6 @@ notify_deserialize(const void *image, size_t len, void *udata, hbool_t *dirty) * * Return: SUCCEED * - * Programmer: John Mainzer - * 9/19/07 - * *------------------------------------------------------------------------- */ herr_t @@ -932,9 +913,6 @@ notify_image_len(const void *thing, size_t *image_length) * * Return: SUCCEED if successful, FAIL otherwise. * - * Programmer: John Mainzer - * 8/07/14 - * *------------------------------------------------------------------------- */ herr_t @@ -1098,9 +1076,6 @@ notify_pre_serialize(H5F_t *f, void *thing, haddr_t addr, size_t len, haddr_t *n * * Return: SUCCEED if successful, FAIL otherwise. * - * Programmer: John Mainzer - * 9/19/07 - * *------------------------------------------------------------------------- */ herr_t @@ -1244,9 +1219,6 @@ notify_serialize(const H5F_t H5_ATTR_UNUSED *f, void *image_ptr, size_t len, voi * * Return: SUCCEED * - * Programmer: Quincey Koziol - * 4/28/09 - * *------------------------------------------------------------------------- */ static herr_t @@ -1319,9 +1291,6 @@ notify_notify(H5C_notify_action_t action, void *thing) * * Return: SUCCEED * - * Programmer: John Mainzer - * 9/19/07 - * *------------------------------------------------------------------------- */ herr_t @@ -1466,9 +1435,6 @@ notify_free_icr(void *thing) * * Return: void * - * Programmer: John Mainzer - * 9/1/06 - * *------------------------------------------------------------------------- */ @@ -1525,9 +1491,6 @@ add_flush_op(int target_type, int target_idx, int op_code, int type, int idx, hb * * Return: void * - * Programmer: John Mainzer - * 6/10/04 - * *------------------------------------------------------------------------- */ @@ -1593,9 +1556,6 @@ create_pinned_entry_dependency(H5F_t *file_ptr, int pinning_type, int pinning_id * * Return: void * - * Programmer: John Mainzer - * 6/10/04 - * *------------------------------------------------------------------------- */ @@ -1660,9 +1620,6 @@ dirty_entry(H5F_t *file_ptr, int32_t type, int32_t idx, hbool_t dirty_pin) * * Return: void * - * Programmer: John Mainzer - * 9/1/06 - * *------------------------------------------------------------------------- */ @@ -1795,9 +1752,6 @@ execute_flush_op(H5F_t *file_ptr, struct test_entry_t *entry_ptr, struct flush_o * * Return: TRUE if the entry is in the cache, and FALSE otherwise. * - * Programmer: John Mainzer - * 6/10/04 - * *------------------------------------------------------------------------- */ @@ -1840,9 +1794,6 @@ entry_in_cache(H5C_t *cache_ptr, int32_t type, int32_t idx) * * Return: SUCCEED/FAIL * - * Programmer: Dana Robinson - * Spring 2016 - * *------------------------------------------------------------------------- */ @@ -1955,9 +1906,6 @@ error: * * Return: void * - * Programmer: Dana Robinson - * Spring 2016 - * *------------------------------------------------------------------------- */ @@ -2018,9 +1966,6 @@ free_entry_arrays(void) * * Return: void * - * Programmer: John Mainzer - * 6/10/04 - * *------------------------------------------------------------------------- */ @@ -2167,9 +2112,6 @@ reset_entries(void) * * Return: void * - * Programmer: John Mainzer - * 1/11/08 - * *------------------------------------------------------------------------- */ @@ -2255,9 +2197,6 @@ resize_entry(H5F_t *file_ptr, int32_t type, int32_t idx, size_t new_size, hbool_ * * Return: void * - * Programmer: John Mainzer - * 6/10/04 - * *------------------------------------------------------------------------- */ @@ -2307,9 +2246,6 @@ verify_clean(void) * * Return: void * - * Programmer: John Mainzer - * 10/8/04 - * *------------------------------------------------------------------------- */ @@ -2622,9 +2558,6 @@ verify_entry_status(H5C_t *cache_ptr, int tag, int num_entries, struct expected_ * * Return: void * - * Programmer: John Mainzer - * 6/10/04 - * *------------------------------------------------------------------------- */ @@ -2673,9 +2606,6 @@ verify_unprotected(void) * * Return: void * - * Programmer: John Mainzer - * 7/6/06 - * *------------------------------------------------------------------------- */ @@ -2731,9 +2661,6 @@ expunge_entry(H5F_t *file_ptr, int32_t type, int32_t idx) * * Return: void * - * Programmer: John Mainzer - * 6/23/04 - * *------------------------------------------------------------------------- */ @@ -2791,9 +2718,6 @@ flush_cache(H5F_t *file_ptr, hbool_t destroy_entries, hbool_t dump_stats, hbool_ * * Return: void * - * Programmer: Vailin Choi - * Jan 2014 - * *------------------------------------------------------------------------- */ void @@ -2826,9 +2750,6 @@ cork_entry_type(H5F_t *file_ptr, int32_t type) * * Return: void * - * Programmer: Vailin Choi - * Jan 2014 - * *------------------------------------------------------------------------- */ void @@ -2861,9 +2782,6 @@ uncork_entry_type(H5F_t *file_ptr, int32_t type) * * Return: void * - * Programmer: John Mainzer - * 6/16/04 - * *------------------------------------------------------------------------- */ @@ -2958,9 +2876,6 @@ insert_entry(H5F_t *file_ptr, int32_t type, int32_t idx, unsigned int flags) * * Return: void * - * Programmer: John Mainzer - * 3/28/06 - * *------------------------------------------------------------------------- */ @@ -3017,9 +2932,6 @@ mark_entry_dirty(int32_t type, int32_t idx) * * Return: void * - * Programmer: John Mainzer - * 6/21/04 - * *------------------------------------------------------------------------- */ @@ -3115,9 +3027,6 @@ move_entry(H5C_t *cache_ptr, int32_t type, int32_t idx, hbool_t main_addr) * * Return: void * - * Programmer: John Mainzer - * 6/11/04 - * *------------------------------------------------------------------------- */ void @@ -3214,9 +3123,6 @@ protect_entry(H5F_t *file_ptr, int32_t type, int32_t idx) * * Return: void * - * Programmer: John Mainzer - * 4/1/07 - * *------------------------------------------------------------------------- */ @@ -3280,9 +3186,6 @@ protect_entry_ro(H5F_t *file_ptr, int32_t type, int32_t idx) * * Return: void * - * Programmer: Quincey Koziol - * 3/17/09 - * *------------------------------------------------------------------------- */ @@ -3336,9 +3239,6 @@ pin_entry(int32_t type, int32_t idx) * * Return: void * - * Programmer: John Mainzer - * 3/28/06 - * *------------------------------------------------------------------------- */ @@ -3393,9 +3293,6 @@ unpin_entry(int32_t type, int32_t idx) * * Return: void * - * Programmer: John Mainzer - * 6/12/04 - * *------------------------------------------------------------------------- */ @@ -3502,9 +3399,6 @@ unprotect_entry(H5F_t *file_ptr, int32_t type, int32_t idx, unsigned int flags) * * Return: void * - * Programmer: John Mainzer - * 6/12/04 - * *------------------------------------------------------------------------- */ void @@ -3824,9 +3718,6 @@ row_major_scan_forward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t * * Return: void * - * Programmer: John Mainzer - * 10/21/04 - * *------------------------------------------------------------------------- */ @@ -3916,9 +3807,6 @@ hl_row_major_scan_forward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose, h * * Return: void * - * Programmer: John Mainzer - * 6/12/04 - * *------------------------------------------------------------------------- */ @@ -4176,9 +4064,6 @@ row_major_scan_backward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t * * Return: void * - * Programmer: John Mainzer - * 10/21/04 - * *------------------------------------------------------------------------- */ @@ -4268,9 +4153,6 @@ hl_row_major_scan_backward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose, * * Return: void * - * Programmer: John Mainzer - * 6/23/04 - * *------------------------------------------------------------------------- */ @@ -4360,9 +4242,6 @@ col_major_scan_forward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t * * Return: void * - * Programmer: John Mainzer - * 19/25/04 - * *------------------------------------------------------------------------- */ @@ -4463,9 +4342,6 @@ hl_col_major_scan_forward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose, h * * Return: void * - * Programmer: John Mainzer - * 6/23/04 - * *------------------------------------------------------------------------- */ @@ -4567,9 +4443,6 @@ col_major_scan_backward(H5F_t *file_ptr, int32_t max_index, int32_t lag, hbool_t * * Return: void * - * Programmer: John Mainzer - * 10/25/04 - * *------------------------------------------------------------------------- */ @@ -4670,9 +4543,6 @@ hl_col_major_scan_backward(H5F_t *file_ptr, int32_t max_index, hbool_t verbose, * * Return: void * - * Programmer: Quincey Koziol - * 3/16/09 - * *------------------------------------------------------------------------- */ @@ -4746,9 +4616,6 @@ create_flush_dependency(int32_t par_type, int32_t par_idx, int32_t chd_type, int * * Return: void * - * Programmer: Quincey Koziol - * 3/16/09 - * *------------------------------------------------------------------------- */ @@ -4829,9 +4696,6 @@ destroy_flush_dependency(int32_t par_type, int32_t par_idx, int32_t chd_type, in * * Return: <none> * - * Programmer: Neil Fortner - * 12/4/12 - * *------------------------------------------------------------------------- */ static void @@ -4870,9 +4734,6 @@ mark_flush_dep_dirty(test_entry_t *entry_ptr) * * Return: <none> * - * Programmer: Neil Fortner - * 12/4/12 - * *------------------------------------------------------------------------- */ static void @@ -4924,9 +4785,6 @@ mark_flush_dep_clean(test_entry_t *entry_ptr) * * Return: void * - * Programmer: John Mainzer - * 4/18/04 - * *------------------------------------------------------------------------- */ @@ -5049,9 +4907,6 @@ check_and_validate_cache_hit_rate(hid_t file_id, double *hit_rate_ptr, hbool_t d * * Return: void * - * Programmer: John Mainzer - * 4/18/04 - * *------------------------------------------------------------------------- */ @@ -5221,9 +5076,6 @@ resize_configs_are_equal(const H5C_auto_size_ctl_t *a, const H5C_auto_size_ctl_t * * Return: void * - * Programmer: John Mainzer - * 4/14/04 - * *------------------------------------------------------------------------- */ @@ -5322,9 +5174,6 @@ validate_mdc_config(hid_t file_id, H5AC_cache_config_t *ext_config_ptr, hbool_t * * Return: void * - * Programmer: John Mainzer - * 2/16/15 - * *------------------------------------------------------------------------- */ void diff --git a/test/cache_common.h b/test/cache_common.h index c8c3d16..5b3cc2b 100644 --- a/test/cache_common.h +++ b/test/cache_common.h @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 10/27/05 - * +/* * This file contains common #defines, type definitions, and * externs for tests of the cache implemented in H5C.c */ @@ -138,9 +136,6 @@ * * Return: N/A * - * Programmer: John Mainzer - * 5/14/20 - * ***********************************************************************/ #define H5C_FLUSH_CACHE(file, flags, fail_mssg) \ diff --git a/test/cache_image.c b/test/cache_image.c index 1ab5008..70da799 100644 --- a/test/cache_image.c +++ b/test/cache_image.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 7/13/15 - * +/* * This file contains tests specific to the cache image * feature implemented in H5C.c */ @@ -77,9 +75,6 @@ static unsigned evict_on_close_test(hbool_t single_file_vfd); * * Return: void * - * Programmer: John Mainzer - * 7/15/15 - * *------------------------------------------------------------------------- */ @@ -405,9 +400,6 @@ create_datasets(hid_t file_id, int min_dset, int max_dset) * * Return: void * - * Programmer: John Mainzer - * 10/31/16 - * *------------------------------------------------------------------------- */ @@ -495,9 +487,6 @@ delete_datasets(hid_t file_id, int min_dset, int max_dset) * * Return: void * - * Programmer: John Mainzer - * 7/14/15 - * *------------------------------------------------------------------------- */ @@ -860,9 +849,6 @@ open_hdf5_file(hbool_t create_file, hbool_t mdci_sbem_expected, hbool_t read_onl * * Return: void * - * Programmer: John Mainzer - * 7/14/15 - * *------------------------------------------------------------------------- */ @@ -976,9 +962,6 @@ attempt_swmr_open_hdf5_file(const hbool_t create_file, const hbool_t set_mdci_fa * * Return: void * - * Programmer: John Mainzer - * 7/15/15 - * *------------------------------------------------------------------------- */ @@ -1260,9 +1243,6 @@ verify_datasets(hid_t file_id, int min_dset, int max_dset) * * Return: void * - * Programmer: John Mainzer - * 7/15/15 - * *------------------------------------------------------------------------- */ @@ -1537,9 +1517,6 @@ check_cache_image_ctl_flow_1(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 7/15/15 - * *------------------------------------------------------------------------- */ @@ -1801,9 +1778,6 @@ check_cache_image_ctl_flow_2(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 7/16/15 - * *------------------------------------------------------------------------- */ @@ -2167,9 +2141,6 @@ check_cache_image_ctl_flow_3(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 7/16/15 - * *------------------------------------------------------------------------- */ @@ -2496,9 +2467,6 @@ check_cache_image_ctl_flow_4(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 7/17/15 - * *------------------------------------------------------------------------- */ @@ -2777,9 +2745,6 @@ check_cache_image_ctl_flow_5(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 7/17/15 - * *------------------------------------------------------------------------- */ @@ -3063,9 +3028,6 @@ check_cache_image_ctl_flow_6(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 8/17/15 - * *------------------------------------------------------------------------- */ @@ -3474,9 +3436,6 @@ cache_image_smoke_check_1(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 8/18/15 - * *------------------------------------------------------------------------- */ @@ -3772,9 +3731,6 @@ cache_image_smoke_check_2(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 8/18/15 - * *------------------------------------------------------------------------- */ @@ -4149,9 +4105,6 @@ cache_image_smoke_check_3(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 8/18/15 - * *------------------------------------------------------------------------- */ @@ -4540,9 +4493,6 @@ cache_image_smoke_check_4(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 9/15/15 - * *------------------------------------------------------------------------- */ @@ -5040,9 +4990,6 @@ cache_image_smoke_check_5(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 10/31/16 - * *------------------------------------------------------------------------- */ @@ -5435,9 +5382,6 @@ cache_image_smoke_check_6(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 9/25/15 - * *------------------------------------------------------------------------- */ @@ -5803,9 +5747,6 @@ cache_image_api_error_check_1(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 9/25/15 - * *------------------------------------------------------------------------- */ @@ -6204,9 +6145,6 @@ cache_image_api_error_check_2(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 12/29/16 - * *------------------------------------------------------------------------- */ @@ -6485,9 +6423,6 @@ cache_image_api_error_check_3(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 9/25/15 - * *------------------------------------------------------------------------- */ @@ -7058,9 +6993,6 @@ cache_image_api_error_check_4(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 1/10/17 - * *------------------------------------------------------------------------- */ static unsigned @@ -7499,9 +7431,6 @@ get_free_sections_test(hbool_t single_file_vfd) * * Return: void * - * Programmer: John Mainzer - * 3/23/17 - * *------------------------------------------------------------------------- */ static unsigned @@ -7820,9 +7749,6 @@ evict_on_close_test(hbool_t H5_ATTR_PARALLEL_UNUSED single_file_vfd) * * Failure: * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ int diff --git a/test/cache_tagging.c b/test/cache_tagging.c index af6ff58..4cd247d 100644 --- a/test/cache_tagging.c +++ b/test/cache_tagging.c @@ -10,11 +10,10 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Mike McGreevy - * January 25, 2010 - * +/* * This file contains tests for metadata tagging. */ + #define H5F_FRIEND /*suppress error about including H5Fpkg */ #define H5F_TESTING #include "H5Fpkg.h" @@ -108,9 +107,6 @@ static unsigned check_invalid_tag_application(void); * * Return: void * - * Programmer: Mike McGreevy - * January 25, 2010 - * *------------------------------------------------------------------------- */ static int @@ -144,9 +140,6 @@ error: * * Return: 0 on Success, -1 on Failure * - * Programmer: Mike McGreevy - * January 25, 2010 - * *------------------------------------------------------------------------- */ static int @@ -192,9 +185,6 @@ error: * * Return: 0 on Success, -1 on Failure * - * Programmer: Mike McGreevy - * February 3, 2010 - * *------------------------------------------------------------------------- */ static int @@ -237,9 +227,6 @@ error: * * Return: 0 on Success, -1 on Failure * - * Programmer: Quincey Koziol - * July 13, 2016 - * *------------------------------------------------------------------------- */ static int @@ -284,9 +271,6 @@ error: * * Return: 0 on Success, -1 on Failure * - * Programmer: Mike McGreevy - * January 25, 2010 - * *------------------------------------------------------------------------- */ static int @@ -370,9 +354,6 @@ error: * * Return: 0 on Success; 1 on Failure * - * Programmer: Mike McGreevy - * January 25, 2010 - * *------------------------------------------------------------------------- */ static int @@ -402,9 +383,6 @@ error: * * Return: 0 on Success; 1 on Failure * - * Programmer: Quincey Koziol - * July 10, 2016 - * *------------------------------------------------------------------------- */ static int @@ -432,9 +410,6 @@ error: * * Return: 0 on Success; 1 on Failure * - * Programmer: Mike McGreevy - * January 25, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -536,9 +511,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * January 25, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -665,9 +637,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * January 27, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -788,9 +757,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 2, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -939,9 +905,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 2, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -1079,9 +1042,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 2, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -1312,9 +1272,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * January 27, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -1441,9 +1398,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 24, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -1606,9 +1560,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 24, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -1773,9 +1724,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 3, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -1986,9 +1934,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 3, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -2178,9 +2123,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 10, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -2338,9 +2280,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 1, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -2504,9 +2443,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 10, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -2656,9 +2592,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 10, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -2822,9 +2755,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 3, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -3009,9 +2939,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 10, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -3171,9 +3098,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 24, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -3334,9 +3258,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 24, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -3498,9 +3419,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 1, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -3633,9 +3551,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 3, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -3781,9 +3696,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 1, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -3969,9 +3881,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * March 2, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -4148,9 +4057,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 24, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -4273,9 +4179,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * February 24, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -4446,9 +4349,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * May 27, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -4554,9 +4454,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Mike McGreevy - * January 15, 2009 - * *------------------------------------------------------------------------- */ int diff --git a/test/chunk_info.c b/test/chunk_info.c index a2eab94..99430f9 100644 --- a/test/chunk_info.c +++ b/test/chunk_info.c @@ -13,9 +13,6 @@ * * Purpose: Tests chunk query API functions * - * Modification: - * Many tests were added for HDFFV-10677. -BMR, August 2019 - * * Test structure: * main() * test_basic_query() @@ -2189,9 +2186,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Binh-Minh Ribler - * November 5, 2018 - * *------------------------------------------------------------------------- */ int diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c index 9bb245f..7bbaa4c 100644 --- a/test/cmpd_dset.c +++ b/test/cmpd_dset.c @@ -10,11 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* - * Programmer: Robb Matzke - * Friday, January 23, 1998 - */ - /* See H5private.h for how to include headers */ #undef NDEBUG @@ -124,9 +119,6 @@ typedef struct { * * Failure: 1 * - * Programmer: Robb Matzke - * Friday, January 23, 1998 - * *------------------------------------------------------------------------- */ static unsigned @@ -810,9 +802,6 @@ error: * * Return: void * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static void @@ -851,9 +840,6 @@ initialize_stype1(unsigned char *buf, size_t num) * * Return: void * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static void @@ -896,9 +882,6 @@ initialize_stype2(unsigned char *buf, size_t num) * * Return: Success: * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static void @@ -925,9 +908,6 @@ initialize_stype3(unsigned char *buf, size_t num) * * Return: void * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static void @@ -976,9 +956,6 @@ initialize_stype4(unsigned char *buf, size_t num) * * Failure: negative * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static hid_t @@ -1030,9 +1007,6 @@ error: * * Failure: negative * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static hid_t @@ -1087,9 +1061,6 @@ error: * * Failure: negative * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static hid_t @@ -1128,9 +1099,6 @@ error: * * Failure: negative * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static hid_t @@ -1188,9 +1156,6 @@ error: * * Failure: negative * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static int @@ -1270,9 +1235,6 @@ error: * * Failure: 1 * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static unsigned @@ -1476,9 +1438,6 @@ error: * * Failure: 1 * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ static unsigned @@ -1684,9 +1643,6 @@ error: * * Failure: 1 * - * Programmer: Neil Fortner - * Thursday, 22 January 2009 - * *------------------------------------------------------------------------- */ static unsigned @@ -1959,9 +1915,6 @@ error: * * Failure: 1 * - * Programmer: Neil Fortner - * Monday, 19 October 2009 - * *------------------------------------------------------------------------- */ static unsigned @@ -2199,9 +2152,6 @@ error: * * Failure: 1 * - * Programmer: Raymond Lu - * Friday, 15 June 2007 - * *------------------------------------------------------------------------- */ int diff --git a/test/cmpd_dtransform.c b/test/cmpd_dtransform.c index 9487531..bb61110 100644 --- a/test/cmpd_dtransform.c +++ b/test/cmpd_dtransform.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Jan-Willem Blokland - * December 1, 2020 - * * Purpose: Test writing compounded attribute followed by * writing data with a data transform function. */ diff --git a/test/cork.c b/test/cork.c index e5138cf..44a0e18 100644 --- a/test/cork.c +++ b/test/cork.c @@ -10,13 +10,11 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Vailin Choi - * Feb 20, 2014 - * - * This file contains tests for: - * H5Odisable_mdc_flushes() - * H5Oenable_mdc_flushes() - * H5Oare_mdc_flushes_disabled() +/* + * This file contains tests for: + * * H5Odisable_mdc_flushes() + * * H5Oenable_mdc_flushes() + * * H5Oare_mdc_flushes_disabled() */ #include "h5test.h" @@ -85,8 +83,6 @@ static unsigned verify_multiple_cork(hbool_t swmr); * * Return: 0 on Success, 1 on Failure * - * Programmer: Vailin Choi; Feb 2014 - * *------------------------------------------------------------------------- */ static unsigned @@ -292,8 +288,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Vailin Choi; Feb 2014 - * *------------------------------------------------------------------------- */ static unsigned @@ -497,8 +491,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Vailin Choi; Feb 2014 - * *------------------------------------------------------------------------- */ static unsigned @@ -755,8 +747,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Vailin Choi; Feb 2014 - * *------------------------------------------------------------------------- */ static unsigned @@ -924,8 +914,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Vailin Choi; Feb 2014 - * *------------------------------------------------------------------------- */ static unsigned @@ -1201,8 +1189,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Vailin Choi; Feb 2014 - * *------------------------------------------------------------------------- */ static unsigned @@ -1576,8 +1562,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Vailin Choi; Feb 2014 - * *------------------------------------------------------------------------- */ static unsigned @@ -1878,8 +1862,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Vailin Choi; Feb 2014 - * *------------------------------------------------------------------------- */ static unsigned @@ -2234,8 +2216,6 @@ error: * * Failure: * - * Programmer: Vailin Choi; Feb 2014 - * *------------------------------------------------------------------------- */ int diff --git a/test/cross_read.c b/test/cross_read.c index 05ff7ca..1d46b05 100644 --- a/test/cross_read.c +++ b/test/cross_read.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * Thursday, March 23, 2006 - * * Purpose: Check if floating-point data created on big-endian and * little-endian machines can be read on the machine running this test. */ @@ -64,9 +61,6 @@ const char *FILENAME[] = {"vms_data", "le_data", "be_data", NULL}; * Return: Success: 0 * Failure: 1 * - * Programmer: Raymond Lu - * 17 May 2011 - * *------------------------------------------------------------------------- */ static int @@ -138,9 +132,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Raymond Lu - * 17 May 2011 - * *------------------------------------------------------------------------- */ static int @@ -212,9 +203,6 @@ error: * Return: Success: 0 * Failure: Number of failures * - * Programmer: Raymond Lu - * 21 January 2011 - * *------------------------------------------------------------------------- */ static int @@ -345,9 +333,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Raymond Lu - * Thursday, March 23, 2006 - * *------------------------------------------------------------------------- */ int diff --git a/test/dangle.c b/test/dangle.c index d0b0295..64f0b8f 100644 --- a/test/dangle.c +++ b/test/dangle.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Tuesday, May 13, 2003 - * * Purpose: Test dangling IDs */ #include "h5test.h" @@ -36,9 +33,6 @@ const char *FILENAME[] = {"dangle", NULL}; * Return: Success: zero * Failure: non-zero * - * Programmer: Quincey Koziol - * Tuesday, May 13, 2003 - * *------------------------------------------------------------------------- */ static int @@ -133,9 +127,6 @@ error: * Return: Success: zero * Failure: non-zero * - * Programmer: Quincey Koziol - * Tuesday, May 13, 2003 - * *------------------------------------------------------------------------- */ static int @@ -226,9 +217,6 @@ error: * Return: Success: zero * Failure: non-zero * - * Programmer: Quincey Koziol - * Tuesday, May 13, 2003 - * *------------------------------------------------------------------------- */ static int @@ -322,9 +310,6 @@ error: * Return: Success: zero * Failure: non-zero * - * Programmer: Quincey Koziol - * Thursday, August 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -407,9 +392,6 @@ error: * Return: Success: zero * Failure: non-zero * - * Programmer: Quincey Koziol - * Wednesday, June 18, 2003 - * *------------------------------------------------------------------------- */ static int @@ -514,9 +496,6 @@ error: * Return: Success: zero * Failure: non-zero * - * Programmer: Quincey Koziol - * Friday, October 29, 2010 - * *------------------------------------------------------------------------- */ static int @@ -639,9 +618,6 @@ error: * Return: Success: zero * Failure: non-zero * - * Programmer: Quincey Koziol - * Tuesday, May 13, 2003 - * *------------------------------------------------------------------------- */ int diff --git a/test/del_many_dense_attrs.c b/test/del_many_dense_attrs.c index 8a1243a..31ae627 100644 --- a/test/del_many_dense_attrs.c +++ b/test/del_many_dense_attrs.c @@ -30,8 +30,6 @@ const char *FILENAME[] = {"del_many_dense_attrs", NULL}; * * Return: No return * - * Programmer: Vailin Choi - * *------------------------------------------------------------------------- */ static void @@ -50,8 +48,6 @@ catch_signal(int H5_ATTR_UNUSED signo) * Return: Success: exit(EXIT_SUCCESS) * Failure: exit(EXIT_FAILURE) * - * Programmer: Vailin Choi; Dec 2018 - * *------------------------------------------------------------------------- */ int diff --git a/test/direct_chunk.c b/test/direct_chunk.c index 95ff9df..fe19035 100644 --- a/test/direct_chunk.c +++ b/test/direct_chunk.c @@ -114,9 +114,6 @@ const H5Z_class2_t H5Z_BOGUS2[1] = {{ * Return: Success: 0 * Failure: 1 * - * Programmer: Raymond Lu - * 30 November 2012 - * *------------------------------------------------------------------------- */ #ifdef H5_HAVE_FILTER_DEFLATE @@ -382,9 +379,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Dana Robinson - * Spring 2017 - * *------------------------------------------------------------------------- */ static int @@ -491,9 +485,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Raymond Lu - * 30 November 2012 - * *------------------------------------------------------------------------- */ static int @@ -672,9 +663,6 @@ error: * * Return: Success: Data chunk size * - * Programmer: Raymond Lu - * 30 November 2012 - * *------------------------------------------------------------------------- */ static size_t @@ -709,8 +697,6 @@ filter_bogus1(unsigned int flags, size_t H5_ATTR_UNUSED cd_nelmts, * * Return: Success: Data chunk size * - * Programmer: Raymond Lu - * 30 November 2012 *------------------------------------------------------------------------- */ static size_t @@ -747,9 +733,6 @@ filter_bogus2(unsigned int flags, size_t H5_ATTR_UNUSED cd_nelmts, * Return: Success: 0 * Failure: 1 * - * Programmer: Raymond Lu - * 30 November 2012 - * *------------------------------------------------------------------------- */ static int @@ -949,9 +932,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Raymond Lu - * 30 November 2012 - * *------------------------------------------------------------------------- */ static int @@ -1185,9 +1165,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Raymond Lu - * 30 November 2012 - * *------------------------------------------------------------------------- */ static int @@ -1431,9 +1408,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Matthew Strong (GE Healthcare) - * 14 February 2016 - * *------------------------------------------------------------------------- */ #ifdef H5_HAVE_FILTER_DEFLATE @@ -1812,9 +1786,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Matthew Strong (GE Healthcare) - * 30 November 2016 - * *------------------------------------------------------------------------- */ static int @@ -1968,9 +1939,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Matthew Strong (GE Healthcare) - * 30 November 2016 - * *------------------------------------------------------------------------- */ static int @@ -2253,9 +2221,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Raymond Lu - * 30 November 2012 - * *------------------------------------------------------------------------- */ int diff --git a/test/dsets.c b/test/dsets.c index 801eb6a..ca50f7d 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Tuesday, December 9, 1997 - * * Purpose: Tests the dataset interface (H5D) */ #define H5D_FRIEND /*suppress error about including H5Dpkg */ @@ -3692,9 +3689,6 @@ error: * * Failure: -1 * - * Programmer: Xiaowen Wu - * Tuesday, Jan. 18th, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -3907,9 +3901,6 @@ error: * * Failure: -1 * - * Programmer: Xiaowen Wu - * Tuesday, Jan. 18th, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -4259,9 +4250,6 @@ error: * * Failure: -1 * - * Programmer: Xiaowen Wu - * Thursday, Mar. 31th, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -4463,9 +4451,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * 19 November 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -4643,9 +4628,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * 19 November 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -4851,9 +4833,6 @@ error: * * Failure: -1 * - * Programmer: Xiaowen Wu - * Monday, Feb. 14th, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -4973,9 +4952,6 @@ error: * * Failure: -1 * - * Programmer: Xiaowen Wu - * Tuesday, March 15th, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -5116,9 +5092,6 @@ error: * * Failure: -1 * - * Programmer: Xiaowen Wu - * Wednesday, Apr. 20th, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -5239,9 +5212,6 @@ error: * * Failure: -1 * - * Programmer: Xiaowen Wu - * Wednesday, Apr. 20th, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -5383,9 +5353,6 @@ error: * * Failure: -1 * - * Programmer: Xiaowen Wu - * Monday, Apr. 25th, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -5506,9 +5473,6 @@ error: * * Failure: -1 * - * Programmer: Xiaowen Wu - * Monday, Apr. 25th, 2005 - * *------------------------------------------------------------------------- */ static herr_t @@ -5653,9 +5617,6 @@ error: * * Failure: -1 * - * Programmer: Robb Matzke - * Tuesday, June 9, 1998 - * *------------------------------------------------------------------------- */ static herr_t @@ -5731,9 +5692,6 @@ error: * * Failure: -1 * - * Programmer: Robb Matzke - * Monday, June 7, 1999 - * *------------------------------------------------------------------------- */ static herr_t @@ -5853,9 +5811,6 @@ const H5Z_class2_t H5Z_CAN_APPLY_TEST[1] = {{ * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Friday, April 5, 2003 - * *------------------------------------------------------------------------- */ static herr_t @@ -6037,9 +5992,6 @@ const H5Z_class2_t H5Z_CAN_APPLY_TEST2[1] = {{ * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 4 August 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -6181,9 +6133,6 @@ error: * Return: Success: SUCCEED * Failure: FAIL * - * Programmer: Binh-Minh Ribler - * 24 July 2020 - * *------------------------------------------------------------------------- */ static herr_t @@ -6289,9 +6238,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Monday, April 7, 2003 - * *------------------------------------------------------------------------- */ static herr_t @@ -6499,9 +6445,6 @@ const H5Z_class2_t H5Z_SET_LOCAL_TEST[1] = {{ * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Monday, April 7, 2003 - * *------------------------------------------------------------------------- */ static herr_t @@ -6766,9 +6709,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Wednesday, January 7, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -6869,9 +6809,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 28 January 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -7029,9 +6966,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Pedro Vicente - * Monday, January 26, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -7182,9 +7116,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Pedro Vicente - * Monday, March 8, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -7267,9 +7198,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Pedro Vicente - * Monday, March 8, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -7344,9 +7272,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, July 27, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -7555,9 +7480,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, August 25, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -7880,9 +7802,6 @@ make_random_offset_and_increment(long nelts, long *offsetp, long *incp) * Return: Success: 0 * Failure: -1 * - * Programmer: Christian Chilan - * Monday, March 26, 2007 - * *------------------------------------------------------------------------- */ static herr_t @@ -8360,9 +8279,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Christian Chilan - * Monday, March 26, 2007 - * *------------------------------------------------------------------------- */ static herr_t @@ -8409,9 +8325,6 @@ const H5Z_class1_t H5Z_DEPREC[1] = {{ * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Monday, October 8, 2007 - * *------------------------------------------------------------------------- */ static herr_t @@ -8625,9 +8538,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, May 1, 2008 - * *------------------------------------------------------------------------- */ static herr_t @@ -8756,9 +8666,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * Wednesday, October 29, 2008 - * *------------------------------------------------------------------------- */ static herr_t @@ -9028,9 +8935,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 11 Feb 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -9400,9 +9304,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, February 3, 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -9820,9 +9721,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Vailin Choi - * April 13, 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -9957,9 +9855,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * March 22, 2012 - * *------------------------------------------------------------------------- */ static herr_t @@ -10124,9 +10019,6 @@ static size_t filter_expand_factor_g = 0; * Return: Success: Data chunk size * Failure: 0 * - * Programmer: Quincey Koziol - * Mar 31, 2009 - * *------------------------------------------------------------------------- */ static size_t @@ -10167,9 +10059,6 @@ filter_expand(unsigned int flags, size_t H5_ATTR_UNUSED cd_nelmts, * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, March 31, 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -10712,8 +10601,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Vailin Choi; 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -11251,8 +11138,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Vailin Choi; July 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -11531,8 +11416,6 @@ error: * Verify that the library can read datasets created with * 1.6/1.8 library that use the B-tree indexing method. * - * Programmer: Vailin Choi; 26th August, 2009 - * *------------------------------------------------------------------------- */ static herr_t @@ -11610,8 +11493,6 @@ error: * Tests that partial edge chunks aren't filtered when the * H5D_CHUNK_FILTER_PARTIAL_CHUNKS option is set. * - * Programmer: Neil Fortner; 17th March, 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -11754,9 +11635,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * Monday, November 31, 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -11890,9 +11768,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Mohamad Chaarawi - * Wednesdat, July 9, 2014 - * *------------------------------------------------------------------------- */ static herr_t @@ -12636,9 +12511,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Monday, April 11, 2016 - * *------------------------------------------------------------------------- */ static herr_t @@ -13128,8 +13000,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Vailin Choi; June 2017 - * *------------------------------------------------------------------------- */ static herr_t @@ -13221,9 +13091,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * Wednesday, January 16, 2013 - * *------------------------------------------------------------------------- */ typedef struct scatter_info_t { @@ -13533,9 +13400,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * Wednesday, January 16, 2013 - * *------------------------------------------------------------------------- */ typedef struct gather_info_t { @@ -13900,9 +13764,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * Monday, February 4, 2013 - * *------------------------------------------------------------------------- */ static herr_t @@ -14133,9 +13994,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * Monday, February 4, 2013 - * *------------------------------------------------------------------------- */ static herr_t @@ -14591,8 +14449,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Vailin Choi; April 2017 - * *------------------------------------------------------------------------- */ static herr_t @@ -14872,8 +14728,6 @@ error: * Return: Success/pass: 0 * Failure/error: -1 * - * Programmer: Jacob Smith - * 2018 August 15 *----------------------------------------------------------------------------- */ static herr_t @@ -14999,9 +14853,6 @@ error: * Return: Success/pass: 0 * Failure/error: -1 * - * Programmer: Quincey Koziol - * 3 November 2020 - * *----------------------------------------------------------------------------- */ static herr_t @@ -15121,9 +14972,6 @@ error: * Return: Success/pass: 0 * Failure/error: -1 * - * Programmer: Quincey Koziol - * 28 January 2021 - * *----------------------------------------------------------------------------- */ static herr_t @@ -15363,9 +15211,6 @@ error: * Return: Success/pass: 0 * Failure/error: -1 * - * Programmer: Quincey Koziol - * 2020 April 30 - * *----------------------------------------------------------------------------- */ static herr_t @@ -15556,9 +15401,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Tuesday, December 9, 1997 - * *------------------------------------------------------------------------- */ int diff --git a/test/dt_arith.c b/test/dt_arith.c index c7b72cb..7c3ded6 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Tuesday, December 9, 1997 - * * Purpose: Tests the data type interface (H5T) */ @@ -400,9 +397,6 @@ static int my_isinf(int endian, const unsigned char *val, size_t size, size_t mp * * Return: void * - * Programmer: Robb Matzke - * Monday, July 6, 1998 - * *------------------------------------------------------------------------- */ static void @@ -425,9 +419,6 @@ fpe_handler(int H5_ATTR_UNUSED signo) * * Return: void * - * Programmer: Robb Matzke - * Monday, November 16, 1998 - * *------------------------------------------------------------------------- */ static void @@ -465,9 +456,6 @@ reset_hdf5(void) * * H5T_CONV_HANDLED 1 * - * Programmer: Raymond Lu - * April 19, 2004 - * *------------------------------------------------------------------------- */ static H5T_conv_ret_t @@ -509,9 +497,6 @@ except_func(H5T_conv_except_t except_type, hid_t H5_ATTR_UNUSED src_id, hid_t H5 * * Failure: number of errors * - * Programmer: Raymond Lu - * Friday, Sept 2, 2005 - * *------------------------------------------------------------------------- */ static int @@ -571,9 +556,6 @@ error: * * Return: H5T_CONV_HANDLED 1 * - * Programmer: Raymond Lu - * Sept 7, 2005 - * *------------------------------------------------------------------------- */ static H5T_conv_ret_t @@ -790,9 +772,6 @@ error: * * Failure: number of errors * - * Programmer: Raymond Lu - * Thursday, Jan 6, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1239,9 +1218,6 @@ error: * * Failure: number of errors * - * Programmer: Raymond Lu - * Saturday, Jan 29, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1558,9 +1534,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Monday, November 16, 1998 - * *------------------------------------------------------------------------- */ static int @@ -2609,9 +2582,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Friday, April 30, 1999 - * *------------------------------------------------------------------------- */ static int @@ -2659,9 +2629,6 @@ test_conv_int_2(void) * * Return: TRUE or FALSE * - * Programmer: Robb Matzke - * Monday, July 6, 1998 - * *------------------------------------------------------------------------- */ static int @@ -2733,9 +2700,6 @@ my_isnan(dtype_t type, void *val) * * Return: TRUE or FALSE * - * Programmer: Raymond Lu - * Monday, June 20, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2771,9 +2735,6 @@ my_isinf(int endian, const unsigned char *val, size_t size, size_t mpos, size_t * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, June 23, 1998 - * *------------------------------------------------------------------------- */ static int @@ -3368,9 +3329,6 @@ error: * * Failure: number of errors * - * Programmer: Raymond Lu - * Thursday, November 6, 2003 - * *------------------------------------------------------------------------- */ static int @@ -4568,9 +4526,6 @@ error: * * FALSE: no overflow * - * Programmer: Raymond Lu - * Monday, Nov 17, 2003 - * *------------------------------------------------------------------------- */ static hbool_t @@ -4652,9 +4607,6 @@ done: * * Return: Number of errors * - * Programmer: Robb Matzke - * Tuesday, November 24, 1998 - * *------------------------------------------------------------------------- */ static int @@ -4812,9 +4764,6 @@ run_integer_tests(const char *name) * * Return: Number of errors * - * Programmer: Raymond Lu - * Tuesday, March 22, 2005 - * *------------------------------------------------------------------------- */ static int @@ -4895,9 +4844,6 @@ done: * * Return: Number of errors * - * Programmer: Raymond Lu - * Monday, November 10, 2003 - * *------------------------------------------------------------------------- */ static int @@ -5001,9 +4947,6 @@ run_int_fp_conv(const char *name) * * Return: Number of errors * - * Programmer: Raymond Lu - * Monday, November 10, 2003 - * *------------------------------------------------------------------------- */ static int @@ -5147,9 +5090,6 @@ run_fp_int_conv(const char *name) * * Failure: * - * Programmer: Robb Matzke - * Tuesday, December 9, 1997 - * *------------------------------------------------------------------------- */ int diff --git a/test/dtypes.c b/test/dtypes.c index 6650c8c..387b608 100644 --- a/test/dtypes.c +++ b/test/dtypes.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Tuesday, December 9, 1997 - * * Purpose: Tests the datatype interface (H5T) */ @@ -140,8 +137,6 @@ static int opaque_funcs(void); * * Return: void * - * Programmer: Robb Matzke - * Monday, November 16, 1998 *------------------------------------------------------------------------- */ static void @@ -173,8 +168,6 @@ reset_hdf5(void) * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, December 9, 1997 *------------------------------------------------------------------------- */ static int @@ -293,8 +286,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, December 9, 1997 *------------------------------------------------------------------------- */ static int @@ -338,9 +329,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Saturday, August 30, 2003 - * *------------------------------------------------------------------------- */ static int @@ -562,8 +550,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, January 7, 1998 *------------------------------------------------------------------------- */ static int @@ -749,8 +735,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, June 17, 1999 *------------------------------------------------------------------------- */ static int @@ -876,8 +860,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, June 17, 1999 *------------------------------------------------------------------------- */ static int @@ -999,8 +981,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, June 17, 1999 *------------------------------------------------------------------------- */ static int @@ -1130,8 +1110,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, June 17, 1999 *------------------------------------------------------------------------- */ static int @@ -1230,8 +1208,6 @@ test_compound_5(void) * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Wednesday, December 13, 2000 *------------------------------------------------------------------------- */ static int @@ -1339,9 +1315,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, December 18, 2001 - * *------------------------------------------------------------------------- */ static int @@ -1483,9 +1456,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, January 7, 1998 - * *------------------------------------------------------------------------- */ static int @@ -1752,8 +1722,6 @@ error: * * Failure: number of errors * - * Programmer: Raymond Lu - * Wednesday, June 9, 2004 *------------------------------------------------------------------------- */ static int @@ -2001,9 +1969,6 @@ error: * * Failure: number of errors * - * Programmer: Raymond Lu - * Tuesday, June 15, 2004 - * *------------------------------------------------------------------------- */ static int @@ -2213,9 +2178,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Saturday, August 7, 2004 - * *------------------------------------------------------------------------- */ static int @@ -2494,9 +2456,6 @@ error: * * Failure: number of errors * - * Programmer: Raymond Lu - * Wednesday, September 29, 2004 - * *------------------------------------------------------------------------- */ static int @@ -2590,9 +2549,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Thursday, March 13, 2008 - * *------------------------------------------------------------------------- */ static int @@ -2724,9 +2680,6 @@ error: * * Failure: number of errors * - * Programmer: Neil Fortner - * Monday, August 25, 2008 - * *------------------------------------------------------------------------- */ static int @@ -3178,9 +3131,6 @@ error: * * Failure: number of errors * - * Programmer: Neil Fortner - * Friday, September 19, 2008 - * *------------------------------------------------------------------------- */ static int @@ -3351,9 +3301,6 @@ error: * * Failure: number of errors * - * Programmer: Ray Lu - * 14 July 2022 - * *------------------------------------------------------------------------- */ static int @@ -3477,9 +3424,6 @@ error: * * Failure: number of errors * - * Programmer: Neil Fortner - * Friday, October 3, 2008 - * *------------------------------------------------------------------------- */ static int @@ -3589,9 +3533,6 @@ error: * * Failure: number of errors * - * Programmer: Neil Fortner - * Tuesday, January 13, 2009 - * *------------------------------------------------------------------------- */ static int @@ -3742,9 +3683,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Thursday, April 14, 2011 - * *------------------------------------------------------------------------- */ static int @@ -3893,9 +3831,6 @@ error: * * Failure: number of errors * - * Programmer: Raymond Lu - * Thursday, April 4, 2002 - * *------------------------------------------------------------------------- */ static int @@ -4135,9 +4070,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, June 4, 1998 - * *------------------------------------------------------------------------- */ static int @@ -4290,9 +4222,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Monday, June 1, 1998 - * *------------------------------------------------------------------------- */ static int @@ -4584,9 +4513,6 @@ error: * Return: Success: New type * Failure: -1 * - * Programmer: Robb Matzke - * Monday, August 10, 1998 - * *------------------------------------------------------------------------- */ static hid_t @@ -4612,9 +4538,6 @@ mkstr(size_t len, H5T_str_t strpad) * Return: Success: 0 * Failure: number of errors * - * Programmer: Raymond Lu - * 19 May 2011 - * *------------------------------------------------------------------------- */ static int @@ -4697,9 +4620,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Monday, August 10, 1998 - * *------------------------------------------------------------------------- */ static int @@ -5031,9 +4951,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Monday, August 10, 1998 - * *------------------------------------------------------------------------- */ static int @@ -5103,9 +5020,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Raymond Lu - * Tuesday, April 4, 2006 - * *------------------------------------------------------------------------- */ static int @@ -5242,9 +5156,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, January 5, 1999 - * *------------------------------------------------------------------------- */ static int @@ -5321,7 +5232,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke, LLNL, 2003-06-09 *------------------------------------------------------------------------- */ static int @@ -5395,8 +5305,6 @@ test_conv_enum_2(void) * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, May 20, 1999 *------------------------------------------------------------------------- */ static int @@ -5492,8 +5400,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Raymond Lu - * Wednesday, April 5, 2006 *------------------------------------------------------------------------- */ static int @@ -5638,8 +5544,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Robb Matzke - * Friday, June 4, 1999 *------------------------------------------------------------------------- */ static herr_t @@ -5661,8 +5565,6 @@ convert_opaque(hid_t H5_ATTR_UNUSED st, hid_t H5_ATTR_UNUSED dt, H5T_cdata_t *cd * Return: Success: 0 * Failure: number of errors * - * Programmer: Raymond Lu - * June 2, 2004 *------------------------------------------------------------------------- */ static int @@ -5699,8 +5601,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, May 20, 1999 *------------------------------------------------------------------------- */ static int @@ -5777,9 +5677,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, June 14, 2005 - * *------------------------------------------------------------------------- */ static int @@ -5835,8 +5732,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Raymond Lu - * Wednesday, April 5, 2006 *------------------------------------------------------------------------- */ static int @@ -6538,9 +6433,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * October 2, 2006 - * *------------------------------------------------------------------------- */ static int @@ -6756,9 +6648,6 @@ conv_except(H5T_conv_except_t except_type, hid_t H5_ATTR_UNUSED src_id, hid_t H5 * * Failure: number of errors * - * Programmer: Quincey Koziol - * August 18, 2005 - * * Notes: This routine is pretty specific to 4 byte integers and 4 byte * floats and I can't think of a particularly good way to * make it portable to other architectures, but further @@ -6924,9 +6813,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * January 23, 2009 - * *------------------------------------------------------------------------- */ static int @@ -7157,9 +7043,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Raymond Lu - * 18 August 2010 - * *------------------------------------------------------------------------- */ static int @@ -7325,8 +7208,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Thursday, June 4, 2009 *------------------------------------------------------------------------- */ static int @@ -7695,9 +7576,6 @@ create_del_obj_named_test_file(const char *filename, hid_t fapl, H5F_libver_t lo * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, July 18, 2011 - * *------------------------------------------------------------------------- */ static int @@ -7815,9 +7693,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Thursday, July 28, 2011 - * *------------------------------------------------------------------------- */ static int @@ -8016,9 +7891,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Thursday, September 27, 2007 - * *------------------------------------------------------------------------- */ #ifndef H5_NO_DEPRECATED_SYMBOLS @@ -8188,8 +8060,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Raymond Lu - * 10 November 2011 *------------------------------------------------------------------------- */ static int @@ -8860,8 +8730,6 @@ error: * * Failure: * - * Programmer: Robb Matzke - * Tuesday, December 9, 1997 *------------------------------------------------------------------------- */ int diff --git a/test/earray.c b/test/earray.c index 37462df..c2b5273 100644 --- a/test/earray.c +++ b/test/earray.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Quincey Koziol - * Tuesday, June 17, 2008 - */ #include "h5test.h" /* @@ -177,9 +174,6 @@ h5_stat_size_t empty_size_g; * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, August 21, 2008 - * *------------------------------------------------------------------------- */ static int @@ -210,9 +204,6 @@ init_cparam(H5EA_create_t *cparam) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, September 25, 2008 - * *------------------------------------------------------------------------- */ static int @@ -257,9 +248,6 @@ init_tparam(earray_test_param_t *tparam, const H5EA_create_t *cparam) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, September 25, 2008 - * *------------------------------------------------------------------------- */ static int @@ -280,9 +268,6 @@ finish_tparam(earray_test_param_t *tparam) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, August 28, 2008 - * *------------------------------------------------------------------------- */ static int @@ -315,9 +300,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, August 21, 2008 - * *------------------------------------------------------------------------- */ static int @@ -406,9 +388,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, August 28, 2008 - * *------------------------------------------------------------------------- */ static int @@ -466,9 +445,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, August 28, 2008 - * *------------------------------------------------------------------------- */ static int @@ -511,9 +487,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, August 28, 2008 - * *------------------------------------------------------------------------- */ static int @@ -546,9 +519,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, August 28, 2008 - * *------------------------------------------------------------------------- */ static int @@ -591,9 +561,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, August 7, 2008 - * *------------------------------------------------------------------------- */ static unsigned @@ -836,9 +803,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, August 28, 2008 - * *------------------------------------------------------------------------- */ static unsigned @@ -907,9 +871,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, August 28, 2008 - * *------------------------------------------------------------------------- */ static unsigned @@ -1017,9 +978,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, December 18, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -1157,9 +1115,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, August 28, 2008 - * *------------------------------------------------------------------------- */ static unsigned @@ -1286,9 +1241,6 @@ typedef struct eiter_fw_t { * Return: Success: Pointer to iteration status object * Failure: NULL * - * Programmer: Quincey Koziol - * Thursday, October 2, 2008 - * *------------------------------------------------------------------------- */ static void * @@ -1317,9 +1269,6 @@ eiter_fw_init(const H5EA_create_t H5_ATTR_UNUSED *cparam, const earray_test_para * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Tuesday, November 4, 2008 - * *------------------------------------------------------------------------- */ static hssize_t @@ -1345,9 +1294,6 @@ eiter_fw_next(void *in_eiter) * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Tuesday, November 4, 2008 - * *------------------------------------------------------------------------- */ static H5_ATTR_PURE hssize_t @@ -1370,9 +1316,6 @@ eiter_fw_max(const void *in_eiter) * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Tuesday, November 4, 2008 - * *------------------------------------------------------------------------- */ static int @@ -1430,9 +1373,6 @@ eiter_fw_state(void *in_eiter, const H5EA_create_t *cparam, const earray_test_pa * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, October 2, 2008 - * *------------------------------------------------------------------------- */ static int @@ -1474,9 +1414,6 @@ typedef struct eiter_rv_t { * Return: Success: Pointer to iteration status object * Failure: NULL * - * Programmer: Quincey Koziol - * Tuesday, November 4, 2008 - * *------------------------------------------------------------------------- */ static void * @@ -1517,9 +1454,6 @@ eiter_rv_init(const H5EA_create_t *cparam, const earray_test_param_t *tparam, hs * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Tuesday, November 4, 2008 - * *------------------------------------------------------------------------- */ static hssize_t @@ -1545,9 +1479,6 @@ eiter_rv_next(void *in_eiter) * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Tuesday, November 4, 2008 - * *------------------------------------------------------------------------- */ static H5_ATTR_PURE hssize_t @@ -1570,9 +1501,6 @@ eiter_rv_max(const void *in_eiter) * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Tuesday, November 4, 2008 - * *------------------------------------------------------------------------- */ static int @@ -1655,9 +1583,6 @@ eiter_rv_state(void *in_eiter, const H5EA_create_t *cparam, const earray_test_pa * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, November 4, 2008 - * *------------------------------------------------------------------------- */ static int @@ -1696,9 +1621,6 @@ typedef struct eiter_rnd_t { * Return: Success: Pointer to iteration status object * Failure: NULL * - * Programmer: Quincey Koziol - * Thursday, November 6, 2008 - * *------------------------------------------------------------------------- */ static void * @@ -1747,9 +1669,6 @@ eiter_rnd_init(const H5EA_create_t H5_ATTR_UNUSED *cparam, const earray_test_par * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Thursday, November 6, 2008 - * *------------------------------------------------------------------------- */ static hssize_t @@ -1780,9 +1699,6 @@ eiter_rnd_next(void *in_eiter) * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Tuesday, November 6, 2008 - * *------------------------------------------------------------------------- */ static H5_ATTR_PURE hssize_t @@ -1805,9 +1721,6 @@ eiter_rnd_max(const void *in_eiter) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, November 6, 2008 - * *------------------------------------------------------------------------- */ static int @@ -1845,9 +1758,6 @@ static const earray_iter_t ea_iter_rnd = { * Return: Success: Pointer to iteration status object * Failure: NULL * - * Programmer: Quincey Koziol - * Thursday, November 11, 2008 - * *------------------------------------------------------------------------- */ static void * @@ -1928,9 +1838,6 @@ typedef struct eiter_cyc_t { * Return: Success: Pointer to iteration status object * Failure: NULL * - * Programmer: Quincey Koziol - * Tuesday, November 11, 2008 - * *------------------------------------------------------------------------- */ static void * @@ -1961,9 +1868,6 @@ eiter_cyc_init(const H5EA_create_t H5_ATTR_UNUSED *cparam, const earray_test_par * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Tuesday, November 11, 2008 - * *------------------------------------------------------------------------- */ static hssize_t @@ -1996,9 +1900,6 @@ eiter_cyc_next(void *in_eiter) * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Tuesday, November 11, 2008 - * *------------------------------------------------------------------------- */ static H5_ATTR_PURE hssize_t @@ -2021,9 +1922,6 @@ eiter_cyc_max(const void *in_eiter) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, November 11, 2008 - * *------------------------------------------------------------------------- */ static int @@ -2057,9 +1955,6 @@ static const earray_iter_t ea_iter_cyc = { * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Thursday, September 22, 2008 - * *------------------------------------------------------------------------- */ static unsigned @@ -2235,9 +2130,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, November 11, 2008 - * *------------------------------------------------------------------------- */ static unsigned @@ -2394,9 +2286,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, June 17, 2008 - * *------------------------------------------------------------------------- */ int @@ -10,10 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Neil Fortner - * December 16, 2010 - */ - #include "h5test.h" #define H5F_FRIEND /*suppress error about including H5Fpkg */ @@ -46,9 +42,6 @@ hid_t fapl_id = H5I_INVALID_HID; * Return: Success: 0 * Failure: Number of errors * - * Programmer: Neil Fortner - * December 16, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -470,9 +463,6 @@ error: * Return: Success: 0 * Failure: Number of errors * - * Programmer: Neil Fortner - * January 4, 2011 - * *------------------------------------------------------------------------- */ static unsigned @@ -793,9 +783,6 @@ error: * Return: Success: 0 * Failure: Number of errors * - * Programmer: Neil Fortner - * January 6, 2011 - * *------------------------------------------------------------------------- */ static unsigned @@ -2643,9 +2630,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Neil Fortner - * December 16, 2010 - * *------------------------------------------------------------------------- */ int diff --git a/test/err_compat.c b/test/err_compat.c index 73cc797..62a310f 100644 --- a/test/err_compat.c +++ b/test/err_compat.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * October 14, 2001 - * * Purpose: Tests Error API */ #include "h5test.h" @@ -51,9 +48,6 @@ herr_t custom_print_cb2(int n, H5E_error2_t *err_desc, void *client_data); * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * 4 October 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -79,9 +73,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * 4 October 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -106,9 +97,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * 4 October 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -153,9 +141,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * 4 October 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -199,9 +184,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * 17 September 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -334,9 +316,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * July 10, 2003 - * *------------------------------------------------------------------------- */ static herr_t @@ -421,9 +400,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * July 17, 2003 - * *------------------------------------------------------------------------- */ static herr_t @@ -450,9 +426,6 @@ error: * * Purpose: Test error API * - * Programmer: Raymond Lu - * July 10, 2003 - * *------------------------------------------------------------------------- */ int diff --git a/test/error_test.c b/test/error_test.c index 739cbf5..4fe96f4 100644 --- a/test/error_test.c +++ b/test/error_test.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * October 14, 2001 - * * Purpose: Tests the error API routines. */ #include "h5test.h" diff --git a/test/event_set.c b/test/event_set.c index 9340457..e520fe3 100644 --- a/test/event_set.c +++ b/test/event_set.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Wednesday, April 8, 2020 - * * Purpose: Tests event sets. */ #include "h5test.h" @@ -178,9 +175,6 @@ fake_wait_request_free(void H5_ATTR_UNUSED *req) * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Thursday, April 9, 2020 - * *------------------------------------------------------------------------- */ static int @@ -250,9 +244,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Friday, February 26, 2021 - * *------------------------------------------------------------------------- */ static int @@ -315,9 +306,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Wednesday, November 24, 2021 - * *------------------------------------------------------------------------- */ static int @@ -657,9 +645,6 @@ error: * Return: Success: EXIT_SUCCESS * Failure: EXIT_FAILURE * - * Programmer: Quincey Koziol - * Wednesday, April 8, 2020 - * *------------------------------------------------------------------------- */ int diff --git a/test/extend.c b/test/extend.c index 40e90a6..66927c0 100644 --- a/test/extend.c +++ b/test/extend.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Friday, January 30, 1998 - * * Purpose: Tests extendible datasets. */ @@ -40,9 +37,6 @@ static int *buf2_data = NULL; * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, June 10, 2003 - * *------------------------------------------------------------------------- */ static int @@ -150,9 +144,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Monday, October 8, 2007 - * *------------------------------------------------------------------------- */ static int @@ -250,9 +241,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Friday, January 30, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/external.c b/test/external.c index 9914c5b..1865359 100644 --- a/test/external.c +++ b/test/external.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Tuesday, March 3, 1998 - * * Purpose: Tests datasets stored in external raw files. */ #include "external_common.h" @@ -30,9 +27,6 @@ * Return: Success: nonzero if same, zero if different. * Failure: zero * - * Programmer: Robb Matzke - * Wednesday, March 4, 1998 - * *------------------------------------------------------------------------- */ static hbool_t @@ -92,9 +86,6 @@ out: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Monday, November 23, 1998 - * *------------------------------------------------------------------------- */ static int @@ -197,9 +188,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Monday, November 23, 1998 - * *------------------------------------------------------------------------- */ static int @@ -257,9 +245,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Monday, November 23, 1998 - * *------------------------------------------------------------------------- */ static int @@ -312,9 +297,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Monday, November 23, 1998 - * *------------------------------------------------------------------------- */ static int @@ -372,9 +354,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Monday, November 23, 1998 - * *------------------------------------------------------------------------- */ static int @@ -466,9 +445,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Jacob Smith - * 29 Sep 2019 - * *------------------------------------------------------------------------- */ static int @@ -503,9 +479,6 @@ add_external_files(hid_t dcpl_id, unsigned int n_external_files, off_t offset, h * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Monday, November 23, 1998 - * *------------------------------------------------------------------------- */ static int @@ -590,9 +563,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Monday, November 23, 1998 - * *------------------------------------------------------------------------- */ static int @@ -645,9 +615,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Monday, November 23, 1998 - * *------------------------------------------------------------------------- */ static int @@ -694,9 +661,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Wednesday, March 4, 1998 - * *------------------------------------------------------------------------- */ static int @@ -819,9 +783,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Wednesday, March 4, 1998 - * *------------------------------------------------------------------------- */ static int @@ -949,9 +910,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Steffen Kiess - * March 10, 2015 - * *------------------------------------------------------------------------- */ static int @@ -1044,9 +1002,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Steffen Kiess - * March 10, 2015 - * *------------------------------------------------------------------------- */ static int @@ -1136,9 +1091,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Steffen Kiess - * March 10, 2015 - * *------------------------------------------------------------------------- */ static int @@ -1303,9 +1255,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Dana Robinson - * March 2016 - * *------------------------------------------------------------------------- */ static int @@ -1407,9 +1356,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Tuesday, March 3, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/external_common.c b/test/external_common.c index 25bf43e..0fd47f2 100644 --- a/test/external_common.c +++ b/test/external_common.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * April, 2019 - * * Purpose: Private function for external.c and external_env.c */ @@ -27,9 +24,6 @@ * * Return: SUCCEED/FAIL * - * Programmer: Dana Robinson - * February 2016 - * *------------------------------------------------------------------------- */ herr_t diff --git a/test/external_common.h b/test/external_common.h index e0ff07e..197be06 100644 --- a/test/external_common.h +++ b/test/external_common.h @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * April, 2019 - * * Purpose: Private function for external.c and external_env.c */ #ifndef EXTERNAL_COMMON_H diff --git a/test/external_env.c b/test/external_env.c index da7715c..49a865c 100644 --- a/test/external_env.c +++ b/test/external_env.c @@ -33,9 +33,6 @@ static const char *EXT_ENV_FNAME[] = {"extern_env_dir/env_file_1", NULL}; * Return: Success: 0 * Failure: 1 * - * Programmer: Steffen Kiess - * March 10, 2015 - * *------------------------------------------------------------------------- */ static int @@ -135,9 +132,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Tuesday, March 3, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/external_fname.h b/test/external_fname.h index eacb180..add6466 100644 --- a/test/external_fname.h +++ b/test/external_fname.h @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * July, 2019 - * * Purpose: Private declaration for external.c and external_env.c */ #ifndef EXTERNAL_FNAME_H diff --git a/test/farray.c b/test/farray.c index c4627dc..8f46e70 100644 --- a/test/farray.c +++ b/test/farray.c @@ -714,9 +714,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, December 18, 2015 - * *------------------------------------------------------------------------- */ static unsigned @@ -1303,8 +1300,6 @@ static const farray_iter_t fa_iter_cyc = { * Return: Success: 0 * Failure: 1 * - * Programmer: Vailin Choi; 6th August, 2009 - * *------------------------------------------------------------------------- */ static int diff --git a/test/fheap.c b/test/fheap.c index 759bce3..5ece28b 100644 --- a/test/fheap.c +++ b/test/fheap.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Quincey Koziol - * Friday, February 24, 2006 - */ #include "h5test.h" /* @@ -186,9 +183,6 @@ static int del_objs(H5F_t *f, H5HF_t **fh, fheap_test_param_t *tparam, fheap_hea * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 21, 2006 - * *------------------------------------------------------------------------- */ static int @@ -222,9 +216,6 @@ init_small_cparam(H5HF_create_t *cparam) * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 21, 2006 - * *------------------------------------------------------------------------- */ static int @@ -257,9 +248,6 @@ init_large_cparam(H5HF_create_t *cparam) * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 6, 2006 - * *------------------------------------------------------------------------- */ static int @@ -329,9 +317,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, September 11, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -362,9 +347,6 @@ op_memcpy(const void *obj, size_t obj_len, void *op_data) * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -493,9 +475,6 @@ get_del_string(const fheap_test_param_t *tparam) * Return: Size of object to pass down to "fill_heap" routine on * success/can't fail * - * Programmer: Quincey Koziol - * Thursday, July 27, 2006 - * *------------------------------------------------------------------------- */ H5_ATTR_PURE static size_t @@ -525,9 +504,6 @@ get_fill_size(const fheap_test_param_t *tparam) * * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 4, 2006 - * *------------------------------------------------------------------------- */ static int @@ -565,9 +541,6 @@ begin_test(fheap_test_param_t *tparam, const char *base_desc, fheap_heap_ids_t * * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 18, 2006 - * *------------------------------------------------------------------------- */ static int @@ -621,9 +594,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 4, 2006 - * *------------------------------------------------------------------------- */ static int @@ -732,9 +702,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 4, 2006 - * *------------------------------------------------------------------------- */ static int @@ -767,9 +734,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 4, 2006 - * *------------------------------------------------------------------------- */ static int @@ -833,9 +797,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, June 6, 2006 - * *------------------------------------------------------------------------- */ static int @@ -925,9 +886,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, June 6, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1016,9 +974,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 7, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1216,9 +1171,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1312,9 +1264,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, July 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1357,9 +1306,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1392,9 +1338,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 3, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1430,9 +1373,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1468,9 +1408,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1506,9 +1443,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1544,9 +1478,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1581,9 +1512,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, April 18, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1619,9 +1547,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1658,9 +1583,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1696,9 +1618,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1745,9 +1664,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1798,9 +1714,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, February 24, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -1917,9 +1830,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, April 18, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -2070,9 +1980,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 18, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -2248,9 +2155,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, January 5, 2007 - * *------------------------------------------------------------------------- */ static unsigned @@ -2426,9 +2330,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, August 14, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -2764,9 +2665,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, August 14, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -2886,9 +2784,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, August 14, 2007 - * *------------------------------------------------------------------------- */ static unsigned @@ -3028,9 +2923,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Neil Fortner - * Tuesday, September 14, 2010 - * *------------------------------------------------------------------------- */ static unsigned @@ -3160,9 +3052,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 18, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -3275,9 +3164,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, February 24, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -3376,9 +3262,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 6, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -3472,9 +3355,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 6, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -3571,9 +3451,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 6, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -3677,9 +3554,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 7, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -3784,9 +3658,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 7, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -3895,9 +3766,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 13, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -3991,9 +3859,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 14, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -4094,9 +3959,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 14, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -4195,9 +4057,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 20, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -4305,9 +4164,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 20, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -4403,9 +4259,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 20, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -4499,9 +4352,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 20, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -4601,9 +4451,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 21, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -4711,9 +4558,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 21, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -4814,9 +4658,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 21, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -4925,9 +4766,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 21, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -5033,9 +4871,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 21, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -5131,9 +4966,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -5240,9 +5072,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -5343,9 +5172,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -5453,9 +5279,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -5564,9 +5387,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -5672,9 +5492,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -5781,9 +5598,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -5896,9 +5710,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -6017,9 +5828,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -6129,9 +5937,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -6243,9 +6048,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -6370,9 +6172,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, May 15, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -6530,9 +6329,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, May 15, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -6694,9 +6490,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, May 22, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -6888,9 +6681,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, June 6, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -7057,9 +6847,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, June 10, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -7297,9 +7084,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, June 12, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -7595,9 +7379,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Sunday, April 1, 2012 - * *------------------------------------------------------------------------- */ static unsigned @@ -7725,9 +7506,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, May 22, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -7798,9 +7576,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, May 22, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -7886,9 +7661,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, June 5, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -7956,9 +7728,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, June 12, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8028,9 +7797,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, June 13, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8104,9 +7870,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, June 13, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8174,9 +7937,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, June 13, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8248,9 +8008,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, July 24, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8329,9 +8086,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, March 27, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8407,9 +8161,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 28, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8506,9 +8257,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, March 28, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8616,9 +8364,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, April 1, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8713,9 +8458,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, April 1, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -8858,9 +8600,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 3, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -9025,9 +8764,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, May 15, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -9152,9 +8888,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, April 15, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -9280,9 +9013,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 3, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -9405,9 +9135,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 3, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -9537,9 +9264,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, April 18, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -9683,9 +9407,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, April 11, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -9846,9 +9567,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, April 15, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -10002,9 +9720,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, July 11, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -10186,9 +9901,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, April 11, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -10317,9 +10029,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, April 11, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -10458,9 +10167,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, April 11, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -10611,9 +10317,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, April 11, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -10769,9 +10472,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tues, April 18, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -10933,9 +10633,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tues, April 18, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -11101,9 +10798,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Saturday, April 15, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -11264,9 +10958,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 17, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -11447,9 +11138,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 17, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -11667,9 +11355,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 17, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -11867,9 +11552,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, April 17, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -12097,9 +11779,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, July 24, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -12228,9 +11907,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, July 25, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -12399,9 +12075,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, July 25, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -12511,9 +12184,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, July 25, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -12625,9 +12295,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, August 7, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -12775,9 +12442,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 11, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -13005,9 +12669,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 11, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -13310,9 +12971,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Friday, August 11, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -13733,9 +13391,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, August 15, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -13946,9 +13601,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, August 14, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -14096,9 +13748,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, August 14, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -14327,9 +13976,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, August 14, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -14931,9 +14577,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, August 14, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -15104,9 +14747,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, October 24, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -15434,9 +15074,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, May 9, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -15638,9 +15275,6 @@ error: * * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, May 15, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -15850,9 +15484,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Monday, December 18, 2006 - * *------------------------------------------------------------------------- */ /* Custom filter used to verify that the filters are actually called and do not @@ -16143,9 +15774,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, November 28, 2006 - * *------------------------------------------------------------------------- */ static unsigned @@ -16314,9 +15942,6 @@ error: * * Failure: * - * Programmer: Quincey Koziol - * Friday, February 24, 2006 - * *------------------------------------------------------------------------- */ int diff --git a/test/file_image.c b/test/file_image.c index 9d591a6..84cd6f9 100644 --- a/test/file_image.c +++ b/test/file_image.c @@ -74,9 +74,6 @@ typedef struct { * Returns: Success: 0 * Failure: 1 * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static int @@ -175,9 +172,6 @@ error: * * Returns: The result of a standard malloc * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static void * @@ -197,9 +191,6 @@ malloc_cb(size_t size, H5FD_file_image_op_t op, void *udata) * * Returns: The result of a standard memcpy * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static void * @@ -219,9 +210,6 @@ memcpy_cb(void *dest, const void *src, size_t size, H5FD_file_image_op_t op, voi * * Returns: The result of a standard realloc * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static void * @@ -239,9 +227,6 @@ realloc_cb(void *ptr, size_t size, H5FD_file_image_op_t op, void *udata) * * Purpose: This function allows calls to the free callback to be tracked. * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static herr_t @@ -264,9 +249,6 @@ free_cb(void *ptr, H5FD_file_image_op_t op, void *udata) * * Returns: A pointer to the same udata that was passed in. * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static void * @@ -287,9 +269,6 @@ udata_copy_cb(void *udata) * udata_copy callback doesn't copy, only one instance of the udata * is kept alive and such it must be freed explicitly at the end of the tests. * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static herr_t @@ -307,9 +286,6 @@ udata_free_cb(void *udata) * Purpose: Resets the udata to default values. This facilitates storing only * the results of a single operation in the udata. * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static void @@ -324,9 +300,6 @@ reset_udata(udata_t *u) * * Purpose: Tests that callbacks are called properly in property list functions. * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static int @@ -543,9 +516,6 @@ error: * Purpose: Tests that callbacks are called properly in the core VFD and * that the initial file image works properly. * - * Programmer: Jacob Gruber - * Monday, August 22, 2011 - * ****************************************************************************** */ static int @@ -696,9 +666,6 @@ error: * * Purpose: Test the H5Fget_file_image() call. * - * Programmer: John Mainzer - * Tuesday, November 15, 2011 - * ****************************************************************************** */ /* Disable warning for "format not a string literal" here -QAK */ @@ -978,9 +945,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral") * * Purpose: Verify that H5Fget_file_image() rejects invalid input. * - * Programmer: John Mainzer - * Tuesday, November 22, 2011 - * ****************************************************************************** */ diff --git a/test/filenotclosed.c b/test/filenotclosed.c index a2b0bdb..3142d4b 100644 --- a/test/filenotclosed.c +++ b/test/filenotclosed.c @@ -27,8 +27,6 @@ * * Return: No return * - * Programmer: Vailin Choi - * *------------------------------------------------------------------------- */ static void @@ -46,8 +44,6 @@ catch_signal(int H5_ATTR_UNUSED signo) * Return: Success: exit(EXIT_SUCCESS) * Failure: exit(EXIT_FAILURE) * - * Programmer: Vailin Choi; June 2017 - * *------------------------------------------------------------------------- */ int diff --git a/test/fillval.c b/test/fillval.c index 8254ba3..565c82f 100644 --- a/test/fillval.c +++ b/test/fillval.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Thursday, October 1, 1998 - * * Purpose: Tests dataset fill values. */ #include "h5test.h" @@ -59,9 +56,6 @@ typedef struct { * * Failure: -1 * - * Programmer: Raymond Lu - * Monday, Jan 26, 2001 - * *------------------------------------------------------------------------- */ static hid_t @@ -100,9 +94,6 @@ error: * * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, July 3, 2007 - * *------------------------------------------------------------------------- */ static hid_t @@ -154,9 +145,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, October 1, 1998 - * *------------------------------------------------------------------------- */ static int @@ -281,9 +269,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Thursday, May 31, 2007 - * *------------------------------------------------------------------------- */ static int @@ -397,9 +382,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, October 1, 1998 - * *------------------------------------------------------------------------- */ static int @@ -855,9 +837,6 @@ error: * * Failure: 1 * - * Programmer: Robb Matzke - * Thursday, October 1, 1998 - * *------------------------------------------------------------------------- */ static int @@ -1191,9 +1170,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Thursday, October 1, 1998 - * *------------------------------------------------------------------------- */ static int @@ -1388,9 +1364,6 @@ error: * Return: Success: 0 * Failure: < 0 * - * Programmer: Quincey Koziol - * Tuesday, July 3, 2007 - * *------------------------------------------------------------------------- */ static int @@ -1415,9 +1388,6 @@ test_extend_init_integer(void *_buf, size_t nelmts, const void *_val) * Return: Success: 0 * Failure: < 0 * - * Programmer: Quincey Koziol - * Tuesday, July 3, 2007 - * *------------------------------------------------------------------------- */ static int @@ -1452,9 +1422,6 @@ error: * Return: Success: 0 * Failure: < 0 * - * Programmer: Quincey Koziol - * Tuesday, July 3, 2007 - * *------------------------------------------------------------------------- */ static int @@ -1471,9 +1438,6 @@ test_extend_release_integer(void H5_ATTR_UNUSED *_elmt) * Return: Success: 0 * Failure: < 0 * - * Programmer: Quincey Koziol - * Tuesday, July 3, 2007 - * *------------------------------------------------------------------------- */ static int @@ -1505,9 +1469,6 @@ test_extend_init_cmpd_vl(void *_buf, size_t nelmts, const void *_val) * Return: Success: 0 * Failure: < 0 * - * Programmer: Quincey Koziol - * Tuesday, July 3, 2007 - * *------------------------------------------------------------------------- */ static int @@ -1545,9 +1506,6 @@ error: * Return: Success: 0 * Failure: < 0 * - * Programmer: Quincey Koziol - * Tuesday, July 3, 2007 - * *------------------------------------------------------------------------- */ static int @@ -1570,9 +1528,6 @@ test_extend_release_cmpd_vl(void *_elmt) * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, July 3, 2007 - * *------------------------------------------------------------------------- */ static int @@ -2040,9 +1995,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Monday, October 5, 1998 - * *------------------------------------------------------------------------- */ static int @@ -2202,9 +2154,6 @@ skip: * * Failure: number of errors * - * Programmer: Raymond Lu - * Feb 27, 2002 - * *------------------------------------------------------------------------- */ static int @@ -2355,9 +2304,6 @@ error: * * Failure: 1 * - * Programmer: Joel Plutchak - * April 15, 2013 - * *------------------------------------------------------------------------- */ @@ -2480,9 +2426,6 @@ error: * * Failure: number of errors * - * Programmer: Joel Plutchak - * April 15, 2013 - * *------------------------------------------------------------------------- */ static int @@ -2625,9 +2568,6 @@ error: * * Failure: * - * Programmer: Robb Matzke - * Thursday, October 1, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/filter_fail.c b/test/filter_fail.c index e5d3144..37ba9bf 100644 --- a/test/filter_fail.c +++ b/test/filter_fail.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * 7 September 2010 - * * Purpose: Make sure dataset, file, and library can close properly when a * mandatory filter fails. */ @@ -50,9 +47,6 @@ const H5Z_class2_t H5Z_FAIL_TEST[1] = {{ * Return: Success: Data chunk size * Failure: 0 * - * Programmer: Raymond Lu - * 7 September 2010 - * *------------------------------------------------------------------------- */ static size_t @@ -94,9 +88,6 @@ filter_fail(unsigned int flags, size_t H5_ATTR_UNUSED cd_nelmts, const unsigned * Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 25 August 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -229,9 +220,6 @@ error: * Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 25 August 2010 - * *------------------------------------------------------------------------- */ static herr_t @@ -367,9 +355,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Raymond Lu - * 25 August 2010 - * *------------------------------------------------------------------------- */ int diff --git a/test/flush1.c b/test/flush1.c index 92f39ca..37e8201 100644 --- a/test/flush1.c +++ b/test/flush1.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Friday, October 23, 1998 - * * Purpose: This is the first half of a two-part test that makes sure * that a file can be read after an application crashes as long * as the file was flushed first. We simulate a crash by @@ -52,9 +49,6 @@ static herr_t add_dset_to_file(hid_t fid, const char *dset_name); * Return: Success: a valid file ID * Failure: -1 * - * Programmer: Leon Arber - * Sept. 26, 2006 - * *------------------------------------------------------------------------- */ static hid_t @@ -111,9 +105,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Leon Arber - * Oct. 4, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -180,9 +171,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Friday, October 23, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/flush2.c b/test/flush2.c index 65662d5..8c54577 100644 --- a/test/flush2.c +++ b/test/flush2.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Friday, October 23, 1998 - * * Purpose: This is the second half of a two-part test that makes sure * that a file can be read after an application crashes as long * as the file was flushed first. This half tries to read the @@ -52,9 +49,6 @@ static hbool_t file_ok(const char *filename, hid_t fapl_id, hbool_t check_second * * Return: TRUE/FALSE * - * Programmer: Leon Arber - * Oct. 4, 2006. - * *------------------------------------------------------------------------- */ static hbool_t @@ -114,9 +108,6 @@ error: * * Return: TRUE/FALSE * - * Programmer: Leon Arber - * Sept. 26, 2006. - * *------------------------------------------------------------------------- */ static hbool_t @@ -177,9 +168,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Vailin Choi - * July 2013 - * *------------------------------------------------------------------------- */ static herr_t @@ -230,9 +218,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Friday, October 23, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/flushrefresh.c b/test/flushrefresh.c index 9522414..a9d9f02 100644 --- a/test/flushrefresh.c +++ b/test/flushrefresh.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Mike McGreevy - * June 30, 2010 - * * Purpose: This test file contains routines used to test flushing and * refreshing individual objects' metadata from the cache. * @@ -130,9 +127,6 @@ herr_t end_verification(void); * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Mike McGreevy - * July 1, 2010 - * *------------------------------------------------------------------------- */ int @@ -201,9 +195,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * July 1, 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -669,9 +660,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * August 17, 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -1023,9 +1011,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * July 16, 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -1063,9 +1048,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * July 16, 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -1127,9 +1109,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * July 16, 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -1167,9 +1146,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * July 16, 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -1210,9 +1186,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * July 16, 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -1375,9 +1348,6 @@ error: * * Return: 0 on Success, 1 on Failure * - * Programmer: Mike McGreevy - * July 1, 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -1402,9 +1372,6 @@ check_for_errors(void) * * Return: void * - * Programmer: Mike McGreevy - * July 16, 2010 - * *------------------------------------------------------------------------- */ herr_t diff --git a/test/gen_bad_compound.c b/test/gen_bad_compound.c index e103aa2..cfa2975 100644 --- a/test/gen_bad_compound.c +++ b/test/gen_bad_compound.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * April 14, 2011 - * * Purpose: This program is run to generate an HDF5 data file with objects * that use compound datatypes with no fields (now forbidden to * be created by the library, as of v1.4.x). It must be built/run diff --git a/test/gen_bad_ohdr.c b/test/gen_bad_ohdr.c index 812d9a8..4dd64a3 100644 --- a/test/gen_bad_ohdr.c +++ b/test/gen_bad_ohdr.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Jan 5, 2008 - * * Purpose: This program is run to generate an HDF5 data file with a * root group that contains the incorrect # of object header * messages. It must be built/run with a copy of the library diff --git a/test/gen_bogus.c b/test/gen_bogus.c index c7c3964..ef544ca 100644 --- a/test/gen_bogus.c +++ b/test/gen_bogus.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Apr 17, 2007 - * * Purpose: This program is run to generate an HDF5 data file with several * datasets that have "bogus" messages in their object header. */ diff --git a/test/gen_cross.c b/test/gen_cross.c index d72f4cb..0327aca 100644 --- a/test/gen_cross.c +++ b/test/gen_cross.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * Thursday, March 23, 2006 - * * This program writes floating-point data to the HDF5 file. It generates * the file to be read by cross_read.c, to test reading data from cross-systems. * Run it on an OpenVMS, a little-endian, and a big-endian machine. Change the @@ -85,9 +82,6 @@ int create_nbit_dsets_float(hid_t fid, hid_t fsid, hid_t msid); * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * Some time ago - * *------------------------------------------------------------------------- */ int @@ -189,9 +183,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * 27 January 2011 - * *------------------------------------------------------------------------- */ int @@ -277,9 +268,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 21 January 2011 - * *------------------------------------------------------------------------- */ int @@ -365,9 +353,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * 27 January 2011 - * *------------------------------------------------------------------------- */ int @@ -461,9 +446,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * 27 January 2011 - * *------------------------------------------------------------------------- */ int @@ -557,9 +539,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 21 January 2011 - * *------------------------------------------------------------------------- */ int @@ -654,9 +633,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * 27 January 2011 - * *------------------------------------------------------------------------- */ int @@ -750,9 +726,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 29 March 2011 - * *------------------------------------------------------------------------- */ int @@ -838,9 +811,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 29 March 2011 - * *------------------------------------------------------------------------- */ int @@ -937,9 +907,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 29 March 2011 - * *------------------------------------------------------------------------- */ int @@ -1026,9 +993,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 29 March 2011 - * *------------------------------------------------------------------------- */ int @@ -1114,9 +1078,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 29 March 2011 - * *------------------------------------------------------------------------- */ int @@ -1222,8 +1183,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Raymond Lu - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_deflate.c b/test/gen_deflate.c index da5cc75..1081052 100644 --- a/test/gen_deflate.c +++ b/test/gen_deflate.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Thursday, November 14, 2002 - * * Purpose: Create a dataset compressed with the deflate filter. * This program is used to create the test file `tdeflate.h5' * which has a dataset compressed with the "deflate" I/O filter. @@ -38,9 +35,6 @@ * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Quincey Koziol - * Thursday, November 14, 2002 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_file_image.c b/test/gen_file_image.c index 978810a..8c7c46a 100644 --- a/test/gen_file_image.c +++ b/test/gen_file_image.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Friday, March 30, 2012 - * * Purpose: Create a simple file for use with the file image tests. * */ @@ -31,9 +28,6 @@ * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Quincey Koziol - * Friday, March 30, 2012 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_filters.c b/test/gen_filters.c index d2d7713..64e8774 100644 --- a/test/gen_filters.c +++ b/test/gen_filters.c @@ -36,9 +36,6 @@ static size_t filter_bogus(unsigned int flags, size_t cd_nelmts, const unsigned * * Failure: -1 * - * Programmer: Pedro Vicente - * Thursday, March 25, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -125,9 +122,6 @@ const H5Z_class2_t H5Z_BOGUS[1] = {{ * * Failure: 0 * - * Programmer: Raymond Lu - * 2 June 2011 - * *------------------------------------------------------------------------- */ static size_t @@ -147,9 +141,6 @@ filter_bogus(unsigned int H5_ATTR_UNUSED flags, size_t H5_ATTR_UNUSED cd_nelmts, * * Failure: -1 * - * Programmer: Raymond Lu - * 2 June 2011 - * *------------------------------------------------------------------------- */ static herr_t diff --git a/test/gen_mergemsg.c b/test/gen_mergemsg.c index 68d0692..7f0315e 100644 --- a/test/gen_mergemsg.c +++ b/test/gen_mergemsg.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Friday, June 30, 2006 - * * This program creates an object with fragmented object header messages * that will be merged when the object is read from the file. This program * needs to be compiled against the 1.6.5 or earlier version of the library diff --git a/test/gen_new_array.c b/test/gen_new_array.c index 1db1c69..9e15789 100644 --- a/test/gen_new_array.c +++ b/test/gen_new_array.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Thursday, November 09, 2000 - * * Purpose: Create a two datasets, one with a compound datatypes with array * fields (which should be stored in the newer version (version 2)) and * one with an array datatype. @@ -47,9 +44,6 @@ * * Failure: * - * Programmer: Robb Matzke - * Monday, October 26, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_new_fill.c b/test/gen_new_fill.c index 5669802..cb42d50 100644 --- a/test/gen_new_fill.c +++ b/test/gen_new_fill.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * Feb 27, 2002 - * * Purpose: This program is run to generate a HDF5 data file with fill * value property. A new fill value design has been put into * library v1.5. To test compatibility between v1.4 and v1.5, diff --git a/test/gen_new_group.c b/test/gen_new_group.c index d58d159..253b5cc 100644 --- a/test/gen_new_group.c +++ b/test/gen_new_group.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Oct 24, 2005 - * * Purpose: This program is run to generate an HDF5 data file with both * empty and compact groups. * diff --git a/test/gen_new_mtime.c b/test/gen_new_mtime.c index 87a104a..efea548 100644 --- a/test/gen_new_mtime.c +++ b/test/gen_new_mtime.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Friday, January 3, 2003 - * * Purpose: Create a dataset, which should have the newer mtime information * stored in it. * This program is used to create the test file `tmtimen.h5' which @@ -36,9 +33,6 @@ * * Failure: * - * Programmer: Quincey Koziol - * Friday, January 3, 2003 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_new_super.c b/test/gen_new_super.c index 46855e7..7f27ce3 100644 --- a/test/gen_new_super.c +++ b/test/gen_new_super.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Tuesday, July 15, 2003 - * * Purpose: Create a file which will have the newer superblock format. * This program is used to create the test file `tsupern.h5' which * has the new format for superblock information. @@ -34,9 +31,6 @@ * * Return: EXIT_SUCCESS * - * Programmer: Quincey Koziol - * Tuesday, July 15, 2003 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_noencoder.c b/test/gen_noencoder.c index a0be0ef..711545c 100644 --- a/test/gen_noencoder.c +++ b/test/gen_noencoder.c @@ -21,9 +21,6 @@ * * Failure: non-zero * - * Programmer: James Laird and Nat Furrer - * Thursday, July 1, 2004 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_nullspace.c b/test/gen_nullspace.c index 84e7398..bf9c496 100644 --- a/test/gen_nullspace.c +++ b/test/gen_nullspace.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Saturday, April 17, 2004 - * * Purpose: Create a dataset with a null dataspace and an attribute * with a null dataspace. * This program is used to create the test file `tnullspace.h5' which diff --git a/test/gen_old_array.c b/test/gen_old_array.c index 2e6e953..968d05d 100644 --- a/test/gen_old_array.c +++ b/test/gen_old_array.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Thursday, November 09, 2000 - * * Purpose: Create a two datasets with compound datatypes, one with no array * fields and one with array fields. * This program is used to create the test file `tarrold.h5' which has a @@ -46,9 +43,6 @@ * * Failure: * - * Programmer: Robb Matzke - * Monday, October 26, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_old_group.c b/test/gen_old_group.c index f777ed3..65f938c 100644 --- a/test/gen_old_group.c +++ b/test/gen_old_group.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Oct 24, 2005 - * * Purpose: This program is run to generate an HDF5 data file with an * empty "symbol table" group. * diff --git a/test/gen_old_layout.c b/test/gen_old_layout.c index a18e7fb..6bfab5b 100644 --- a/test/gen_old_layout.c +++ b/test/gen_old_layout.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Thursday, May 27, 2004 - * * Purpose: Create two datasets (one for version 1 and one for version 2 of * the layout message), which should have dimensions too large to * represent in version 1 & 2 of the storage layout message. @@ -42,9 +39,6 @@ * * Failure: * - * Programmer: Quincey Koziol - * Friday, January 3, 2003 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_old_mtime.c b/test/gen_old_mtime.c index d67d018..6ceca77 100644 --- a/test/gen_old_mtime.c +++ b/test/gen_old_mtime.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Friday, January 3, 2003 - * * Purpose: Create a dataset, which should have the older mtime information * stored in it. * This program is used to create the test file `tmtimeo.h5' which @@ -36,9 +33,6 @@ * * Failure: * - * Programmer: Quincey Koziol - * Friday, January 3, 2003 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_sizes_lheap.c b/test/gen_sizes_lheap.c index c30b811..41d1b23 100644 --- a/test/gen_sizes_lheap.c +++ b/test/gen_sizes_lheap.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Neil Fortner - * Thursday, July 15, 2010 - * * Purpose: Creates a file with non-default sizes of lengths and addresses. * This is used to make sure that the local heap code is able to * handle this case correctly, even when the heap prefix and data @@ -33,9 +30,6 @@ * * Failure: * - * Programmer: Neil Fortner - * Thursday, July 15, 2010 - * *------------------------------------------------------------------------- */ int diff --git a/test/gen_specmetaread.c b/test/gen_specmetaread.c index e90d78f..352ac4f 100644 --- a/test/gen_specmetaread.c +++ b/test/gen_specmetaread.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Thursday, October 8, 2009 - * * Purpose: Create a file with a dataset who's raw data immediately follows * its object header, so that when the dataset is unlinked from its parent * group, a speculative read of the object header would get the raw data diff --git a/test/gen_udlinks.c b/test/gen_udlinks.c index 0f8f510..9843fcd 100644 --- a/test/gen_udlinks.c +++ b/test/gen_udlinks.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: James Laird - * Tuesday, June 6, 2006 - * * This program creates HDF5 files with user-defined links. These files * should be created on a little-endian and a big-endian machine. * They will be named according to the platform and should diff --git a/test/genall5.c b/test/genall5.c index e8b7228..51e9606 100644 --- a/test/genall5.c +++ b/test/genall5.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 9/23/15 - * +/* * This file contains a heavily edited and functionally reduce * version of the test code first written by Quincey in a file * of the same name. @@ -39,9 +37,6 @@ * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -117,9 +112,6 @@ ns_grp_0(hid_t fid, const char *group_name) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -234,9 +226,6 @@ vrfy_ns_grp_0(hid_t fid, const char *group_name) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -374,9 +363,6 @@ ns_grp_c(hid_t fid, const char *group_name, unsigned nlinks) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -649,9 +635,6 @@ vrfy_ns_grp_c(hid_t fid, const char *group_name, unsigned nlinks) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -784,9 +767,6 @@ ns_grp_d(hid_t fid, const char *group_name, unsigned nlinks) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -1056,9 +1036,6 @@ vrfy_ns_grp_d(hid_t fid, const char *group_name, unsigned nlinks) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -1144,9 +1121,6 @@ os_grp_0(hid_t fid, const char *group_name) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -1261,9 +1235,6 @@ vrfy_os_grp_0(hid_t fid, const char *group_name) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -1380,9 +1351,6 @@ os_grp_n(hid_t fid, const char *group_name, int proc_num, unsigned nlinks) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ void @@ -1606,9 +1574,6 @@ vrfy_os_grp_n(hid_t fid, const char *group_name, int proc_num, unsigned nlinks) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ void @@ -1701,9 +1666,6 @@ ds_ctg_i(hid_t fid, const char *dset_name, hbool_t write_data) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ void @@ -1920,9 +1882,6 @@ vrfy_ds_ctg_i(hid_t fid, const char *dset_name, hbool_t write_data) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ void @@ -2045,9 +2004,6 @@ ds_chk_i(hid_t fid, const char *dset_name, hbool_t write_data) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ void @@ -2279,9 +2235,6 @@ vrfy_ds_chk_i(hid_t fid, const char *dset_name, hbool_t write_data) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ void @@ -2405,9 +2358,6 @@ ds_cpt_i(hid_t fid, const char *dset_name, hbool_t write_data) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ void @@ -2619,9 +2569,6 @@ vrfy_ds_cpt_i(hid_t fid, const char *dset_name, hbool_t write_data) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ void @@ -2766,9 +2713,6 @@ ds_ctg_v(hid_t fid, const char *dset_name, hbool_t write_data) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ void @@ -3040,9 +2984,6 @@ vrfy_ds_ctg_v(hid_t fid, const char *dset_name, hbool_t write_data) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ @@ -3265,9 +3206,6 @@ create_zoo(hid_t fid, const char *base_path, int proc_num) * * Return: void * - * Programmer: John Mainzer - * 9/14/15 - * *------------------------------------------------------------------------- */ diff --git a/test/genall5.h b/test/genall5.h index 5c1e572..bd365d7 100644 --- a/test/genall5.h +++ b/test/genall5.h @@ -10,11 +10,9 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 9/4/15 - * - * This file contains declarations of all functions defined - * in genall5.c +/* + * This file contains declarations of all functions defined + * in genall5.c */ void create_zoo(hid_t fid, const char *base_path, int proc_num); diff --git a/test/getname.c b/test/getname.c index ffca62f..884f213 100644 --- a/test/getname.c +++ b/test/getname.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Pedro Vicente - * April 12, 2002 - * * Purpose: Tests the "ID to name" functionality */ @@ -3669,9 +3666,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Quincey Koziol - * Tuesday, July 27, 2010 - * *------------------------------------------------------------------------- */ static int diff --git a/test/gheap.c b/test/gheap.c index 28f05a6..071c44b 100644 --- a/test/gheap.c +++ b/test/gheap.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * * Purpose: Tests the global heap. The global heap is the set of all * collections but the collections are not related to one * another by anything that appears in the file format. @@ -59,9 +56,6 @@ const char *FILENAME[] = {"gheap1", "gheap2", "gheap3", "gheap4", "gheapooo", NU * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * *------------------------------------------------------------------------- */ static int @@ -168,9 +162,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * *------------------------------------------------------------------------- */ static int @@ -268,9 +259,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * *------------------------------------------------------------------------- */ static int @@ -359,9 +347,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, March 31, 1998 - * *------------------------------------------------------------------------- */ static int @@ -456,9 +441,6 @@ error: * * Failure: number of errors * - * Programmer: Neil Fortner - * Monday, October 26, 2009 - * *------------------------------------------------------------------------- */ static int diff --git a/test/h5test.c b/test/h5test.c index c3ea52f..6fcbffc 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Thursday, November 19, 1998 - * * Purpose: Provides support functions for most of the hdf5 tests cases. * */ @@ -132,9 +129,6 @@ static char *h5_fixname_real(const char *base_name, hid_t fapl, const char *_su * * Failure: -1 * - * Programmer: Robb Matzke - * Wednesday, March 4, 1998 - * *------------------------------------------------------------------------- */ static herr_t @@ -153,9 +147,6 @@ h5_errors(hid_t estack, void H5_ATTR_UNUSED *client_data) * * Return: void * - * Programmer: Neil Fortner - * June 1, 2015 - * *------------------------------------------------------------------------- */ void @@ -183,9 +174,6 @@ h5_clean_files(const char *base_name[], hid_t fapl) * * Since this is a cleanup file, we don't care if it fails. * - * Programmer: Dana Robinson - * February 2016 - * *------------------------------------------------------------------------- */ void @@ -220,9 +208,6 @@ h5_delete_test_file(const char *base_name, hid_t fapl) * * Since this is a cleanup file, we don't care if it fails. * - * Programmer: Dana Robinson - * February 2016 - * *------------------------------------------------------------------------- */ void @@ -245,9 +230,6 @@ h5_delete_all_test_files(const char *base_name[], hid_t fapl) * * Return: Non-zero if cleanup actions were performed; zero otherwise. * - * Programmer: Albert Cheng - * May 28, 1998 - * *------------------------------------------------------------------------- */ int @@ -281,9 +263,6 @@ h5_cleanup(const char *base_name[], hid_t fapl) * * Return: void * - * Programmer: Dana Robinson - * February 2016 - * *------------------------------------------------------------------------- */ void @@ -301,9 +280,6 @@ h5_test_shutdown(void) * * Return: N/A * - * Programmer: Quincey Koziol - * Sept 10, 2015 - * *------------------------------------------------------------------------- */ void @@ -382,9 +358,6 @@ h5_reset(void) * * Return: void * - * Programmer: Dana Robinson - * February 2016 - * *------------------------------------------------------------------------- */ void @@ -417,9 +390,6 @@ h5_test_init(void) * pointer or if FULLNAME isn't large enough for * the result. * - * Programmer: Robb Matzke - * Thursday, November 19, 1998 - * *------------------------------------------------------------------------- */ char * @@ -442,9 +412,6 @@ h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size) * pointer or if FULLNAME isn't large enough for * the result. * - * Programmer: Dana Robinson - * Spring 2019 - * *------------------------------------------------------------------------- */ char * @@ -486,9 +453,6 @@ h5_fixname_no_suffix(const char *base_name, hid_t fapl, char *fullname, size_t s * pointer or if FULLNAME isn't large enough for * the result. * - * Programmer: Neil Fortner - * Wednesday, July 15, 2015 - * *------------------------------------------------------------------------- */ char * @@ -514,9 +478,6 @@ h5_fixname_printf(const char *base_name, hid_t fapl, char *fullname, size_t size * pointer or if FULLNAME isn't large enough for * the result. * - * Programmer: Robb Matzke - * Thursday, November 19, 1998 - * *------------------------------------------------------------------------- */ static char * @@ -760,8 +721,6 @@ h5_fixname_real(const char *base_name, hid_t fapl, const char *_suffix, char *fu * * Return: Success: a pointer at the non-prefix part. * - * Programmer: Albert Cheng; Jun 1, 2006 - * *------------------------------------------------------------------------- */ H5_ATTR_PURE const char * @@ -787,9 +746,6 @@ h5_rmprefix(const char *filename) * Return: Success: A file access property list * Failure: H5I_INVALID_HID * - * Programmer: Robb Matzke - * Thursday, November 19, 1998 - * *------------------------------------------------------------------------- */ hid_t @@ -822,9 +778,6 @@ error: * Return: Success: A file access property list * Failure: H5I_INVALID_HID * - * Programmer: Robb Matzke - * Thursday, November 19, 1998 - * *------------------------------------------------------------------------- */ hid_t @@ -856,9 +809,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * November 2018 - * *------------------------------------------------------------------------- */ herr_t @@ -916,9 +866,6 @@ error: * * Return: void * - * Programmer: Robb Matzke - * Friday, November 20, 1998 - * *------------------------------------------------------------------------- */ void @@ -934,9 +881,6 @@ h5_no_hwconv(void) * * Return: void * - * Programmer: Albert Cheng - * 2002/04/22 - * *------------------------------------------------------------------------- */ void @@ -1006,7 +950,6 @@ h5_show_hostname(void) * Purpose: Process environment variables setting to set up MPI Info * object. * Return: 0 if all is fine; otherwise non-zero. - * Programmer: Albert Cheng, 2002/05/21. */ int h5_set_info_object(void) @@ -1099,7 +1042,6 @@ h5_set_info_object(void) * Function: h5_dump_info_object * Purpose: Display content of an MPI Info object * Return: void - * Programmer: Albert Cheng 2002/05/21 */ void h5_dump_info_object(MPI_Info info) @@ -1133,9 +1075,6 @@ h5_dump_info_object(MPI_Info info) * Return: Success: Size of file in bytes * Failure: -1 * - * Programmer: Quincey Koziol - * Saturday, March 22, 2003 - * *------------------------------------------------------------------------- */ /* Disable warning for "format not a string literal" here -QAK */ @@ -1327,8 +1266,6 @@ print_func(const char *format, ...) * 0: only decode is enabled * -1: other * - * Programmer: - * *------------------------------------------------------------------------- */ int @@ -1376,9 +1313,6 @@ h5_szip_can_encode(void) * Return: pointer to a string containing the value of the environment variable * NULL if the variable doesn't exist in task 'root's environment. * - * Programmer: Leon Arber - * 4/4/05 - * *------------------------------------------------------------------------- */ char * @@ -1459,9 +1393,6 @@ getenv_all(MPI_Comm comm, int root, const char *name) * * Failure: -1 * - * Programmer: Larry Knox - * Monday, October 13, 2009 - * *------------------------------------------------------------------------- */ int @@ -1518,9 +1449,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Neil Fortner - * Tuesday, April 12, 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -1546,9 +1474,6 @@ h5_verify_cached_stabs_cb(hid_t oid, const char H5_ATTR_UNUSED *name, const H5O_ * * Failure: -1 * - * Programmer: Neil Fortner - * Tuesday, April 12, 2011 - * *------------------------------------------------------------------------- */ herr_t @@ -1614,9 +1539,6 @@ error: * * Return: void * - * Programmer: Mike McGreevy - * August 18, 2010 - * *------------------------------------------------------------------------- */ void @@ -1668,9 +1590,6 @@ h5_send_message(const char *send, const char *arg1, const char *arg2) * * Return: void * - * Programmer: Mike McGreevy - * August 18, 2010 - * *------------------------------------------------------------------------- */ herr_t @@ -1918,8 +1837,6 @@ h5_get_version_string(H5F_libver_t libver) * Return: Success: 0, if files are identical * Failure: -1, if files differ * - * Programmer: Binh-Minh Ribler - * October, 2018 *------------------------------------------------------------------------- */ int @@ -2057,9 +1974,6 @@ H5_get_srcdir(void) * Return: Success: 0, completed successfully * Failure: -1 * - * Programmer: Jake Smith - * 24 June 2020 - * *------------------------------------------------------------------------- */ int diff --git a/test/h5test.h b/test/h5test.h index b2c2cda..1a94c09 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Friday, November 20, 1998 - * * Purpose: Test support stuff. */ #ifndef H5TEST_H diff --git a/test/hdfs.c b/test/hdfs.c index a2b2444..5e0caf9 100644 --- a/test/hdfs.c +++ b/test/hdfs.c @@ -19,8 +19,6 @@ * * Demonstrates basic use cases and fapl interaction. * - * Programmer: Jacob Smith - * 2018-04-23 */ #include "h5test.h" /* testing utilities */ @@ -68,9 +66,6 @@ * JSVERIFY_NOT() - long-int inequality check; prints * JSVERIFY_STR() - string equality check; prints * - * Programmer: Jacob Smith - * 2017-10-24 - * *****************************************************************************/ /*---------------------------------------------------------------------------- @@ -95,9 +90,6 @@ * * *FAILED* at somefile.c:12 in function_name()... * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSFAILED_AT() \ @@ -123,9 +115,6 @@ * Prints a generic "FAILED AT" line to stdout and jumps to `error`, * similar to `TEST_ERROR` in h5test.h * - * Programmer: Jacob Smith - * 2017-10-23 - * *---------------------------------------------------------------------------- */ #define FAIL_IF(condition) \ @@ -151,9 +140,6 @@ * However, `JSVERIFY(5, my_op(), "bad return")` may be even clearer. * (see JSVERIFY) * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #if 0 /* UNUSED */ @@ -184,9 +170,6 @@ * ! Expected 425 * ! Actual 3 * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSERR_LONG(expected, actual, reason) \ @@ -223,9 +206,6 @@ * !!! Actual: * not what I expected at all * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSERR_STR(expected, actual, reason) \ @@ -253,9 +233,6 @@ * (with `reason`, if not NULL; expected/actual if NULL) * and jump to `error` at end of function * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSVERIFY(expected, actual, reason) \ @@ -275,9 +252,6 @@ * (with `reason`, if not NULL; expected/actual if NULL) * and jump to `error` at end of function * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSVERIFY_NOT(expected, actual, reason) \ @@ -297,9 +271,6 @@ * (with `reason`, if not NULL; expected/actual if NULL) * and jump to `error` at end of function * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSVERIFY_STR(expected, actual, reason) \ @@ -317,8 +288,6 @@ /*---------------------------------------------------------------------------- * Macro: JSVERIFY() * See: JSVERIFY documentation above. - * Programmer: Jacob Smith - * 2017-10-14 *---------------------------------------------------------------------------- */ #define JSVERIFY(actual, expected, reason) \ @@ -330,8 +299,6 @@ /*---------------------------------------------------------------------------- * Macro: JSVERIFY_NOT() * See: JSVERIFY_NOT documentation above. - * Programmer: Jacob Smith - * 2017-10-14 *---------------------------------------------------------------------------- */ #define JSVERIFY_NOT(actual, expected, reason) \ @@ -343,8 +310,6 @@ /*---------------------------------------------------------------------------- * Macro: JSVERIFY_STR() * See: JSVERIFY_STR documentation above. - * Programmer: Jacob Smith - * 2017-10-14 *---------------------------------------------------------------------------- */ #define JSVERIFY_STR(actual, expected, reason) \ @@ -401,9 +366,6 @@ static H5FD_hdfs_fapl_t default_fa = { * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2018-04-25 - * *--------------------------------------------------------------------------- */ static int @@ -609,9 +571,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Jacob Smith - * 2018-04-25 - * *------------------------------------------------------------------------- */ static int @@ -694,9 +653,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2018-06-07 - * *--------------------------------------------------------------------------- */ static int @@ -951,9 +907,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2018-06-07 - * *--------------------------------------------------------------------------- */ static int @@ -1064,9 +1017,6 @@ error: * Demonstrate a not-obvious constraint by the library, preventing * file read before EoA is set * - * Programmer: Jacob Smith - * 2018-06-08 - * *----------------------------------------------------------------------------- */ static int @@ -1166,9 +1116,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2018-06-08 - * *--------------------------------------------------------------------------- */ static int @@ -1376,9 +1323,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2017-11-06 - * *--------------------------------------------------------------------------- */ static int @@ -1489,9 +1433,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2017-11-06 - * *--------------------------------------------------------------------------- */ static int @@ -1518,9 +1459,6 @@ test_cmp(void) * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2017-11-07 - * *--------------------------------------------------------------------------- */ static int @@ -1627,9 +1565,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Jacob Smith - * 2017-10-23 - * *------------------------------------------------------------------------- */ int diff --git a/test/hyperslab.c b/test/hyperslab.c index 5203b7c..ae94286 100644 --- a/test/hyperslab.c +++ b/test/hyperslab.c @@ -10,14 +10,12 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Robb Matzke - * Friday, October 10, 1997 - * - * Purpose: Hyperslab operations are rather complex, so this file - * attempts to test them extensively so we can be relatively - * sure they really work. We only test 1d, 2d, and 3d cases - * because testing general dimensionalities would require us to - * rewrite much of the hyperslab stuff. +/* + * Purpose: Hyperslab operations are rather complex, so this file + * attempts to test them extensively so we can be relatively + * sure they really work. We only test 1d, 2d, and 3d cases + * because testing general dimensionalities would require us to + * rewrite much of the hyperslab stuff. */ #include "h5test.h" #include "H5VMprivate.h" @@ -39,9 +37,6 @@ * * Return: void * - * Programmer: Robb Matzke - * Friday, October 10, 1997 - * *------------------------------------------------------------------------- */ static unsigned @@ -70,9 +65,6 @@ init_full(uint8_t *array, size_t nx, size_t ny, size_t nz) * * Return: void * - * Programmer: Robb Matzke - * Friday, October 10, 1997 - * *------------------------------------------------------------------------- */ static void @@ -107,9 +99,6 @@ print_array(uint8_t *array, size_t nx, size_t ny, size_t nz) * * Failure: * - * Programmer: Robb Matzke - * Friday, October 10, 1997 - * *------------------------------------------------------------------------- */ static void @@ -134,9 +123,6 @@ print_ref(size_t nx, size_t ny, size_t nz) * * Failure: FAIL * - * Programmer: Robb Matzke - * Saturday, October 11, 1997 - * *------------------------------------------------------------------------- */ static herr_t @@ -289,9 +275,6 @@ error: * * Failure: FAIL * - * Programmer: Robb Matzke - * Friday, October 10, 1997 - * *------------------------------------------------------------------------- */ static herr_t @@ -554,9 +537,6 @@ error: * * Failure: FAIL * - * Programmer: Robb Matzke - * Saturday, October 11, 1997 - * *------------------------------------------------------------------------- */ static herr_t @@ -670,9 +650,6 @@ error: * * Failure: FAIL * - * Programmer: Robb Matzke - * Saturday, October 11, 1997 - * *------------------------------------------------------------------------- */ static herr_t @@ -755,9 +732,6 @@ error: * * Failure: FAIL * - * Programmer: Robb Matzke - * Saturday, October 11, 1997 - * *------------------------------------------------------------------------- */ static herr_t @@ -852,9 +826,6 @@ error: * * Failure: FAIL * - * Programmer: Robb Matzke - * Monday, October 13, 1997 - * *------------------------------------------------------------------------- */ static herr_t @@ -1001,9 +972,6 @@ error: * * Failure: FAIL * - * Programmer: Quincey Koziol - * Monday, April 21, 2003 - * *------------------------------------------------------------------------- */ static herr_t @@ -1061,9 +1029,6 @@ error: * * Failure: FAIL * - * Programmer: Quincey Koziol - * Monday, April 21, 2003 - * *------------------------------------------------------------------------- */ static herr_t @@ -1145,9 +1110,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Friday, October 10, 1997 - * *------------------------------------------------------------------------- */ int diff --git a/test/istore.c b/test/istore.c index b2d8a69..7bc0696 100644 --- a/test/istore.c +++ b/test/istore.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Robb Matzke - * Wednesday, October 15, 1997 - * +/* * Purpose: Tests various aspects of indexed raw data storage. */ @@ -54,9 +52,6 @@ hsize_t zero[H5O_LAYOUT_NDIMS]; * * Failure: zero * - * Programmer: Robb Matzke - * Wednesday, July 15, 1998 - * *------------------------------------------------------------------------- */ static int @@ -91,9 +86,6 @@ is_sparse(void) * * Return: void * - * Programmer: Robb Matzke - * Friday, October 10, 1997 - * *------------------------------------------------------------------------- */ static void @@ -132,9 +124,6 @@ print_array(uint8_t *array, size_t nx, size_t ny, size_t nz) * * Failure: -1 * - * Programmer: Robb Matzke - * Wednesday, October 15, 1997 - * *------------------------------------------------------------------------- */ static hid_t @@ -186,9 +175,6 @@ error: * * Failure: FAIL * - * Programmer: Robb Matzke - * Wednesday, October 15, 1997 - * *------------------------------------------------------------------------- */ static herr_t @@ -232,9 +218,6 @@ test_create(hid_t f, const char *prefix) * * Failure: FAIL * - * Programmer: Robb Matzke - * Wednesday, October 15, 1997 - * *------------------------------------------------------------------------- */ static herr_t @@ -429,9 +412,6 @@ error: * * Failure: FAIL * - * Programmer: Robb Matzke - * Wednesday, October 22, 1997 - * *------------------------------------------------------------------------- */ static herr_t @@ -558,9 +538,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Wednesday, October 15, 1997 - * *------------------------------------------------------------------------- */ int diff --git a/test/lheap.c b/test/lheap.c index f79e1b5..81e8da9 100644 --- a/test/lheap.c +++ b/test/lheap.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Tuesday, November 24, 1998 - * * Purpose: Test local heaps used by symbol tables (groups). */ #include "h5test.h" @@ -39,9 +36,6 @@ const char *FILENAME[] = {"lheap", NULL}; * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Tuesday, November 24, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/links.c b/test/links.c index bfc3252..e137945 100644 --- a/test/links.c +++ b/test/links.c @@ -6447,9 +6447,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, November 14, 2006 - * *------------------------------------------------------------------------- */ static int @@ -7812,9 +7809,6 @@ error: * * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, July 26, 2005 - * *------------------------------------------------------------------------- */ static int @@ -13451,9 +13445,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: This is copied and modified from the customer's test program that - * exposed the problem. - * *------------------------------------------------------------------------- */ static int @@ -19636,9 +19627,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, November 14, 2006 - * *------------------------------------------------------------------------- */ static int diff --git a/test/links_env.c b/test/links_env.c index ca65ef8..a4d6757 100644 --- a/test/links_env.c +++ b/test/links_env.c @@ -45,9 +45,6 @@ static int external_link_env(hid_t fapl, hbool_t new_format); * Return: Success: 0 * Failure: -1 * - * Programmer: Vailin Choi - * Feb. 20, 2008 - * *------------------------------------------------------------------------- */ static int @@ -142,8 +139,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Vailin Choi; Nov 2010 - * *------------------------------------------------------------------------- */ int diff --git a/test/mdset.c b/test/mdset.c index fc022e2..beb5500 100644 --- a/test/mdset.c +++ b/test/mdset.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Neil Fortner - * March 10, 2014 - * * Purpose: Test H5Dwrite_multi() and H5Dread_multi using randomized * parameters. Also tests H5Dwrite() and H5Dread() using a similar * method. @@ -172,9 +169,6 @@ error: * * Return: Number of errors * - * Programmer: Neil Fortner - * Monday, March 10, 2014 - * *------------------------------------------------------------------------- */ static int @@ -638,9 +632,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Neil Fortner - * Monday, March 10, 2014 - * *------------------------------------------------------------------------- */ int @@ -7798,8 +7798,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; Jan 2013 - * *------------------------------------------------------------------------- */ static unsigned @@ -8030,8 +8028,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; Jan 2013 - * *------------------------------------------------------------------------- */ static unsigned @@ -8161,8 +8157,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; Jan 2013 - * *------------------------------------------------------------------------- */ static unsigned @@ -8341,8 +8335,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; Jan 2013 - * *------------------------------------------------------------------------- */ static unsigned @@ -8504,8 +8496,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; Jan 2013 - * *------------------------------------------------------------------------- */ static unsigned @@ -8659,8 +8649,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; Jan 2013 - * *------------------------------------------------------------------------- */ static unsigned @@ -8831,8 +8819,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; Jan 2013 - * *------------------------------------------------------------------------- */ static unsigned diff --git a/test/mount.c b/test/mount.c index fd2d969..2e012b5 100644 --- a/test/mount.c +++ b/test/mount.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Wednesday, October 7, 1998 - * * Purpose: Tests file mounting. */ #include "h5test.h" @@ -38,9 +35,6 @@ int bm[NX][NY], bm_out[NX][NY]; /* Data buffers */ * * Failure: -1 * - * Programmer: Robb Matzke - * Wednesday, October 7, 1998 - * *------------------------------------------------------------------------- */ static int @@ -111,9 +105,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 7, 1998 - * *------------------------------------------------------------------------- */ static int @@ -165,9 +156,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 7, 1998 - * *------------------------------------------------------------------------- */ static int @@ -307,9 +295,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, July 15, 2008 - * *------------------------------------------------------------------------- */ static int @@ -452,9 +437,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 7, 1998 - * *------------------------------------------------------------------------- */ static int @@ -550,9 +532,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, October 13, 1998 - * *------------------------------------------------------------------------- */ static int @@ -637,9 +616,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 7, 1998 - * *------------------------------------------------------------------------- */ static int @@ -705,9 +681,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 7, 1998 - * *------------------------------------------------------------------------- */ static int @@ -773,9 +746,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 7, 1998 - * *------------------------------------------------------------------------- */ static int @@ -840,9 +810,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 14, 1998 - * *------------------------------------------------------------------------- */ static int @@ -913,9 +880,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, October 13, 1998 - * *------------------------------------------------------------------------- */ static int @@ -1065,9 +1029,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, October 13, 1998 - * *------------------------------------------------------------------------- */ static int @@ -1126,9 +1087,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 14, 1998 - * *------------------------------------------------------------------------- */ static int @@ -1246,9 +1204,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 14, 1998 - * *------------------------------------------------------------------------- */ static int @@ -1323,9 +1278,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Wednesday, October 14, 1998 - * *------------------------------------------------------------------------- */ static int @@ -1411,9 +1363,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Wednesday, May 4, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1644,9 +1593,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, June 6, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1911,9 +1857,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Thursday, June 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2061,9 +2004,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, July 5, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2189,9 +2129,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Thursday, July 14, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2343,9 +2280,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, July 19, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2485,9 +2419,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, July 19, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2626,9 +2557,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, July 19, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2766,9 +2694,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, July 19, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2968,9 +2893,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, July 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -3189,9 +3111,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, July 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -3400,9 +3319,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, July 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -3569,9 +3485,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, July 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -3959,9 +3872,6 @@ error: * * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, July 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -4122,9 +4032,6 @@ error: * * Failure: number of errors * - * Programmer: Neil Fortner - * Friday, August 1, 2008 - * *------------------------------------------------------------------------- */ static int @@ -4226,9 +4133,6 @@ error: * * Failure: number of errors * - * Programmer: Neil Fortner - * Friday, August 6, 2008 - * *------------------------------------------------------------------------- */ static int @@ -4383,9 +4287,6 @@ error: * * Failure: number of errors * - * Programmer: Neil Fortner - * Friday, November 14, 2008 - * *------------------------------------------------------------------------- */ static int @@ -4535,9 +4436,6 @@ error: * * Failure: non-zero * - * Programmer: Robb Matzke - * Wednesday, October 7, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/mtime.c b/test/mtime.c index 2cebcd6..1292348 100644 --- a/test/mtime.c +++ b/test/mtime.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Thursday, July 30, 1998 - * * Purpose: Determines if the modification time message is working * properly. Specifically, the code in H5O_mtime_decode() is * very OS-dependent and this test tries to figure out if it's @@ -36,9 +33,6 @@ const char *FILENAME[] = {"mtime", NULL}; * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Thursday, July 30, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/ntypes.c b/test/ntypes.c index e0e0779..c4b0fce 100644 --- a/test/ntypes.c +++ b/test/ntypes.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * October 14, 2001 - * * Purpose: Tests the H5Tget_native_type function. */ @@ -60,9 +57,6 @@ const char *FILENAME[] = {"ntypes", NULL}; * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -309,9 +303,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -628,9 +619,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -839,9 +827,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -1078,9 +1063,6 @@ error: * * Failure: -1 * - * Programmer: Quincey Koziol - * January 31, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -1303,9 +1285,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -1460,9 +1439,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -1646,9 +1622,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -1796,9 +1769,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -2000,9 +1970,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -2138,9 +2105,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -2258,9 +2222,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -2429,9 +2390,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -2641,9 +2599,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -2738,9 +2693,6 @@ error: * * Failure: -1 * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -2892,9 +2844,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Pedro Vicente - * September 3, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -3098,9 +3047,6 @@ error: * * Purpose: Test H5Tget_native_type for different datatype * - * Programmer: Raymond Lu - * October 15, 2002 - * *------------------------------------------------------------------------- */ int diff --git a/test/objcopy.c b/test/objcopy.c index 459eff2..125fa21 100644 --- a/test/objcopy.c +++ b/test/objcopy.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Peter X. Cao - * May 01, 2005 - * * Purpose: Test H5Ocopy(). */ @@ -179,9 +176,6 @@ static int compare_attribute_compound_vlstr(hid_t loc, hid_t loc2); * * Return: void * - * Programmer: Quincey Koziol - * Saturday, November 5, 2005 - * *------------------------------------------------------------------------- */ static void @@ -213,9 +207,6 @@ token_insert(H5O_info2_t *oi) * Return: Success: TRUE/FALSE * Failure: (can't fail) * - * Programmer: Quincey Koziol - * Saturday, November 5, 2005 - * *------------------------------------------------------------------------- */ static H5_ATTR_PURE hbool_t @@ -244,9 +235,6 @@ token_lookup(hid_t loc_id, H5O_info2_t *oi) * * Return: void * - * Programmer: Quincey Koziol - * Saturday, November 5, 2005 - * *------------------------------------------------------------------------- */ static void @@ -265,9 +253,6 @@ token_reset(void) * * Return: Non-negative on success/Negative on failure * - * Programmer: Peter Cao - * Friday, August 4, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -342,9 +327,6 @@ error: * * Return: Non-negative on success/Negative on failure * - * Programmer: Peter Cao - * Monday, March 5, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -438,9 +420,6 @@ error: * * Return: Non-negative on success/Negative on failure * - * Programmer: Peter Cao - * Friday, August 4, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -563,9 +542,6 @@ error: * * Return: Non-negative on success/Negative on failure * - * Programmer: Peter Cao - * Saturday, December 17, 2005 - * *------------------------------------------------------------------------- */ static int @@ -621,9 +597,6 @@ done: * * Return: Non-negative on success/Negative on failure * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -691,9 +664,6 @@ done: * * Return: Non-negative on success/Negative on failure * - * Programmer: Quincey Koziol - * Tuesday, November 1, 2005 - * *------------------------------------------------------------------------- */ static int @@ -770,9 +740,6 @@ done: * * Return: TRUE if attributes are equal/FALSE if they are different * - * Programmer: Peter Cao - * Saturday, December 17, 2005 - * *------------------------------------------------------------------------- */ static int @@ -930,9 +897,6 @@ error: * * Return: TRUE if objects have same attributes/FALSE if they are different * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * * Note: This isn't very general, the attributes are assumed to be * those written in test_copy_attach_attributes(). * @@ -1017,9 +981,6 @@ error: * * Return: TRUE if buffer are equal/FALSE if they are different * - * Programmer: Quincey Koziol - * Monday, November 21, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1341,9 +1302,6 @@ error: * * Return: TRUE if datasets are equal/FALSE if they are different * - * Programmer: Quincey Koziol - * Tuesday, October 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1544,9 +1502,6 @@ error: * * Return: TRUE if group are equal/FALSE if they are different * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1750,8 +1705,6 @@ error: * as expected * FALSE if not * - * Programmer: Vailin Choi; August 2009 - * *------------------------------------------------------------------------- */ static int @@ -1789,9 +1742,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1899,9 +1849,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, November 22, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2009,9 +1956,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, November 22, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2129,9 +2073,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil - * Friday, March 11, 2011 - * *------------------------------------------------------------------------- */ static int @@ -2310,9 +2251,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2652,9 +2590,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Thursday, January 15, 2009 - * *------------------------------------------------------------------------- */ static int @@ -2777,9 +2712,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -2914,9 +2846,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -3069,9 +2998,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -3596,9 +3522,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -4099,9 +4022,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -4479,9 +4399,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -4900,11 +4817,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Tuesday, May 11, 2010 - * Mostly copied from test_copy_dataset_compressed, by - * Quincey Koziol - * *------------------------------------------------------------------------- */ static int @@ -5087,9 +4999,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -5245,9 +5154,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -5394,9 +5300,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -5539,9 +5442,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -5707,9 +5607,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -5878,9 +5775,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -6053,9 +5947,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -6224,9 +6115,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -6384,9 +6272,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, December 10, 2005 - * *------------------------------------------------------------------------- */ static int @@ -6601,9 +6486,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Sunday, December 11, 2005 - * *------------------------------------------------------------------------- */ static int @@ -6772,9 +6654,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, December , 2005 - * *------------------------------------------------------------------------- */ static int @@ -6911,8 +6790,6 @@ error: * * Return: Non-negative on success/Negative on failure * - * Programmer: Vailin Choi; Aug 2016 - * *------------------------------------------------------------------------- */ static int @@ -6994,8 +6871,6 @@ done: * * Return: Non-negative on success/Negative on failure * - * Programmer: Vailin Choi; Aug 2016 - * *------------------------------------------------------------------------- */ static int @@ -7101,8 +6976,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: - * *------------------------------------------------------------------------- */ static int @@ -7264,9 +7137,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Tuesday, December 27, 2005 - * *------------------------------------------------------------------------- */ static int @@ -7454,9 +7324,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -7564,9 +7431,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * August 8, 2006 - * *------------------------------------------------------------------------- */ static int @@ -7723,9 +7587,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -7882,9 +7743,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, November 1, 2005 - * *------------------------------------------------------------------------- */ static int @@ -8051,9 +7909,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, November 1, 2005 - * *------------------------------------------------------------------------- */ static int @@ -8183,9 +8038,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, November 1, 2005 - * * Note: Create groups w/lots of entries in each level, so that "dense" * group form is used. * @@ -8336,9 +8188,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -8665,9 +8514,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -8823,9 +8669,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: James Laird - * Friday, June 16, 2006 - * *------------------------------------------------------------------------- */ static int @@ -8988,9 +8831,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, November 8, 2005 - * *------------------------------------------------------------------------- */ static int @@ -9115,9 +8955,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, November 8, 2005 - * *------------------------------------------------------------------------- */ static int @@ -9280,9 +9117,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Tuesday, November 8, 2005 - * *------------------------------------------------------------------------- */ static int @@ -9362,9 +9196,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Thursday, November 30, 2006 - * *------------------------------------------------------------------------- */ static int @@ -9475,9 +9306,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, February 4, 2006 - * *------------------------------------------------------------------------- */ static int @@ -9660,9 +9488,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, February 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -9836,9 +9661,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, February 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -10033,9 +9855,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, February 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -10221,9 +10040,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, February 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -10416,9 +10232,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, February 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -10616,9 +10429,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, March 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -10854,9 +10664,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Saturday, March 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -11067,9 +10874,6 @@ typedef struct cmpd_vl_t { * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Tuesday, September 29, 2009 - * *------------------------------------------------------------------------- */ static int @@ -11243,9 +11047,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Wednesdat, September 30 , 2009 - * *------------------------------------------------------------------------- */ static int @@ -11429,9 +11230,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * Sunday, December 11, 2005 - * *------------------------------------------------------------------------- */ static int @@ -11618,9 +11416,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Wednesday, March 31, 2010 - * *------------------------------------------------------------------------- */ static int @@ -11812,9 +11607,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Wednesday, March 31, 2010 - * *------------------------------------------------------------------------- */ static int @@ -12020,9 +11812,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Friday, January 20, 2012 - * *------------------------------------------------------------------------- */ static int @@ -12155,9 +11944,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Tuesday, October 11, 2011 - * *------------------------------------------------------------------------- */ static int @@ -12475,9 +12261,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Tuesday, October 11, 2011 - * *------------------------------------------------------------------------- */ static int @@ -12871,9 +12654,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Thursday, November 3, 2011 - * *------------------------------------------------------------------------- */ static int @@ -13169,9 +12949,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Thursday, November 3, 2011 - * *------------------------------------------------------------------------- */ static int @@ -13444,8 +13221,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; January 2012 - * *------------------------------------------------------------------------- */ static int @@ -13916,8 +13691,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; January 2012 - * *------------------------------------------------------------------------- */ static int @@ -14231,8 +14004,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; January 2012 - * *------------------------------------------------------------------------- */ static int @@ -14546,8 +14317,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; Dec 12, 2011 - * *------------------------------------------------------------------------- */ static int @@ -14921,8 +14690,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; January 2012 - * *------------------------------------------------------------------------- */ static int @@ -15550,8 +15317,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; January 2012 - * *------------------------------------------------------------------------- */ /* User data struct for the callback */ @@ -16021,8 +15786,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi; January 2012 - * *------------------------------------------------------------------------- */ @@ -16377,9 +16140,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Neil Fortner - * Thursday, July 12, 2012 - * *------------------------------------------------------------------------- */ static herr_t @@ -16543,9 +16303,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * March 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -16953,9 +16710,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Vailin Choi - * Feb 7, 2012 - * *------------------------------------------------------------------------- */ static int @@ -17364,9 +17118,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ int diff --git a/test/objcopy_ref.c b/test/objcopy_ref.c index 98098a8..027f30e 100644 --- a/test/objcopy_ref.c +++ b/test/objcopy_ref.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Peter X. Cao - * May 01, 2005 - * * Purpose: Test H5Ocopy() for references. */ @@ -87,9 +84,6 @@ static int compare_groups(hid_t gid, hid_t gid2, hid_t pid, int depth, unsigned * * Return: void * - * Programmer: Quincey Koziol - * Saturday, November 5, 2005 - * *------------------------------------------------------------------------- */ static void @@ -121,9 +115,6 @@ token_insert(H5O_info2_t *oinfo) * Return: Success: TRUE/FALSE * Failure: (can't fail) * - * Programmer: Quincey Koziol - * Saturday, November 5, 2005 - * *------------------------------------------------------------------------- */ static H5_ATTR_PURE hbool_t @@ -152,9 +143,6 @@ token_lookup(hid_t loc_id, H5O_info2_t *oinfo) * * Return: void * - * Programmer: Quincey Koziol - * Saturday, November 5, 2005 - * *------------------------------------------------------------------------- */ static void @@ -253,9 +241,6 @@ error: * * Return: Non-negative on success/Negative on failure * - * Programmer: Peter Cao - * Monday, March 5, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -353,9 +338,6 @@ error: * * Return: Non-negative on success/Negative on failure * - * Programmer: Peter Cao - * Friday, August 4, 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -484,9 +466,6 @@ error: * * Return: Non-negative on success/Negative on failure * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ static int @@ -554,9 +533,6 @@ done: * * Return: TRUE if attributes are equal/FALSE if they are different * - * Programmer: Peter Cao - * Saturday, December 17, 2005 - * *------------------------------------------------------------------------- */ static int @@ -714,9 +690,6 @@ error: * * Return: TRUE if objects have same attributes/FALSE if they are different * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * * Note: This isn't very general, the attributes are assumed to be * those written in test_copy_attach_attributes(). * @@ -801,9 +774,6 @@ error: * * Return: TRUE if buffer are equal/FALSE if they are different * - * Programmer: Quincey Koziol - * Monday, November 21, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1053,9 +1023,6 @@ error: * * Return: TRUE if datasets are equal/FALSE if they are different * - * Programmer: Quincey Koziol - * Tuesday, October 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1256,9 +1223,6 @@ error: * * Return: TRUE if group are equal/FALSE if they are different * - * Programmer: Quincey Koziol - * Monday, October 31, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1460,9 +1424,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Peter Cao - * March 11, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1846,9 +1807,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Peter Cao - * Friday, September 30, 2005 - * *------------------------------------------------------------------------- */ int diff --git a/test/ohdr.c b/test/ohdr.c index 8277e83..44cdbbe 100644 --- a/test/ohdr.c +++ b/test/ohdr.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Robb Matzke - * Tuesday, November 24, 1998 - */ #include "h5test.h" #include "H5CXprivate.h" /* API Contexts */ @@ -1822,9 +1819,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Robb Matzke - * Tuesday, November 24, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/page_buffer.c b/test/page_buffer.c index aed35ef..4bb8b87 100644 --- a/test/page_buffer.c +++ b/test/page_buffer.c @@ -77,9 +77,6 @@ const char *FILENAME[] = {"filepaged", NULL}; * Return: 0 if test is successful * 1 if test fails * - * Programmer: unknown - * ?? / ?? / ?? - * *------------------------------------------------------------------------- */ static unsigned @@ -217,9 +214,6 @@ error: * Return: 0 if test is successful * 1 if test fails * - * Programmer: unknown - * ?? / ?? / ?? - * *------------------------------------------------------------------------- */ static unsigned @@ -377,9 +371,6 @@ error: * Return: 0 if test is successful * 1 if test fails * - * Programmer: unknown - * ?? / ?? / ?? - * *------------------------------------------------------------------------- */ static unsigned @@ -551,9 +542,6 @@ error: * Return: 0 if test is successful * 1 if test fails * - * Programmer: unknown - * ?? / ?? / ?? - * *------------------------------------------------------------------------- */ static unsigned @@ -816,9 +804,6 @@ error: * Return: 0 if test is successful * 1 if test fails * - * Programmer: unknown - * ?? / ?? / ?? - * *------------------------------------------------------------------------- */ @@ -1058,9 +1043,6 @@ error: * Return: 0 if test is successful * 1 if test fails * - * Programmer: unknown - * ?? / ?? / ?? - * *------------------------------------------------------------------------- */ @@ -1680,9 +1662,6 @@ error: * Return: 0 if test is successful * 1 if test fails * - * Programmer: unknown - * ?? / ?? / ?? - * *------------------------------------------------------------------------- */ static unsigned @@ -1970,9 +1949,6 @@ error: * Return: 0 if test is successful * 1 if test fails * - * Programmer: John Mainzer - * 03/21/17 - * *------------------------------------------------------------------------- */ @@ -2083,9 +2059,6 @@ error: * Return: 0 if test is successful * 1 if test fails * - * Programmer: unknown - * ?? / ?? / ?? - * *------------------------------------------------------------------------- */ int diff --git a/test/reserved.c b/test/reserved.c index 2e2b431..31a6bbd 100644 --- a/test/reserved.c +++ b/test/reserved.c @@ -26,10 +26,6 @@ const char *FILENAME[] = {"rsrv_heap", "rsrv_ohdr", "rsrv_vlen", NULL}; * Return: Success: 0 * Failure: 1 * - * Programmer: James Laird - * Nat Furrer - * Friday, May 28, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -159,10 +155,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: James Laird - * Nat Furrer - * Friday, May 28, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -301,10 +293,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: James Laird - * Nat Furrer - * Thursday, July 1, 2004 - * *------------------------------------------------------------------------- */ static herr_t @@ -462,9 +450,6 @@ error: * * Failure: * - * Programmer: Nat Furrer and James Laird - * Thursday, July 1, 2004 - * *------------------------------------------------------------------------- */ int diff --git a/test/ros3.c b/test/ros3.c index 99f9f52..9a41a54 100644 --- a/test/ros3.c +++ b/test/ros3.c @@ -19,9 +19,6 @@ * at the VFL (virtual file layer) level. * * Demonstrates basic use cases and fapl/dxpl interaction. - * - * Programmer: Jacob Smith - * 2017-10-11 */ #include "h5test.h" @@ -72,9 +69,6 @@ * JSVERIFY_NOT() - long-int inequality check; prints * JSVERIFY_STR() - string equality check; prints * - * Programmer: Jacob Smith - * 2017-10-24 - * *****************************************************************************/ /*---------------------------------------------------------------------------- @@ -99,9 +93,6 @@ * * *FAILED* at somefile.c:12 in function_name()... * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSFAILED_AT() \ @@ -127,9 +118,6 @@ * Prints a generic "FAILED AT" line to stdout and jumps to `error`, * similar to `TEST_ERROR` in h5test.h * - * Programmer: Jacob Smith - * 2017-10-23 - * *---------------------------------------------------------------------------- */ #define FAIL_IF(condition) \ @@ -155,9 +143,6 @@ * However, `JSVERIFY(5, my_op(), "bad return")` may be even clearer. * (see JSVERIFY) * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #if 0 /* UNUSED */ @@ -188,9 +173,6 @@ * ! Expected 425 * ! Actual 3 * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ static inline void @@ -233,9 +215,6 @@ jserr_long(long expected, long actual, const char *reason) * !!! Actual: * not what I expected at all * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ static inline void @@ -268,9 +247,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) * (with `reason`, if not NULL; expected/actual if NULL) * and jump to `error` at end of function * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSVERIFY(expected, actual, reason) \ @@ -290,9 +266,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) * (with `reason`, if not NULL; expected/actual if NULL) * and jump to `error` at end of function * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSVERIFY_NOT(expected, actual, reason) \ @@ -312,9 +285,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) * (with `reason`, if not NULL; expected/actual if NULL) * and jump to `error` at end of function * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSVERIFY_STR(expected, actual, reason) \ @@ -332,8 +302,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) /*---------------------------------------------------------------------------- * Macro: JSVERIFY() * See: JSVERIFY documentation above. - * Programmer: Jacob Smith - * 2017-10-14 *---------------------------------------------------------------------------- */ #define JSVERIFY(actual, expected, reason) \ @@ -345,8 +313,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) /*---------------------------------------------------------------------------- * Macro: JSVERIFY_NOT() * See: JSVERIFY_NOT documentation above. - * Programmer: Jacob Smith - * 2017-10-14 *---------------------------------------------------------------------------- */ #define JSVERIFY_NOT(actual, expected, reason) \ @@ -358,8 +324,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) /*---------------------------------------------------------------------------- * Macro: JSVERIFY_STR() * See: JSVERIFY_STR documentation above. - * Programmer: Jacob Smith - * 2017-10-14 *---------------------------------------------------------------------------- */ #define JSVERIFY_STR(actual, expected, reason) \ @@ -424,9 +388,6 @@ H5FD_ros3_fapl_t anonymous_fa = {H5FD_CURR_ROS3_FAPL_T_VERSION, FALSE, "", "", " * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2017-10-23 - * *--------------------------------------------------------------------------- */ static int @@ -650,9 +611,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: John Mainzer - * 7/12/17 - * *------------------------------------------------------------------------- */ static int @@ -725,9 +683,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 1027-11-03 - * *--------------------------------------------------------------------------- */ static int @@ -955,9 +910,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2017-11-08 - * *--------------------------------------------------------------------------- */ static int @@ -1078,9 +1030,6 @@ error: * Demonstrate a not-obvious constraint by the library, preventing * file read before EoA is set * - * Programmer: Jacob Smith - * 2018-01-26 - * *----------------------------------------------------------------------------- */ static int @@ -1178,9 +1127,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2017-11-06 - * *--------------------------------------------------------------------------- */ static int @@ -1384,9 +1330,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2017-11-06 - * *--------------------------------------------------------------------------- */ static int @@ -1502,9 +1445,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2017-11-06 - * *--------------------------------------------------------------------------- */ static int @@ -1630,9 +1570,6 @@ error: * PASSED : 0 * FAILED : 1 * - * Programmer: Jacob Smith - * 2017-11-07 - * *--------------------------------------------------------------------------- */ static int @@ -1739,9 +1676,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Jacob Smith - * 2017-10-23 - * *------------------------------------------------------------------------- */ int diff --git a/test/s3comms.c b/test/s3comms.c index f3181db..7307673 100644 --- a/test/s3comms.c +++ b/test/s3comms.c @@ -14,9 +14,6 @@ * Read-Only S3 Virtual File Driver (VFD) * * Purpose: Unit tests for the S3 Communications (s3comms) module. - * - * Programmer: Jacob Smith - * 2017-10-11 */ #include "h5test.h" @@ -62,9 +59,6 @@ * JSVERIFY_NOT() - long-int inequality check; prints * JSVERIFY_STR() - string equality check; prints * - * Programmer: Jacob Smith - * 2017-10-24 - * *****************************************************************************/ /*---------------------------------------------------------------------------- @@ -89,9 +83,6 @@ * * *FAILED* at somefile.c:12 in function_name()... * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSFAILED_AT() \ @@ -117,9 +108,6 @@ * Prints a generic "FAILED AT" line to stdout and jumps to `error`, * similar to `TEST_ERROR` in h5test.h * - * Programmer: Jacob Smith - * 2017-10-23 - * *---------------------------------------------------------------------------- */ #define FAIL_IF(condition) \ @@ -145,9 +133,6 @@ * However, `JSVERIFY(5, my_op(), "bad return")` may be even clearer. * (see JSVERIFY) * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define FAIL_UNLESS(condition) \ @@ -176,9 +161,6 @@ * ! Expected 425 * ! Actual 3 * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ static inline void @@ -221,9 +203,6 @@ jserr_long(long expected, long actual, const char *reason) * !!! Actual: * not what I expected at all * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ static inline void @@ -258,9 +237,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) * (with `reason`, if not NULL; expected/actual if NULL) * and jump to `error` at end of function * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSVERIFY(expected, actual, reason) \ @@ -282,9 +258,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) * (with `reason`, if not NULL; expected/actual if NULL) * and jump to `error` at end of function * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSVERIFY_NOT(expected, actual, reason) \ @@ -305,9 +278,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) * (with `reason`, if not NULL; expected/actual if NULL) * and jump to `error` at end of function * - * Programmer: Jacob Smith - * 2017-10-24 - * *---------------------------------------------------------------------------- */ #define JSVERIFY_STR(expected, actual, reason) \ @@ -325,8 +295,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) /*---------------------------------------------------------------------------- * Macro: JSVERIFY() * See: JSVERIFY documentation above. - * Programmer: Jacob Smith - * 2017-10-14 *---------------------------------------------------------------------------- */ #define JSVERIFY(actual, expected, reason) \ @@ -340,8 +308,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) /*---------------------------------------------------------------------------- * Macro: JSVERIFY_NOT() * See: JSVERIFY_NOT documentation above. - * Programmer: Jacob Smith - * 2017-10-14 *---------------------------------------------------------------------------- */ #define JSVERIFY_NOT(actual, expected, reason) \ @@ -354,8 +320,6 @@ jserr_str(const char *expected, const char *actual, const char *reason) /*---------------------------------------------------------------------------- * Macro: JSVERIFY_STR() * See: JSVERIFY_STR documentation above. - * Programmer: Jacob Smith - * 2017-10-14 *---------------------------------------------------------------------------- */ #define JSVERIFY_STR(actual, expected, reason) \ @@ -396,9 +360,6 @@ static hbool_t s3_test_bucket_defined = FALSE; * Demonstrate that the macro `S3COMMS_FORMAT_CREDENTIAL` * performs as expected. * - * Programmer: Jacob Smith - * 2017-09-19 - * *---------------------------------------------------------------------------- */ static herr_t @@ -441,9 +402,6 @@ error: * Query strings * request "body" * - * Programmer: Jacob Smith - * 2017-10-04 - * *--------------------------------------------------------------------------- */ static herr_t @@ -613,9 +571,6 @@ error: * Success: 0 * Failure: -1 * - * Programmer: Jacob Smith - * 2017-09-14 - * *--------------------------------------------------------------------------- */ static herr_t @@ -691,9 +646,6 @@ error: * * Define and verify behavior of `H5FD_s3comms_hrb_init_request()` * - * Programmer: Jacob Smith - * 2017-09-20 - * *--------------------------------------------------------------------------- */ static herr_t @@ -813,9 +765,6 @@ error: * * Test operations on hrb_node_t structure * - * Programmer: Jacob Smith - * 2017-09-22 - * *--------------------------------------------------------------------------- */ static herr_t @@ -1203,9 +1152,6 @@ error: * * Define and verify behavior of `H5FD_s3comms_HMAC_SHA256()` * - * Programmer: Jacob Smith - * 2017-09-19 - * *--------------------------------------------------------------------------- */ static herr_t @@ -1316,9 +1262,6 @@ error: * * Define and verify behavior of `H5FD_s3comms_nlowercase()` * - * Programmer: Jacob Smith - * 2017-19-18 - * *---------------------------------------------------------------------------- */ static herr_t @@ -1389,9 +1332,6 @@ error: * * Function: test_parse_url() * - * Programmer: Jacob Smith - * 2017-11-?? - * *--------------------------------------------------------------------------- */ static herr_t @@ -1693,9 +1633,6 @@ error: * Success: 0 * Failure: -1 * - * Programmer: Jacob Smith - * 2017-09-14 - * *--------------------------------------------------------------------------- */ static herr_t @@ -1809,8 +1746,6 @@ error: /*--------------------------------------------------------------------------- * Function: test_s3r_open() * - * Programmer: Jacob Smith 2018-01-?? - * *--------------------------------------------------------------------------- */ static herr_t @@ -2012,9 +1947,6 @@ error: * * Shows most basic curl iteration. * - * Programmer: Jacob Smith - * 2017-10-06 - * *--------------------------------------------------------------------------- */ static herr_t @@ -2177,9 +2109,6 @@ error: * * More test cases would be a very good idea. * - * Programmer: Jacob Smith - * 2017-09-18 - * *--------------------------------------------------------------------------- */ static herr_t @@ -2282,9 +2211,6 @@ error: * Success: 0 * Failure: -1 * - * Programmer: Jacob Smith - * 2017-09-13 - * *--------------------------------------------------------------------------- */ static herr_t @@ -2335,9 +2261,6 @@ error: * * Define and verify behavior of `H5FD_s3comms_trim()`. * - * Programmer: Jacob Smith - * 2017-09-14 - * *---------------------------------------------------------------------------- */ static herr_t @@ -2444,9 +2367,6 @@ error: * * Define and verify behavior of `H5FD_s3comms_uriencode()`. * - * Programmer: Jacob Smith - * 2017-09-14 - * *---------------------------------------------------------------------------- */ static herr_t @@ -2567,9 +2487,6 @@ error: * Success: 0 * Failure: 1 * - * Programmer: Jacob Smith - * 2017-10-12 - * *------------------------------------------------------------------------- */ int diff --git a/test/select_io_dset.c b/test/select_io_dset.c index 29e6987..2746bcc 100644 --- a/test/select_io_dset.c +++ b/test/select_io_dset.c @@ -11,8 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: - * * Purpose: Tests selection IO for the dataset interface (H5D) */ @@ -3102,8 +3100,6 @@ test_get_no_selection_io_cause(const char *filename, hid_t fapl) * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: - * *------------------------------------------------------------------------- */ int diff --git a/test/set_extent.c b/test/set_extent.c index 910f07c..3515395 100644 --- a/test/set_extent.c +++ b/test/set_extent.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Pedro Vicente - * April 12, 2002 - * * Purpose: Tests the H5Dset_extent call */ @@ -2232,9 +2229,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * Monday, January 11, 2010 - * *------------------------------------------------------------------------- */ static int @@ -2452,9 +2446,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * Tueday, June 29, 2010 - * *------------------------------------------------------------------------- */ static int diff --git a/test/space_overflow.c b/test/space_overflow.c index d31b52d..b63f6c6 100644 --- a/test/space_overflow.c +++ b/test/space_overflow.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Monday, October 26, 1998 - * * Purpose: Create a dataset with a simple data space that has the * maximum possible number of dimensions. This program is used * to create the test file `th5s.h5' which has a data space with @@ -34,9 +31,6 @@ * * Failure: * - * Programmer: Robb Matzke - * Monday, October 26, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/stab.c b/test/stab.c index 9e0b1a4..2760cb7 100644 --- a/test/stab.c +++ b/test/stab.c @@ -10,11 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* - * Programmer: Robb Matzke - * Tuesday, November 24, 1998 - */ - #define H5G_FRIEND /*suppress error about including H5Gpkg */ /* Define this macro to indicate that the testing APIs should be available */ @@ -85,9 +80,6 @@ const char *FILENAME[] = {"stab", NULL}; * * Failure: number of errors * - * Programmer: Robb Matzke - * Tuesday, November 24, 1998 - * *------------------------------------------------------------------------- */ static int @@ -189,8 +181,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke 2002-03-28 - * *------------------------------------------------------------------------- */ static int @@ -275,10 +265,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * robb@maya.nuance.com - * Aug 29 1997 - * *------------------------------------------------------------------------- */ static int @@ -351,9 +337,6 @@ error: * * Failure: -1 * - * Programmer: Quincey Koziol - * Monday, October 17, 2005 - * *------------------------------------------------------------------------- */ static int @@ -637,9 +620,6 @@ error: * * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, October 18, 2005 - * *------------------------------------------------------------------------- */ static int @@ -803,9 +783,6 @@ error: * * Failure: -1 * - * Programmer: Quincey Koziol - * Monday, October 24, 2005 - * *------------------------------------------------------------------------- */ static int @@ -910,9 +887,6 @@ error: * * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, October 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1050,9 +1024,6 @@ error: * * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, October 25, 2005 - * *------------------------------------------------------------------------- */ static int @@ -1202,9 +1173,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Thursday, August 23, 2007 - * *------------------------------------------------------------------------- */ static int @@ -1308,9 +1276,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * Wednesday, March 18, 2009 - * *------------------------------------------------------------------------- */ static int @@ -1402,9 +1367,6 @@ error: * * Failure: non-zero * - * Programmer: Robb Matzke - * Tuesday, November 24, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/tarray.c b/test/tarray.c index 96023fc..615df7b 100644 --- a/test/tarray.c +++ b/test/tarray.c @@ -2236,9 +2236,6 @@ test_array(void) * * Return: void * - * Programmer: Quincey Koziol - * June 8, 1999 - * *------------------------------------------------------------------------- */ void diff --git a/test/tattr.c b/test/tattr.c index ab69699..f6e3a39 100644 --- a/test/tattr.c +++ b/test/tattr.c @@ -5667,9 +5667,6 @@ test_attr_corder_delete(hid_t fcpl, hid_t fapl) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, Februrary 13, 2007 - * *------------------------------------------------------------------------- */ static int @@ -6952,9 +6949,6 @@ attr_iterate1_cb(hid_t loc_id, const char *attr_name, void *_op_data) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, February 20, 2007 - * *------------------------------------------------------------------------- */ static int @@ -6972,9 +6966,6 @@ attr_iterate2_fail_cb(hid_t H5_ATTR_UNUSED group_id, const char H5_ATTR_UNUSED * * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Tuesday, February 20, 2007 - * *------------------------------------------------------------------------- */ static int @@ -7621,9 +7612,6 @@ test_attr_iterate2(hbool_t new_format, hid_t fcpl, hid_t fapl) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Wednesday, February 21, 2007 - * *------------------------------------------------------------------------- */ static int @@ -7971,9 +7959,6 @@ test_attr_open_by_idx(hbool_t new_format, hid_t fcpl, hid_t fapl) * Return: Success: 0 * Failure: -1 * - * Programmer: Quincey Koziol - * Wednesday, February 21, 2007 - * *------------------------------------------------------------------------- */ static int @@ -11652,9 +11637,6 @@ test_attr(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 - * *------------------------------------------------------------------------- */ void diff --git a/test/tcheck_version.c b/test/tcheck_version.c index 0065c06..8b2dbd4 100644 --- a/test/tcheck_version.c +++ b/test/tcheck_version.c @@ -19,9 +19,6 @@ * if it will indeed issue the warning message and aborts. With environment * variable $HDF5_DISABLE_VERSION_CHECK sets to 1, it should issue warnings * but no abort. If it is 2, no warning or abort. - * - * Programmer: Albert Cheng - * September 20, 2009 */ #include "h5test.h" diff --git a/test/tchecksum.c b/test/tchecksum.c index e1c2a1a..62db33c 100644 --- a/test/tchecksum.c +++ b/test/tchecksum.c @@ -13,8 +13,6 @@ /*------------------------------------------------------------------------- * * Created: tchecksum.c - * Aug 21 2006 - * Quincey Koziol * * Purpose: Test internal checksum routine(s) * @@ -239,9 +237,6 @@ test_checksum(void) * * Return: none * - * Programmer: Quincey Koziol - * August 21, 2006 - * *------------------------------------------------------------------------- */ void diff --git a/test/tconfig.c b/test/tconfig.c index ec6bb2c..7ab442e 100644 --- a/test/tconfig.c +++ b/test/tconfig.c @@ -51,9 +51,6 @@ void test_exit_definitions(void); * * Return: none (error is fed back via global variable num_errs) * - * Programmer: Albert Cheng - * September 25, 2001 - * *------------------------------------------------------------------------- */ void @@ -72,9 +69,6 @@ test_configure(void) * * Return: none * - * Programmer: Albert Cheng - * September 25, 2001 - * *------------------------------------------------------------------------- */ void @@ -90,9 +84,6 @@ cleanup_configure(void) * * Return: none (error is fed back via global variable num_errs) * - * Programmer: Albert Cheng - * September 25, 2001 - * *------------------------------------------------------------------------- */ void @@ -174,9 +165,6 @@ test_config_ctypes(void) * * Return: none (error is fed back via global variable num_errs) * - * Programmer: Albert Cheng - * October 12, 2009 - * *------------------------------------------------------------------------- */ void diff --git a/test/tcoords.c b/test/tcoords.c index 88931fc..bacff03 100644 --- a/test/tcoords.c +++ b/test/tcoords.c @@ -710,9 +710,6 @@ test_coords(void) * * Return: none * - * Programmer: Raymond Lu - * 20 Dec. 2007 - * *------------------------------------------------------------------------- */ void diff --git a/test/test_check_version.sh.in b/test/test_check_version.sh.in index 0889f74..c08536d 100644 --- a/test/test_check_version.sh.in +++ b/test/test_check_version.sh.in @@ -13,8 +13,6 @@ # # Tests for the H5check_version function. # -# Programmer: Albert Cheng -# Sep 28, 2009 srcdir=@srcdir@ diff --git a/test/test_flush_refresh.sh.in b/test/test_flush_refresh.sh.in index adbba4f..ff24913 100644 --- a/test/test_flush_refresh.sh.in +++ b/test/test_flush_refresh.sh.in @@ -22,9 +22,6 @@ # and doing the verification that individual objects are being # correctly flushed). # -# Programmer: -# Mike McGreevy -# Tuesday, July 20, 2010 ############################################################################### ## test variables diff --git a/test/test_libinfo.sh.in b/test/test_libinfo.sh.in index 601992f..b016a61 100644 --- a/test/test_libinfo.sh.in +++ b/test/test_libinfo.sh.in @@ -21,8 +21,6 @@ # verify an executable indeed contains an exact copy of the content of the # libhdf5.settings file. # -# Programmer: Albert Cheng -# Sep 18, 2009 srcdir=@srcdir@ diff --git a/test/test_mirror.sh.in b/test/test_mirror.sh.in index fbc7ede..ec77730 100644 --- a/test/test_mirror.sh.in +++ b/test/test_mirror.sh.in @@ -12,8 +12,6 @@ # # Tests for the Mirror VFD feature. # -# Created: -# Jacob Smith, 2019-12-30 ############################################################################### ## test parameters diff --git a/test/test_use_cases.sh.in b/test/test_use_cases.sh.in index fd30afd..f1d7ec5 100644 --- a/test/test_use_cases.sh.in +++ b/test/test_use_cases.sh.in @@ -12,10 +12,6 @@ # # Tests the use cases of swmr features. # -# Created: -# Albert Cheng, 2013/06/01. -# Modified: -# # This is work in progress. # For now, it shows how to run the test cases programs. It only verifies the diff --git a/test/test_vds_swmr.sh.in b/test/test_vds_swmr.sh.in index 6cdecca..8eae3ed 100644 --- a/test/test_vds_swmr.sh.in +++ b/test/test_vds_swmr.sh.in @@ -11,9 +11,6 @@ # help@hdfgroup.org. # # Tests for the swmr feature using virtual datasets. -# -# Created: -# Dana Robinson, November 2015 srcdir=@srcdir@ utils_testdir=@abs_top_builddir@/@H5_UTILS_TEST_BUILDDIR@ diff --git a/test/testframe.c b/test/testframe.c index 1583c60..5f8fbd4 100644 --- a/test/testframe.c +++ b/test/testframe.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol - * Tuesday, January 6, 2004 - * * Purpose: Provides support functions for the testing framework. * */ @@ -151,9 +148,6 @@ TestInit(const char *ProgName, void (*private_usage)(void), int (*private_parser /* * Print test usage. * First print the common test options, then the extra options if provided. - * - * Modification: - * 2004/08/18 Albert Cheng. Add TestPrivateUsage feature. */ void TestUsage(void) @@ -211,9 +205,6 @@ TestInfo(const char *ProgName) * * Return: Void * exit EXIT_FAILURE if error is encountered. - * - * Modification: - * 2004/08/18 Albert Cheng. Add extra_parse feature. */ void TestParseCmdLine(int argc, char *argv[]) diff --git a/test/tfile.c b/test/tfile.c index 66ae7d7..303d8de 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -3213,8 +3213,6 @@ cal_chksum(const char *file, uint32_t *chksum) ** the superblock is used), this test is changed to use checksum ** instead of timestamp to verify the file is not changed. ** -** Programmer: Vailin Choi; July 2013 -** *****************************************************************/ static void test_rw_noupdate(void) @@ -3260,9 +3258,6 @@ test_rw_noupdate(void) ** test_userblock_alignment_helper1(): helper routine for ** test_userblock_alignment() test, to handle common testing ** -** Programmer: Quincey Koziol -** Septmber 10, 2009 -** *****************************************************************/ static int test_userblock_alignment_helper1(hid_t fcpl, hid_t fapl) @@ -3321,9 +3316,6 @@ test_userblock_alignment_helper1(hid_t fcpl, hid_t fapl) ** test_userblock_alignment_helper2(): helper routine for ** test_userblock_alignment() test, to handle common testing ** -** Programmer: Quincey Koziol -** Septmber 10, 2009 -** *****************************************************************/ static int test_userblock_alignment_helper2(hid_t fapl, hbool_t open_rw) @@ -3390,9 +3382,6 @@ test_userblock_alignment_helper2(hid_t fapl, hbool_t open_rw) ** This test checks to ensure that files with both a userblock and a ** object [allocation] alignment size set interact properly. ** -** Programmer: Quincey Koziol -** Septmber 8, 2009 -** *****************************************************************/ static void test_userblock_alignment(const char *env_h5_drvr) @@ -3613,8 +3602,6 @@ test_userblock_alignment(const char *env_h5_drvr) ** -- alignment via H5Pset_alignment ** -- alignment via paged aggregation ** -** Programmer: Vailin Choi; March 2013 -** *****************************************************************/ static void test_userblock_alignment_paged(const char *env_h5_drvr) @@ -8222,9 +8209,6 @@ test_file(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 - * *------------------------------------------------------------------------- */ void diff --git a/test/tgenprop.c b/test/tgenprop.c index 51ca79a..5b249d4 100644 --- a/test/tgenprop.c +++ b/test/tgenprop.c @@ -2185,9 +2185,6 @@ test_genprop(void) * * Return: none * - * Programmer: Quincey Koziol - * June 8, 1999 - * *------------------------------------------------------------------------- */ void diff --git a/test/th5o.c b/test/th5o.c index 9568a4c..e22f5ba 100644 --- a/test/th5o.c +++ b/test/th5o.c @@ -1857,9 +1857,6 @@ test_h5o(void) * * Return: none * - * Programmer: James Laird - * June 3, 2006 - * *------------------------------------------------------------------------- */ void diff --git a/test/th5s.c b/test/th5s.c index 60aeb2c..f2c72ca 100644 --- a/test/th5s.c +++ b/test/th5s.c @@ -3504,9 +3504,6 @@ test_h5s(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 - * *------------------------------------------------------------------------- */ void diff --git a/test/timer.c b/test/timer.c index 7231534..9d92d0d 100644 --- a/test/timer.c +++ b/test/timer.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Dana Robinson - * May, 2011 - * * Purpose: Tests the operation of the platform-independent timers. */ @@ -27,9 +24,6 @@ * Return: Success: 0 * Failure: -1 * - * Programmer: Dana Robinson - * May 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -114,9 +108,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Dana Robinson - * May 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -182,9 +173,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Dana Robinson - * May 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -368,9 +356,6 @@ error: * Return: Success: 0 * Failure: 1 * - * Programmer: Dana Robinson - * May, 2011 - * *------------------------------------------------------------------------- */ int diff --git a/test/titerate.c b/test/titerate.c index 5fedef8..3ca8a74 100644 --- a/test/titerate.c +++ b/test/titerate.c @@ -1203,9 +1203,6 @@ test_iterate(void) * * Return: none * - * Programmer: Quincey Koziol - * April 5, 2000 - * *------------------------------------------------------------------------- */ void diff --git a/test/tmeta.c b/test/tmeta.c index 57a9e0d..f27084c 100644 --- a/test/tmeta.c +++ b/test/tmeta.c @@ -118,9 +118,6 @@ test_metadata(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 - * *------------------------------------------------------------------------- */ void diff --git a/test/tmisc.c b/test/tmisc.c index 0042c65..f5f2e67 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -6180,8 +6180,6 @@ test_misc(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 *------------------------------------------------------------------------- */ void diff --git a/test/trefer.c b/test/trefer.c index bc005bd..199436a 100644 --- a/test/trefer.c +++ b/test/trefer.c @@ -3608,9 +3608,6 @@ test_reference(void) * * Return: none * - * Programmer: Quincey Koziol - * September 8, 1998 - * *------------------------------------------------------------------------- */ void diff --git a/test/trefer_deprec.c b/test/trefer_deprec.c index 3bc3ff3..92f7482 100644 --- a/test/trefer_deprec.c +++ b/test/trefer_deprec.c @@ -1850,9 +1850,6 @@ test_reference_deprec(void) * * Return: none * - * Programmer: Quincey Koziol - * September 8, 1998 - * *------------------------------------------------------------------------- */ void diff --git a/test/trefstr.c b/test/trefstr.c index e556c3c..1895fb6 100644 --- a/test/trefstr.c +++ b/test/trefstr.c @@ -22,12 +22,6 @@ BUGS/LIMITATIONS EXPORTED ROUTINES - - AUTHOR - Quincey Koziol - - MODIFICATION HISTORY - 12/17/02 - Started coding */ #include "testhdf5.h" diff --git a/test/tselect.c b/test/tselect.c index 70c9d6a..f57735f 100644 --- a/test/tselect.c +++ b/test/tselect.c @@ -16255,9 +16255,6 @@ test_select(void) * * Return: none * - * Programmer: Albert Cheng - * July 2, 1998 - * *------------------------------------------------------------------------- */ void diff --git a/test/tskiplist.c b/test/tskiplist.c index 0b8c1f6..4962541 100644 --- a/test/tskiplist.c +++ b/test/tskiplist.c @@ -21,11 +21,6 @@ EXPORTED ROUTINES - AUTHOR - Quincey Koziol - - MODIFICATION HISTORY - 11/15/04 - Started coding */ #include "testhdf5.h" diff --git a/test/tsohm.c b/test/tsohm.c index 2e82d51..6d6946d 100644 --- a/test/tsohm.c +++ b/test/tsohm.c @@ -411,9 +411,6 @@ test_sohm_fcpl_errors(void) * Return: Success: datatype ID (should be closed by calling function) * Failure: negative * - * Programmer: James Laird - * Saturday, August 26, 2006 - * *------------------------------------------------------------------------- */ static hid_t @@ -477,9 +474,6 @@ error: * Return: Success: datatype ID (should be closed by calling function) * Failure: negative * - * Programmer: James Laird - * Saturday, August 26, 2006 - * *------------------------------------------------------------------------- */ static hid_t @@ -550,9 +544,6 @@ error: * Return: Success: new hid_t for the file * Failure: Negative * - * Programmer: James Laird - * Wednesday, October 4, 2006 - * *------------------------------------------------------------------------- */ static hid_t @@ -581,9 +572,6 @@ error: * Return: Success: file ID (may not be the same one passed in) * Failure: H5I_INVALID_HID * - * Programmer: James Laird - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static hid_t @@ -604,8 +592,6 @@ size1_helper(hid_t file, const char *filename, hid_t fapl_id, hbool_t test_file_ * Reads the dataset and verifies that [a subset of] the data * are as expected. * - * Programmer: Jacob Smith - * 2018 November 1 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #define TSOHM_S1H_VERIFY_DATA(dset_id, dtype_id) \ @@ -760,8 +746,6 @@ error: * Object header information from the "first" dataset in the file * is stored in pointer `oinfo`. * - * Programmer: Jacob Smith - * 2018 November 1 *---------------------------------------------------------------------------- */ static h5_stat_size_t @@ -795,9 +779,6 @@ getsize_testsize1(const char *filename, hid_t fcpl_id, hid_t fapl_id, hbool_t te * * Purpose: Tests shared object header messages with a large datatype * - * Programmer: James Laird - * Monday, April 10, 2006 - * *------------------------------------------------------------------------- */ static void @@ -982,9 +963,6 @@ test_sohm_size1(void) * Uses "size1_helper" for file setup directed to a specific * file handle. * - * Programmer: Jacob Smith - * 2018 November 1 - * *--------------------------------------------------------------------------- */ #if 0 /* TODO: REVEALS BUG TO BE FIXED - SEE JIRA HDFFV-10645 */ @@ -1090,9 +1068,6 @@ test_sohm_size_consistency_open_create(void) * Tests committed and non-committed datatypes. * Tests attribute access through `H5Aopen()`. * - * Programmer: James Laird - * Thursday, November 30, 2006 - * *------------------------------------------------------------------------- */ static void @@ -1199,9 +1174,6 @@ sohm_attr_helper(hid_t fcpl_id) * * Test permutations of this. * - * Programmer: James Laird - * Thursday, November 30, 2006 - * *------------------------------------------------------------------------- */ static void @@ -1379,9 +1351,6 @@ test_sohm_attrs(void) * same property list used as dcpl1_id in the size2 helper * function. This ensures that the filters can be read. * - * Programmer: James Laird - * Wednesday, November 22, 2006 - * *------------------------------------------------------------------------- */ static void @@ -1441,9 +1410,6 @@ size2_verify_plist1(hid_t plist) * same property list used as dcpl2_id in the size2 helper * function. This ensures that the filters can be read. * - * Programmer: James Laird - * Wednesday, November 22, 2006 - * *------------------------------------------------------------------------- */ static void @@ -1514,9 +1480,6 @@ size2_verify_plist2(hid_t plist) * size2_helper_struct (which holds the various sizes for a * given file during the size2_helper function). * - * Programmer: James Laird - * Friday, January 26, 2007 - * *------------------------------------------------------------------------- */ static void @@ -1556,9 +1519,6 @@ size2_dump_struct(const char *name, size2_helper_struct *sizes) * Doesn't close the property list. Prints an error message * if there's a failure, but doesn't alter its return value. * - * Programmer: James Laird - * Friday, November 17, 2006 - * *------------------------------------------------------------------------- */ static int @@ -1928,9 +1888,6 @@ size2_helper(hid_t fcpl_id, int test_file_closing, size2_helper_struct *ret_size * file FILENAME actually has the structure that size2_helper * should have created. * - * Programmer: James Laird - * Friday, November 17, 2006 - * *------------------------------------------------------------------------- */ static void @@ -2133,10 +2090,6 @@ size2_verify(void) * file at various points. Once all of the files have been * generated, the test compares the measured sizes of the files. * - * - * Programmer: James Laird - * Friday, November 17, 2006 - * *------------------------------------------------------------------------- */ static void @@ -2713,9 +2666,6 @@ test_sohm_size2(int close_reopen) * Purpose: Creates a dataset and attribute in file FILE_ID using value X * in the DSPACE_ID and DCPL_ID arrays. * - * Programmer: James Laird - * Tuesday, December 19, 2006 - * *------------------------------------------------------------------------- */ static void @@ -2750,9 +2700,6 @@ delete_helper_write(hid_t file_id, hid_t *dspace_id, hid_t *dcpl_id, int x) * Purpose: Checks the value of the dataset and attribute created by * delete_helper_write. * - * Programmer: James Laird - * Tuesday, December 19, 2006 - * *------------------------------------------------------------------------- */ static void @@ -2797,9 +2744,6 @@ delete_helper_read(hid_t file_id, hid_t *dspace_id, int x) * and property lists with filter pipelines used to create the * messages. * - * Programmer: James Laird - * Tuesday, December 19, 2006 - * *------------------------------------------------------------------------- */ static void @@ -2879,9 +2823,6 @@ delete_helper(hid_t fcpl_id, hid_t *dspace_id, hid_t *dcpl_id) * Also checks that indexes convert from B-trees back into * lists. * - * Programmer: James Laird - * Tuesday, December 19, 2006 - * *------------------------------------------------------------------------- */ static void @@ -3017,9 +2958,6 @@ test_sohm_delete(void) * then creates datasets and deletes them. * Done in two passes: once with one dataset, once with two. * - * Programmer: James Laird - * Wednesday, January 3, 2007 - * *------------------------------------------------------------------------- */ static int @@ -3116,9 +3054,6 @@ verify_dset_create_and_delete_does_not_grow_file(hid_t fcpl_id) * Purpose: Verifies that creation and deletion of datasets with shared * message headers will not increase file size. * - * Programmer: James Laird - * Wednesday, January 3, 2007 - * *------------------------------------------------------------------------- */ static void @@ -3194,9 +3129,6 @@ test_sohm_delete_revert(void) * be opened (that shared messages were created or not and * were shared in the right file). * - * Programmer: James Laird - * Friday, December 22, 2006 - * *------------------------------------------------------------------------- */ static void @@ -3260,9 +3192,6 @@ verify_dset_create_and_open_through_extlink_with_sohm(hid_t src_fcpl_id, hid_t d * Purpose: Test creating SOHMs through external links (to make sure that * they're created in the correct file). * - * Programmer: James Laird - * Friday, December 22, 2006 - * *------------------------------------------------------------------------- */ static void @@ -3306,9 +3235,6 @@ test_sohm_extlink(void) * If close_reopen is TRUE, closes and reopens the file to * ensure that data is correctly written to disk. * - * Programmer: James Laird - * Wednesday, January 10, 2007 - * *------------------------------------------------------------------------- */ static int @@ -3336,8 +3262,6 @@ verify_dataset_extension(hid_t fcpl_id, hbool_t close_reopen) * Purpose: Encapsulate a common pattern * Open, read-verify, and close the dataspaces for datasets 1-3 * - * Programmer: Jacob Smith - * 2018 November 5 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #define TSOHM_VDE_VERIFY_SPACES(dims) \ @@ -3387,8 +3311,6 @@ verify_dataset_extension(hid_t fcpl_id, hbool_t close_reopen) * + if n > 2 then include "dataset3" (dset_id3) * + file (file_id) * - * Programmer: Jacob Smith - * 2018 November 5 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #define TSOHM_VDE_CLOSE_REOPEN_FILE_AND_DSETS(n) \ @@ -3571,9 +3493,6 @@ verify_dataset_extension(hid_t fcpl_id, hbool_t close_reopen) * dataspace will change, possibly confusing the shared message * code. * - * Programmer: James Laird - * Wednesday, January 10, 2007 - * *------------------------------------------------------------------------- */ static void @@ -3651,9 +3570,6 @@ test_sohm_extend_dset(void) * second file using the same datatype actually save it in * the file, too. * - * Programmer: Raymond Lu - * 13 October, 2008 - * *------------------------------------------------------------------------- */ static void @@ -3842,9 +3758,6 @@ test_sohm(void) * * Return: none * - * Programmer: James Laird - * October 9, 2006 - * *------------------------------------------------------------------------- */ void diff --git a/test/ttime.c b/test/ttime.c index bd31873..4a77e18 100644 --- a/test/ttime.c +++ b/test/ttime.c @@ -217,9 +217,6 @@ test_time(void) * * Return: none * - * Programmer: Quincey Koziol - * October 19, 2000 - * *------------------------------------------------------------------------- */ void diff --git a/test/ttsafe_acreate.c b/test/ttsafe_acreate.c index 84105e8..84e5c6b 100644 --- a/test/ttsafe_acreate.c +++ b/test/ttsafe_acreate.c @@ -25,9 +25,6 @@ * dataset), there is a small chance that consecutive reads occur * before a write to that shared variable. * - * Created: Oct 5 1999 - * Programmer: Chee Wai LEE - * ********************************************************************/ #include "ttsafe.h" diff --git a/test/ttsafe_cancel.c b/test/ttsafe_cancel.c index 22e2cb3..755df30 100644 --- a/test/ttsafe_cancel.c +++ b/test/ttsafe_cancel.c @@ -26,9 +26,6 @@ * Temporary files generated: * ttsafe_cancel.h5 * - * Created: May 15 2000 - * Programmer: Chee Wai LEE - * ********************************************************************/ #include "ttsafe.h" diff --git a/test/ttsafe_dcreate.c b/test/ttsafe_dcreate.c index bff63fc..42c3f6c 100644 --- a/test/ttsafe_dcreate.c +++ b/test/ttsafe_dcreate.c @@ -22,9 +22,6 @@ * Temporary files generated: * ttsafe_dcreate.h5 * - * Created: Apr 28 2000 - * Programmer: Chee Wai LEE - * ********************************************************************/ #include "ttsafe.h" diff --git a/test/ttsafe_error.c b/test/ttsafe_error.c index 5cc408b..560a7e1 100644 --- a/test/ttsafe_error.c +++ b/test/ttsafe_error.c @@ -24,9 +24,6 @@ * * ttsafe_error.h5 * - * Created: Apr 28 2000 - * Programmer: Chee Wai LEE - * ********************************************************************/ #include "ttsafe.h" diff --git a/test/tvlstr.c b/test/tvlstr.c index 5b76a63..90d05d5 100644 --- a/test/tvlstr.c +++ b/test/tvlstr.c @@ -992,9 +992,6 @@ test_vlstrings(void) * * Return: none * - * Programmer: Quincey Koziol - * September 10, 1999 - * *------------------------------------------------------------------------- */ void diff --git a/test/tvltypes.c b/test/tvltypes.c index 0a1f872..8da277b 100644 --- a/test/tvltypes.c +++ b/test/tvltypes.c @@ -3251,9 +3251,6 @@ test_vltypes(void) * * Return: none * - * Programmer: Quincey Koziol - * June 8, 1999 - * *------------------------------------------------------------------------- */ void diff --git a/test/twriteorder.c b/test/twriteorder.c index 2a1f880..a6d2a45 100644 --- a/test/twriteorder.c +++ b/test/twriteorder.c @@ -24,7 +24,6 @@ * write operation has returned success, all reads issued afterward should * get the same data the write has written. * - * Created: Albert Cheng, 2013/8/28. *************************************************************/ /*********************************************************** diff --git a/test/unlink.c b/test/unlink.c index ceb9024..fd9c2bd 100644 --- a/test/unlink.c +++ b/test/unlink.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Friday, September 25, 1998 - * * Purpose: Test unlinking operations. */ @@ -75,9 +72,6 @@ const char *FILENAME[] = {"unlink", "new_move_a", "new_move_b", * * Failure: number of errors * - * Programmer: Robb Matzke - * Friday, September 25, 1998 - * *------------------------------------------------------------------------- */ static int @@ -150,9 +144,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Friday, September 25, 1998 - * *------------------------------------------------------------------------- */ static int @@ -257,9 +248,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Friday, September 25, 1998 - * *------------------------------------------------------------------------- */ static int @@ -302,9 +290,6 @@ error: * * Failure: number of errors * - * Programmer: Robb Matzke - * Friday, September 25, 1998 - * *------------------------------------------------------------------------- */ static int @@ -366,9 +351,6 @@ error: * * Failure: number of errors * - * Programmer: Raymond Lu - * Thursday, April 25, 2002 - * *------------------------------------------------------------------------- */ static int @@ -467,9 +449,6 @@ error: * * Failure: number of errors * - * Programmer: Raymond Lu - * Thursday, April 25, 2002 - * *------------------------------------------------------------------------- */ static int @@ -527,9 +506,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Saturday, March 22, 2003 - * *------------------------------------------------------------------------- */ static int @@ -1465,9 +1441,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Friday, April 11, 2003 - * *------------------------------------------------------------------------- */ static int @@ -1529,9 +1502,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Saturday, August 16, 2003 - * *------------------------------------------------------------------------- */ static int @@ -1608,9 +1578,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Saturday, August 16, 2003 - * *------------------------------------------------------------------------- */ static int @@ -1719,9 +1686,6 @@ delete_node(hid_t pid, hid_t id) * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, January 19, 2004 - * *------------------------------------------------------------------------- */ static int @@ -1806,9 +1770,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, January 19, 2004 - * *------------------------------------------------------------------------- */ static int @@ -1896,9 +1857,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, January 19, 2004 - * *------------------------------------------------------------------------- */ static int @@ -2272,9 +2230,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Wednesday, July 14, 2004 - * *------------------------------------------------------------------------- */ static int @@ -2355,9 +2310,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: James Laird - * Wednesday, July 28, 2004 - * *------------------------------------------------------------------------- */ static int @@ -2435,9 +2387,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: James Laird - * Wednesday, July 28, 2004 - * *------------------------------------------------------------------------- */ static int @@ -2512,9 +2461,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Monday, September 27, 2004 - * *------------------------------------------------------------------------- */ static int @@ -2610,9 +2556,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Wednesday, January 18, 2006 - * *------------------------------------------------------------------------- */ static int @@ -2771,9 +2714,6 @@ error: * Return: Success: 0 * Failure: number of errors * - * Programmer: Quincey Koziol - * Wednesday, January 18, 2006 - * *------------------------------------------------------------------------- */ static int @@ -2948,9 +2888,6 @@ error: * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: Robb Matzke - * Friday, September 25, 1998 - * *------------------------------------------------------------------------- */ int diff --git a/test/unregister.c b/test/unregister.c index 2d2bc41..aca5f1f 100644 --- a/test/unregister.c +++ b/test/unregister.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * 24 April 2013 - * * Purpose: Tests H5Zunregister function */ #include "h5test.h" diff --git a/test/use_append_chunk.c b/test/use_append_chunk.c index 88cc646..5b54e9b 100644 --- a/test/use_append_chunk.c +++ b/test/use_append_chunk.c @@ -56,8 +56,6 @@ * o The Reader will see all new data written by Writer. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Created: Albert Cheng, 2013/5/28 */ - #include "h5test.h" /* This test uses many POSIX things that are not available on diff --git a/test/use_append_chunk_mirror.c b/test/use_append_chunk_mirror.c index e54e978..80ba2aa 100644 --- a/test/use_append_chunk_mirror.c +++ b/test/use_append_chunk_mirror.c @@ -86,8 +86,6 @@ * o The Reader will see all new data written by Writer. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Created: Jacob Smith, 2019 */ - #include "use.h" /* This test uses many POSIX things that are not available on diff --git a/test/use_append_mchunks.c b/test/use_append_mchunks.c index 9f39455..e09e222 100644 --- a/test/use_append_mchunks.c +++ b/test/use_append_mchunks.c @@ -48,8 +48,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Created: Albert Cheng, 2013/6/1 */ - #include "h5test.h" /* This test uses many POSIX things that are not available on @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Neil Fortner - * Monday, February 16, 2015 - * * Purpose: Tests datasets with virtual layout. */ #include "h5test.h" diff --git a/test/vds_env.c b/test/vds_env.c index caf5ffa..a48a872 100644 --- a/test/vds_env.c +++ b/test/vds_env.c @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Neil Fortner - * Monday, February 16, 2015 - * * Purpose: Tests datasets with virtual layout. */ #include "h5test.h" @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * Tuesday, Sept 24, 2002 - * * Purpose: Tests the basic features of Virtual File Drivers */ @@ -187,9 +184,6 @@ static herr_t H5FD__ctl_test_vfd_ctl(H5FD_t *_file, uint64_t op_code, uint64_t * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * Tuesday, Sept 24, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -302,9 +296,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * Tuesday, Sept 24, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -694,9 +685,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * Wednesday, 20 September 2006 - * *------------------------------------------------------------------------- */ static herr_t @@ -923,9 +911,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * Thursday, May 19, 2005 - * *------------------------------------------------------------------------- */ /* Disable warning for "format not a string literal" here -QAK */ @@ -1008,9 +993,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral") * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * Tuesday, Sept 24, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -1214,9 +1196,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * June 3, 2005 - * *------------------------------------------------------------------------- */ /* Disable warning for "format not a string literal" here -QAK */ @@ -1320,9 +1299,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral") * * Return: SUCCEED/FAIL * - * Programmer: Jacob Smith - * 21 May 2019 - * *------------------------------------------------------------------------- */ static herr_t @@ -1440,9 +1416,6 @@ error: * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * Thursday, May 19, 2005 - * *------------------------------------------------------------------------- */ /* Disable warning for "format not a string literal" here -QAK */ @@ -1480,9 +1453,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral") * * Return: SUCCEED/FAIL * - * Programmer: Raymond Lu - * Tuesday, Sept 24, 2002 - * *------------------------------------------------------------------------- */ static herr_t @@ -1739,9 +1709,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Raymond Lu - * 21 June 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -1924,9 +1891,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Dana Robinson - * Tuesday, March 22, 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -2050,9 +2014,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Dana Robinson - * Tuesday, March 22, 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -2157,9 +2118,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Dana Robinson - * Tuesday, March 22, 2011 - * *------------------------------------------------------------------------- */ static herr_t @@ -2289,9 +2247,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: John Mainzer - * 7/12/17 - * *------------------------------------------------------------------------- */ static herr_t @@ -3485,8 +3440,6 @@ error: * * Return: void. * - * Programmer: JRM -- 6/20/20 - * *****************************************************************************/ static void setup_rand(void) @@ -4040,9 +3993,6 @@ error: * Return: Return TRUE if successful, and FALSE if any errors * are encountered. * - * Programmer: John Mainzer - * 6/21/20 - * *------------------------------------------------------------------------- */ @@ -4142,9 +4092,6 @@ test_vector_io__setup_v(uint32_t count, H5FD_mem_t types[], haddr_t addrs[], siz * Return: Return TRUE if successful, and FALSE if any errors * are encountered. * - * Programmer: John Mainzer - * 3/10/21 - * *------------------------------------------------------------------------- */ @@ -4275,9 +4222,6 @@ test_vector_io__setup_fixed_size_v(uint32_t count, H5FD_mem_t types[], haddr_t a * Return: Return TRUE if successful, and FALSE if any errors * are encountered. * - * Programmer: John Mainzer - * 6/21/20 - * *------------------------------------------------------------------------- */ @@ -4326,9 +4270,6 @@ test_vector_io__read_v_indiv(H5FD_t *lf, uint32_t count, H5FD_mem_t types[], had * Return: Return TRUE if successful, and FALSE if any errors * are encountered. * - * Programmer: John Mainzer - * 6/21/20 - * *------------------------------------------------------------------------- */ @@ -4375,9 +4316,6 @@ test_vector_io__write_v_indiv(H5FD_t *lf, uint32_t count, H5FD_mem_t types[], ha * Return: TRUE if the read and write vectors are identical, and * FALSE otherwise. * - * Programmer: John Mainzer - * 6/21/20 - * *------------------------------------------------------------------------- */ @@ -4444,9 +4382,6 @@ test_vector_io__verify_v(uint32_t count, H5FD_mem_t types[], size_t sizes[], con * * Return: void. * - * Programmer: John Mainzer - * 6/21/20 - * *------------------------------------------------------------------------- */ @@ -4518,9 +4453,6 @@ test_vector_io__dump_test_vectors(uint32_t count, H5FD_mem_t types[], haddr_t ad * Return: Success: 0 * Failure: -1 * - * Programmer: John Mainzer - * 6/20/20 - * *------------------------------------------------------------------------- */ #define VECTOR_LEN 16 @@ -5003,9 +4935,6 @@ error: * Return: Success: TRUE * Failure: FALSE * - * Programmer: Neil Fortner - * 7/1/21 - * *------------------------------------------------------------------------- */ static herr_t @@ -5077,9 +5006,6 @@ error: * Return: Success: 0 * Failure: -1 * - * Programmer: Neil Fortner - * 7/1/21 - * *------------------------------------------------------------------------- */ static herr_t |