Go to file
Robb Matzke 9d41d3679e [svn-r61] ./src/H5.c
Changed atexit() to HDatexit().

./src/H5AC.c
        Changed qsort() to HDqsort().

./src/H5B.c
        Changed memcmp() to HDmemcmp().

./src/H5E.c
./src/H5M.c
        Added parentheses around indirect function calls so that
        checkposix doesn't complain and to advertise that it's an
        indirect function call.

./src/H5F.c
./src/H5G.c
        Added errors field to each function prologue to test the
        script mentioned above.

./src/H5H.c
        Changed fputc() to HDfputc().

./src/H5MM.c
./src/H5MMprivate.h
        The argument for H5MM_xfree() is a pointer to a constant even
        though the argument to free() isn't.  This reduces the number
        of warnings in other parts of the code but creates a new
        warning in this file.

./src/H5O.c
        Plugged a few memory leaks that happen during error handling.

./src/H5Oname.c
./src/debug.c
        Added `HD' to the beginning of some posix functions.
1997-09-02 10:38:26 -05:00
bin [svn-r60] ./bin/checkposix NEW 1997-09-02 10:37:49 -05:00
config [svn-r43] *** empty log message *** 1997-08-28 11:36:57 -05:00
doc/tgif [svn-r23] A user's view of a basic HDF5 file. 1997-08-11 12:03:49 -05:00
src [svn-r61] ./src/H5.c 1997-09-02 10:38:26 -05:00
test [svn-r59] Added [basic] testing for H5T interface, which appears to be working well. 1997-08-29 18:19:22 -05:00
configure [svn-r43] *** empty log message *** 1997-08-28 11:36:57 -05:00
configure.in [svn-r43] *** empty log message *** 1997-08-28 11:36:57 -05:00
INSTALL [svn-r32] ./INSTALL NEW 1997-08-15 11:35:53 -05:00
INSTALL_MAINT [svn-r32] ./INSTALL NEW 1997-08-15 11:35:53 -05:00
Makefile [svn-r54] *** empty log message *** 1997-08-29 14:26:45 -05:00
Makefile.in [svn-r43] *** empty log message *** 1997-08-28 11:36:57 -05:00
MANIFEST [svn-r32] ./INSTALL NEW 1997-08-15 11:35:53 -05:00