diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-26 21:33:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-26 21:33:10 (GMT) |
commit | 4a5b97b930b69cd9b9897ca4698c26f9ca0dc203 (patch) | |
tree | 63cbf15c961ccb6f17ebdcff18ce271131866d23 /bin | |
parent | d97bf49baf813aadebc05e0bfe675e36added980 (diff) | |
download | hdf5-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-x | bin/trace | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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", |