|
|
@ -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 |
|
|
|
2004-12-17 |
|
|
|
|
|
|
|
|
|
|
|
The new implementation of Exec was not so stable, now it works perfectly. |
|
|
|
The new implementation of Exec was not so stable, now it works perfectly. |
|
|
@ -12,7 +19,15 @@ process. |
|
|
|
2004-12-10: |
|
|
|
2004-12-10: |
|
|
|
|
|
|
|
|
|
|
|
Added a new library for handling regular expressions (because using |
|
|
|
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: |
|
|
|
2004-10-13: |
|
|
|
|
|
|
|
|
|
|
|