Merge branch '2888_cleanup'
commit96afe7eb029de3fcc53517bcf484b1e155b12f44
authorAndrew Borodin <aborodin@vmail.ru>
Fri, 9 Nov 2012 06:10:42 +0000 (9 10:10 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 9 Nov 2012 06:10:42 +0000 (9 10:10 +0400)
tree097873982ef22726925b2e37939d107d2d997c63
parent45b129dd7216f6670c166e19e83daca041dac0f9
parent2940b7455d221cee0f0b0de29a2e853afd57e3c4
Merge branch '2888_cleanup'

* 2888_cleanup:
  Fix of DOXYGEN docs: @return instead of @returns
  src/filemanager/command.c: add DOXYGEN doc little little code cleanup.
  (enter): use GString instead of hand-made memory (re)allocation.
  Clarify of sig_atomic_t usage (got from Mutt).
  Define winch_flag as volatile sig_atomic_t.
  Fixups of SIGWINCH handling.
  Don't exit after migration of configuration files.
  Tweak sources for --with-x/--without-x option.
  Init file highlighting only in full mode.
  (exit_subshell): return gboolean instead of int.
  lib/strutil/strverscmp.c: add missing include of config.h.
  (fish_linear_abort): type accuracy.
  (fish_file_store): remove unnecessary 'was_error' variable.
  (fish_file_store): type accuracy to avoid counter overflow while copiyng huge files.
  (ftpfs_file_store): type accuracy and simplify conditions.
  Ticket #2888: code cleanup before 4.8.7 release.