On Jan 23 09:30, phumb...@phumblet.no-ip.org wrote:
> > From: Corinna Vinschen
> > Sent: Friday, January 23, 2015 5:48 AM
> >
> > On Jan 22 21:05, Pierre A. Humblet wrote:
> > > Add-on to gethostbyname2, as discussed previously on main list.
> > > Th
On Jan 27 09:56, Pierre A. Humblet wrote:
>
> >-Original Message-
> >From: Pierre A Humblet
> >Sent: Friday, January 23, 2015 9:30 AM
> >
> >> From: Corinna Vinschen
> >> Sent: Friday, January 23, 2015 5:48 AM
> >>
> >
good, please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpczBvTaDVEb.pgp
Description: PGP signature
On Feb 19 13:21, Jon TURNEY wrote:
> * Makefile.in (sigfe.o): Use CFLAGS.
Please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpmlZMUyVfqp.pgp
Description:
win/ChangeLog
> index 550490a..cd2dbb9 100644
> --- a/winsup/cygwin/ChangeLog
> +++ b/winsup/cygwin/ChangeLog
> @@ -1,3 +1,7 @@
> +2015-03-10 Yaakov Selkowitz
> +
> + * include/stdint.h: Fix __x86_64__ conditional.
> +
> 2015-03-05 Corinna Vinschen
>
>
On Mar 12 14:05, Jon TURNEY wrote:
> + * exceptions.cc (stack_info): Add sigstackptr member.
> + (walk): Unwind sigstackptr inside _sigbe and sigdelayed.
> + * gendef (_sigdelayed_end): Add symbol to mark end of sigdelayed.
Patch is fine. Please apply.
Thanks,
Corinna
--
t; - 285: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
> + 286: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
>287: Export issetugid.
> */
Applied.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regardi
missing the ChangeLog entry, Please
provide ChangeLog entries per https://cygwin.com/contrib.html.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgph8ZNdADBF3.pgp
Description: PGP signature
Hi Alexey,
On Mar 12 22:47, Alexey Pavlov wrote:
> 2015-03-12 22:22 GMT+03:00 Corinna Vinschen:
> > I'm ok with that patch, but it's missing the ChangeLog entry, Please
> > provide ChangeLog entries per https://cygwin.com/contrib.html.
>
> + * net.cc: Remove ext
ss
> configured otherwise.
>
> * Makefile.in (prefix): Define.
Please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpBOuwl25m4W.pgp
Description: PGP signature
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpYS39MDks1r.pgp
Description: PGP signature
user-defined stack, see pthread_wrapper in miscfuncs.cc.
While we're at it we should contemplate to define SIGSTKSZ and
MINSIGSTKSZ along the lines of 64K, I guess.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpILnIlY_In2.pgp
Description: PGP signature
ly after applying the newlib patch.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgp1v7AAOXISP.pgp
Description: PGP signature
;
>__uint64_t efr;
>__uint8_t _internal;
> - __uint64_t oldmask;
> };
Remove _internal, keep oldmask. As a result, __mcontext is still
basically equivalent to Linux' mcontext_t. __mcontext can be
taken from _my_tls.oldmask.
Thanks,
Corinna
--
Corinna Vinschen
ed. But everything
else we can and should provide. uc_link might come in handy as well at
one point, who knows? Just set it to NULL for now.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cyg
change to stay backward compatible which I apply after your patch.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpM7NRi0Jl6T.pgp
Description: PGP signature
(uintptr_t)NtCurrentTeb ()->Tib.StackBase;
> +
> +#ifndef _SYS_UCONTEXT_H_
> +#define _SYS_UCONTEXT_H_
> +
> +#include
> +#include
Just include as on Linux, unless there's a really good reason.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regardi
ease rename cr2 to ctx_flags and add a uint64_t resp.
uint32_t value called "cr2" as last member after "oldmask" to struct
__mcontext. We're discussing filling cr2 later, it's certainly not
a pressing issue.
Thanks,
Corinna
--
Corinna Vinschen
On Mar 31 18:48, Jon TURNEY wrote:
> On 30/03/2015 19:47, Corinna Vinschen wrote:
> >Just for the records what we talked about on IRC:
> >
> >On Mar 30 18:32, Jon TURNEY wrote:
> >>@@ -45,7 +49,7 @@ struct _fpstate
> >>__uint32_t padding[24];
> &g
SRC,
> +CW_EXCEPTION_RECORD_FROM_SIGINFO_T,
>} cygwin_getinfo_types;
>
> #define CW_LOCK_PINFO CW_LOCK_PINFO
There's a
#define CW_EXCEPTION_RECORD_FROM_SIGINFO_T CW_EXCEPTION_RECORD_FROM_SIGINFO_T
missing here. With these changes, ok to apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgp7HjTvfGvzf.pgp
Description: PGP signature
On Mar 31 18:50, Jon TURNEY wrote:
> * misc-funcs.xml (cygwin_internal): Correct return type.
Ouch, yes. Please apply. Thanks for catching.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT
they are not informed about the long
> name.
>
> Changelog entry:
> 2015-03-31 Renato Silva
> * net.cc: Fix buffer size error handling in cygwin_gethostname.
Good catch. Patch applied.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding
d cr2 member.
GTG.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpjZovFG5M4M.pgp
Description: PGP signature
ord accessor.
Looks good, please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpqjIlIxeuU6.pgp
Description: PGP signature
at one point, I think.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpMqoCzI5faR.pgp
Description: PGP signature
On Apr 1 18:36, Jon TURNEY wrote:
> On 01/04/2015 15:22, Corinna Vinschen wrote:
> >On Apr 1 14:19, Jon TURNEY wrote:
> >>Add ucontext.h header, defining ucontext_t and mcontext_t types.
> >>
> >>Provide sigaction sighandlers with a ucontext_t parameter, c
the "struct" keyword. With this
change, ok to apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpkDrJt6xflm.pgp
Description: PGP signature
udes SHA-512 cryptographic hashes.
Applied.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgp3RtFrOwCW2.pgp
Description: PGP signature
() should occur before constructing
the context, so that filling in uc_sigmask can be moved into the above
`'if' branch.
On second thought, isn't this slightly wrong anyway? Shouldn't that be
context.uc_sigmask = _my_tls.sigmask;
context.uc_mcontext.oldmask = this
On Apr 3 13:18, Corinna Vinschen wrote:
> On Apr 2 20:30, Jon TURNEY wrote:
> > * exceptions.cc (call_signal_handler): Only bother to construct
> > the ucontext for signal handlers with SA_SIGINFO set.
>
> Looks good, except...
>
> > + ucontext_t
On Apr 3 13:51, Jon TURNEY wrote:
> On 03/04/2015 13:17, Corinna Vinschen wrote:
> >On Apr 3 13:18, Corinna Vinschen wrote:
> >>On Apr 2 20:30, Jon TURNEY wrote:
> >>
> >>>sigset_t this_oldmask = set_process_mask_delta ();
> >&
On Apr 3 23:09, Jon TURNEY wrote:
> On 01/04/2015 15:22, Corinna Vinschen wrote:
> >On Apr 1 14:19, Jon TURNEY wrote:
> >>Add ucontext.h header, defining ucontext_t and mcontext_t types.
> >>
> >>Provide sigaction sighandlers with a ucontext_t parameter, c
On Apr 5 17:58, Jon TURNEY wrote:
> On 04/04/2015 17:06, Jon TURNEY wrote:
> >On 04/04/2015 09:40, Corinna Vinschen wrote:
> >>So, what if we drop all the -fomit-frame-pointer from Makefile.in and
> >>add an
> >>
> >> exceptions_CFLAGS:=-f
? (uintptr_t) thissi.si_addr : 0;
With these changes, all patches are ok to push.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgp_XDK0VSSuT.pgp
Description: PGP signature
(has_exec_chars).
>
> * pathnames.xml: Fix inconsistencies in docs regarding fstab and
> executable file detection
Applied.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin A
On Apr 22 19:57, Takashi Yano wrote:
> Hi Corinna,
>
> On Mon, 20 Apr 2015 17:12:30 +0200
> Corinna Vinschen wrote:
>
> > Ok. Let's go with that. Can you please rename handle2/master2 to
> > handle_cyg/master_cyg and resend the patch to the cygwin-patches
>
Hi Jon,
On Apr 23 14:53, Jon TURNEY wrote:
> On 01/04/2015 18:36, Jon TURNEY wrote:
> >On 01/04/2015 15:22, Corinna Vinschen wrote:
> >>It would be better to call RtlCaptureContext
> >>before calling call_signal_handler. But this requires a change in how
> &
a service. See
> + .
> +
> +
> +
> +
> How to start Cygserver
>
>
> --
> 2.1.4
Patch applied.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpo4xYOPR89e.pgp
Description: PGP signature
;canonical"
> +following this rule are called "canonical".
>
>
> Note that the last rule is a preference or a definition of
> --
> 2.1.4
Looks fine. Please apply (to the cygwin-2.0 branch as well, if you
don't mind).
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgppCH6kCzkmn.pgp
Description: PGP signature
y
> always, installing everything is not a good idea, so mentioning the
> possibility before mentioning you should install what you need doesn't
> really help.
Go ahead with whatever you prefer.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpv4ZnfkbJKF.pgp
Description: PGP signature
y <...>
Ok, please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpe4nj6zcCl7.pgp
Description: PGP signature
ACE_foo option
for it.
- The GetFileNameFromHandle function could be much simpler. Rather than
opening a mapping object for ev.u.LoadDll.hFile, just use the existing
mapping object from ev.u.LoadDll.lpBaseOfDll.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygw
On Jun 10 16:11, Corinna Vinschen wrote:
> Hi Jon,
>
> On Jun 10 13:05, Jon TURNEY wrote:
> > Not sure if this is wanted, but on a couple of occasions recently I have
> > been
> > presented with strace output which contains an exception at an address in an
> >
On Jun 10 16:18, Corinna Vinschen wrote:
> On Jun 10 16:11, Corinna Vinschen wrote:
> > Hi Jon,
> >
> > On Jun 10 13:05, Jon TURNEY wrote:
> > > Not sure if this is wanted, but on a couple of occasions recently I have
> > > been
> > > presented w
On Jun 10 17:44, Corinna Vinschen wrote:
> On Jun 10 16:18, Corinna Vinschen wrote:
> > On Jun 10 16:11, Corinna Vinschen wrote:
> > > Hi Jon,
> > >
> > > On Jun 10 13:05, Jon TURNEY wrote:
> > > > Not sure if this is wanted, but on a c
On Jun 15 13:36, Jon TURNEY wrote:
> Left over after 4885352e.
>
> 2015-06-12 Jon Turney <...>
>
> * Makefile.in (.PHONY): Remove tarball target.
Please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin
> Although it might be better to fix this by making xidepend use pathnames,
> rather
> than ignoring them and assuming everything is in the current directory...
Indeed. The problem is the included loop iterating over the
dependencies. A more foolproof solution would be helpful.
Fo
> manpages.
... but it generates a bit of clutter in the HTML user guide itself.
Any chance to add those *only* to the man pages?
Removing the date and trailing whitespaces is approved.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygw
o customized DocBook
> XML->PDF conversion.
Please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpgvXdxOphHT.pgp
Description: PGP signature
y, so use
> fop instead.
Uhm... wasn't Yaakov's patch from 2014-11-28 explicitely meant to drop
the requirement to use fop andd thus java?
Is there really no other way to handle that, rather than reverting to
fop?
Corinna
--
Corinna Vinschen Please, send mails regarding
ariable to express the dependency.
Please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpCN830gOf7T.pgp
Description: PGP signature
2015-06-12 Jon Turney <...>
>
> * Makefile.in (cygwin-ug-net/cygwin-ug-net-nochunks.html.gz):
> Ensure cygwin-ug-net directory exists.
Please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer
stamp file for build avoidance when the
> dependencies haven't changed.
>
> 2015-06-12 Jon Turney <...>
>
> * Makefile.in (install-man, utils2man.stamp): Add rules to build
> and install manpages for utils.
Please apply.
Thanks,
Corinna
--
Corinna Vi
On Jun 16 10:22, Jon TURNEY wrote:
> On 15/06/2015 18:04, Corinna Vinschen wrote:
> >On Jun 15 13:36, Jon TURNEY wrote:
> >>Remove the inconsistent .exe suffix in strace and umount usage lines.
> >>
> >>Consistently refer to cross-references outside utils.xml as
On Jun 16 10:28, Jon TURNEY wrote:
> On 15/06/2015 18:11, Corinna Vinschen wrote:
> >On Jun 15 13:36, Jon TURNEY wrote:
> >>Convert utils.xml from using a sect2 to using a refentry for each utility
> >>program.
> >>
> >>Unfortunately, using r
On Jun 16 12:09, Jon TURNEY wrote:
> On 16/06/2015 10:45, Corinna Vinschen wrote:
> >On Jun 16 10:28, Jon TURNEY wrote:
> >>On 15/06/2015 18:11, Corinna Vinschen wrote:
> >>>On Jun 15 13:36, Jon TURNEY wrote:
> >>>>Convert utils.xml from using
menting sethostname instead?
extern "C" int
sethostname (const char *name, size_t len)
{
WCHAR wname[MAX_COMPUTERNAME_LENGTH + 1];
sys_mbstowcs (wname, MAX_COMPUTERNAME_LENGTH + 1, name, len);
if (!SetComputerNameEx (ComputerNamePhysicalDnsHostname, wname))
{
__seterrno ();
On Jun 16 18:33, Jon TURNEY wrote:
> On 16/06/2015 13:49, Corinna Vinschen wrote:
> >On Jun 16 12:09, Jon TURNEY wrote:
> >>On 16/06/2015 10:45, Corinna Vinschen wrote:
> >>>On Jun 16 10:28, Jon TURNEY wrote:
> >>>>On 15/06/2015 18:11, Corinna Vinsc
On Jun 16 19:50, Jon TURNEY wrote:
> On 16/06/2015 18:49, Corinna Vinschen wrote:
> >>Note that the next time you build documentation for the website, you might
> >>need to take some special steps to add new .html files.
> >
> >-v, please?
>
> Sorry, I
On Jun 17 07:38, Christian Franke wrote:
> Corinna Vinschen wrote:
> >On Jun 16 18:27, Christian Franke wrote:
> >>Found during an experimental build of busybox:
> >>
> >>The sethostname() prototype in /usr/include/sys/unistd.h is enabled also on
> >
an idea how far away we are from including the cygwin-doc
package into the cygwin package set? I'm not planning a new release
very soon, so we can coordinate that without pressure.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer
On Jun 17 16:59, Jon TURNEY wrote:
> On 17/06/2015 14:49, Corinna Vinschen wrote:
> >On Jun 17 13:37, Jon TURNEY wrote:
> >>This patch set changes the DocBook source XML for the Cygwin API reference
> >>to
> >>use refentry elements, and also generates man p
called "busybox" and the package doesn't try to create shortcuts
/bin/sh -> /bin/busybox, etc, I don't see a problem to ITP it.
If those symlinks are required for busybox to work, they should be
encapsulated in their own subdir, something like /usr/libexec/busybox
or so. U
On Jun 18 11:46, Jon TURNEY wrote:
> On 17/06/2015 17:27, Corinna Vinschen wrote:
> >On Jun 17 16:59, Jon TURNEY wrote:
> >>On 17/06/2015 14:49, Corinna Vinschen wrote:
> >>>On Jun 17 13:37, Jon TURNEY wrote:
> >>>>This patch set changes the DocBook s
On Jun 19 07:27, Christian Franke wrote:
> Corinna Vinschen wrote:
> >On Jun 17 15:15, Eric Blake wrote:
> >>On 06/17/2015 02:57 PM, Yaakov Selkowitz wrote:
> >>>On Wed, 2015-06-17 at 22:25 +0200, Christian Franke wrote:
> >>>>Busybox does not use aut
l: Add texinfo-node.
> * cygwin-api.xml: Ditto.
This is fine.
> * ntsec.xml (db_home): Add texinfo-node for titles containing a
> ':' which are the targets of an xref.
This... not so much. Let's simply remove the colons instead:
-The db_home:
setting
+The db_home
. If you
> are
> + able to track down the source of the bug and can provide a fix, there
> are
> + instructions for contributing patches at:
> +
> + url="http://cygwin.com/contrib.html";>http://cygwin.com/contrib.html
> +
> +
> +
> + SEE ALSO
> +
> +
> + intro
> + 1
Shouldn't that be a 3 here?
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpog5781Bym7.pgp
Description: PGP signature
On Jun 22 15:39, Jon TURNEY wrote:
> Remove redundant 'Usage' prefix from synopses.
>
> 2015-06-22 Jon Turney
>
> * utils.xml: Remove 'Usage' prefix from synopses.
Ok.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails re
On Jun 22 15:39, Jon TURNEY wrote:
> 2015-06-22 Jon Turney
>
> * Makefile.in (FAQ_SOURCES): Remove and generate with xidepend.
Ok.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwi
gt;
> * README: Update.
Ok.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpVV2K7NbyKH.pgp
Description: PGP signature
nd install manpages from XML
>
> v4:
> Update to refer to GPLv3+, SUSv4
>
> 2015-06-22 Jon Turney
>
> * Makefile.in (intro2man.stamp): Add.
> * intro.xml: New file.
GTG :)
Thanks,
Corinna
--
Corinna Vinschen Please,
On Jun 22 18:15, Jon TURNEY wrote:
> On 22/06/2015 15:55, Corinna Vinschen wrote:
> >On Jun 22 15:39, Jon TURNEY wrote:
> >>v2:
> >>Updated to use docbook2x-texi not docbook2texi, since source is now docbook
> >>XML.
> >>Tweak DocBook XML so info d
cross compiling on both platforms. Having a working -m32
utilizing the cross build package path would be the icing on the cake.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpm2VPRS5pe8.pgp
Description: PGP signature
On Jul 1 06:59, Jeffrey Walton wrote:
> On Wed, Jul 1, 2015 at 4:29 AM, Corinna Vinschen
> wrote:
> > Hi Jeffrey,
> >
> > On Jun 30 21:38, Jeffrey Walton wrote:
> >> Cygwin's GCC responds to the -m32 option, but it causes a compile error:
> >>
&
figure.ac: Add check for DOCBOOK2XTEXI
> * configure: Regenerate.
> * Makefile.in (DOCBOOK2XTEXI): Use.
Looks good on Fedora, please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cy
he same line but in full english preceeding the #define
line. With such a comment and a ChangeLog entry, patch is ok.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgp8Ua8lDq9vP.pgp
Description: PGP signature
footprint of the cache, speed up subsequent
forks.
- Given that the /bin directory alone can be easily 0.5 Gigs and more,
the cache(s) can take as much memory. This really asks for some
cleanup mechanism.
- The heretical question of course: Is the underlying problem really
27;ll rather be looking into an assembler
alternative. I'm planning to pull in the NetBSD implementation, with
the tweaks required for MS ABI.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin D
;m just creating a 2.2.0-0.5 test release which I'll upload
and announce in a couple of minutes. Please give it a try.
Since I'm AFK for the rest of the week, the official 2.2.0-1 release
will occur next week.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails
answer.
Looks good. Please apply.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpIK9MKIERnl.pgp
Description: PGP signature
convert the file.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpBSGWLMtDQn.pgp
Description: PGP signature
On Aug 17 11:02, Orgad Shaneh wrote:
> On Mon, Aug 17, 2015 at 10:59 AM, Corinna Vinschen
> wrote:
> > On Aug 17 10:41, Orgad Shaneh wrote:
> >> When globals.cc has CRLF line endings, winsup.h is not removed, and
> >> compilation fails for duplicate definition
On Aug 17 10:41, Orgad Shaneh wrote:
> When globals.cc has CRLF line endings, winsup.h is not removed, and
> compilation fails for duplicate definitions.
Applied.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Main
enApp (see url="http://support.citrix.com/article/CTX107825";>Citrix Support
> page)
> +Lavasoft Web Companion
>
> Sometimes these problems can be worked around, by temporarily or
> partially
> disabling the offending software. For instance, it may be possible to
t; + }
> +}
>else
> {
>int res = mount_table->add_item (native_path, posix_path, mount_flags);
- What about adding a mount flags to allow fillout_mntent to print out
the mount type? This isn't essential, I'm just wondering if there
might be a good reason to see the type in mount(1) output.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpY6QzAIl42w.pgp
Description: PGP signature
og entry for this simple case.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpgEcTmJ7A0R.pgp
Description: PGP signature
problem is likely to look. The following patch attempts to remedy
> this:
Unfortunately it doesn't apply cleanly. There are weird differences in
whitespaces and a patch-breaking line wrap. Can you check and resend,
please?
Thanks,
Corinna
--
Corinna Vinschen Please, se
On Oct 20 18:48, Ken Brown wrote:
> On 10/20/2015 3:25 PM, Corinna Vinschen wrote:
> >Hi Ken,
> >
> >On Oct 6 16:41, Ken Brown wrote:
> >>There have been several recent threads on the cygwin list stemming from the
> >>permissions change in 1.7.34. I
Hi Johannes,
On Oct 20 13:47, Johannes Schindelin wrote:
> On Tue, 20 Oct 2015, Corinna Vinschen wrote:
> > On Sep 16 09:35, Johannes Schindelin wrote:
> > > * mount.cc (mount_info::from_fstab_line): support mounting the
> > > current user's temp folde
env" setting will return the same $HOME setting in the pw_dir
field for every user account. All user accounts will have the same home
dir as your current user. And the value is unreliable, too. If another
user logs in, all accounts will have another $HOME, the one from the now
logged in user
. We could even always use dir
junctions for dirs in the first place and only try to create a symlink
if that fails. The difference is negligible from a user perspective
anyway.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer
On Oct 21 20:23, Corinna Vinschen wrote:
> On Oct 20 13:47, Johannes Schindelin wrote:
> > On Tue, 20 Oct 2015, Corinna Vinschen wrote:
> > > On Sep 16 09:35, Johannes Schindelin wrote:
> > [...]
> > > > + char mb_tmp[len = sys_wcstombs (NULL, 0, tmp)
On Oct 22 17:38, Johannes Schindelin wrote:
> Hi Corinna,
>
> On Wed, 21 Oct 2015, Corinna Vinschen wrote:
>
> > On Sep 16 15:06, Johannes Schindelin wrote:
> > > * uinfo.cc (cygheap_pwdgrp::get_home): Offer an option in
> > > nsswitch.conf that let
On Oct 23 11:10, Corinna Vinschen wrote:
> On Oct 22 17:38, Johannes Schindelin wrote:
> > Hi Corinna,
> >
> > On Wed, 21 Oct 2015, Corinna Vinschen wrote:
> >
> > > On Sep 16 15:06, Johannes Schindelin wrote:
> > > > * uinfo.c
C */
This setting the offset to 0 is necessary, but commented out. Typo?
I fixed this before committing the patch.
Thanks again,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpt_K_dG1abv.pgp
Description: PGP signature
to.
> * include/fenv.h: Ditto.
> * include/resolv.h: Ditto.
> * libstdcxx_wrapper.cc: Ditto.
Shoot.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpP
geLog | 5 +
> winsup/doc/new-features.xml| 12
> winsup/doc/posix.xml | 1 +
> 6 files changed, 26 insertions(+), 1 deletion(-)
ACK, thanks.
Corinna
--
Corinna Vinschen Please, send mails regarding Cyg
tro.
Ideally you resend your message to the cygwin AT cygwin DOT com mailing
list. I Bcc'ed the cron package maintainer so he can pick this up,
though.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cy
ncy.
>
> * faq-using.xml: Add Forefront TMG to the BLODA
Thanks David. All patches applied.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
pgpOMV78RODlU.pgp
Description: PGP signature
gt; * pathnames.xml: document the new usertemp file system type
patch looks good. We just have to wait for the ok in terms of the
copyright assignment. Might take a day or two.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer
301 - 400 of 2885 matches
Mail list logo