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