summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix syntax errorJesse Luehrs2011-07-071-2/+2
|
* add implementation of rjbs's proposalJesse Luehrs2011-07-071-0/+31
| | | | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2011-07/msg00226.html
* 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