Ken Brown via Cygwin writes:
> OK, so the problem was introduced between 3.1.4 and 3.1.5. It should
> be pretty easy to bisect and find the culprit. I'll do that tomorrow
> if no one beats me to it.
The most likely culprit would be this I think:
https://sourceware.org/git/?p=newlib-cygwin.git;a
Am 30.08.2020 um 04:14 schrieb Ken Reek via Cygwin:
Have done both of those — no change.
On Aug 29, 2020, at 7:15 PM, Yasuhiro KIMURA wrote:
From: Ken Reek via Cygwin
Subject: Re: mintty will not accept the letter "e"
Date: Sat, 29 Aug 2020 19:09:03 -0600
Other apps are fine (like notepad
On 8/29/2020 9:21 PM, airplanemath via Cygwin wrote:
Stepping back through Cygwin releases, I find:
$ gcc -Og -ggdb -g3 -Wall -Wextra -std=c99 -pedantic test.c -o test.exe
$ ./test.exe 123.456
123.456000 0.456000 123.00
$ uname -a | sed "s/${HOSTNAME}/\${HOSTNAME}/g"
CYGWIN_NT-10.0 ${HOSTN
Have done both of those — no change.
> On Aug 29, 2020, at 7:15 PM, Yasuhiro KIMURA wrote:
>
> From: Ken Reek via Cygwin
> Subject: Re: mintty will not accept the letter "e"
> Date: Sat, 29 Aug 2020 19:09:03 -0600
>
>> Other apps are fine (like notepad) and I have swapped keyboards with no
>
On 8/29/2020 1:57 PM, Ken Brown wrote:
> On 8/29/2020 8:52 AM, airplanemath via Cygwin wrote:
>> Hello,
>>
>> I have two reports.� A brief description of the system:
>> $ uname -a | sed "s/${HOSTNAME}/\${HOSTNAME}/g"
>> CYGWIN_NT-10.0 ${HOSTNAME} 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64
>> Cygw
From: Ken Reek via Cygwin
Subject: Re: mintty will not accept the letter "e"
Date: Sat, 29 Aug 2020 19:09:03 -0600
> Other apps are fine (like notepad) and I have swapped keyboards with no
> improvement. Bizarre! I forgot to mention that it won’t take an “e” even in a
> paste operation.
Let me
Other apps are fine (like notepad) and I have swapped keyboards with no
improvement. Bizarre! I forgot to mention that it won’t take an “e” even in a
paste operation.
- Ken
> On Aug 29, 2020, at 5:05 PM, Thomas Wolff wrote:
>
> Am 30.08.2020 um 00:42 schrieb Ken Reek via Cygwin:
>> Hi, all.
Am 30.08.2020 um 00:42 schrieb Ken Reek via Cygwin:
Hi, all.
All of the sudden, mintty won't accept a lower case "e" -- it just dings
when I try to type one. Upper case "E" is fine, as are all the other
letters. I'm no mintty expert, but I think the e key might have been
remapped somehow.
Any i
Hi, all.
All of the sudden, mintty won't accept a lower case "e" -- it just dings
when I try to type one. Upper case "E" is fine, as are all the other
letters. I'm no mintty expert, but I think the e key might have been
remapped somehow.
Any ideas on how I can fix this? I've killed mintty and sta
On 8/29/2020 1:57 PM, Ken Brown via Cygwin wrote:
>> #include
>> #include
>> #include
>>
>> int main(int argc, char *argv[]) {
>>long double a, b, c;
>>char *num_end = NULL;
>>a = b = c = 0.0L;
>>if (argc != 2) {
>> fprintf(stderr, "Usage: %s NUMBER\n", argv[0]);
>> e
On 8/29/2020 8:52 AM, airplanemath via Cygwin wrote:
Hello,
I have two reports. A brief description of the system:
$ uname -a | sed "s/${HOSTNAME}/\${HOSTNAME}/g"
CYGWIN_NT-10.0 ${HOSTNAME} 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin
In the future, please use two separate emails for two u
The following packages have been updated in the Cygwin distribution:
*** xorg-server-1.20.9-1
*** xorg-server-common-1.20.9-1
*** xorg-server-debuginfo-1.20.9-1
*** xorg-server-devel-1.20.9-1
*** xorg-server-dmx-1.20.9-1
*** xorg-server-extra-1.20.9-1
*** xorg-server-xorg-1.20.9-1
*** xwinclip-
Hello,
I have two reports. A brief description of the system:
$ uname -a | sed "s/${HOSTNAME}/\${HOSTNAME}/g"
CYGWIN_NT-10.0 ${HOSTNAME} 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin
The first report:
$ cpp /usr/include/threads.h
# 1 "/usr/include/threads.h"
# 1 ""
# 1 ""
# 1 "/usr/include/th
On 8/28/2020 1:39 PM, Corinna Vinschen wrote:
On Aug 28 12:02, Ken Brown via Cygwin wrote:
On 8/28/2020 9:36 AM, Corinna Vinschen wrote:
As POC, I added a bit of code to maintain a second array, which is only
allocated (using HeapAlloc so as not to spill into the child processes)
Should there
On 8/29/2020 3:16 AM, Marco Atzeri via Cygwin wrote:
On 29.08.2020 02:20, Ken Brown via Cygwin wrote:
On 8/28/2020 6:29 PM, Keith Thompson wrote:
On Fri, Aug 28, 2020 at 2:23 PM Ken Brown wrote:
On 8/28/2020 2:37 PM, Keith Thompson via Cygwin wrote:
Cygwin currently provides zathura versi
Am 28.08.2020 um 00:51 schrieb Juan carlos Rebate via Cygwin:
good evening, I have a strange problem, I try to compile code that
uses gtk3 and sdl2 in addition to curl,
Would you mind revealing what code that is?
the problem is that when I
invoke the gcc compiler it tells me that sdl2-devel
On 29.08.2020 08:12, Yasuhiro KIMURA wrote:
From: Juan carlos Rebate via Cygwin
Subject: Re: undetectable libraries
Date: Fri, 28 Aug 2020 01:40:46 +0200
yes mingw64-x86_64-gtk3
mingw64-x86_64-sdl2
sdl2-devel
libcurl-devel
Then my next suggestion is to provide more information about your
pro
On 29.08.2020 02:20, Ken Brown via Cygwin wrote:
On 8/28/2020 6:29 PM, Keith Thompson wrote:
On Fri, Aug 28, 2020 at 2:23 PM Ken Brown wrote:
On 8/28/2020 2:37 PM, Keith Thompson via Cygwin wrote:
Cygwin currently provides zathura version 0.3.3, which was released
in 2014.
The latest vers
18 matches
Mail list logo