Age | Commit message (Expand) | Author |
2018-02-14 | sboremove: move everything to module and make it OO | Andreas Guldstrand |
2017-02-05 | sboremove: three more small fixes in logic | Andreas Guldstrand |
2017-02-04 | sboremove: fix a few misses | Andreas Guldstrand |
2017-02-04 | sboremove: rewrite almost completely | Andreas Guldstrand |
2016-09-07 | sbo*, SBO::Lib::*: make use of prompt() for getting user input | Andreas Guldstrand |
2016-09-01 | sbo*: fix vim modeline | Andreas Guldstrand |
2016-08-31 | sboremove: be explicit that it's for SlackBuilds.org packages | Andreas Guldstrand |
2016-08-29 | SBO::Lib::Readme: let get_readme_contents use slurp() too | Andreas Guldstrand |
2016-08-28 | sboremove: use SBO::Lib line contained duplicate of get_sbo_location | Andreas Guldstrand |
2016-08-16 | sbo*: expand non-leading tabs into spaces to align things properly | Andreas Guldstrand |
2016-08-15 | sbo*, man*, SBO::Lib: trailing whitespace fixes | Andreas Guldstrand |
2016-06-18 | sboremove: %inst_names has already been checked before, and nothing odd would... | Andreas Guldstrand |
2016-06-18 | sboremove: no need for confirmed hash; it's already checked in get_required_by | Andreas Guldstrand |
2016-05-03 | sboremove: pass arguments to system() safely | Andreas Guldstrand |
2016-05-02 | sboremove: check length of @dep_of instead of if $dep_of[0] exists | Andreas Guldstrand |
2016-05-02 | sboremove: change another loop to use in() | Andreas Guldstrand |
2016-05-02 | sboremove: don't check a ref if it's truthy, check the hash that's actually b... | Andreas Guldstrand |
2016-05-02 | sboremove: rewrite confirm_remove() to use in() | Andreas Guldstrand |
2016-05-01 | sboremove: rewrite get_reverse_reqs() to make use of in() | Andreas Guldstrand |
2016-04-30 | sboremove: change check for exists $foo[0] to checking @foo | Andreas Guldstrand |
2016-04-29 | sboremove: small whitespace fix | Andreas Guldstrand |
2016-04-16 | Remove useless conditions from show_usage/version invocations | Andreas Guldstrand |
2016-04-16 | Test show_usage output for all the sbo* commands | Andreas Guldstrand |
2016-03-03 | sbo*: Add returns to subs missing them and check @_ better | Andreas Guldstrand |
2016-02-13 | Add show_version to sbo scripts | Andreas Guldstrand |
2015-12-08 | Update author list in scripts | Andreas Guldstrand |
2015-12-06 | Change from @EXPORT to @EXPORT_OK | Andreas Guldstrand |
2015-11-30 | Set the system perl as the perl we want to use | Andreas Guldstrand |
2015-11-14 | Additional Perl::Critic::Freenode fixes, and one missed prototype | Andreas Guldstrand |
2015-11-14 | Remove prototypes and make sure subs are called with () | Andreas Guldstrand |
2013-09-20 | SBO-Lib/lib/SBO/Lib.pm, sboinstall, sboremove, sboupgrade: remove smartmatch | j pipkin |
2013-01-13 | removed req_store. warnings{sbo} equals %README% if readme is required | xocel |
2013-01-12 | resolve items marked TODO | J Pipkin |
2013-01-12 | implement failure-dependent exit statuses, ask to proceed if a failure is enc... | J Pipkin |
2013-01-05 | reverted get_inst_names back to 1.3, commented out get_installed_sbos, update... | xocel |
2013-01-04 | Added get_installed_packages, modified get_inst_names to be compatible with n... | xocel |
2013-01-03 | fixes #26 | xocel |
2012-12-31 | elide space between function names and any following open parentheses | J Pipkin |
2012-12-30 | sboremove: minor fixes, moved get_requires to lib.pm, added tests, updated ma... | xocel |
2012-12-28 | sboremove updated | xocel |
2012-12-22 | sboremove, generage two de-duped arrays, @sbos which contains CLI-specified i... | J Pipkin |
2012-12-06 | first bit of sboremove rewrite - use a complex data structure to know which a... | Jacob Pipkin |
2012-11-30 | fix bug I introduced | Jacob Pipkin |
2012-11-29 | some cleanups | Jacob Pipkin |
2012-11-25 | only call get_from_info if $location, so sboremove wont crash for removed sbos | Jacob Pipkin |
2012-11-25 | remove excess quotes | Jacob Pipkin |
2012-11-20 | upgradex: fixed -f/-z | xocel |
2012-11-18 | minor fixes: is_rootpkg logic updated | xocel |
2012-11-18 | get_build_queue no longer called if | xocel |
2012-11-16 | use label when doing loop control | Jacob Pipkin |