Thu Jun 24 02:00:26 1999 Jarkko Hietaniemi <jhi@iki.fi>
* Approx.pm: Released 3.08.
* Approx.pm: Add aslice() as suggested by Mike Hanafey.
* apse.h: Introduce use_minimal_distance.
* apse.c: Implement use_minimal_distance.
* t/aslice.t: Test the new feature.
* MANIFEST: Add t/aslice.t.
Wed Jun 23 20:07:05 1999 Jarkko Hietaniemi <jhi@iki.fi>
* Approx.pm: Released 3.07.
* Approx.pm: Add aindex() as suggested by Mike Hanafey.
* apse.h: Introduce text_initial_position and text_final_position.
* apse.c: Implement text_initial_position and text_final_position.
* t/aindex.t: Test the new feature.
* MANIFEST: Add t/aindex.t.
Wed Jun 16 14:19:39 1999 Jarkko Hietaniemi <jhi@iki.fi>
* Approx.pm: Released 3.06.
* Approx.pm: Release 3.06: Fixed a bug in caching
of parsed parameters (the absolute length of the
pattern must be cached, too). (Reported by
Chris Rosin and Mark Land)
* Approx.pm: Fixed a couple of typos and introduced
the coinage 'approximity' (to replace the clunky
'approximateness').
* t/user.t: Added four new tests from Rosin and Land.
Fri Jan 8 16:09:52 1999 Jarkko Hietaniemi <jhi@iki.fi>
* Approx.pm: Release 3.05. No functional changes
or bug fixes (no bugs reported), just a release
that includes both the Artistic License and LGPL.
Wed Dec 30 11:07:28 1998 Jarkko Hietaniemi <jhi@iki.fi>
* MANIFEST: Added Artistic and LGPL, reworded COPYRIGHT
slightly to comply.
Thu Dec 17 13:17:58 1998 Jarkko Hietaniemi <jhi@iki.fi>
* Approx.pm: Released 3.04.
* Approx.pm: Fixed a parameter parsing bug: "i 1" was
not accepted. (Reported by Bob J.A. Schijvenaars)
* Approx.pm: Documented that matching is asymmetric:
the inputs are matched against the pattern, not the
other way round.
* Approx.pm: Added a few C<>s and I<>s to the pod.
* Approx.pm: Added an automatic flush to the pattern
compilation caches (triggered by a high water mark).
* Approx.pm: Added "require 5.004_04;", Previously only
Makefile.PL had this, but better be paranoid.
Wed Dec 16 10:28:07 1998 Jarkko Hietaniemi <jhi@iki.fi>
* Approx.pm: Released 3.03.
* Approx.pm: Added confirmation from Udi Manber
to README: it's not a problem that I have looked
at agrep code. My code is my code and can be
used within the limits set by my copyright.
* Approx.xs: Removed a lot of the glue code
because it is not yet reachable via Approx.pm.
Later.
Wed Dec 16 01:23:58 1998 Jarkko Hietaniemi <jhi@iki.fi>
* Approx.pm: Released 3.02.
* README: Added a clarification about our relationship
with agrep. There is no common code. None.
Waiting for confirmation from Udi Manber.
(The concern raised by Slaven Rezic).
* Approx.xs: fixed the PL_na mess for now, will
have to figure out the correct way. Tested
under 5.004-maint, 5.005-maint, and 5.005-devel.
* Approx.pm: Released 3.01 (actually already Dec 15).