*** empty log message ***

This commit is contained in:
Marc Wäckerlin
2004-12-20 13:32:09 +00:00
parent 51d22ccd9f
commit 66ad72de4c
3 changed files with 20 additions and 4 deletions

17
NEWS
View File

@@ -1,3 +1,10 @@
2004-12-20
Warning: Interface change!
Conversion from string mrw::to<> and string operator>> throw exception
in case of failure!
2004-12-17
The new implementation of Exec was not so stable, now it works perfectly.
@@ -12,7 +19,15 @@ process.
2004-12-10:
Added a new library for handling regular expressions (because using
boost resultet in link errors and I hate that damned "jam" bullshit).
boost resultet in link errors
UPDATE:
Found the source of boost problem: It's kdevelops fault, kdevelop
disables C++ by default (-fno-exception -fno-rtti)! The regexp library
still remains, but may be deleted in future, if I think that boost's
is better. Customer feedback is welcome, please tell me if you need my
implementation.
2004-10-13: