| Commit message (Expand) | Author | Age | Files | Lines |
* | even in the empty case, use wantarray to properly return 0/an empty array. |  espie | 2019-10-13 | 1 | -2/+6 |
* | rename $_ for better style... lots more to be done |  espie | 2014-03-07 | 1 | -6/+6 |
* | kill very old compatibility code (2009/04... those exceptions are fully dead) |  espie | 2014-02-04 | 1 | -58/+2 |
* | don't really need exactstem, the initial grep is good enough |  espie | 2014-02-03 | 1 | -5/+1 |
* | avoid creating backrefs |  espie | 2014-01-31 | 1 | -3/+3 |
* | handle conflict with partial in a less hackish ways, by passing an |  espie | 2014-01-31 | 1 | -6/+12 |
* | most PkgSpec are default conflicts, so not storing empty constraints... |  espie | 2014-01-30 | 1 | -6/+12 |
* | propagate change of internals |  espie | 2011-08-31 | 1 | -3/+3 |
* | versionspec stuff belongs in PkgSpec, not PackageName |  espie | 2011-08-31 | 1 | -5/+70 |
* | refactor |  espie | 2011-07-12 | 1 | -4/+2 |
* | allows .libs* packages to match correctly in the presence of @conflict markers |  espie | 2011-07-02 | 1 | -1/+33 |
* | make exact flavor specs smarter. |  espie | 2011-06-30 | 1 | -2/+15 |
* | handle failures from ports tree with more care. |  espie | 2010-12-24 | 1 | -1/+1 |
* | badspec match_locations must return a ref, fixes pkg_add -nz bzr |  espie | 2010-11-04 | 1 | -2/+2 |
* | initial scaffolding for @rcscript: for now, acts like normal files, |  espie | 2010-10-27 | 1 | -1/+1 |
* | allow say and errsay to work without parameters, as it's ways common. |  espie | 2010-06-30 | 1 | -1/+1 |
* | whitespace cleanup |  espie | 2010-06-30 | 1 | -1/+1 |
* | add wantarray optimization, just reply 1 as soon as we can when we actually |  espie | 2010-06-11 | 1 | -6/+19 |
* | whitespace fixes |  espie | 2010-05-10 | 1 | -10/+10 |
* | make sure is_valid works for alternatives |  espie | 2010-01-07 | 1 | -2/+2 |
* | better spec handling: instead of dying, create badspec objects that never |  espie | 2010-01-05 | 1 | -20/+67 |
* | more changes and optimizations: create unique dewey objects, so I can |  espie | 2009-12-30 | 1 | -2/+2 |
* | fix pkgspec handling, actually do filter by regexp. |  espie | 2009-12-30 | 1 | -3/+3 |
* | a few small optimizations: |  espie | 2009-12-30 | 1 | -7/+9 |
* | remove dead code: as far as possible, we use only |  espie | 2009-11-10 | 1 | -2/+1 |
* | maybe I'll change the code later (two XXX), but allows flavor after stem, |  espie | 2009-10-11 | 1 | -1/+2 |
* | synch with my new style search/location changes |  espie | 2009-04-19 | 1 | -30/+220 |
* | tweak code to use same comparison operations as PackageNames. |  espie | 2009-03-07 | 1 | -106/+24 |
* | Say goodbye to local $_ |  espie | 2008-10-20 | 1 | -9/+5 |
* | tighter specs (tested for ages locally) |  espie | 2008-10-04 | 1 | -24/+11 |
* | rework `special' package names a bit. |  espie | 2007-06-09 | 1 | -1/+2 |
* | convert the remaining regexps, so that $`, $', $& are completely dead. |  espie | 2007-06-04 | 1 | -17/+17 |
* | I am on drugs, I don't know where I found split can take strings as |  espie | 2007-06-04 | 1 | -7/+7 |
* | some minor systematic changes. |  espie | 2007-06-04 | 1 | -29/+29 |
* | put Search objects into their own file, finally |  espie | 2007-05-14 | 1 | -34/+2 |
* | put search objects into a search class. |  espie | 2007-05-14 | 1 | -2/+4 |
* | name tweaks: match -> match_list, match_repo -> match |  espie | 2007-05-14 | 1 | -3/+3 |
* | move towards unifying stem searches and pkgspec searches. |  espie | 2007-05-13 | 1 | -1/+7 |
* | remove obsolete comment. |  espie | 2007-05-12 | 1 | -5/+1 |
* | kill old PkgSpec interface |  espie | 2007-05-12 | 1 | -3/+3 |
* | oops, make the object variant functional |  espie | 2007-05-12 | 1 | -2/+2 |
* | somewhat sneaky: allow PkgSpecs to be objects, so that we can perform |  espie | 2007-05-12 | 1 | -5/+12 |
* | pass refs around instead of extending them. |  espie | 2007-05-12 | 1 | -4/+10 |
* | update copyright years, standardize licence. |  espie | 2007-04-15 | 1 | -2/+2 |
* | if there's no identifiable version in the spec, and in the package name, |  espie | 2005-08-14 | 1 | -2/+6 |
* | split PackageName handling into PackageName stuff/PkgSpec matching. |  espie | 2004-10-11 | 1 | -0/+220 |