the version of bc that comes with cygwin, is bc 1.06.95 it works
fine from within the cygwin environment, but from cmd it doesn't
process \r
C:\cygwin\bin>echo 5+4|.\bc
(standard_in) 1: illegal character: ^M
C:\cygwin\bin>
C:\cygwin\bin>echo 5+4|tr -d '\r'|.\bc
9
C:\cygwin\bin>
Whereas I no
On 2016-10-19 09:09, juan carlos Rebate wrote:
2016-10-19 5:33 GMT+02:00 Brian Inglis :
On 2016-10-18 20:10, juan carlos Rebate wrote:
2016-10-19 3:50 GMT+02:00 Brian Inglis :
On 2016-10-18 19:15, juan carlos Rebate wrote:
2016-10-19 2:31 GMT+02:00 René Berber :
On 10/18/2016 7:04 PM, juan c
On 10/19/2016 7:10 AM, Corinna Vinschen wrote:
On Sep 20 18:03, Ken Brown wrote:
I found an old discussion
(https://www.cygwin.com/ml/cygwin/2007-08/msg00594.html) about the
possibility of adding a _PC_CASE_INSENSITIVE flag to pathconf. Has anyone
thought further about this? I would find this
On 19/10/2016 16:47, Nellis, Kenneth wrote:
Normally, I open a Cygwin terminal window by clicking on a Windows icon
which is an alias to a .BAT file which prepares environment variables
for my Cygwin session and then invokes mintty thusly:
start /b C:\cygwin64\bin\mintty -i/Cygwin-Terminal.ico
On Wed, Oct 19, 2016 at 12:54 PM, Corinna Vinschen
wrote:
> On Oct 19 12:46, Rockefeller, Harry wrote:
>> >-Original Message-
>> >From: cygwin-ow...@cygwin.com [mailto:cygwin->ow...@cygwin.com] On Behalf
>> >Of William M. (Mike) Miller
>> >Sent: Wednesday, October 19, 2016 10:30 AM
>> >To
On Oct 19 12:46, Rockefeller, Harry wrote:
> >-Original Message-
> >From: cygwin-ow...@cygwin.com [mailto:cygwin->ow...@cygwin.com] On Behalf Of
> >William M. (Mike) Miller
> >Sent: Wednesday, October 19, 2016 10:30 AM
> >To: cygwin@cygwin.com
> >Subject: Re: gdb 7.11.1-2 started within em
>-Original Message-
>From: cygwin-ow...@cygwin.com [mailto:cygwin->ow...@cygwin.com] On Behalf Of
>William M. (Mike) Miller
>Sent: Wednesday, October 19, 2016 10:30 AM
>To: cygwin@cygwin.com
>Subject: Re: gdb 7.11.1-2 started within emacs fails
[snip]
>>>I can confirm that this happens als
On Thu, Sep 29, 2016 at 11:21 AM, Rockefeller, Harry
wrote:
>
>>-Original Message-
>>From: cygwin-ow...@cygwin.com [mailto:cygwin->ow...@cygwin.com] On Behalf Of
>>Ken Brown
>>Sent: Tuesday, September 27, 2016 3:16 PM
>>To: cygwin@cygwin.com
>>Subject: Re: gdb 7.11.1-2 started within emac
2016-10-19 5:33 GMT+02:00 Brian Inglis :
> On 2016-10-18 20:10, juan carlos Rebate wrote:
>>
>> 2016-10-19 3:50 GMT+02:00 Brian Inglis :
>>>
>>> On 2016-10-18 19:15, juan carlos Rebate wrote:
2016-10-19 2:31 GMT+02:00 René Berber :
>
> On 10/18/2016 7:04 PM, juan carlos Rebate wro
On 10/19/2016 7:27 AM, Corinna Vinschen wrote:
On Sep 20 20:33, Ken Brown wrote:
I've set up my Cygwin installation to be case sensitive, following the
instructions at
https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive
But it doesn't seem to be working as I expec
Normally, I open a Cygwin terminal window by clicking on a Windows icon
which is an alias to a .BAT file which prepares environment variables
for my Cygwin session and then invokes mintty thusly:
start /b C:\cygwin64\bin\mintty -i/Cygwin-Terminal.ico -s80,57 -
Nothing unusual there, but I have
On Oct 5 17:56, Rinrin wrote:
> Hi:
> I'm trying to run some unittests with python os.rename function. But
> rename syscall failed with error code 13. From strace output I can see
> windows OS returns NT_STATUS_TRANSACTIONAL_CONFLICT(0xC0190001).
>
> python2.7 2576 unlink_nt: Opening
> \??\C:\P
On Oct 1 05:13, Ivan Vanyushkin wrote:
> Something has changed in version 2.6.0, and now UTF-8 text can't be displayed
> in Windows console (cmd).
>
> 1. Create a file "test.txt" with non-ASCII text in UTF-8 encoding.
> 2. Run "cmd".
> 3. Run:
>
> C:\Cygwin\bin\cat test.txt
> ▒
On Sep 29 10:38, Roland Schwingel wrote:
> Hi to all..
>
> I have the very similar problem.
>
> >> > I can't do anything, it just becomes an inconvenience.
> >> > d---r-x---+ 1 NT SERVICE+TrustedInstaller NT
> SERVICE+TrustedInstaller 0 Sep 26 08:50 c
> >> > drwxrwx---+ 1 Administrators
On Oct 2 11:59, Thomas Wolff wrote:
> Am 31.08.2016 um 15:58 schrieb Corinna Vinschen:
> > Hi folks,
> >
> >
> > I uploaded a new Cygwin release 2.6.0-1.
> >
> > ...
> Somehow the way to setup the default locale has changed; raising problems as
> described in https://cygwin.com/ml/cygwin/2016-1
On Sep 20 20:33, Ken Brown wrote:
> I've set up my Cygwin installation to be case sensitive, following the
> instructions at
>
> https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive
>
> But it doesn't seem to be working as I expect. For example:
>
> $ mkdir a
>
> $
On Sep 20 18:03, Ken Brown wrote:
> I found an old discussion
> (https://www.cygwin.com/ml/cygwin/2007-08/msg00594.html) about the
> possibility of adding a _PC_CASE_INSENSITIVE flag to pathconf. Has anyone
> thought further about this? I would find this useful for emacs[*].
>
> I've taken a qui
17 matches
Mail list logo