summaryrefslogtreecommitdiff
path: root/sysutils/mc/patches/patch-src_subshell_common.c
AgeCommit message (Collapse)AuthorFilesLines
2021-10-18mc: 4.8.27nia1-6/+47
Version 4.8.27 - Core * Minimal version of Autoconf is 2.64 * Minimal version of Automake is 1.12 * Minimal version of Gettext is 0.18.2 * Minimal version of libssh2 is 1.2.8 * Reimplement version detection * Significantly reduce rebuilt time after version change * Drop automatic migration of configuration from ~/.mc to XDG-based directories * zsh: support custom configuration file: ~/.local/share/mc/.zshrc * Widgets: implement WST_VISIBLE state to show/hide widgets * "Find File": add "Follow symlinks" option - VFS * extfs: support unrar-6 * extfs: support official 7z binary * ftpfs: apply file list parser from lftp project - Editor * Word completion: get candidates from all open files * etags: get rid of hardcoded list length and window width * Update syntax files: - Python * Add syntax highlighting: - Verilog and SystemVerilog header files - JSON - openrc-run scripts - Misc * Code clean up * Filehighlight of c++ and h++ files as sources * Filehighlight of JSON files as documents * Support of alacritty terminal emulator (https://github.com/alacritty/alacritty) * Support of foot terminal emulator (https://codeberg.org/dnkl/foot) * Support of (alt+)shift+arrow keys in st terminal emulator (st.suckless.org) * Mouse support in screen: don't check $DISPLAY variable * mc.ext: support fb2 e-books * ext.d: use mediainfo to view info about various media files * Remove OS/distro-specific package-related stuff from source tree - Fixes * FTBFS against NCurses on OS X 10.9.5 * Segfault on dialog before panels get visible * Crash if shadow is out of screen (build against NCurses) * Crash in search * Crash on startup with enabled subshell in FreeBSD (workaround) * Hang on start randomly with zsh as subshell * If command line is invisible it's partially displayed * Broken handling of zip archives * Broken handling of jar files as zip archives * Timestamps of symlinks, sockets, fifos, etc are not preserved after copy/move * %view action in the user menu doesn't work on no-exec filesystem * Hardlinks are not colored by file type or extension * mcedit: silent macro makes terminal disrupted * mcedit: disrupting of TAGS file path * vfs: unable to browse compressed tar archives * sftpfs vfs: CVE-2021-36370: server fingerprint isn't verified (discovered by AUT-milCERT during an audit of open source software) * ftpfs vfs: month of file is always January * Tests: log files are written by libcheck and automake simultaneously
2019-01-18Update mc to 4.8.22.bsiegert1-6/+10
Major changes since 4.8.21 Core - Support BTRFS's file clone operation (#1983) - Find file: show pattern and content in the results window title (#3453) - Find file: remember state (empty or not) of Content field (#3924) - Improve support IBM i (#3927) - Improve handling of hard link creation errors (#3678) - Support user-defined prompt in the Fish subshell (#3944) VFS - sftp: preserve atime and mtime (#3917) Editor - man page cleanup (#3918) - syntax: - PHP - highlight keyword 'null' (#3920) - Meson - initial implementation (#3940) Misc - ext.d: use MPV as a fallback for mplayer -identify (#3919) - ext.d: improve recognition of MS Office formats (#3929) - Code cleanup (#3915) - Cleanup hint files Fixes - Won't compile for Apple (#3930) - "Cannot create target file" when target has backslash space in the name (# 3923) - Quiet single file overwrite (#3908) - Show error message for each not-installed program when view documents in MS Word and Excel formats (#3926) - Crash when trying some sftp connections (#3937) - Crash when return to filemanager from subshell (#3943)
2016-12-16Report correct errno value. Recognize and handle plain Bourne shell.joerg1-0/+44
Bump revision.