CHANGES SINCE LAST RELEASE:
===
New upstream release.
* New French translations of messages and manual.
* Code cleanup.
All changes: http://waterlan.home.xs4all.nl/wcd/doc/whatsnew.txt
DESCRIPTION:
Wcd is a command-line program to change directory f
CHANGES
===
libpipeline 1.5.1 (27 January 2019)
===
Building libpipeline now requires Autoconf >= 2.63 and Automake >=
1.11.2.
Various portability improvements, via Gnulib.
libpipeline 1.5.0 (14 November 2017)
Add `pip
I have been using on other machines a program that includes
char *a[50][8192];
but this declaration, by itself, gives "segmentation" errors.
[8192 is BUFSIZ on other machines, although it seems to be 1024 here.
The program uses 50 different permutations on strings of size BUFSIZ.]
-
In Linux it returns a time value and return code of 0:
tom@LinuxPC:~/Downloads$ ./timetest
return value 10452
errno 0
Success
tom@LinuxPC:~/Downloads$ ./timetest
return value 14048
errno 0
Success
-Original Message-
From: Brian Inglis
Sent: Thursday, September 12, 2019 02:45 PM
To: cy
On 9/13/2019 7:04 AM, Blair, Charles E III wrote:
I have been using on other machines a program that includes
char *a[50][8192];
but this declaration, by itself, gives "segmentation" errors.
[8192 is BUFSIZ on other machines, although it seems to be 1024 here.
The program uses 50 different per
My apologies for failing to reply on-list. I don't know how :(
My machine is 64 bit, and I hope I installed the correct version of cygwin.
This program:
#include
int main(){char *a[50][8192];
return 0;}
compiles with gcc (no special options) but gives "Segmentation fault".
--
On 9/13/2019 8:10 AM, Blair, Charles E III wrote:
My apologies for failing to reply on-list. I don't know how :(
My machine is 64 bit, and I hope I installed the correct version of cygwin.
This program:
#include
int main(){char *a[50][8192];
return 0;}
compiles with gcc (no special options)
On 9/13/2019 3:38 AM, Petr Skočík wrote:
> On 9/12/19 6:12 PM, Ken Brown wrote:
>> gcc -Wall -o malloc_zero malloc_zero.c
>
> My apologies. It was my own stupid mistake.
>
> (
> I had
>
> gcc -include stdlib.h -xc - <<<'int main(){ }' && ./a.out; echo $?
>
> where I would normally run $aout whi
Thank you very much for your help. Moving the big array to a global variable
made the problem go away.
Before that, I tried
ulimit -Ss 8192
After this, the segmentation error message was still there.
---
My e-ma
On 9/13/2019 9:21 AM, Blair, Charles E III wrote:
Thank you very much for your help. Moving the big array to a global variable
made the problem go away.
Before that, I tried
ulimit -Ss 8192
After this, the segmentation error message was still there.
I tried that too. The failure seems to h
On 13/09/2019 01:41, Andrey Repin wrote:
> Greetings, Hamish MB!
>
> Please no top-posting in this channel.
>
>> Note: I've just realised this only happens when 3D acceleration is
>> enabled in VirtualBox, hence this may be a VirtualBox bug, rather than a
>> Cygwin bug. Thoughts?
> What video mode
Now that the latest versions of openssl, versions 1.1.1d and 1.0.2t, are
available to the public, are there plans, or an ETA, to make these openssl
packages available to the cygwin community?
Thank you,
Nikki
--
Problem reports: http://cygwin.com/problems.html
FAQ: ht
On Fri, 2019-09-13 at 14:25 +, D'Ambra, Nikki M wrote:
> Now that the latest versions of openssl, versions 1.1.1d and 1.0.2t, are
> available
> to the public, are there plans, or an ETA, to make these openssl packages
> available
> to the cygwin community?
Of course there are, but it hasn'
On 9/5/19 3:16 PM, Ken Brown wrote:
> The following packages have been uploaded to the Cygwin distribution
> as test releases:
>
> * cygwin-3.1.0-0.4
> * cygwin-devel-3.1.0-0.4
> * cygwin-doc-3.1.0-0.4
> - New APIs: sched_getaffinity, sched_setaffinity, pthread_getaffinity_np,
> pthread_setaffi
Blair, Charles E III writes:
> My apologies for failing to reply on-list. I don't know how :(
>
> My machine is 64 bit, and I hope I installed the correct version of cygwin.
>
> This program:
>
> #include
> int main(){char *a[50][8192];
> return 0;}
>
> compiles with gcc (no special options) but
On 9/13/2019 2:39 PM, Achim Gratz wrote:
Blair, Charles E III writes:
My apologies for failing to reply on-list. I don't know how :(
My machine is 64 bit, and I hope I installed the correct version of cygwin.
This program:
#include
int main(){char *a[50][8192];
return 0;}
compiles with gcc
Achim Gratz, on Friday, September 13, 2019 02:39 PM, wrote...
>
> Blair, Charles E III writes:
> > My apologies for failing to reply on-list. I don't know how :(
> >
> > My machine is 64 bit, and I hope I installed the correct version of cygwin.
> >
> > This program:
> >
> > #include
> > int mai
On 9/9/2019 2:53 AM, Achim Gratz wrote:
> Ken Brown writes:
>> I had a chance to take a quick look, and this is a known problem:
>
> Thanks, I hadn't found this for whatever reason.
>
>> https://tex.stackexchange.com/questions/473365/why-is-pgf-3-1-not-compatible-with-tex
>>
>> I suspect there's
Greetings, Hamish MB!
> On 13/09/2019 01:41, Andrey Repin wrote:
>> Greetings, Hamish MB!
>>
>> Please no top-posting in this channel.
>>
>>> Note: I've just realised this only happens when 3D acceleration is
>>> enabled in VirtualBox, hence this may be a VirtualBox bug, rather than a
>>> Cygwin b
On Fri, Sep 13, 2019 at 4:27 AM wrote:
> In Linux [times()] returns a time value and return code of 0:
The Linux man page for times() mentions this special behavior, how it
isn't portable, and even advises against using the function:
"On Linux, the buf argument can be specified as NULL, with the
The following packages have been uploaded to the Cygwin distribution:
* openssl-1.1.1d-1
* openssl-perl-1.1.1d-1
* libssl1.1-1.1.1d-1
* libssl-devel-1.1.1d-1
* libssl1.0-1.0.2t-1
* libssl1.0-devel-1.0.2t-1
The OpenSSL toolkit provides support for secure communications between
machines. OpenSSL i
Michael Haubenwallner wrote:
On 9/5/19 3:16 PM, Ken Brown wrote:
The following packages have been uploaded to the Cygwin distribution
as test releases:
* cygwin-3.1.0-0.4
* cygwin-devel-3.1.0-0.4
* cygwin-doc-3.1.0-0.4
- New APIs: sched_getaffinity, sched_setaffinity, pthread_getaffinity_np,
On 2019-09-13 12:11, Wayne Davison wrote:
On Fri, Sep 13, 2019 at 4:27 AM wrote:
In Linux [times()] returns a time value and return code of 0:
The Linux man page for times() mentions this special behavior, how it
isn't portable, and even advises against using the function:
"On Linux, the buf
On 9/13/19, Jose Isaias Cabrera wrote:
>
> Achim Gratz, on Friday, September 13, 2019 02:39 PM, wrote...
>>
>> Blair, Charles E III writes:
>> > My apologies for failing to reply on-list. I don't know how :(
>> >
>> > My machine is 64 bit, and I hope I installed the correct version of
>> > cygwin.
Ken Brown writes:
>> But the main issue really is that TikZ/PGF need eTeX to work correctly
>
> Right. The latest release of PGF fixes the problem by issuing an appropriate
> error message instead of an obscure one:
[…]
> I'll update texlive-collection-pictures shortly.
The xfig upstream maintai
25 matches
Mail list logo