<h3>base</h3>
<ol>
+ <li> <p>
+ New: Class <code class="class">PathSearch</code> allows to find
+ a file in a sequence of directories and by appending suffixes. The class
+ generates the complete file name including directory prefix and suffix
+ such that it can be used for subsequently opening the file.
+ <br>
+ (GK, 2005/09/14)
+ </p>
+
<li> <p>
Extended: The <code>ParameterHandler</code> class now does a much better
job generating output in the <code>print_parameters()</code> function if
(WB, 2005/08/11)
</p>
- <li> <p>
- Changed: <code>PathSearch</code> needed any new "search class" to
- be added before use. Now this can be done at construction time.
- Added <code>PathSearch::close()</code> to explicitly close the
- last opened stream.
- <br>
- (Luca Heltai, 2005/07/29)
- </p>
-
<li> <p>
Changed: <code>ParameterHandler::get_bool()</code> only accepted
"true" or "false" as boolean values, now it also considers "yes"
(Luca Heltai, 2005/03/07).
</p>
- <li> <p>
- New: Class <code class="class">PathSearch</code> allows to find
- a file in a sequence of directories and by appending suffixes.
- <br>
- (GK, 2005/03/02)
- </p>
-
<li> <p>
Fixed: The class <code
class="class">MultipleParameterLoop::UserClass</code> had only