summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-07-26 21:33:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-07-26 21:33:10 (GMT)
commit4a5b97b930b69cd9b9897ca4698c26f9ca0dc203 (patch)
tree63cbf15c961ccb6f17ebdcff18ce271131866d23 /bin
parentd97bf49baf813aadebc05e0bfe675e36added980 (diff)
downloadhdf5-4a5b97b930b69cd9b9897ca4698c26f9ca0dc203.zip
hdf5-4a5b97b930b69cd9b9897ca4698c26f9ca0dc203.tar.gz
hdf5-4a5b97b930b69cd9b9897ca4698c26f9ca0dc203.tar.bz2
[svn-r14022] Description:
Remove stray reference to "group revision" configure flag Remove Windows-specific EOL characters from src/H5FDwindows.c Add some missing types to bin/trace Re-run bin/reconfigure script to regenerate information after changes above. Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (linux) Solaris/32 2.10 (linew)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/trace5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/trace b/bin/trace
index 610b7c9..cc495b4 100755
--- a/bin/trace
+++ b/bin/trace
@@ -89,9 +89,10 @@ $Source = "";
"H5AC_cache_config_t" => "x",
"H5D_operator_t" => "x",
"H5E_auto_t" => "x",
- "H5E_auto_stack_t" => "x",
+ "H5E_auto2_t" => "x",
"H5E_walk_t" => "x",
- "H5E_walk_stack_t" => "x",
+ "H5E_walk2_t" => "x",
+ "H5F_info_t" => "x",
"H5FD_t" => "x",
"H5FD_class_t" => "x",
"H5FD_stream_fapl_t" => "x",