Writing unit tests for newlib/libc/unix/dirname.c

2022-11-16 Thread Kevin Connor Arpe
Hello, Newbie here. "Long time listener, first time caller!" I am an "ok" C programmer, but definitely not expert / kernel-level. I am trying to write unit tests for newlib/libc/unix/dirname.c. (That function has so many tricky corner cases!) I tried to follow from: newlib/testsuite/newlib.strin

Re: inotify?

2022-10-23 Thread Kevin Connor Arpe
a new subclass of fhandler_base, e.g., fhandler_inotify. I will reply to this thread when/if I have questions in the future. Thanks, Arpe On Fri, Oct 7, 2022 at 4:59 AM Ken Brown wrote: > On 10/6/2022 12:29 PM, Kevin Connor Arpe wrote: > > Hi, > > > > Sorry, I am a GMail user,

Re: inotify?

2022-10-06 Thread Kevin Connor Arpe
Hi, Sorry, I am a GMail user, so I am unable to reply to the original email from Eric Blake ebl...@redhat.com on Thu May 3 14:03:00 GMT 2018: https://cygwin.com/pipermail/cygwin/2018-May/237069.html Eric wrote: <> First, please correct me if Linux-style inotify is already supported in Cygwin. A

Fwd: Limited clipboard buffer between X11 apps and Microsoft Windows

2015-11-17 Thread Kevin Connor Arpe
Hello, Firstly, big shout out to all the incredible volunteers on this project. My life is infinitely more technically manageable on Microsoft Windows thanks to Cygwin. I get that Linux feeling everyday. My issue: Copying text between X11 apps and Microsoft Windows has limited clipboard buffer.

Re: Cipher Issue while Connecting from AIX

2014-12-05 Thread Kevin Connor Arpe
I recommend you also try -vv and -vvv, which provide increasing levels of debug output. With past SSH problems, it has helped me. From the man page of ssh: -v Verbose mode. Causes ssh to print debugging messages about its progress. This is helpful in debugging connection

Re: Ruby issue: Installed gems are not in path

2014-11-15 Thread Kevin Connor Arpe
Command "gem environment" should tell you where the binaries are installed. I had the same issue on Friday. All the Googling I did couldn't help. With a bit of luck, I discovered the binaries are usually installed in "~/bin" for Cygwin. Does it work for you? On Sat, Nov 15, 2014 at 3:38 PM, Tal

Re: Cygwin slow to drop to bash

2014-01-21 Thread Kevin Connor Arpe
Larry Hall's suggestion is a very good one. Also, you can try ssh with option "-vvv" to show super verbose debug output. (Each -v gives more debug output.) It has helped me to fix past problems with slow or erratic SSH logins. Arpe Hongkong On Tue, Jan 21, 2014 at 6:05 PM, Kptain wrote: > > S

Re: Fwd: Subversion packages

2013-11-18 Thread Kevin Connor Arpe
13 at 2:17 AM, David Rothenberger wrote: > On 11/17/2013 2:30 AM, Kevin Connor Arpe wrote: >> Hello, >> >> Cygwin currently offerers two Subversion packages. One from 1.7.x >> series and another from 1.8.x series. >> >> Subversion version series are important

Fwd: Subversion packages

2013-11-17 Thread Kevin Connor Arpe
ubversion 1.6.x. Additionally, I already built my own copy of Subversion 1.6.x using Cygwin build toolchain. Please share you thoughts on this matter. Kind regards, Kevin Connor ARPE Hongkong -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/