This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Reworked Trie Patch
authorYves Orton <demerphq@gmail.com>
Mon, 14 Mar 2005 08:55:39 +0000 (09:55 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 18 Mar 2005 15:04:39 +0000 (15:04 +0000)
commita3621e74372f5d2c10ed0d2a21195cab42a5be54
treeaf6f341cee80094a7b5a4c5ce1a572ae7716d394
parent20ef40cf6a00eee95a449854794854a93e411e3b
Re: Reworked Trie Patch
Date: Mon, 14 Mar 2005 08:55:39 +0100
Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>

Subject: Re: Reworked Trie Patch
From: demerphq <demerphq@gmail.com>
Date: Wed, 16 Mar 2005 19:48:18 +0100
Message-ID: <9b18b31105031610481025a080@mail.gmail.com>

Plus minor nits in the documentation of re.pm,
a version bump, and addition of an OPTIMIZE alias

p4raw-id: //depot/perl@24044
17 files changed:
MANIFEST
embed.fnc
embed.h
ext/re/re.pm
pod/perlvar.pod
proto.h
regcomp.c
regcomp.h
regcomp.sym
regexec.c
regnodes.h
sv.c
t/op/pat.t
t/op/re_tests
t/op/readdir.t
t/op/regexp_notrie.t [new file with mode: 0644]
t/op/regexp_trielist.t [new file with mode: 0644]