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