On Dec 2 16:52, Corinna Vinshen wrote:
> Ouch. The handle in the parent got created non-inheritable. That's
> bad if the handle is utilized in subsequent child processes which rely
> on being able to access the handle.
>
> I applied a patch and created a new developer snapshot on
> https://cygw
On Dec 3, 2014, at 2:12 PM, Michelle Ma wrote:
> If I type Ctrl-C from the windows command prompt, the "Ouput" line got
> called. However, if I type Ctrl-c from the Cygwin, the "Output" line
> didn't get called.
I assume you are trying this from the default MinTTY shell. What happens if
you
On Wed, Dec 3, 2014 at 3:42 PM, Jason Pyeron wrote:
> [copy off list, because the sourceware system admins throws temper tantrums]
>> -Original Message-
>> From: Dave L
>> Sent: Wednesday, December 03, 2014 15:30
>>
>> ...but the git from github.com works fine.
>>
>> I installed Cygwin's v
I'm using pdfjam that comes with 64-bit cygwin's
texlive-collection-binextra package, dated 29 May 2013. I have the
following in my ~/.pdfjam.conf:
paper='letterpaper'
nup='1x2'
landscape='landscape'
frame='true'
I invoke pdfjam using
pdfnup filename.pdf
and the messages
I have a java program with adding a shutdown hook:
public class Test {
public static void main(String args[]) {
Runtime.getRuntime().addShutdownHook(new Thread() {
public void run() {
System.out.println("Called"); // Ouput
}
});
for(;;);
}
}
If I type
On 12/3/2014 9:30 PM, Dave L wrote:
...but the git from github.com works fine.
I installed Cygwin's version of git, and get this:
$ git clone https://github.com/nerdfever/pic32mx-bmf
Cloning into 'pic32mx-bmf'...
remote: Counting objects: 12, done.
remote: Total 12 (delta
...but the git from github.com works fine.
I installed Cygwin's version of git, and get this:
$ git clone https://github.com/nerdfever/pic32mx-bmf
Cloning into 'pic32mx-bmf'...
remote: Counting objects: 12, done.
remote: Total 12 (delta 0), reused 0 (delta 0)
error: failed to
Greetings, cyg Simple!
> On Tue, Dec 2, 2014 at 12:29 AM, Andrey Repin wrote:
>> Greetings, cyg Simple!
>>
>>> Don't forget that CMD will not create a second connection to a
>>> \\host\share if Cygwin already has one open.
>>
>> What do you mean by that?
> $ cd //somehost/someshare
> $ cmd /c sta
On Tue, Dec 2, 2014 at 12:29 AM, Andrey Repin wrote:
> Greetings, cyg Simple!
>
>> Don't forget that CMD will not create a second connection to a
>> \\host\share if Cygwin already has one open.
>
> What do you mean by that?
$ cd //somehost/someshare
$ cmd /c start cmd
cmd will complain about UNC
Greetings, Corinna Vinschen!
>> > Here's what you get:
>>
>> I finally realized, what was tingling me all this time.
>> The implicit fallback mechanics. I'd rather want to have explicit declaration
>> and a failure message in case something isn't right. Much easier to fix
>> system
>> issues, wh
On Dec 3 10:26, Andrey Repin wrote:
> Greetings, Corinna Vinschen!
>
> > Here's what you get:
>
> I finally realized, what was tingling me all this time.
> The implicit fallback mechanics. I'd rather want to have explicit declaration
> and a failure message in case something isn't right. Much ea
11 matches
Mail list logo