| Age | Commit message (Expand) | Author |
| 2013-01-03 | merged c32_x64_fix, fixes #25 | J Pipkin |
| 2013-01-03 | elide space between get_dc_regex and ($) | J Pipkin |
| 2013-01-03 | support other archive formats besides just tar | J Pipkin |
| 2013-01-03 | rewrite slackbuilds for compat32 installs to decompress the correct source | J Pipkin |
| 2013-01-03 | fixes #26 | xocel |
| 2012-12-31 | version 1.2 -> 1.3 | J Pipkin |
| 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 | fixed tests | xocel |
| 2012-11-30 | version 1.1 -> 1.2 | Jacob Pipkin |
| 2012-11-30 | shared credit | Jacob Pipkin |
| 2012-11-30 | fix bug where exit status of slackbuild was lost due to piping it to tee, int... | Jacob Pipkin |
| 2012-11-30 | remove excess blank line at start of file | Jacob Pipkin |
| 2012-11-30 | dont create the build_queue backwards | Jacob Pipkin |
| 2012-11-17 | changes to decouple test.t from local system | Jacob Pipkin |
| 2012-11-16 | switch back to using push instead of unshift in add_to_queue/get_build_queue ... | Jacob Pipkin |
| 2012-11-16 | spacing and extra comma cleaned up | Jacob Pipkin |
| 2012-11-16 | testing branch git-merge'd | Jacob Pipkin |
| 2012-11-12 | merged multisbo into xocel | xocel |
| 2012-11-08 | use --delete when running rsync_tree | Jacob Pipkin |
| 2012-11-05 | get rid of prototype for create_symlinks, all tests pass | Jacob Pipkin |
| 2012-11-05 | get rid of useless (%) prototypes. all tests pass. | Jacob Pipkin |
| 2012-11-05 | git rid of prototype for get_symlink_from_filename. all tests pass. | Jacob Pipkin |
| 2012-11-05 | git rid of prototype for get_build_queue. all tests pass. | Jacob Pipkin |
| 2012-11-05 | git rid of prototype for get_distfile. all tests pass. | Jacob Pipkin |
| 2012-11-05 | git rid of prototype for open_fh. all tests pass. | Jacob Pipkin |
| 2012-11-04 | remove prototype from verify_distfile, cleanups/perl golf | Jacob Pipkin |
| 2012-11-04 | bug fix to last thing, and rename $vars to $store in get_from_info for consis... | Jacob Pipkin |
| 2012-11-04 | make get_sbo_location state-keeping more correct, rename $loc_store to $store | Jacob Pipkin |
| 2012-11-04 | clean up a comment and remove so superfluous code | Jacob Pipkin |
| 2012-11-04 | comment typo fix: computer -> compute | Jacob Pipkin |
| 2012-11-04 | removed superfluous "return unless -d $distfiles;" from verify_distfile subro... | Jacob Pipkin |
| 2012-11-04 | rename $info_md5sum to equally clear but more concise $info_md5 | Jacob Pipkin |
| 2012-11-04 | remove compare_md5s sub, call verify_distfile from get_distfile instead of co... | Jacob Pipkin |
| 2012-11-04 | rename $multi variable to more descriptive $multilib | Jacob Pipkin |
| 2012-11-04 | ditch prototype for compare_md5s | Jacob Pipkin |
| 2012-11-04 | fix to check-and-dereference-array-ref logic. passes tests. | Jacob Pipkin |
| 2012-11-04 | call get_sbo_location correctly for new changes | Jacob Pipkin |
| 2012-11-04 | fix to last fix | Jacob Pipkin |
| 2012-11-04 | get_sbo_location should return undef if it finds nothing | Jacob Pipkin |
| 2012-11-04 | remove last bit of leftover crud from the make -j# thing | Jacob Pipkin |
| 2012-11-04 | @sbos is an array, dont call it as an array ref | Jacob Pipkin |
| 2012-11-04 | $loc_store is a reference, call it correctly | Jacob Pipkin |
| 2012-11-04 | tee the running of the slackbuild instead of the tar and makepkg via editing ... | Jacob Pipkin |
| 2012-11-04 | use MAKEOPTS for -j instead of hacking the SlackBuild | Jacob Pipkin |
| 2012-11-04 | also handle being passed an array ref | Jacob Pipkin |
| 2012-11-04 | get_sbo_download - no prototype, keep state, deal with either a single scalar... | Jacob Pipkin |
| 2012-11-01 | use my instead of state for $temp_queue, rip out $empty junk | Jacob Pipkin |
| 2012-11-01 | add ability to empty $temp_queue in order to facilitate unit testing | Jacob Pipkin |
| 2012-11-01 | but fix to state $temp_queue where had an empty element at end, label for loo... | Jacob Pipkin |