summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2013-05-31Remove install-info wrapperGuillem Jover3-82/+0
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-2/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-141/+141
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-17/+17
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-6/+6
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover1-1/+3
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-3/+3
2013-04-19test: Add a correct shebang to all test scriptsGuillem Jover1-0/+1
2013-04-19build: Set a default TEST_VERBOSE to 0Guillem Jover1-1/+0
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-1/+0
2013-03-19u-a: Mark struct altdb_context bad_format() member as not returningGuillem Jover1-2/+2
2013-03-19u-a: Use the current alternative link as the first best valueGuillem Jover1-1/+11
2013-03-19u-a: Move alternative_get_best() after alternative_get_current()Guillem Jover1-12/+12
2013-03-19u-a: Cache current alternativeGuillem Jover1-21/+35
2013-03-19u-a: Change spawn to get a correct argv0Guillem Jover1-13/+4
2013-03-19u-a: Remove explicit size from array initializerGuillem Jover1-1/+1
2013-03-19u-a: Use alternative_get_fileset() instead of open-coding itGuillem Jover1-12/+9
2013-03-19s-s-d: Move setsid() alternative code into a replacement setsid() functionGuillem Jover1-5/+9
2013-03-19s-s-d: Refactor option setup off main() into new setup_options() functionGuillem Jover1-57/+65
2013-03-19s-s-d: Refactor start action off main() into a new do_start() functionGuillem Jover1-107/+120
2013-03-19s-s-d: Group macro definitions after header inclusionsGuillem Jover1-7/+7
2013-03-18u-a: Switch back to a fatal error on out of range priority on --installGuillem Jover1-7/+2
2012-09-27u-a: Fix segfault when using --slave without any actionGuillem Jover1-1/+2
2012-09-27u-a: Do not leak subcall command argumentsGuillem Jover1-0/+1
2012-09-27build: Fix u-a test suite to behave correctly on non-Debian binary pathsGuillem Jover1-17/+20
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-31/+31
2012-06-30u-a: Print master and slave link namesGuillem Jover1-3/+9
2012-06-30s-s-d: Add new --no-close option to disable closing fds on --backgroundGuillem Jover1-7/+16
2012-06-17u-a: Only warn for now on out of range priorities on --installGuillem Jover1-2/+7
2012-06-06u-a: Remove unreachable code at the end of alternative_select_choice()Guillem Jover1-2/+0
2012-06-06s-s-d: Do not follow symlinks when creating pidfilesCarsten Hey1-1/+7
2012-05-23s-s-d: Refactor parse_umask() and parse_integer() into parse_unsigned()Guillem Jover1-21/+7
2012-05-23Check parsed integers for out of range errorsGuillem Jover2-8/+26
2012-05-23Check parsed integers for invalid or no digit errorsGuillem Jover2-4/+6
2012-05-23u-a: Rename and unify variable names for priority parsing codeGuillem Jover1-13/+16
2012-05-04build: Use MKDIR_P instead of obsolete mkdir_pGuillem Jover1-2/+2
2012-05-04s-s-d: Refactor pidfile writing into a new write_pidfile() functionGuillem Jover1-10/+17
2012-04-18s-s-d: Fix --exec to work with relative arguments and --chdirGuillem Jover1-0/+3
2012-04-18s-s-d: Refactor path concatenation into newpath()Guillem Jover1-7/+16
2012-04-18u-a: Move altdb directory access functions near altdb codeGuillem Jover1-32/+32
2012-04-18u-a: Rename filter_altdir() to altdb_filter_namelist()Guillem Jover1-2/+2
2012-04-18u-a: Move config_all() function near action handling codeGuillem Jover1-14/+14
2012-04-18u-a: Rename config_all() to alternative_config_all()Guillem Jover1-2/+2
2012-04-18u-a: Switch must_not_die boolean arguments to flags variablesGuillem Jover1-11/+17
2012-04-18u-a: Move alternative_parse_fileset() modified argument to struct altdb_contextGuillem Jover1-5/+6
2012-04-16u-a: Rename altdb_interrupt_parsing() to altdb_parse_stop()Guillem Jover1-2/+2
2012-04-16u-a: Merge display action handling into previous if/else blockGuillem Jover1-3/+1
2012-04-15u-a: Do not use trinary boolean operators with explicit bool result valuesGuillem Jover1-5/+5
2012-04-15u-a: Do not use strlen() to check for non-empty string in fileset_has_slave()Guillem Jover1-1/+1
2012-04-15u-a: Fold alternative_has_current_link() into alternative_get_current()Guillem Jover1-16/+4