Commit History

Author SHA1 Message Date
  Guillem Jover f2d4fc28ed u-a: Mark struct altdb_context bad_format() member as not returning 13 years ago
  Guillem Jover 7f1940a118 u-a: Use the current alternative link as the first best value 13 years ago
  Guillem Jover c9c914d073 u-a: Move alternative_get_best() after alternative_get_current() 13 years ago
  Guillem Jover 00f67fb88a u-a: Cache current alternative 13 years ago
  Guillem Jover 5e471a0747 u-a: Change spawn to get a correct argv0 13 years ago
  Guillem Jover 96a0f9db4a u-a: Remove explicit size from array initializer 13 years ago
  Guillem Jover adb64dabac u-a: Use alternative_get_fileset() instead of open-coding it 13 years ago
  Guillem Jover 8615497da9 u-a: Switch back to a fatal error on out of range priority on --install 14 years ago
  Guillem Jover 105e556ea0 u-a: Fix segfault when using --slave without any action 14 years ago
  Guillem Jover 1e09bb02ac u-a: Do not leak subcall command arguments 14 years ago
  Jonathan Nieder 9308127a8f Avoid full stop and double newline at the end of errors and warnings 14 years ago
  Guillem Jover 27e75257ed u-a: Print master and slave link names 14 years ago
  Guillem Jover 18d9373b27 u-a: Only warn for now on out of range priorities on --install 14 years ago
  Guillem Jover 18f0cefb38 u-a: Remove unreachable code at the end of alternative_select_choice() 14 years ago
  Guillem Jover 2bf4b48a9a Check parsed integers for out of range errors 14 years ago
  Guillem Jover 157d6447ee Check parsed integers for invalid or no digit errors 14 years ago
  Guillem Jover c1ef9aa10d u-a: Rename and unify variable names for priority parsing code 14 years ago
  Guillem Jover a27effc560 u-a: Move altdb directory access functions near altdb code 14 years ago
  Guillem Jover 2f51ccafaa u-a: Rename filter_altdir() to altdb_filter_namelist() 14 years ago
  Guillem Jover 9e176a05d9 u-a: Move config_all() function near action handling code 14 years ago
  Guillem Jover 02415e5b2f u-a: Rename config_all() to alternative_config_all() 14 years ago
  Guillem Jover 538d668b47 u-a: Switch must_not_die boolean arguments to flags variables 14 years ago
  Guillem Jover 134791f724 u-a: Move alternative_parse_fileset() modified argument to struct altdb_context 14 years ago
  Guillem Jover 0e13a18f47 u-a: Rename altdb_interrupt_parsing() to altdb_parse_stop() 14 years ago
  Guillem Jover d6dbd80a94 u-a: Merge display action handling into previous if/else block 14 years ago
  Guillem Jover a31e40a55a u-a: Do not use trinary boolean operators with explicit bool result values 14 years ago
  Guillem Jover 0d6a7f7228 u-a: Do not use strlen() to check for non-empty string in fileset_has_slave() 14 years ago
  Guillem Jover a27d879194 u-a: Fold alternative_has_current_link() into alternative_get_current() 14 years ago
  Guillem Jover cda883e56c u-a: Do not use alternative_has_current_link() in alternative_is_broken() 14 years ago
  Guillem Jover 09575e301b u-a: Use current_choice instead of retrieving it again 14 years ago