Re: acl man pages {and others?} (Was: symbolic link curiosity in 3.6.0)

2025-04-01 Thread Duncan Roe via Cygwin
On Tue, Apr 01, 2025 at 08:46:52AM -0600, cygwin wrote: > On 2025-04-01 02:37, Corinna Vinschen via Cygwin wrote: > > On Mar 31 23:26, Brian Inglis via Cygwin wrote: > > > The only question is, assuming as a user I have have man-pages-linux > > and man-pages-freebsd installed. How do I decide on t

Re: dlclose reports ENOENT with simple code

2025-03-30 Thread Duncan Roe via Cygwin
On Sun, Mar 30, 2025 at 05:32:44PM +0800, cygwin wrote: > Code to reproduce: > > > #include > #include > #include > #include > > int main() { >     void* handle = dlopen("/usr/bin/cygwin1.dll", RTLD_LAZY | RTLD_LOCAL); >     if (!handle) >     { >     printf("dlopen: %s\n", dlerror()); >   

Unable to subscribe to the cygwin-announce list

2023-09-25 Thread Duncan Roe via Cygwin
Hi Admins, On Thu, Sep 21, 2023 at 03:46:31PM +0100, cygwin wrote: > > The auto-forwarding of announcements from the cygwin-announce mailing list > to the cygwin mailing list has been removed. > > This seems to be hard to make work reliably (sometimes it doubles the > messages, sometimes they don'

Re: Announcements now only go to the cygwin-announce list

2023-09-21 Thread Duncan Roe via Cygwin
Hi cygwin, On Thu, Sep 21, 2023 at 03:46:31PM +0100, cygwin wrote: > > The auto-forwarding of announcements from the cygwin-announce mailing list > to the cygwin mailing list has been removed. > > This seems to be hard to make work reliably (sometimes it doubles the > messages, sometimes they don'

Re: Memory Barriers at pthread using CYGWIN

2023-06-08 Thread Duncan Roe via Cygwin
On Thu, Jun 08, 2023 at 05:29:59PM +0300, cygwin wrote: > Hi, > > I wrote a simple test for pthread_barrier_wait. it won't work as expected. > > result should be > > r1 = 1, r2 = 1 > > Thanks, > Mümin > cmake_minimum_required(VERSION 3.26) > > project(test) > > set(CMAKE_CXX_STANDARD 14) > set(CMA

Re: mintty mouse behavior with vim

2023-05-11 Thread Duncan Roe via Cygwin
On Thu, May 11, 2023 at 03:24:18PM +, cygwin wrote: > > Greetings. > > In mintty, while using vim, I would like to highlight a few lines, and > have vim tell me how many lines have been highlighted. Is this a > possibility? For example: > > 0 > 1 > ->2 > ->3 > ->4 > ->5 > 6 > 7 > 8 > 9 > > If I

Re: Cygwin X11 on second (Nvidia) graphics card

2023-01-29 Thread Duncan Roe via Cygwin
Hi Franz, On Sun, Jan 29, 2023 at 06:18:43PM +0100, cygwin wrote: > Am 27.01.2023 um 20:58 schrieb Brian Inglis via Cygwin: > > On 2023-01-27 08:22, Franz Fehringer via Cygwin wrote: > > > I have a question which seems quite natural but i cannot find > > > anything useful using google & co. > > >