*** empty log message ***

This commit is contained in:
Marc Wäckerlin
2004-10-13 11:23:49 +00:00
parent 680485948c
commit 455234cbd1
3 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
* Wed Oct 13 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.2.1 (mrw)
- no newline at the end of stacktrace in autostacktracestderr.cpp
- test for bad exception specification in exec_test.cpp
- no more need for ldd in StackTrace, read from /proc/self/maps
- check whether shared libraries are evaluated in
stacktrace_test.cpp
- new feature in stdext: getline reads a whole line from a stream
* Mon Oct 11 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.2.0 (mrw)
- StackTrace now can load shared libraries!
- AutoPtr replaces mrw::auto_ptr