*** empty log message ***

master
Marc Wäckerlin 20 years ago
parent 3d6562b9f3
commit fd5ec4b79c
  1. 8
      ChangeLog
  2. 11
      NEWS
  3. 2
      configure.in

@ -1,4 +1,10 @@
* Thu Jan 13 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.6.1 (mrw)
* Thu Feb 3 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.8.0 (mrw)
- New classes:
- Errno to handle UNIX errno (and to convert it to string)
- unix_error as exception that cares about errno
- with check method and macro to simplify code
- New static methods in Args to simplify access to parameters
* Thu Jan 13 2005 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.7.0 (mrw)
- Not only an unexpected, but also an uncaught handler is useful...
- added to autostacktracelog4cxx
- added to autostacktracestderr

11
NEWS

@ -1,3 +1,11 @@
2005-02-03
Added facilities for handling UNIX C library calls that set variable
errno in class Errno and in exeption unix_error
New static methods in Args to simplify access to command line
parameters.
2005-01-07
There is a new configuration file handler to read and write settings
@ -42,4 +50,5 @@ then not only the executable is loaded, but all shared libraries with
their offset are parsed from /proc/self/maps.
- no more need for /usr/bin/ldd
- new functions mrw::readline
- new functions mrw::readline

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

Loading…
Cancel
Save