Revision history for Perl extension Tokenizer.

0.2.6 Fri Jan  7 09:54:12 CET 2005
	- realy removed 'unistd.h' :)
	- fixes for older perl versions

0.2.5 Fri Jan  7 09:54:12 CET 2005
	- removed 'unistd.h' because cpan testers reports error when compiling
		this on win32 platform

0.2.4 Thu Jan 6 02:05:09 CET 2005
	- fixed SEGFAULT when perl build without PERL_IMPLICIT_CONTEXT (my mdk
			package is shipped this way)
		-- perl omites pTHX params, but my functions requires them,
			so we get 2 params on the stack but unfortunately
			functions use only one

0.2.3 Fri Apr 16 08:39:52 CET 2004
	- fixed incorect regexp in comment matching (thanks pwinkler for 
		reporting bug)

0.2.2 Fri Mar 26 15:46:00 CET 2004
	- trying fix compilation problems reported on Sun4 from CPAN
	   (hopefully they got fixed, i've no Sun to test it :(
	- now working with PERL_NO_GET_CONTEXT
        - C module code updated to pass user context parameter
		for generic callback functions

0.2.1 Wed 24 Mar 2004 02:13:11 PM CET
	- fixed some compiler portability problematic code
	- upgraded flex generated code

0.2   Fri Feb  6 16:35:21 EST 2004
	- renamed to Text::Tokenizer and published

0.01  Sat Jan  3 00:29:13 2004
	- original version; created by h2xs 1.22 with options
		src/tokenizer.h