Age | Commit message (Expand) | Author |
2007-12-18 | make it possible to run without locking the database. To be used by | Marc Espie |
2007-12-08 | let pkg_info -E see @sample objects. No sense in hiding them. | Marc Espie |
2007-06-26 | fix pkg_info's find_by_path behavior, which I accidentally broke two | Marc Espie |
2007-06-20 | sprinkle code to deal gracefully with absent packing-lists. | Marc Espie |
2007-06-17 | only display header if we actually display some information. | Marc Espie |
2007-06-04 | add -t to usage() and SYNOPSIS; | Jason McIntyre |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-06-04 | add -t flag to pkg_info to enable listing of the ``top level'' packages, | Pierre-Yves Ritschard |
2007-05-18 | show the url for the package we're dealing with. Unconfuse installed vs. | Marc Espie |
2007-05-18 | normalize installed names | Marc Espie |
2007-05-15 | require the right code at the right location. | 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-14 | use Repository::Installed a bit more | Marc Espie |
2007-05-13 | unify object lookup as locator->match($o) or $repo->match($o) | Marc Espie |
2007-05-12 | use PkgSpec objects most of the time | Marc Espie |
2007-05-07 | use repo->findstem | Marc Espie |
2007-05-07 | remove dependency on available_stems(), make it go thru PackageLocator | Marc Espie |
2007-05-07 | do not expose stemlist internals, create find_partialstem function. | Marc Espie |
2007-05-02 | remove extraneous () in method call: $o->method() becomes $o->method | Marc Espie |
2007-05-01 | move the old elements into PackingElements, since the code is now | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-01-29 | Three lines in SYNOPSIS are too much. Use only one line and sync usage. | Bernd Ahlers |
2007-01-23 | Introduce -Q option: | Bernd Ahlers |
2006-02-23 | Let 'pkg_info -P' work with package distribution files and URLs to a | Bernd Ahlers |
2006-02-09 | use new interface (*close*) | Marc Espie |
2005-11-01 | Add -P option. This shows the pkgpath for each package. Nice for building | Bernd Ahlers |
2005-10-28 | fix error code path for pkg_info -e pouet | Marc Espie |
2005-09-19 | simplify pkg_info a great deal, by relying on the lazy properties of | Marc Espie |
2005-09-19 | let pkg_info -e see @pkgpath annotations. | Marc Espie |
2005-09-17 | special-case when we only need the packing-list. | Marc Espie |
2005-09-07 | sort options and sync usage(); | Jason McIntyre |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-16 | fix getopt line, noticed by Gerardo Santana | Marc Espie |
2005-06-08 | squeeze +COMMENT in front of +DESC. | Marc Espie |
2005-01-16 | allow locking of database in quiet mode, where we don't display any | Marc Espie |
2005-01-14 | `big lock' model: lock the whole db for reading/writing. | Marc Espie |
2004-12-22 | keep less stuff around for -e pkgpath. | Marc Espie |
2004-12-16 | renamed borked_installation from borked.n to partial-<pkgname> ... | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-06 | forgot -h for pkg_info. | Marc Espie |
2004-12-06 | Usage | Marc Espie |
2004-11-15 | find_pkg function to iterate through pkgs, wherever they might be. | Marc Espie |
2004-11-15 | repair -l | Marc Espie |
2004-11-15 | don't Fatal out if -e thingy -q, since we're only interested in the | Marc Espie |
2004-11-14 | -K -L option that prefixes each file name with keyword. | Marc Espie |
2004-11-11 | package names starting with . are hidden from pkg_info by default. | Marc Espie |
2004-11-11 | typo | Marc Espie |