Age | Commit message (Expand) | Author |
2023-10-09 | placeholder for later feature | Marc Espie |
2023-06-16 | no extra params there, to be revisited | Marc Espie |
2023-06-13 | move to use v5.36; | Marc Espie |
2022-02-01 | pkg_delete(1): print usage when args aren't supplied. | Dave Voutila |
2019-06-09 | with tags, we do look in deletesets | Marc Espie |
2019-02-10 | "non-existant" is one of those words that don't exist, so use "non-existent" | Peter Hessler |
2018-07-10 | unify option parsing a bit more | Marc Espie |
2018-07-10 | remove remnants of very old code, to simplify unification | Marc Espie |
2018-06-24 | tags should work more like other errors. In particular, avoid infinite | Marc Espie |
2018-06-22 | activate tag solver (won't do anything if plists don't have actual tags) | Marc Espie |
2018-06-20 | modernize pkg_delete code, we have DeleteSets, which means handle | Marc Espie |
2018-06-19 | Pass the set thru to deletion operations (we may need to solve_tags!) | Marc Espie |
2018-02-27 | sanitize say/print output further | Marc Espie |
2017-03-13 | fix usage order, as reminded by jmc@ | Marc Espie |
2017-02-27 | framework for some performance stats as a -V... option (like how much | Marc Espie |
2017-01-25 | if the fs got badly damaged, display a decent error message instead of | Marc Espie |
2015-10-07 | "..." implies optional, so no need for []; from michael reed | Jason McIntyre |
2014-11-29 | simplify the interactive code into its own little object with simpler | Marc Espie |
2014-07-12 | finish killing old experiment, less confusing code | Marc Espie |
2014-02-11 | s/anyways/anyway/, ok espie@ | Stuart Henderson |
2014-02-08 | be less verbose for pkg_delete -X | Marc Espie |
2013-01-07 | only protest midly if we're in exclude mode, so that you can exclude stuff | Marc Espie |
2011-12-02 | small logic error | Marc Espie |
2011-12-02 | -X before -x; | Jason McIntyre |
2011-12-02 | -X exclude option: negates the packages we give (remove them instead of | Marc Espie |
2011-11-25 | darn, setlist might actually be undefined entirely... | Marc Espie |
2011-11-25 | fix -a <list> semantics: | Marc Espie |
2011-08-26 | zap fatpackages. nobody actually uses them. | Marc Espie |
2011-08-23 | zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removed | Marc Espie |
2011-08-18 | spacing | Marc Espie |
2011-08-17 | pkg_add and pkg_delete will now syslog activity by default. | Marc Espie |
2011-07-19 | fix -Ddependencies, from Nathanael Rensen | Marc Espie |
2011-07-18 | allow pkg_delete -a pkgname to do something useful: | Marc Espie |
2011-07-17 | unify the main loop some more: add and delete do more or less the | Marc Espie |
2011-07-14 | move deptree_header into AddDelete, use it in pkg_delete. | Marc Espie |
2011-07-13 | share code | Marc Espie |
2011-07-13 | create DeleteSet as a specialized version of UpdateSets that print | Marc Espie |
2011-07-12 | be ways more verbose with -a | Marc Espie |
2011-07-12 | put back options -Dbaddepend -Ddependencies | Marc Espie |
2011-07-12 | new pkg_delete, very similar to pkg_add, support for -a | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-12-13 | remove locals, so that it can be called again and again | 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-25 | clean-up options handling some more | Marc Espie |
2010-06-15 | fix count of deinstalling packages. | Marc Espie |
2010-06-11 | fix format, as noticed by marco@ | Marc Espie |
2010-06-09 | replace confusing (n to go) message with #done/#total annotations. | Marc Espie |
2010-06-09 | ui changes: go thru a state object for most printouts | Marc Espie |