The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2008-02-25  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.15)

	* Makefile.PL: Delete M::I in favor of EU::MM

2007-07-17  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.14)

	* Makefile.PL: Globbing doesn't work on windows, do it explicitly in Perl

2007-07-16  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.13)

	* lib*: Don't make dynamic dynamic libs, this should solve RT#28044

2007-07-13  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.12)

	* lib*: Removed lib*/Makefile which accidentally snuck in
	* Makefile.PL: Nuked DOS line endings

2007-07-12  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.11)

	* lib*: Removed the Plan 9 build system and replaced it with
	        Makefile.PL's in each of the lib* directories. The
	        software should now port to Windows (and anywhere perl
	        builds). The removed files are lib*/Make.* and
	        lib*/Makefile

2007-07-07  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.10)

	* Plan9.xs: Updated the split() special cases described to match blead
	* t/split.t: More tests for the above, taken from re::engine::PCRE
	* Plan9.h: Brought up to date with blead
	* Makefile.PL: { use utf8 } on the non-ASCII author name
	* inc: Updated to Module::Install 0.67
	* lib*: patch lib[fmt|utf|regexp] to build on Linux-x86_64 (patch sent
	        to Russ Cox)

2007-06-17 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.09)

	* Plan9.pm: Remove irrelevant link
	* Plan9.xs: stringarg + (strend - stringarg) == strend
	* Plan9.xs: Handle split " " and split /^/
	* Plan9.xs: M-x untabify
	* t/split.t: Test for the above
	* t/subst-loop.t: Add a note, still failing

2007-06-17 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.08)

	* Plan9.xs: PERL_UNUSED_ARG() for all Plan9_intuit arguments 
	* Plan9.h: Updated engine_plan9 to run on the new blead API

2007-05-19 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.07)

	* t/import.t: New test added while trying to write import/unimport
	              in XS which turned out to be too more trouble than it
	              was worth
	* t/unimport.t: ditto
	* MANIFEST.SKIP: added the TODO file

2007-05-18 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.06)

	* Plan9.pm: Fixed typo in POD (spotted by wolverian)
	* Plan9.xs: Plugged match memory leak
	* Plan9.xs: const on Plan9_exec & Plan9_dupe prototypes
	* t/00-compile.t: Test that the object isa Regexp
	* t/re_tests: Uncommented a lot more tests, now running (approx)
	              everything it can
	* TODO: Removed
	
2007-05-18 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.05)

	* t/capture.t: A test here was actually testing for broken behavior
	* Plan.xs: split // now works after a discussion with The Bear
	* Plan.pm: No more BUGS section
	
2007-05-18 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.04)

	* Plan9.xs: s/// now works, split // still doesn't
	* Plan9.xs: Thread support, untested but should work
	* t/s.t: plan 5 tests, not 4
	* t/pathological.t: Test for speed on pathological regexes
	* t/re_tests, t/regexp.t: Regexp tests from perl core, commented
	                          out those that don't apply
	* t/subst.t: limited tests for s/// from core
	* t/subst-loop.t: Failing test for subst loop
	* t/s.t: 5 more tests for s/// added during debugging
	* t/capture.t: More tests for captures
	* t/split.t: Failing test for split behavior
	* t/subexp.t: Test for the maximum number of subexpressions

2007-03-23 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.03)

	* Plan9.pm: Re-added the bug section
	* Plan9.xs: Use Zero() instead of memset()
	* t/capture: Added failing /g capture tests
	* t/s.t: Added failing s///ge test using captures

2007-03-23 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.02)

	* Plan9.xs: Make s/// work
	* Plan9.xs: Correctly report regcomp errors
	* Plan9.xs: Map /s and /x to regcompnl and regcomplit
	* Plan9.pm: Updated docs to match code changes
	* Plan9.pm: Including the Plan9 Lucent license notice
	* t/s.t: More s/// tests
	* Makefile.PL: Fixes to build the Plan 9 libs by Rafael Kitover
	* Makefile.PL: Document dependency on XSLoader

2007-03-22 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.01)

	* Initial release