added DynamicLibrary, ifelse, no more dependency on libbfd

This commit is contained in:
Marc Wäckerlin
2005-02-18 16:20:27 +00:00
parent ca300b70e0
commit 15cece6028
2 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
* Fry Feb 18 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.9.0 (mrw)
- Added a wrapper around libtdl, Dynamic Library Loading for C++
- New global functions ifelse ind standard extensions
* Wed Feb 9 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.8.1 (mrw)
- Added build and installation of source RPM
- Redesign of the README and the main documentation page
* Thu Feb 3 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.8.0 (mrw)
- New classes:
- Errno to handle UNIX errno (and to convert it to string)