diff options
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff_attr.c | 9 | ||||
-rw-r--r-- | tools/lib/h5tools.h | 3 | ||||
-rw-r--r-- | tools/lib/h5tools_dump.c | 8 | ||||
-rw-r--r-- | tools/lib/h5tools_ref.c | 16 | ||||
-rw-r--r-- | tools/lib/h5tools_str.c | 19 | ||||
-rw-r--r-- | tools/lib/h5tools_str.h | 4 | ||||
-rw-r--r-- | tools/lib/h5tools_utils.c | 6 | ||||
-rw-r--r-- | tools/lib/h5tools_utils.h | 3 | ||||
-rw-r--r-- | tools/lib/io_timer.c | 7 |
9 files changed, 0 insertions, 75 deletions
diff --git a/tools/lib/h5diff_attr.c b/tools/lib/h5diff_attr.c index be70afd..0c377af 100644 --- a/tools/lib/h5diff_attr.c +++ b/tools/lib/h5diff_attr.c @@ -38,9 +38,6 @@ typedef struct table_attrs_t { * Parameter: * - tbl [OUT] * - * Programmer: Jonathan Kim - * - * Date: March 15, 2011 *------------------------------------------------------------------------*/ static void table_attrs_init(table_attrs_t **tbl) @@ -64,9 +61,6 @@ table_attrs_init(table_attrs_t **tbl) * Parameter: * - table [IN] * - * Programmer: Jonathan Kim - * - * Date: March 15, 2011 *------------------------------------------------------------------------*/ static void table_attrs_free(table_attrs_t *table) @@ -98,9 +92,6 @@ table_attrs_free(table_attrs_t *table) * - name [IN] : attribute name * - table [OUT] * - * Programmer: Jonathan Kim - * - * Date: March 15, 2011 *------------------------------------------------------------------------*/ static void table_attr_mark_exist(const unsigned *exist, char *name, table_attrs_t *table) diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index bbe9554..708e00d 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Robb Matzke - * Thursday, July 23, 1998 - * * Purpose: Support functions for the various tools. */ #ifndef H5TOOLS_H diff --git a/tools/lib/h5tools_dump.c b/tools/lib/h5tools_dump.c index df91842..4840def 100644 --- a/tools/lib/h5tools_dump.c +++ b/tools/lib/h5tools_dump.c @@ -230,8 +230,6 @@ h5tools_dump_init(void) * END_OF_DATA). * Return: Success: SUCCEED * Failure: FAIL - * Programmer: - * Robb Matzke, Monday, April 26, 1999 * *------------------------------------------------------------------------- */ @@ -1533,12 +1531,6 @@ h5tools_display_simple_subset(FILE *stream, const h5tool_format_t *info, h5tools * Return: * On success, return SUCCEED. Otherwise, the function returns FAIL. * - * Original programmer: - * Bill Wendling, Wednesday, March 07, 2001 - * - * Rewritten with modified algorithm by: - * Pedro Vicente, Wednesday, January 16, 2008, contributions from Quincey Koziol - * * Algorithm * * In a inner loop, the parameters from SSET are translated into temporary diff --git a/tools/lib/h5tools_ref.c b/tools/lib/h5tools_ref.c index 59f9ece..e7858c8 100644 --- a/tools/lib/h5tools_ref.c +++ b/tools/lib/h5tools_ref.c @@ -49,8 +49,6 @@ static int ref_path_table_put(const char *, const H5O_token_t *token); * * Return: Non-negative on success, negative on failure * - * Programmer: Quincey Koziol - * *------------------------------------------------------------------------- */ static herr_t @@ -72,8 +70,6 @@ free_ref_path_info(void *item, void H5_ATTR_UNUSED *key, void H5_ATTR_UNUSED *op * * Return: Error status. * - * Programmer: REMcG - * *------------------------------------------------------------------------- */ static herr_t @@ -124,8 +120,6 @@ ref_path_table_cmp(const void *key1, const void *key2) * * Return: Non-negative on success, negative on failure * - * Programmer: Quincey Koziol - * *------------------------------------------------------------------------- */ static int @@ -156,8 +150,6 @@ init_ref_path_table(void) * * Return: Non-negative on success, negative on failure * - * Programmer: Quincey Koziol - * *------------------------------------------------------------------------- */ int @@ -181,8 +173,6 @@ term_ref_path_table(void) * parameter if the table entry is found by the given path * name. * - * Programmer: REMcG - * *------------------------------------------------------------------------- */ int @@ -229,8 +219,6 @@ ref_path_table_lookup(const char *thepath, H5O_token_t *token) * * Return: Non-negative on success, negative on failure * - * Programmer: REMcG - * *------------------------------------------------------------------------- */ static int @@ -312,8 +300,6 @@ ref_path_table_gen_fake(const char *path, H5O_token_t *token) * * Return: Return a path to the object, or NULL if not found. * - * Programmer: REMcG - * *------------------------------------------------------------------------- */ const char * @@ -371,8 +357,6 @@ lookup_ref_path(H5R_ref_t refbuf) * * Return: Error status. * - * Programmer: REMcG - * *------------------------------------------------------------------------- */ herr_t diff --git a/tools/lib/h5tools_str.c b/tools/lib/h5tools_str.c index 7428a78..d927820 100644 --- a/tools/lib/h5tools_str.c +++ b/tools/lib/h5tools_str.c @@ -56,8 +56,6 @@ void h5tools_str_indent(h5tools_str_t *str, const h5tool_format_t *inf * * Return: void * - * Programmer: Robb Matzke - * Monday, April 26, 1999 *------------------------------------------------------------------------- */ void @@ -79,8 +77,6 @@ h5tools_str_close(h5tools_str_t *str) * * Failure: 0 * - * Programmer: Robb Matzke - * Monday, April 26, 1999 *------------------------------------------------------------------------- */ H5_ATTR_PURE size_t @@ -99,8 +95,6 @@ h5tools_str_len(h5tools_str_t *str) * * Failure: NULL * - * Programmer: Robb Matzke - * Monday, April 26, 1999 *------------------------------------------------------------------------- */ char * @@ -174,8 +168,6 @@ h5tools_str_append(h5tools_str_t *str /*in,out*/, const char *fmt, ...) * * Failure: NULL * - * Programmer: Robb Matzke - * Monday, April 26, 1999 *------------------------------------------------------------------------- */ char * @@ -201,8 +193,6 @@ h5tools_str_reset(h5tools_str_t *str /*in,out*/) * * Failure: NULL * - * Programmer: Robb Matzke - * Monday, April 26, 1999 *------------------------------------------------------------------------- */ char * @@ -229,8 +219,6 @@ h5tools_str_trunc(h5tools_str_t *str /*in,out*/, size_t size) * * Failure: NULL * - * Programmer: Robb Matzke - * Monday, April 26, 1999 *------------------------------------------------------------------------- */ char * @@ -1493,8 +1481,6 @@ h5tools_str_sprint_reference(h5tools_str_t *str, H5R_ref_t *ref_vp) * buffer has as many left-to-right escapes as * possible before overflow would have happened. * - * Programmer: Robb Matzke - * Monday, April 26, 1999 *------------------------------------------------------------------------- */ static char * @@ -1575,8 +1561,6 @@ h5tools_escape(char *s /*in,out*/, size_t size) * * Return: TRUE if all bytes are zero; FALSE otherwise * - * Programmer: Robb Matzke - * Monday, June 7, 1999 *------------------------------------------------------------------------- */ static hbool_t @@ -1598,9 +1582,6 @@ h5tools_str_is_zero(const void *_mem, size_t size) * * Return: char * * - * Programmer: Peter Cao - * March 8, 2012 - * * Notes: * Applications need to call free() to free the memory allocated for * the return string diff --git a/tools/lib/h5tools_str.h b/tools/lib/h5tools_str.h index c0258ff..831778b 100644 --- a/tools/lib/h5tools_str.h +++ b/tools/lib/h5tools_str.h @@ -10,10 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* - * Programmer: Bill Wendling - * Monday, 19. February 2001 - */ #ifndef H5TOOLS_STR_H #define H5TOOLS_STR_H diff --git a/tools/lib/h5tools_utils.c b/tools/lib/h5tools_utils.c index 717ab12..37a9568 100644 --- a/tools/lib/h5tools_utils.c +++ b/tools/lib/h5tools_utils.c @@ -337,9 +337,6 @@ parse_subset_params(const char *dset) * NOTE: `cpy_out` string is malloc'd by function, * and should be freed when done. * - * Programmer: Jacob Smith - * 2017-11-10 - * ***************************************************************************** */ herr_t @@ -1117,9 +1114,6 @@ done: * * (&fa, {"...", "...", ""}) * * (&fa, {"...", "...", "..."}) * - * Programmer: Jacob Smith - * 2017-11-13 - * *---------------------------------------------------------------------------- */ int diff --git a/tools/lib/h5tools_utils.h b/tools/lib/h5tools_utils.h index a4fde5c..c721ab4 100644 --- a/tools/lib/h5tools_utils.h +++ b/tools/lib/h5tools_utils.h @@ -11,9 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Bill Wendling - * Tuesday, 6. March 2001 - * * Purpose: Support functions for the various tools. */ #ifndef H5TOOLS_UTILS_H diff --git a/tools/lib/io_timer.c b/tools/lib/io_timer.c index d21f919c..15d8b4f 100644 --- a/tools/lib/io_timer.c +++ b/tools/lib/io_timer.c @@ -40,7 +40,6 @@ static io_time_t *timer_g; /* timer: global for stub functions */ * Purpose: Struct two time values, and return the difference, in microseconds * * Note that the function assumes that a > b - * Programmer: Leon Arber, 1/27/06 */ static double sub_time(struct timeval *a, struct timeval *b) @@ -56,7 +55,6 @@ sub_time(struct timeval *a, struct timeval *b) * what type of timer they want (MPI_CLOCK for MPI_Wtime or * SYS_CLOCK for system time). * Return: Pointer to io_time object - * Programmer: Bill Wendling, 01. October 2001 */ io_time_t * io_time_new(clock_type type) @@ -76,7 +74,6 @@ io_time_new(clock_type type) * need to call on a pointer allocated with the ``io_time_new'' * function. * Return: Nothing - * Programmer: Bill Wendling, 01. October 2001 */ void io_time_destroy(io_time_t *pt) @@ -94,7 +91,6 @@ io_time_destroy(io_time_t *pt) * This really only needs to be called if you didn't construct a * timer with the pio_timer_new function (shame!). * Return: Nothing - * Programmer: Bill Wendling, 04. October 2001 */ void set_timer_type(io_time_t *pt, clock_type type) @@ -106,7 +102,6 @@ set_timer_type(io_time_t *pt, clock_type type) * Function: get_timer_type * Purpose: Get the type of the timer. * Return: MPI_CLOCK or SYS_CLOCK. - * Programmer: Bill Wendling, 04. October 2001 */ clock_type get_timer_type(io_time_t *pt) @@ -119,7 +114,6 @@ get_timer_type(io_time_t *pt) * Function: io_time_set * Purpose: Set the time in a ``io_time_t'' object. * Return: Pointer to the passed in ``io_time_t'' object if SUCCEED; Null otherwise. - * Programmer: Bill Wendling, 01. October 2001 */ io_time_t * io_time_set(io_time_t *pt, timer_type t, int start_stop) @@ -208,7 +202,6 @@ io_time_set(io_time_t *pt, timer_type t, int start_stop) * Function: io_time_get * Purpose: Get the time from a ``io_time_t'' object. * Return: The number of seconds as a DOUBLE. - * Programmer: Bill Wendling, 01. October 2001 */ H5_ATTR_PURE double io_time_get(io_time_t *pt, timer_type t) |