| Commit message (Expand) | Author | Age | Files | Lines |
* | match opendir with closedir... not that important as the thing was most |  espie | 2020-01-28 | 1 | -2/+2 |
* | a bit of spring cleanup in advance: scrape old stuff that's not really |  espie | 2014-01-11 | 1 | -5/+3 |
* | bump copyright to 2014 |  espie | 2014-01-09 | 1 | -2/+2 |
* | scrape support for old +COMMENT file. |  espie | 2014-01-07 | 1 | -4/+3 |
* | recognize special file +META |  espie | 2014-01-07 | 1 | -3/+5 |
* | zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removed |  espie | 2011-08-23 | 1 | -9/+5 |
* | tweak |  espie | 2011-08-18 | 1 | -2/+3 |
* | new pkg_delete, very similar to pkg_add, support for -a |  espie | 2011-07-12 | 1 | -65/+1 |
* | more stuff that uses print directly dies |  espie | 2010-12-29 | 1 | -5/+5 |
* | handle failures from ports tree with more care. |  espie | 2010-12-24 | 1 | -1/+1 |
* | 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 |
* | simple use of new state->repo API |  espie | 2010-06-30 | 1 | -3/+2 |
* | ui changes: go thru a state object for most printouts |  espie | 2010-06-09 | 1 | -3/+3 |
* | move code around, so that commands can be used as modules. |  espie | 2010-06-04 | 1 | -2/+2 |
* | whitespace fixes |  espie | 2010-05-10 | 1 | -2/+2 |
* | make these independent from Getopt, require Exporter |  espie | 2009-11-15 | 1 | -1/+2 |
* | progressmeter puts STDOUT in autoflush if -t, so that it can display to it instead of piping a lot of stuff to STDERR. |  espie | 2009-11-11 | 1 | -3/+4 |
* | state->progress->print => $state->print |  espie | 2009-11-11 | 1 | -2/+2 |
* | bad espie: use strict/warnings consistently, and fix two nits and two |  espie | 2009-11-10 | 1 | -1/+2 |
* | switch to match_locations, and so we can use choose_location, yippee! |  espie | 2009-11-10 | 1 | -15/+15 |
* | Canonicalise package names when comparing them against the package database. |  wcmaier | 2009-06-04 | 1 | -2/+3 |
* | make sure installed_stem is defined when needed, prevents some weird |  espie | 2008-06-15 | 1 | -1/+4 |
* | rename forced to defines |  espie | 2008-03-08 | 1 | -2/+2 |
* | better ui for locking messages. |  espie | 2008-01-12 | 1 | -2/+3 |
* | use OpenBSD::Paths contents |  espie | 2007-06-16 | 1 | -2/+3 |
* | rework `special' package names a bit. |  espie | 2007-06-09 | 1 | -6/+22 |
* | some minor systematic changes. |  espie | 2007-06-04 | 1 | -15/+17 |
* | refactor ProgressMeter code to create objects, put these into state. |  espie | 2007-06-01 | 1 | -3/+2 |
* | oops, move realname up so that ::Sample sees it too. |  espie | 2007-05-31 | 1 | -6/+3 |
* | simplify script handling a bit (they're going to disappear probably anyways). |  espie | 2007-05-30 | 1 | -1/+2 |
* | also strip +CONTENTS |  espie | 2007-05-18 | 1 | -1/+2 |
* | fix dependencies |  espie | 2007-05-15 | 1 | -2/+3 |
* | put search objects into a search class. |  espie | 2007-05-14 | 1 | -2/+2 |
* | maintain stemlist for installed packages dynamically |  espie | 2007-05-14 | 1 | -4/+12 |
* | tidy |  espie | 2007-05-14 | 1 | -2/+2 |
* | unify object lookup as locator->match($o) or $repo->match($o) |  espie | 2007-05-13 | 1 | -2/+2 |
* | avoid calling compile_stemlist directly |  espie | 2007-05-07 | 1 | -6/+4 |
* | update copyright years, standardize licence. |  espie | 2007-04-15 | 1 | -2/+2 |
* | remove some unnecessary sanity checks. /var/db/pkg is supposed to contain |  espie | 2007-03-18 | 1 | -15/+2 |
* | Problem noticed by Henrik Hellerstedt <henrik@kohina.net> |  espie | 2007-02-22 | 1 | -3/+24 |
* | ask_list() is in OpenBSD::Interactive, not OpenBSD::ProgressMeter |  sturm | 2007-02-17 | 1 | -2/+2 |
* | * New -i interactive option, that can ask obnoxious questions. |  espie | 2005-09-04 | 1 | -3/+50 |
* | allow locking of database in quiet mode, where we don't display any |  espie | 2005-01-16 | 1 | -4/+5 |
* | `big lock' model: lock the whole db for reading/writing. |  espie | 2005-01-14 | 1 | -1/+27 |
* | use delete, not undef, to update installed_packages correctly... |  espie | 2004-12-27 | 1 | -25/+30 |
* | renamed borked_installation from borked.n to partial-<pkgname> ... |  espie | 2004-12-16 | 1 | -4/+8 |
* | make sure REQUIRING file is an integral part of what we do. |  espie | 2004-11-14 | 1 | -4/+4 |
* | let RequiredBy generate lists directly, use hashes to trim down duplicates directly. Optimize for !wantarray, by telling whether the list is empty or not. |  espie | 2004-11-14 | 1 | -1/+2 |