Version 1.2-3 of "weechat" has been uploaded.
This version fixes a loading problem of Perl plugin
(for more info: https://github.com/weechat/weechat/issues/474).
DESCRIPTION
WeeChat is a fast, light and extensible chat client. It runs on many platforms
like Linux, Unix, BSD, GNU Hurd, Mac OS X an
On Mon, Aug 3, 2015 at 9:52 AM, Michael Enright wrote:
> I'm interested in a solution at the libmozjs level
Is there anything I can do to advance a solution in libmozjs?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
Hi,
> done
> https://cygwin.com/ml/cygwin-announce/2015-08/msg4.html
thank you, it just works.
Peace,
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygw
On 8/3/2015 21:46, Corinna Vinschen wrote:
>
> The best result would be if you (or we) could convince the mingw-w64
> guys not to use _N. Jon? Any chance you could apply a patch to use
> _n with lower case n?
>
> For the time being, you can push/pop the clashing macros prior to
> including the
Testing on 64bit latest pure-ftp, I hit this issue:
/usr/sbin/pure-ftpd.exe -d
1 [main] pure-ftpd 8860 E:\cygwin64\usr\sbin\pure-ftpd.exe: ***
fatal error in forked process - fork: can't reserve memory for parent
stack 0x1E - 0x3E, (child has 0x21 - 0x41), Win32 error 487
On Aug 3 14:45, Lester Ingber wrote:
> I'm up to date with my cygwin64 running Version 2.2.0-1.
> I just noticed this inconsistent behavior depending on the use
> of /cygdrive under both the latest tcsh or bash:
>
> 7:38:28am ingber@lesterX1:~% ls -l /cygdrive/d/lesterX1
> total 50426948
> -rwxrw
On Aug 3 20:43, Thomas Wolff wrote:
> Am 03.08.2015 um 15:19 schrieb Corinna Vinschen:
> >- When started from a non-Cygwin process, check if $HOME starts with a
> > slash (absolute POSIX path). Otherwise ignore it.
> > Addresses: https://cygwin.com/ml/cygwin/2015-07/msg00344.html
> I would ex
Finally got a little time to test this a little bit. Unfortunately,
all I can really say is that Dexpot gets confused with X11 application
windows with xorg-server 1.17.2-1 but was completely fine/working with
xorg-server 1.17.1-5.
Here's what I did just now to test:
1) Opened up 3 xterms on Desk
Greetings, Nicholas Clark!
> I remember seeing a bunch of traffic on the subject of rebasing a few
> years ago, with people saying that it wouldn't be necessary once we
> moved over to 64-bit Cygwin. Did that wind up being true?
I see no reason to think otherwise. 64*bit address space is much lea
Am 03.08.2015 um 15:19 schrieb Corinna Vinschen:
- When started from a non-Cygwin process, check if $HOME starts with a
slash (absolute POSIX path). Otherwise ignore it.
Addresses: https://cygwin.com/ml/cygwin/2015-07/msg00344.html
I would expect $HOME to be considered if it denotes an ab
Hi all,
I remember seeing a bunch of traffic on the subject of rebasing a few
years ago, with people saying that it wouldn't be necessary once we
moved over to 64-bit Cygwin. Did that wind up being true?
I've got some in-house tools that some of our developers want to use
on Cygwin, and I've been
On 8/3/2015 12:00 PM, steppnav wrote:
I'm attempting to remove texlive because it's existence makes it impossible
to completely remove X Windows components. I've manually ensured that all
things dependent on it have been marked for uninstall. It ends up in a
catch 22 style circular, self-refere
On 8/3/2015 6:00 PM, steppnav wrote:
I'm attempting to remove texlive because it's existence makes it impossible
to completely remove X Windows components. I've manually ensured that all
things dependent on it have been marked for uninstall. It ends up in a
catch 22 style circular, self-referen
I'm attempting to remove texlive because it's existence makes it impossible
to completely remove X Windows components. I've manually ensured that all
things dependent on it have been marked for uninstall. It ends up in a
catch 22 style circular, self-reference problem. I don't know what
percenta
On Mon, Aug 3, 2015 at 6:42 AM, Corinna Vinschen wrote:
> Hang on. So you suggest that Glibc, Cygwin, as well as any other
> implementation based on the localtime.c code from Arthur David Olson,
> stop using the additional struct members? Despite them doing the right
> thing where the POSIX impl
I'm up to date with my cygwin64 running Version 2.2.0-1.
I just noticed this inconsistent behavior depending on the use
of /cygdrive under both the latest tcsh or bash:
7:38:28am ingber@lesterX1:~% ls -l /cygdrive/d/lesterX1
total 50426948
-rwxrwxrwx+ 1 ingber Users 50108441600 Aug 2 03:35 Archiv
On Aug 3 04:17, Michael Enright wrote:
> Here's a reduction of a problem I had compiling v8:
>
> #include
> #include "wspiapi.h"
> char array[5];
> __wspiapi_countof_helper(array);
>
> The reduction isn't realistic but the problem is real.
>
> On one hand, ctype.h uses _N and it is within its
On Aug 3 03:54, Michael Enright wrote:
> On Mon, Aug 3, 2015 at 1:36 AM, Corinna Vinschen wrote:
> >
> > The core thingy in POSIX is "The header shall declare the tm
> > structure, which shall include at least the following members:"
> >
>
> I saw this lan
On Aug 3 10:15, Achim Gratz wrote:
> Corinna Vinschen cygwin.com> writes:
> > Cygwin is lacking the code to fetch L3 caches and afaics, it's not
> > overly simple. At least calling cpuid as for L1 and L2 caches is not
> > sufficient, apparently.
>
> If you can use the Windows API, then this
> h
Hi Cygwin friends and users,
I released another version of Cygwin. The version number is 2.2.0-1.
What's new:
---
- New APIs: getcontext, setcontext, makecontext, swapcontext.
- New functions: sigsetjmp, siglongjmp.
These were only available as macros up to now, but POSIX requires
Here's a reduction of a problem I had compiling v8:
#include
#include "wspiapi.h"
char array[5];
__wspiapi_countof_helper(array);
The reduction isn't realistic but the problem is real.
On one hand, ctype.h uses _N and it is within its "rights" to do so as
ctype.h is part of the standard library
On Mon, Aug 3, 2015 at 1:36 AM, Corinna Vinschen wrote:
>
> The core thingy in POSIX is "The header shall declare the tm
> structure, which shall include at least the following members:"
>
I saw this language myself.
>
> A conforming application does not u
On 8/3/2015 12:15 PM, Achim Gratz wrote:
Corinna Vinschen cygwin.com> writes:
Cygwin is lacking the code to fetch L3 caches and afaics, it's not
overly simple. At least calling cpuid as for L1 and L2 caches is not
sufficient, apparently.
If you can use the Windows API, then this
https://ms
Corinna Vinschen cygwin.com> writes:
> Cygwin is lacking the code to fetch L3 caches and afaics, it's not
> overly simple. At least calling cpuid as for L1 and L2 caches is not
> sufficient, apparently.
If you can use the Windows API, then this
https://msdn.microsoft.com/en-us/library/ms683194.a
On Aug 1 18:47, Michael Enright wrote:
> On Sat, Aug 1, 2015 at 2:47 PM, Brian Inglis wrote:
> > Two problems I have encountered in the past with manually constructed
> > struct tm:
> > - failing to set struct tm.tm_isdst member to -1, or any negative value, so
> > that mktime(3) will determine
Am 01.08.2015 um 14:19 schrieb Andrey Repin:
Greetings, Jim Reisert AD1C!
Please disregard this post. Checking the changelog reveals that this is
caused by a new feature, and can be overridden with the -d (--nodaemon)
switch.
Why isn't the old behavior the default (spawn one process), with the
26 matches
Mail list logo