* Corinna Vinschen (Fri, 9 Aug 2019 20:53:38 +0200) > I uploaded a new Cygwin test release 3.1.0-0.1 > > This release comes with a couple of new features and quite a few > bug fixes. > > The most interesting change, courtesy Ken Brown, is a revamp of the > old FIFO code. It should now be possible to open FIFOs multiple times > for writing, something the old code failed on. > > > Please test.
I've noticed two things in connection with pspg (https://github.com/okbob/pspg) - a pager for tables: 1. Configuring the source takes ages (for instance "checking whether the C compiler works..."). This is only in ConEmu, not in MinTTY. 2. Pager output is completely distorted: Before: > SELECT ArtistId FROM Chinook.dbo.Album WHERE ArtistId = 78 +------------+ | ArtistId | |------------| | 78 | +------------+ (1 row affected) Time: 0.356s After: > SELECT ArtistId FROM Chinook.dbo.Album WHERE ArtistId = 78 +------------+ | ArtistId | |------------| | 78 | Regards, Thorsten -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple