Re:Spare parts

2019-02-11 Thread peterLi
Hello, Hope you have a good day. We supply all kinds of machining parts to global market with good quality and reasonable price, and very familiar with ANSI,BS,DIN,NF&JIS material and so many process. Such as: CNC Milling 、CNC Turning 、Grinder 、EDM、 Wire Cutting、etc. Per my visiting your com

Re: Is Cygwin supposed to know _get_pgmptr?

2019-02-11 Thread Corinna Vinschen
On Feb 11 12:08, Jeffrey Walton wrote: > Hi Everyone, > > I have some code that looks like so: > > #if defined(_WINDOWS) > char* pgmptr = NULLPTR; > errno_t err = _get_pgmptr(&pgmptr); > if (err == 0 && pgmptr != NULLPTR) > exePath = pgmptr; > #endif > > The code gets the ful

Is Cygwin supposed to know _get_pgmptr?

2019-02-11 Thread Jeffrey Walton
Hi Everyone, I have some code that looks like so: #if defined(_WINDOWS) char* pgmptr = NULLPTR; errno_t err = _get_pgmptr(&pgmptr); if (err == 0 && pgmptr != NULLPTR) exePath = pgmptr; #endif The code gets the full path of the executable. It sidsteps some problems with findin

[ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.8

2019-02-11 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin test release 3.0.0-0.8 This release comes with a couple of new features and some interesting bug fixes. It also changes the output of uname(2) for newly built applications. Applications built so far (that includes uname(1) from coreutils) will still print the o

Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.7

2019-02-11 Thread Corinna Vinschen
On Feb 11 12:50, Michael Haubenwallner wrote: > > > On 2/8/19 6:00 PM, Corinna Vinschen wrote: > > On Feb 8 17:58, Corinna Vinschen wrote: > >> On Feb 8 17:35, Michael Haubenwallner wrote: > >>> > >>> On 2/8/19 2:28 PM, Corinna Vinschen wrote: > > I pushed your forkable branch to mast

Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.7

2019-02-11 Thread Michael Haubenwallner
On 2/8/19 6:00 PM, Corinna Vinschen wrote: > On Feb 8 17:58, Corinna Vinschen wrote: >> On Feb 8 17:35, Michael Haubenwallner wrote: >>> >>> On 2/8/19 2:28 PM, Corinna Vinschen wrote: I pushed your forkable branch to master, btw. Would you mind to do the honors in the ;rease not