1.3:
        - moved the pcre_compile calls outa the
	  while() loops, be more efficient, thanks to Robert <robert@ilse.nl> :-)
	- fixed a bug in the pcre_exec call, there was "key.length() + 1" which
	  caused pcre to search through the whole C-string including the terminating \0
	  , in fact if a key ended with the character "B" then the following expression
	  did not match: ".*B$" because the last character in the string was the \0, not the "B".
	- files are now only opened readonly if one use -s, -S or -D
	
1.2:
	- added regexp support and dump mode

1.1:
	- moved to autoconf/automake

1.0:
	- initial version
