*** empty log message ***

master
Marc Wäckerlin 20 years ago
parent 51d22ccd9f
commit 66ad72de4c
  1. 3
      ChangeLog
  2. 17
      NEWS
  3. 4
      configure.in

@ -1,6 +1,7 @@
* Mon Dec 20 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.4.1 (mrw)
* Mon Dec 20 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.5.0 (mrw)
- documentation updated, new groups
- WARNING: mrw::min and mrw::max are deprecated
- WARNING: string extensions now throw exceptions (if conversion fails)
* Sat Dec 18 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.4.0 (mrw)
- WARNING: Don't use mrw::Exec and mrw::Pipes from the following
releases:

17
NEWS

@ -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:

@ -13,8 +13,8 @@
AC_INIT([mrw/mrw.hpp.in])
PACKAGENAME=mrw-c++
m4_define(x_major, 1)
m4_define(x_minor, 4)
m4_define(x_least, 1)
m4_define(x_minor, 5)
m4_define(x_least, 0)
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org])
# copy M4 to shell

Loading…
Cancel
Save