Inspect Tool Update:
long_name_check.cpp/.hpp:
* removed hardcoded constants, added comments about ISO 9660
* removed dependencies on bind and next_prior
* fixed a bug which prevented directory names with dots to be detected
* clarified error messages (this probably started by checking the length only, but now it also performs many other checks)
link_check.cpp:
* removed name for an unused paramter
inspector.hpp:
* made inspector default constructor protected
* made "empty" virtual functions pure, where possible
inspect.cpp:
* minor tweaks to the output
[SVN r34823]