Age | Commit message (Expand) | Author |
2016-12-07 | sboconfig: fix show_usage to display long options | chinarulezzz |
2016-09-01 | sbo*: fix vim modeline | Andreas Guldstrand |
2016-08-28 | sboconfig: move slurp() to SBO::Lib::Util, and document it | Andreas Guldstrand |
2016-07-27 | sboconfig: make sure to create /etc/sbotools/ if it doesn't exist | Andreas Guldstrand |
2016-07-23 | sboconfig: allow comments and blank lines to be undisturbed | Andreas Guldstrand |
2016-07-22 | sboconfig: if the config couldn't be read, use an empty string | Andreas Guldstrand |
2016-07-21 | sboconfig: Just pass in all %changes to config_write() | Andreas Guldstrand |
2016-07-20 | sboconfig: rewrite config_write sub from scratch | Andreas Guldstrand |
2016-06-19 | sboconfig: remove unneeded "early" return | Andreas Guldstrand |
2016-05-07 | sboconfig: need to accept FALSE for SBO_HOME too | Andreas Guldstrand |
2016-05-07 | sboconfig: open_read dies or returns $exit on fail | Andreas Guldstrand |
2016-04-16 | Rewrite another show_usage invocation | Andreas Guldstrand |
2016-04-16 | Change argument checking to use postscript unless | 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 | Don't ignore case in option parameters | Andreas Guldstrand |
2016-02-13 | Add show_version to sbo scripts | Andreas Guldstrand |
2015-12-14 | Missed open_read import in sboconfig | Andreas Guldstrand |
2015-12-08 | Update author list in scripts | Andreas Guldstrand |
2015-12-08 | Update manpages and scripts for #6 | Andreas Guldstrand |
2015-12-06 | Change from @EXPORT to @EXPORT_OK | Andreas Guldstrand |
2015-12-05 | Change sboconfig flag for local overrides to -o | Andreas Guldstrand |
2015-12-04 | Allow to override the version of slackware to grab from SBo | Andreas Guldstrand |
2015-12-04 | Add ability to set a directory of local overrides. | 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-01-12 | implement failure-dependent exit statuses, ask to proceed if a failure is enc... | J Pipkin |
2012-12-31 | elide space between function names and any following open parentheses | J Pipkin |
2012-11-30 | shared credit | Jacob Pipkin |
2012-11-05 | get rid of prototype for config_write. all tests pass | Jacob Pipkin |
2012-11-05 | git rid of prototype for open_fh. all tests pass. | Jacob Pipkin |
2012-10-04 | removed 'date:' line from comments, cleanups for quote consistency, etc | Jacob Pipkin |
2012-09-21 | sboconfig converted to long options and fixes added from 0.8 | Jacob Pipkin |
2012-09-02 | sanity checks for sboconfig | Jacob Pipkin |
2012-09-01 | more and more cleanups and fixes | Jacob Pipkin |
2012-09-01 | more cleanups | Jacob Pipkin |
2012-09-01 | fix >> to > | Jacob Pipkin |
2012-09-01 | more cleanups and fixes and such | Jacob Pipkin |
2012-08-31 | epic changes and fixes and much further testing | Jacob Pipkin |
2012-08-30 | bugfixes++ | Jacob Pipkin |
2012-08-30 | changes for REQUIRES in SBos for 14, and many cleanups, fixes, enhancements | Jacob Pipkin |
2012-06-11 | added vim lines to everything | Jacob Pipkin |
2012-06-11 | bunch more code reductions and stuff | 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-05 | factored out "open my $fh, $op, $file" and made it robust in one fell swoop | Jacob Pipkin |
2012-05-31 | replace some for and if statements with their postscript forms | 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 |