summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix dzil stuffHEADmasterJesse Luehrs2012-06-232-33/+3
* changelogJesse Luehrs2011-07-101-1/+3
* changelog0.02Jesse Luehrs2011-07-101-0/+4
* bump smartmatch dep for list slice fixJesse Luehrs2011-07-101-1/+1
* nope, the opcode replacement won't work on 5.10Jesse Luehrs2011-07-104-6/+18
* use Devel::CallChecker to get things working on 5.12Jesse Luehrs2011-07-106-18/+20
* reftype(qr//) wasn't REGEXP until 5.12Jesse Luehrs2011-07-101-4/+4
* depend on a version of smartmatch that works on pre-5.014Jesse Luehrs2011-07-101-1/+1
* for now, don't use xs implementation on pre-5.014 perlsJesse Luehrs2011-07-105-1/+42
* undef ~~ Regex shouldn't warnJesse Luehrs2011-07-091-0/+1
* make the pure perl version a bit fasterJesse Luehrs2011-07-091-22/+25
* changelogJesse Luehrs2011-07-081-0/+2
* remove the no tabs test, since we have bits of perl source in here0.01Jesse Luehrs2011-07-081-1/+4
* docsJesse Luehrs2011-07-081-0/+71
* this isn't TODO for the xs versionJesse Luehrs2011-07-081-2/+0
* don't need to qualify the package hereJesse Luehrs2011-07-081-1/+1
* use ppport.h in stolen_chunk_of_pp_ctl.cJesse Luehrs2011-07-081-0/+3
* allow optionally using the pure-perl implementationJesse Luehrs2011-07-083-9/+557
* split this out into its own dist, and implement the custom opcodeJesse Luehrs2011-07-0815-473/+618
* some tests for the rjbs engineJesse Luehrs2011-07-081-0/+154
* regex overload is called 'qr', not '=~'Jesse Luehrs2011-07-071-1/+1
* clean up the rjbs engine and fix up some undef warningsJesse Luehrs2011-07-071-7/+38
* make the error line up with the one used in coreJesse Luehrs2011-07-072-4/+30
* testsJesse Luehrs2011-07-072-0/+77
* fix syntax errorJesse Luehrs2011-07-071-2/+2
* add implementation of rjbs's proposalJesse Luehrs2011-07-071-0/+31
* commentJesse Luehrs2011-07-071-0/+2
* add perl version dependencyJesse Luehrs2011-07-073-0/+3
* fix circular data structuresJesse Luehrs2011-07-071-3/+20
* reimplement the buggy behavior for nowJesse Luehrs2011-07-071-0/+10
* stop taking a shortcut here, it's wrong (for non-string keys)Jesse Luehrs2011-07-071-1/+7
* another thing the smart match docs got wrongJesse Luehrs2011-07-071-4/+5
* check for IOK tooJesse Luehrs2011-07-071-1/+1
* undef should check the '' hash keyJesse Luehrs2011-07-071-2/+2
* make this actually lexicalJesse Luehrs2011-07-075-34/+31
* make sure entersub op is built properly (prototypes applied, etc)Jesse Luehrs2011-07-071-1/+1
* whoops, forgot this was in gitignoreJesse Luehrs2011-07-072-1/+25
* add the core test suite, and fix a couple bugs it points outJesse Luehrs2011-07-072-9/+525
* oops, need a new ref to the cv for each opJesse Luehrs2011-07-072-2/+9
* pure perl implementation of the core smartmatch algorithmJesse Luehrs2011-07-073-1/+154
* initial implementationJesse Luehrs2011-07-066-1/+7197
* initial commitJesse Luehrs2011-07-065-0/+58