Re: fchown-stub.c not pulled in for DJGPP 2.03p2

2009-07-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Rugxulo on 7/21/2009 8:47 PM: > Hey, >I'm really not trying to be a pest, honest, but I personally still > use DJGPP (on Vista, XP, and real DOS [MS- / DR- / Free-], even). The best way to not come across as a pest is to post patches

Re: undefined behavior in closeout, aggravated by libsigsegv

2009-07-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paolo Bonzini on 7/23/2009 3:18 AM: > Only one doubt: > > +#define SIGSEGV_FAULT_ADDRESS_FROM_SIGINFO > > Why are you defining this in fault-cygwin.h? I copied from fault-posix.h (which worked for cygwin 1.7), then modified until it wor

Re: undefined behavior in closeout, aggravated by libsigsegv

2009-07-23 Thread Paolo Bonzini
Only one doubt: +#define SIGSEGV_FAULT_ADDRESS_FROM_SIGINFO Why are you defining this in fault-cygwin.h? Paolo

[PATCH] maint.mk: invoke "make dist" with a working value of XZ_OPT

2009-07-23 Thread Jim Meyering
In preparing to make a GNU Parted release, I noticed that one small part of maint.mk would malfunction. Actually, it provoked a read-from-freed-memory bug in xz, for which I've just sent a patch. I've pushed this: >From 2d8b95d62cc4d6524fa6c4dbc3138d88a5839159 Mon Sep 17 00:00:00 2001 From: Jim M