*** empty log message ***
This commit is contained 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... | 	- Not only an unexpected, but also an uncaught handler is useful... | ||||||
| 	   - added to autostacktracelog4cxx | 	   - added to autostacktracelog4cxx | ||||||
| 	   - added to autostacktracestderr | 	   - added to autostacktracestderr | ||||||
|   | |||||||
							
								
								
									
										9
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								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 | 2005-01-07 | ||||||
|  |  | ||||||
| There is a new configuration file handler to read and write settings | There is a new configuration file handler to read and write settings | ||||||
| @@ -43,3 +51,4 @@ their offset are parsed from /proc/self/maps. | |||||||
|  |  | ||||||
|  - no more need for /usr/bin/ldd |  - 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]) | AC_INIT([mrw/mrw.hpp.in]) | ||||||
| PACKAGENAME=mrw-c++ | PACKAGENAME=mrw-c++ | ||||||
| m4_define(x_major, 1) | m4_define(x_major, 1) | ||||||
| m4_define(x_minor, 7) | m4_define(x_minor, 8) | ||||||
| m4_define(x_least, 0) | m4_define(x_least, 0) | ||||||
| AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org]) | AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org]) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user