Merge branch '3780_cleanup'
commit2f25f66b5d0c62f70798ef3d922af1d9677209ee
authorAndrew Borodin <aborodin@vmail.ru>
Fri, 17 Nov 2017 13:03:39 +0000 (17 16:03 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 17 Nov 2017 13:03:39 +0000 (17 16:03 +0300)
tree9830b05a2c62f27a678a1e798f1467285eded777
parentaff3834dc30f19b4169718d909c5a77b0ac5b2c8
parentd1e4655d056e22e536eb753bb47ec732f4077da7
Merge branch '3780_cleanup'

* 3780_cleanup: (26 commits)
  src/vfs/extfs/helpers/README: fix path to user scripts.
  (button_callback): clean up unneeded type casting.
  Fix 2nd argument of gauge_show() call.
  Sync with gnulib 3b1faeb2e29b62588709208f97d34c1787777dcb.
  (do_link): minor optimization.
  (do_link): fix coding style.
  Syntax.in: simplify pattern for HiveQL.
  (vfs_path_from_str_deprecated_parser, vfs_path_from_str_uri_parser): remove unused flags argument.
  (vfs_path_from_str_uri_parser): fix detection of relative path.
  (diff_two_paths): optimizate path comparision.
  (diff_two_paths): minor optimization: exit loop ASAP.
  (diff_two_paths): reduce variable scopes.
  (message): Use "%s" to fix incorrect translation with printf pattern(s)
  (parm_table[]): Make const to relocate 13624 bytes from .data to .text. (init_globals): fstring is enough for "%d.%d". (*): Remove nmbd code.
  (_interpret_node_status): Remove dead code.
  (buttonbar_call): fix possible NULL dereference.
  (mcview_mouse_callback): fix typo.
  (jobs_fill_listbox): cleanup pointer-compare warning.
  (set_panel_filter_to): rename variable and use MC_PTR_FREE macro.
  (set_panel_filter): fix coding style.
  ...