Re: [ANNOUNCEMENT] Updated: pinentry-1.0.0-2

2018-02-19 Thread Brian Inglis
On 2017-07-22 07:53, Marco Atzeri wrote: > New version 1.0.0-2  of >     pinentry >     pinentry-emacs >     pinentry_gnome3 >     pinentry_gtk2 >     pinentry_qt > are available in the Cygwin distribution: > CYGWIN CHANGES > Removed ncurses interface and libsecret dependency. >

Re: Atomic mmap replacement

2018-02-19 Thread John Hood
On 02/19/2018 12:19, Corinna Vinschen wrote: On second thought, we *could* do this, if the pages have been mmapped before(*). Unfortunately this would require a *major* revamp of the page handling in mmap. We would have to keep the mapping of every single 64K page separate. I.e., requesting

Re: "ls" doesn't show postscript files any longer

2018-02-19 Thread Houder
On Mon, 19 Feb 2018 12:24:24, Siegmar Gross wrote: > Hi, > > I'm using Cygwin on top of Windows 7 (all updates installed). > "ls" doesn't show postscript files any longer after upgrading > all installed Cygwin packages to the latest versions. I create > the postscript file with MS Word 2003 using

Re: Atomic mmap replacement

2018-02-19 Thread Ken Brown
On 2/19/2018 12:19 PM, Corinna Vinschen wrote: On Feb 19 08:22, Ken Brown wrote: On 2/19/2018 4:00 AM, Corinna Vinschen wrote: On Feb 17 22:37, Ken Brown wrote: Some code in emacs wants to reserve a chunk of address space with a big PROT_NONE anonymous mapping, and then carve it up into separa

[ANNOUNCEMENT] [Updated] mpfr-4.0.1-2

2018-02-19 Thread Achim Gratz
The MPFR Library The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. The main goal of MPFR is to provide a library for multiple-precision floatin

Re: Atomic mmap replacement

2018-02-19 Thread Corinna Vinschen
On Feb 19 08:22, Ken Brown wrote: > On 2/19/2018 4:00 AM, Corinna Vinschen wrote: > > On Feb 17 22:37, Ken Brown wrote: > > > Some code in emacs wants to reserve a chunk of address space with a big > > > PROT_NONE anonymous mapping, and then carve it up into separate mappings > > > associated to se

Re: "ls" doesn't show postscript files any longer

2018-02-19 Thread Marco Atzeri
On 19/02/2018 12:24, Siegmar Gross wrote: Hi, I'm using Cygwin on top of Windows 7 (all updates installed). "ls" doesn't show postscript files any longer after upgrading all installed Cygwin packages to the latest versions. I create the postscript file with MS Word 2003 using the "HP Color LJ 45

Re: "ls" doesn't show postscript files any longer

2018-02-19 Thread Siegmar Gross
Hi Henri, I didn't remember that "icacls" is a Windows command. Here is the output. C:\>dir temp Datenträger in Laufwerk C: ist System Volumeseriennummer: 6A4A-9050 Verzeichnis von C:\temp 19.02.2018 18:06 . 19.02.2018 18:06 .. 19.02.2018 17:3369.864

Re: Problem with timeout command from bash

2018-02-19 Thread Houder
On Mon, 19 Feb 2018 15:32:28, Diego Pazos wrote: > Whenever I try to run the timeout command from bash, it appears like it's b= > eing relayed to cmd.exe's internal timeout command. > > Attempting to run "timeout 123 ls" from bash throws: > > ERROR: Invalid syntax. Default option is not allowed m

Problem with timeout command from bash

2018-02-19 Thread Diego Pazos
Whenever I try to run the timeout command from bash, it appears like it's being relayed to cmd.exe's internal timeout command. Attempting to run "timeout 123 ls" from bash throws: ERROR: Invalid syntax. Default option is not allowed more than '1' time(s). Type "TIMEOUT /?" for usage. Running th

Re: "ls" doesn't show postscript files any longer

2018-02-19 Thread Houder
On Mon, 19 Feb 2018 12:24:24, Siegmar Gross wrote: > Hi, > > I'm using Cygwin on top of Windows 7 (all updates installed). > "ls" doesn't show postscript files any longer after upgrading > all installed Cygwin packages to the latest versions. I create > the postscript file with MS Word 2003 using

Re: Aspen login

2018-02-19 Thread Andrey Repin
Greetings, Domenico Leo! > Good Morning, > I am using Aspen Tech on my computer but when i try to log in with my data > this error appears: > WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to > the public mailing list > What should I do You should regularly upgrade sof

Re: Atomic mmap replacement

2018-02-19 Thread Ken Brown
On 2/19/2018 4:00 AM, Corinna Vinschen wrote: On Feb 17 22:37, Ken Brown wrote: Some code in emacs wants to reserve a chunk of address space with a big PROT_NONE anonymous mapping, and then carve it up into separate mappings associated to segments of a file. This fails on Cygwin. Here's a test

Aspen login

2018-02-19 Thread Domenico Leo
Good Morning, I am using Aspen Tech on my computer but when i try to log in with my data this error appears: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com What should I do Best regards Domenico Leo -- Problem reports:

"ls" doesn't show postscript files any longer

2018-02-19 Thread Siegmar Gross
Hi, I'm using Cygwin on top of Windows 7 (all updates installed). "ls" doesn't show postscript files any longer after upgrading all installed Cygwin packages to the latest versions. I create the postscript file with MS Word 2003 using the "HP Color LJ 4550 PS" driver and printing to a file. In th

Re: Atomic mmap replacement

2018-02-19 Thread Corinna Vinschen
On Feb 17 22:37, Ken Brown wrote: > Some code in emacs wants to reserve a chunk of address space with a big > PROT_NONE anonymous mapping, and then carve it up into separate mappings > associated to segments of a file. This fails on Cygwin. Here's a test case > that illustrates the problem: > >