middle of porting; unstable, don't checkout; refs #1

This commit is contained in:
Marc Wäckerlin
2011-12-10 11:39:09 +00:00
parent 599af2dbbf
commit a63f26005b
60 changed files with 296 additions and 296 deletions

View File

@@ -26,9 +26,9 @@
- Checked with valgrind and repaired defects:
- Mismatching delete in StackTrace
* Tue Jun 12 2007 Marc Waeckerlin - mrw-c++-3.1.1 (mrw)
- Don't catch abort() in autostacktraceXXX.cpp
- Don't catch abort() in autostacktraceXXX.cxx
* Thu May 31 2007 Marc Waeckerlin - mrw-c++-3.1.0 (mrw)
- Bug in string.hpp join: Only join with list of strings was possible.
- Bug in string.hxx join: Only join with list of strings was possible.
* Fri May 25 2007 Marc Waeckerlin - mrw-c++-3.0.0 (mrw)
- Function- and method-trace have been renamed from FUNCTION and
METHOD to MRW_FUNCTION and MRW_METHOD due to naming conflicts with
@@ -125,7 +125,7 @@
- new feature: tokenizer
* Thu Dec 16 2004 Marc Waeckerlin - mrw-c++-1.3.1 (mrw)
- regular expressions can now evaluate and return sub matches
- bugfix: many inline forgotten in string.hpp
- bugfix: many inline forgotten in string.hxx
* Mon Dec 13 2004 Marc Waeckerlin - mrw-c++-1.3.0 (mrw)
- added the possibility to pass values to stdin in mrw::Exec
- and the possibility to connect to stdin in mrw::Pipe
@@ -136,11 +136,11 @@
* Wed Nov 11 2004 Marc Waeckerlin - mrw-c++-1.2.2 (mrw)
- correction in documentation: need [0]->toString() not .toString()
* Wed Oct 13 2004 Marc Waeckerlin - 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 newline at the end of stacktrace in autostacktracestderr.cxx
- test for bad exception specification in exec_test.cxx
- no more need for ldd in StackTrace, read from /proc/self/maps
- check whether shared libraries are evaluated in
stacktrace_test.cpp
stacktrace_test.cxx
- new feature in stdext: getline reads a whole line from a stream
* Mon Oct 11 2004 Marc Waeckerlin - mrw-c++-1.2.0 (mrw)
- StackTrace now can load shared libraries!
@@ -161,9 +161,9 @@
* Tue Aug 31 2004 Marc Waeckerlin - mrw-c++-0.93 (mrw)
- test failed on Solaris (without stack trace)
-> no -lbfd for --disable-stacktrace!
-> no include of stacktrace.hpp in args.hpp!
-> no include of stacktrace.hxx in args.hxx!
* Wed Aug 25 2004 Marc Waeckerlin - mrw-c++-0.92 (mrw)
- new file: version.cpp
- new file: version.cxx
- new file header for all sources
- work around warning in mrw::auto<T>
- possibility to compile without log4cxx
@@ -174,19 +174,19 @@
- small corrections in Auto<>::Free and a new test for it
- possibility to compile without stack trace
* Wed May 28 2004 Marc Waeckerlin - mrw-c++-0.92 (mrw)
- no more mrw:: exceptions in header files, all moved to .cpp
- no more mrw:: exceptions in header files, all moved to .cxx
- make distclean now clean everything that was generated
- smartpointer_test.cpp was missing in CVS
- smartpointer_test.cxx was missing in CVS
- new makefile targets tag and release
* Wed May 19 2004 Marc Waeckerlin - mrw-c++-0.92 (mrw)
- no more auto.cpp
- no more auto.cxx
* Tue May 18 2004 Marc Waeckerlin - mrw-c++-0.92 (mrw)
- correct bfd detection on solaris
- templated auto classes
- forgotten to install in 0.91: header arg.hpp and smartpointer.hpp
- forgotten to install in 0.91: header arg.hxx and smartpointer.hxx
* Tue Apr 27 2004 Marc Waeckerlin - mrw-c++-0.91 (mrw)
- mrw/arg.hpp: Command line argument evaluation
- mrw/smartpointer.hpp: Smart pointer implementation
- mrw/arg.hxx: Command line argument evaluation
- mrw/smartpointer.hxx: Smart pointer implementation
- configure: Correction for Solaris
* Fri Apr 24 2004 Marc Waeckerlin - mrw-c++-0.90 (mrw)
- initial rpm with two spec files