Re: [PATCH] update site goldstar award types images from jpg/png to webp

2022-02-05 Thread Marco Atzeri
On 05.02.2022 15:26, Jon Turney wrote: On 02/02/2022 20:41, Corinna Vinschen wrote: On Feb  2 11:49, Brian Inglis wrote: On 2022-02-02 02:44, Corinna Vinschen wrote: On Feb  1 23:59, Brian Inglis wrote: [...] Would you be interested in a similar patch series for the whole site? Do you

Re: [PATCH] fhandler_pipe: add sanity limit to handle loops

2021-12-25 Thread Marco Atzeri
On 25.12.2021 18:16, Takashi Yano wrote: On Sun, 26 Dec 2021 02:10:10 +0900 Takashi Yano wrote: if (phi->NumberOfHandles > n_handle) { HeapFree(GetProcessHeap(), 0, phi); exit(1); } [...] if (shi->NumberOfHandles > n_handle) {

Re: [PATCH 0/2] Return appropriate handle by _get_osfhandle() and GetStdHandle().

2021-03-24 Thread Marco Atzeri
On 23.03.2021 11:10, Corinna Vinschen wrote: [CC Marco, CC Jan] Out of curiosity, I took a quick glance at the cmake code. It appears that this code is designed to support running cmake in a Console. I don't think that should be needed any more, if it ever was. [...] I think the following

Re: [PATCH 3/6] gendef generates sigfe.s and cygwin.def

2020-10-23 Thread marco atzeri via Cygwin-patches
On Wed, Oct 21, 2020 at 5:07 PM Corinna Vinschen wrote: > > On Oct 21 15:31, Jon Turney wrote: > > On 20/10/2020 14:43, Jon Turney wrote: > > > Express that gendef generates sigfe.s and cygwin.def in a slightly less > > > nutty way. > > > --- > > > winsup/cygwin/Makefile.in | 5 + > > > 1

Re: [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.

2020-01-13 Thread Marco Atzeri
Am 13.01.2020 um 17:33 schrieb Corinna Vinschen: On Jan 6 23:38, Takashi Yano wrote: - The slowing down issue of X11 forwarding using ssh -Y, reported in https://www.cygwin.com/ml/cygwin/2019-12/msg00295.html, is due to the change of select() code for pty in the commit

Re: [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.

2020-01-12 Thread Marco Atzeri
Am 06.01.2020 um 15:38 schrieb Takashi Yano: - The slowing down issue of X11 forwarding using ssh -Y, reported in https://www.cygwin.com/ml/cygwin/2019-12/msg00295.html, is due to the change of select() code for pty in the commit 915fcd0ae8d83546ce135131cd25bf6795d97966.

Re: [setup] move view from left to right

2016-06-16 Thread Marco Atzeri
On 16/06/2016 14:07, Corinna Vinschen wrote: On Jun 16 13:13, Marco Atzeri wrote: On 15/06/2016 17:39, Corinna Vinschen wrote: On Jun 15 16:52, Marco Atzeri wrote: On 15/06/2016 16:37, Marco Atzeri wrote: On 15/06/2016 14:49, Corinna Vinschen wrote: What about this: - Arrange the "

Re: [setup] move view from left to right

2016-06-15 Thread Marco Atzeri
On 15/06/2016 17:39, Corinna Vinschen wrote: On Jun 15 16:52, Marco Atzeri wrote: On 15/06/2016 16:37, Marco Atzeri wrote: On 15/06/2016 14:49, Corinna Vinschen wrote: Spam filter don't like pictures so, I put them here: http://matzeri.altervista.org/works/setup/ Thank you. What strikes

Re: [setup] move view from left to right

2016-06-15 Thread Marco Atzeri
On 15/06/2016 16:37, Marco Atzeri wrote: On 15/06/2016 14:49, Corinna Vinschen wrote: Hi Marco, in theory patches to setup should go to the cygwin-apps list, but never mind, cygwin-patches is just as well. On Jun 15 12:06, Marco Atzeri wrote: I always found counter intuitive to have

[setup] move view from left to right

2016-06-15 Thread Marco Atzeri
. From 3545e9c765a069c314acdbde24a0e5eccf8458dd Mon Sep 17 00:00:00 2001 From: Marco Atzeri <marco.atz...@gmail.com> Date: Sun, 12 Jun 2016 17:45:16 +0200 Subject: [PATCH] Moved view from right to left --- choose.cc | 4 ++-- res.rc| 19 ++- 2 files changed, 12 inse

Re: tracing malloc/free call

2015-01-16 Thread Marco Atzeri
On 1/15/2015 10:34 AM, Corinna Vinschen wrote: Hi Marco, On Jan 14 23:30, Marco Atzeri wrote: Debugging a program I am trying to catch where this call is happening 17 1499678 [main] ncview 1484 free: (0x6000D7961), called by 0x180115A0B unfortunately the 0x180115A0B address is not real

Re: tracing malloc/free call

2015-01-16 Thread Marco Atzeri
On 1/16/2015 5:22 PM, Corinna Vinschen wrote: On Jan 16 16:44, Corinna Vinschen wrote: On Jan 16 15:23, Marco Atzeri wrote: Attached patch that allows tracking of original caller, for the 4 memory allocation calls. Thanks for the patch, but it won't work nicely either this way. The problem

missing math functions

2010-10-18 Thread Marco Atzeri
llround and llroundf are available in newlib but not exported in cygwin. http://www.cygwin.com/ml/cygwin/2010-10/msg00351.html simple path attached to solve the problem. changelog: * winsup/cygwin/cygwin.din : added llround and llroundf Regards Marco ---

Re: patch to add C99 complex

2010-10-08 Thread Marco Atzeri
--- Ven 8/10/10, Christopher Faylor ha scritto: On Fri, Oct 08, 2010 at 12:56:56PM +0200, Corinna Vinschen wrote: On Oct  6 08:01, Marco Atzeri wrote: here is the cygwin follow up of the patch sent to newlib mailing list. Marco +        * cygwin.din ( cacos cacosf cacosh

patch to add C99 complex

2010-10-06 Thread Marco Atzeri
here is the cygwin follow up of the patch sent to newlib mailing list. Marco --- Mer 6/10/10, Marco Atzeri ha scritto: The attached patch add C99 Complex to newlib using all NETBSD source except long double ones. Tested on cygwin: a = 1.00+1.00I b = 3.141590+1.20I a+b