Merge branch '3693_cleanup'
commit9845fa6ce542c5c45ab9a86140052dd3ded03655
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 22 Jan 2017 16:13:49 +0000 (22 19:13 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 22 Jan 2017 16:13:49 +0000 (22 19:13 +0300)
tree7e13d9cc0bc7b568c41e75da348a3c357cd3f8ce
parent43d7fce730ae2cbf58a47a035f1ed5a050dc1610
parente9fd11bfcd1dab97e3ba423bcfb8b6ca1088b11c
Merge branch '3693_cleanup'

* 3693_cleanup: (22 commits)
  Update copyright years.
  (tar_fill_stat): add omitted breaks.
  Aggressive use of whitespace() and whiteness() macros.
  WCheck, WRadio: send MSG_MOTIFY without parameter.
  Fish shell integration: ignore mc's prompt in history.
  (tty_color_get_name_by_index): cleanup format compiler warning.
  Cleanup comma compiler warnings.
  (sftpfs_open_file): GCC zero initialization bug workaround.
  Cleanup maybe-uninitialized compiler warnings.
  (mc_search__g_regex_match_full_safe): don't use negative string length.
  mcedit: syntax.syntax: highlight comments preceded by spaces.
  misc/syntax/Syntax.in: fix patterns.
  Use g_queue_free_full().
  (mc_search__cond_struct_new_regex_ci_str): add documentation.
  option_auto_syntax: change type to gboolean.
  src/setup.c: minor refactoring of main options load.
  setup: split integer and boolean options.
  Change type from int to gboolean for variables controlled by checkboxes.
  WCheck: change type of 'state' from int to gboolean.
  WCheck: remove unused C_CHANGE.
  ...