Quincey Koziol
6b45f5172c
[svn-r11245] Purpose:
...
Code cleanup
Description:
Trim trailing whitespace, which is making 'diff'ing the two branches
difficult.
Solution:
Ran this script in each directory:
foreach f (*.[ch] *.cpp)
sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f
end
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
2005-08-13 15:53:35 -05:00
Binh-Minh Ribler
52f78a12d5
[svn-r11152] Purpose: Removed some compiler warnings
...
Description:
Removed defined but unused variables.
Platforms tested:
Linux 2.4 (heping)
IRIX64 with -n32 (modi4)
Linux 2.4 w/PGI (colonelk)
2005-07-24 22:40:21 -05:00
Binh-Minh Ribler
68b5b9a11b
[svn-r10245] Purpose: Cleanup test
...
Description:
Used C++ PredType instead of the C types to avoid unresolved symbol
errors on Windows.
Platforms tested:
Windows XP
Linux 2.4 (heping)
2005-03-20 23:49:19 -05:00
Binh-Minh Ribler
8d3da64e23
[svn-r10243] Purpose: Minor bug fix
...
Description:
Removed a redefinition of a variable.
Platforms:
Linux 2.4 (heping) - very minor
2005-03-20 09:15:39 -05:00
Binh-Minh Ribler
2ea54ef9a4
[svn-r10240] Purpose: Adding more tests to C++ API
...
Description:
Added C++ tests for attribute functionality, tattr.cpp.
Platforms tested:
Linux 2.4 (heping)
AIX 5.1 (copper)
2005-03-19 22:47:55 -05:00