Revision history for Perl extension B::Flags.

0.07  2013-08-28 11:40:39 rurban@cpan.org
	- add to B::SV::flagspv: COW, THINKFIRST, PADNAME, PADNAMELIST,
	  TYPED, OUR, STATE
        - add bits to B::OP::flagspv: OPT, LATEFREE, LATEFREED, ATTACHED,
	  SLABBED, SAVEFREE, STATIC, FOLDED

0.06  2012-03-06 rurban@cpan.org
	- fix heap-buffer-overflow detected by address-sanitizer
	  with empty sv->flagspv

0.05  2011-12-15 rurban@cpan.org
	- fix for apple clang 1.7 (LLVM 2.9svn), works okay with clang 3.1

0.04  2010-09-11 rurban@cpan.org
	- add doc for the methods
        - new optional type argument for SV->flagspv
          to seperate between sv->FLAGS and special
          AvFLAGS, GvFLAGS, CvFLAGS, ...
          type 0 is for SvFLAGS only.
        - fix OP_IS_FILETEST_ACCESS arg
        - convert tests to Test::More

0.03  Thu Jul 29 19:33:20 2010 rurban@cpan.org
	- updates for 5.14
	- several new svflags
	- set PROTOTYPE: DISABLE

0.02  2008-03-02 22:11:08 rurban@cpan.org
	- updates for 5.10 and 5.11@33408
	- prefixed op want flags with "WANT_"

0.01  Sun May 13 19:35:25 2001
	- original version; created by h2xs 1.20 with options
		-A -n B::Flags

