aboutsummaryrefslogtreecommitdiff
path: root/sboconfig
AgeCommit message (Expand)Author
2016-12-07sboconfig: fix show_usage to display long optionschinarulezzz
2016-09-01sbo*: fix vim modelineAndreas Guldstrand
2016-08-28sboconfig: move slurp() to SBO::Lib::Util, and document itAndreas Guldstrand
2016-07-27sboconfig: make sure to create /etc/sbotools/ if it doesn't existAndreas Guldstrand
2016-07-23sboconfig: allow comments and blank lines to be undisturbedAndreas Guldstrand
2016-07-22sboconfig: if the config couldn't be read, use an empty stringAndreas Guldstrand
2016-07-21sboconfig: Just pass in all %changes to config_write()Andreas Guldstrand
2016-07-20sboconfig: rewrite config_write sub from scratchAndreas Guldstrand
2016-06-19sboconfig: remove unneeded "early" returnAndreas Guldstrand
2016-05-07sboconfig: need to accept FALSE for SBO_HOME tooAndreas Guldstrand
2016-05-07sboconfig: open_read dies or returns $exit on failAndreas Guldstrand
2016-04-16Rewrite another show_usage invocationAndreas Guldstrand
2016-04-16Change argument checking to use postscript unlessAndreas Guldstrand
2016-04-16Remove useless conditions from show_usage/version invocationsAndreas Guldstrand
2016-04-16Test show_usage output for all the sbo* commandsAndreas Guldstrand
2016-03-03sbo*: Add returns to subs missing them and check @_ betterAndreas Guldstrand
2016-02-13Don't ignore case in option parametersAndreas Guldstrand
2016-02-13Add show_version to sbo scriptsAndreas Guldstrand
2015-12-14Missed open_read import in sboconfigAndreas Guldstrand
2015-12-08Update author list in scriptsAndreas Guldstrand
2015-12-08Update manpages and scripts for #6Andreas Guldstrand
2015-12-06Change from @EXPORT to @EXPORT_OKAndreas Guldstrand
2015-12-05Change sboconfig flag for local overrides to -oAndreas Guldstrand
2015-12-04Allow to override the version of slackware to grab from SBoAndreas Guldstrand
2015-12-04Add ability to set a directory of local overrides.Andreas Guldstrand
2015-11-30Set the system perl as the perl we want to useAndreas Guldstrand
2015-11-14Additional Perl::Critic::Freenode fixes, and one missed prototypeAndreas Guldstrand
2015-11-14Remove prototypes and make sure subs are called with ()Andreas Guldstrand
2013-01-12implement failure-dependent exit statuses, ask to proceed if a failure is enc...J Pipkin
2012-12-31elide space between function names and any following open parenthesesJ Pipkin
2012-11-30shared creditJacob Pipkin
2012-11-05get rid of prototype for config_write. all tests passJacob Pipkin
2012-11-05git rid of prototype for open_fh. all tests pass.Jacob Pipkin
2012-10-04removed 'date:' line from comments, cleanups for quote consistency, etcJacob Pipkin
2012-09-21sboconfig converted to long options and fixes added from 0.8Jacob Pipkin
2012-09-02sanity checks for sboconfigJacob Pipkin
2012-09-01more and more cleanups and fixesJacob Pipkin
2012-09-01more cleanupsJacob Pipkin
2012-09-01fix >> to >Jacob Pipkin
2012-09-01more cleanups and fixes and suchJacob Pipkin
2012-08-31epic changes and fixes and much further testingJacob Pipkin
2012-08-30bugfixes++Jacob Pipkin
2012-08-30changes for REQUIRES in SBos for 14, and many cleanups, fixes, enhancementsJacob Pipkin
2012-06-11added vim lines to everythingJacob Pipkin
2012-06-11bunch more code reductions and stuffJacob Pipkin
2012-06-08whole bunch of excess code removed, also got rid of the make_temp_file crap a...Jacob Pipkin
2012-06-05factored out "open my $fh, $op, $file" and made it robust in one fell swoopJacob 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-30copy conf file to temp file instead of reading conf file and writing its cont...Jacob Pipkin