aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib.pm
AgeCommit message (Expand)Author
2012-09-01more of the same...Jacob Pipkin
2012-09-01more cleanups, fixes, and other backports from the slack14 branchJacob Pipkin
2012-08-30bugfixesJacob Pipkin
2012-08-30bug fix to previousJacob Pipkin
2012-08-30rest of "back-ported" stuff from the slack14 branchJacob Pipkin
2012-07-14work around fact that some .info files have UNTESTED instead of UNSUPPORTED f...Jacob Pipkin
2012-07-05bug fix to convertpkg to compat32 bitJacob Pipkin
2012-07-04fixes for slack 13.37's perl 5.12Jacob Pipkin
2012-07-04bug fix to the bug fix... :(Jacob Pipkin
2012-07-04bug fix to last change...Jacob Pipkin
2012-07-04modified how handle slack version, reduced code and more future-proof, much b...Jacob Pipkin
2012-06-29version 0.6 -> 0.7Jacob Pipkin
2012-06-29made (fetch|update)_tree return 1 on completion instead of nothingJacob Pipkin
2012-06-29fixed precedence bug: system "thing" == 0 or stuff should be system ("thing")...Jacob Pipkin
2012-06-29fixed bug where update_tree didn't do anything with check_slackbuilds_txt kno...Jacob Pipkin
2012-06-27updated for 14.0 in current, fixed typo exsitsJacob Pipkin
2012-06-11added vim lines to everythingJacob 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-08much code reduction surrounding config file parsingJacob Pipkin
2012-06-07cleanups and code reductionJacob Pipkin
2012-06-06even more code reduction. perl golf is fun.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-01tweaks to Lib.pm to handle options, and fix a bug in get_installed_sbos creat...Jacob Pipkin
2012-05-31replace some for and if statements with their postscript formsJacob Pipkin
2012-05-30many small cleanups, fixes for consistency, code reduction, etcJacob 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-30use die instead of print "blah blah\n" and exit 1, which was really dumbJacob Pipkin
2012-05-30refactoring, reorganizing, etcJacob Pipkin
2012-05-28added comments to SBO/Lib.pmJacob Pipkin
2012-05-27fix bug where the code determining pkg name found the original pkg for -compa...Jacob Pipkin
2012-05-26fix bug where tmp files are not being deleted, fix make clean not cleaning so...Jacob Pipkin
2012-05-26bug fix to the previous bug fixJacob Pipkin
2012-05-26bug fixJacob Pipkin
2012-05-23re-organizationJacob Pipkin
2012-05-23cleanupsJacob Pipkin
2012-05-14verify -j input, and redo way of getting pkg name to allow for incorrect vers...Jacob Pipkin
2012-05-13misc cleanupJacob Pipkin
2012-05-13bug-fixes to make the -j stuff workJacob Pipkin
2012-05-13added stuff to support -j option to make, not tested yet.Jacob Pipkin
2012-05-12groundwork for supporting installation of -compat32 SlackBuildsJacob Pipkin
2012-05-10fix bug where no sbosnap fetch caused script failureJacob Pipkin
2012-05-10rewrite SBo to set arch correctly for 32-bit only SBos on x86_64 systems.Jacob Pipkin
2012-05-09fixed bug preventing last download in list for a given SBo with multiple down...Jacob Pipkin
2012-05-09fix bug where distclean'ing doesn't work, plus other cleanupsJacob Pipkin