Merge branch '4524_cleanup'master
commitcfedd6598c415ed0fadbd37ccf6fc933d3058134
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 7 Apr 2024 13:47:06 +0000 (7 16:47 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 7 Apr 2024 13:47:06 +0000 (7 16:47 +0300)
tree5bfdec24390a0b883f9c0632f2662bec350b7bda
parent7b3c427c85195603c3a49b66d54cefc2ea0f8450
parentd7cd6456de09ff8c137325ad8e31bc6f4bb24579
Merge branch '4524_cleanup'

* 4524_cleanup: (40 commits)
  Update po/*.po files.
  (link_t): remove unused member linkcount.
  src/filemanager/file.c: fix comment.
  src/filemanager/file.c: rename structure: link -> link_t.
  (fetch_hosts): refactoring.
  hostname complition: refactoring: use GPtrArray.
  (load_codepages_list_from_file): use g_ptr_array_new_full().
  src/selcodepage.c: fix coding style.
  (tree_move): fix coding style.
  (info_show_info): don't create VFS path if EXT2 attributes aren't supported.
  file_op_context_t: remove op_preserve member.
  (shell_execute): fix coding style.
  (tar_seek_archive): improve diagnostic for truncated archive.
  Move OS-specific stuff from lib/global.h to lib/unixcompat.h.
  Merge lib/utilunix.h into lib/util.h.
  Merge lib/strescape.h into lib/strutil.h. Rename functions.
  Set the default IO size to 256KiB.
  (find_cmd): add intermediate variable to simplify formatting.
  mceditor: massive use of edit_arg_t as function argument.
  mceditor: new APIs.
  ...