summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2011-01-08s-s-d: Rename check() to pid_check()Guillem Jover1-6/+6
2011-01-08s-s-d: Remove static function declarationsGuillem Jover1-14/+0
2011-01-08s-s-d: Make only sched_goto use goto instead of the other enum valuesGuillem Jover1-7/+5
2011-01-08s-s-d: Refactor finish code into new finish_stop_schedule()Guillem Jover1-12/+15
2010-11-19u-a: Add missing options to --help outputGuillem Jover1-4/+14
2010-11-19u-a: Unify similar stringsGuillem Jover1-4/+4
2010-11-19u-a: Use PROGNAME as format argument instead of concatenated to literalsGuillem Jover1-16/+13
2010-11-19u-a: Add missing space in --set-selections outputGuillem Jover1-1/+1
2010-11-19u-a: Reduce scope of current pointer in main()Guillem Jover1-1/+2
2010-11-19u-a: Avoid unneeded string allocationsGuillem Jover1-21/+10
2010-11-19u-a: Simplify an unify string in alternative_display_query()Guillem Jover1-6/+2
2010-11-19u-a: Refactor duplicate code into new checked_rm_args()Guillem Jover1-22/+23
2010-11-19u-a: Create new xvasprintf() and use it instead of ad-hoc codeGuillem Jover1-6/+14
2010-11-19u-a: Change alternative_save() to take care of atomic file writeGuillem Jover1-14/+15
2010-11-19u-a: Refactor common code into new alternative_commit_operations_freeGuillem Jover1-11/+14
2010-11-19Cleanup white spacesGuillem Jover2-2/+0
2010-11-19Cleanup and improve source code commentsGuillem Jover2-11/+16
2010-11-19s-s-d: Refactor sched_timeout code out into new do_stop_timeout()Guillem Jover1-61/+71
2010-09-01u-a: Fix possible segfault if master_file contains a format specifierGuillem Jover1-1/+1
2010-08-26Add gettext messages for plural formsGuillem Jover1-3/+6
2010-08-13u-a: Include <limits.h> for _POSIX_MAX_PATHFabian Groffen1-0/+1
2010-08-13build: Link u-a against libintl if libc does not have i18n supportFabian Groffen1-0/+1
2010-08-05u-a: Add non-regression test for --remove-allGuillem Jover1-2/+14
2010-08-05u-a: Fix use after free causing segfaults on --remove-allGuillem Jover1-10/+17
2010-07-29Add u-a non-regression test to ensure the sorting of choices/slaves is okRaphaël Hertzog1-2/+52
2010-07-29update-alternatives: fix off-by-one errorsRaphaël Hertzog1-4/+2
2010-07-23update-alternatives: avoid segfault when the only slave is disappearingRaphaël Hertzog1-0/+2
2010-07-16u-a: Rename variable a to a_new to not shadow outter scope variableGuillem Jover1-9/+9
2010-07-16u-a: Rename altlnk to sl_altlnk to not shadow altlnk from outter scopeGuillem Jover1-5/+5
2010-07-16u-a: Rename link variable to linkname to not shadow link(2)Guillem Jover1-25/+26
2010-07-16u-a: Rename variable index to idx to not shadow index(3)Guillem Jover1-8/+8
2010-07-16u-a: Remove unneeded const from fileset_add_slave string argumentsGuillem Jover1-3/+3
2010-07-11build: Refactor perl test-suite support into a new Makecheck.am fileGuillem Jover1-11/+5
2010-07-11build: Rename overriding check targets to check-localGuillem Jover1-1/+1
2010-06-19build: Remove redundant test_case assignment in utils/Guillem Jover1-3/+0
2010-06-15Fix ”make distcheck“ errorsSven Joachim1-0/+7
2010-06-09update-alternatives: rewritten in CRaphaël Hertzog5-0/+2865
2010-06-01s-s-d: Fix abort when opening /dev/tty with --backgroundGuillem Jover1-14/+23
2010-05-19s-s-d: Check for error on open an ioctl callsGuillem Jover1-1/+6
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-4/+5
2010-03-21s-s-d: Fix and unify fatal error stringsGuillem Jover1-26/+24
2010-03-21s-s-d: Do not allow a --retry schedule where forever is the last itemGuillem Jover1-0/+3
2010-03-13libdpkg: Always use C99 variadic macrosGuillem Jover1-5/+0
2010-03-06Do an fsync on files written to diskGuillem Jover1-0/+4
2010-02-25Header files should not include <config.h> and <compat.h>Guillem Jover2-0/+2
2010-02-25build: Fix alignment of start-stop-daemon automake rulesGuillem Jover1-3/+3
2010-02-25build: Add new --without-install-infoGuillem Jover1-0/+4
2010-02-25build: Move <sbindir>/install-info uninstallation to utils/Guillem Jover1-0/+3
2010-02-19s-s-d: Do not shadow global variablesGuillem Jover1-10/+9
2010-02-19Mark several functions with DPKG_ATTR_PRINTFGuillem Jover1-1/+1