Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r84] Arg sizes fixes in tfile.c | Robb Matzke | 1997-09-15 | 1 | -4/+12 |
| | | | | Name change in th5d.c | ||||
* | [svn-r51] ./test/tstab.c | Robb Matzke | 1997-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | ./test/tohdr.c ./test/tmeta.c ./test/theap.c ./test/tfile.c ./test/testhdf5.h ./test/testhdf5.c Changed the MESSAGE macro so it doesn't have a semicolon inside the argument list and automatic indentation tools work better. Old call: MESSAGE (5, printfunc("foo%s %d", s, i);); New call: MESSAGE (5, ("foo%s %d", s, i)); The parentheses are required. ./test/tstab.c Added more tests. | ||||
* | [svn-r36] ./test/testhdf5.c | Robb Matzke | 1997-08-15 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | ./test/testhdf5.h ./test/tfile.c ./test/theap.c ./test/tmeta.c ./test/tohdr.c ./test/tstab.c Fixed include files. ./test/Makefile.in NEW ./test/Makefile Removed Makefile; it is now generated from Makefile.in by configure. | ||||
* | [svn-r2] Oops... | Quincey Koziol | 1997-07-30 | 1 | -0/+120 |