*** empty log message ***
This commit is contained in:
		@@ -1,3 +1,10 @@
 | 
			
		||||
* Mon Dec 13 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.3.0 (mrw)
 | 
			
		||||
	- added the possibility to pass values to stdin in mrw::Exec
 | 
			
		||||
	- and the possibility to connect to stdin in mrw::Pipe
 | 
			
		||||
	- pipes are now non blocking by default
 | 
			
		||||
* Fri Dec 10 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.3.0 (mrw)
 | 
			
		||||
	- getline did not work for empty lines
 | 
			
		||||
	- added library fo regular expressions
 | 
			
		||||
* Wed Nov 11 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.2.2 (mrw)
 | 
			
		||||
	- correction in documentation: need [0]->toString() not .toString()
 | 
			
		||||
* Wed Oct 13 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.2.1 (mrw)
 | 
			
		||||
 
 | 
			
		||||
@@ -9,6 +9,9 @@
 | 
			
		||||
## @license LGPL, see file <a href="license.html">COPYING</a>
 | 
			
		||||
##
 | 
			
		||||
## $Log$
 | 
			
		||||
## Revision 1.18  2004/12/14 20:22:13  marc
 | 
			
		||||
## *** empty log message ***
 | 
			
		||||
##
 | 
			
		||||
## Revision 1.17  2004/12/08 13:40:34  marc
 | 
			
		||||
## error in output (trace)
 | 
			
		||||
##
 | 
			
		||||
@@ -61,8 +64,8 @@
 | 
			
		||||
AC_INIT([mrw/mrw.hpp.in])
 | 
			
		||||
PACKAGENAME=mrw-c++
 | 
			
		||||
m4_define(x_major, 1)
 | 
			
		||||
m4_define(x_minor, 2)
 | 
			
		||||
m4_define(x_least, 2)
 | 
			
		||||
m4_define(x_minor, 3)
 | 
			
		||||
m4_define(x_least, 0)
 | 
			
		||||
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org])
 | 
			
		||||
 | 
			
		||||
# copy M4 to shell
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user