aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-11added vim lines to everythingJacob Pipkin
2012-06-11bunch more code reductions and stuffJacob Pipkin
2012-06-11code reductionsJacob Pipkin
2012-06-11code reductionJacob Pipkin
2012-06-11many little fixes, corrections, and reductionsJacob Pipkin
2012-06-08whole bunch of excess code removed, also got rid of the make_temp_file crap a...Jacob Pipkin
2012-06-08bug fix in comparison testJacob Pipkin
2012-06-08much code reduction surrounding config file parsingJacob Pipkin
2012-06-07sboupgrade: yet more reduction of excess codeJacob Pipkin
2012-06-07cleanups and code reductionJacob Pipkin
2012-06-06even more code reduction. perl golf is fun.Jacob Pipkin
2012-06-05sboupgrade, made a couple things more robust, got rid of a bunch of excess co...Jacob Pipkin
2012-06-05reduced extra code in sbofind, seems to also be faster? huh.Jacob Pipkin
2012-06-05further reduction of code for get_installed_sbos () sub.Jacob Pipkin
2012-06-05reduction of code for get_installed_sbos () sub.Jacob Pipkin
2012-06-05removal of excess code when reading from STDINJacob Pipkin
2012-06-05factored out "open my $fh, $op, $file" and made it robust in one fell swoopJacob Pipkin
2012-06-01version 0.5 -> 0.6Jacob Pipkin
2012-06-01sbo(upgrade|install).1 updated with (user|group)add and option info, options ...Jacob Pipkin
2012-06-01added -i and -r info to sbofind.1 man pageJacob Pipkin
2012-06-01further enhancement to requirement parsingJacob Pipkin
2012-06-01fix bug where -c arg to sboupgrade did nothingJacob Pipkin
2012-06-01enhancements to requirement parsing, made "Proceed with" question reflect com...Jacob Pipkin
2012-06-01bug fixes to make sboclean workJacob Pipkin
2012-06-01sboclean script created.Jacob Pipkin
2012-06-01sboclean(1) man page created, added to SEE ALSO section of other man pagesJacob Pipkin
2012-06-01added -R option to sbo(install|upgrade) to view README but not parse requirem...Jacob Pipkin
2012-06-01sboupgrade: enhancements to requirement parsing, bug fix after removing extra...Jacob Pipkin
2012-06-01tweaks to Lib.pm to handle options, and fix a bug in get_installed_sbos creat...Jacob Pipkin
2012-06-01make sbofind's search case-insensitiveJacob Pipkin
2012-05-31replace some for and if statements with their postscript formsJacob Pipkin
2012-05-31added grokking of (user|group)add cmds in READMEs, fixed missing word in ques...Jacob Pipkin
2012-05-31cleanup - if () to postscript ifJacob Pipkin
2012-05-31added -i option to sbofind to display .info contentsJacob Pipkin
2012-05-31rename grok_readme to grok_requirements, remove extraneous code in get_readme...Jacob Pipkin
2012-05-30many small cleanups, fixes for consistency, code reduction, etcJacob Pipkin
2012-05-30copy conf file to temp file instead of reading conf file and writing its cont...Jacob Pipkin
2012-05-30cleanup of "use xyz;" statements where xyz is not actually usedJacob Pipkin
2012-05-30stop exporting subs used nowhere: get_slack_version, check_slackbuilds_txt, g...Jacob Pipkin
2012-05-30minor cleanups; comments, etcJacob Pipkin
2012-05-30bug fix: == -> eq in string comparisonJacob Pipkin
2012-05-30use die instead of print "blah blah\n" and exit 1, which was really dumbJacob Pipkin
2012-05-30remove unneeded parens in 'close ()' bitsJacob Pipkin
2012-05-30refactoring, reorganizing, etcJacob Pipkin
2012-05-30removed SBO-Lib/ChangesJacob Pipkin
2012-05-30for req parsing, work around case where last thing in README is list of requi...Jacob Pipkin
2012-05-30add -r option to show README for any found slackbuildsJacob Pipkin
2012-05-28corrected wording regarding requirement parsingJacob Pipkin
2012-05-28added requirement-parsing wording to man pages, updated date and version: 0.4...Jacob Pipkin
2012-05-28fix bug where grok_readme didn't return if no reqs were found, fix bug where ...Jacob Pipkin