[PATCH 5.1] zread: read files in 4k chunks

2020-06-21 Thread Jason A. Donenfeld
Currently a static sized buffer is used for reading files. At the moment it is extremely small, making parsing of large files extremely slow. Increase this to 4k for improved performance. This also allows reading files like /dev/kmsg on Linux, which will error if the read buffer is too small. Sign

Re: 5.1-alpha: X primary selection being pasted in reverse video

2020-06-21 Thread Chet Ramey
On 6/21/20 4:35 AM, baldu...@units.it wrote: > hello > > I actually don't know if this is a real problem with 5.1-alpha or if > it's something related to my environment and/or build procedure > > The problem is the following > > If I paste in a terminal running 5.1-alpha a string stored in the p

Re: Setting/unsetting posix mode interferes with keybindings

2020-06-21 Thread Chet Ramey
On 6/21/20 3:06 AM, Ville Skyttä wrote: > Bash Version: 4.4 > Patch Level: 20 > Release Status: release > > Description: > Setting/unsetting posix mode interferes with keybindings. > > This is a problem e.g. with completion functions that use > process substitution; they need to control the posi

Re: Bug on bash shell - $PWD (and consequentely prompt) not updated while renaming current folder.

2020-06-21 Thread Chet Ramey
On 6/20/20 7:32 PM, Ángel wrote: > The hidden command "cd ." changed us into a completely different > directory. Perhaps unexpected for the user (why did the bash version > changed completely in the middle of a test run??). > > Reading the above POSIX link, I would expect cd -P . not to have such

5.1-alpha: X primary selection being pasted in reverse video

2020-06-21 Thread balducci
hello I actually don't know if this is a real problem with 5.1-alpha or if it's something related to my environment and/or build procedure The problem is the following If I paste in a terminal running 5.1-alpha a string stored in the primary X selection, the string is inserted in reverse video (

Setting/unsetting posix mode interferes with keybindings

2020-06-21 Thread Ville Skyttä
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE