[PATCH] Windows jobserver updates for GNU make 4.2.1

2016-11-01 Thread Troy Runkel
way that $(shell ...) commands are handled. --Troy Runkel windows_jobserver_update.diff Description: windows_jobserver_update.diff ___ Make-w32 mailing list Make-w32@gnu.org https://lists.gnu.org/mailman/listinfo/make-w32

RE: [PATCH] Windows jobserver updates for GNU make 4.1

2016-04-08 Thread Troy Runkel
I've contacted MathWorks legal and the originating developer regarding getting a copyright assignment in place for these changes. Whom should I contact on the FSF side regarding the copyright assignment? Thanks! Troy Runkel -Original Message- From: Eli Zaretskii [mailto:e...@gn

RE: [PATCH] Windows jobserver updates for GNU make 4.1

2016-03-08 Thread Troy Runkel
? Thanks! --Troy Runkel -Original Message- From: Paul Smith [mailto:psm...@gnu.org] Sent: Monday, March 07, 2016 5:11 PM To: Eli Zaretskii ; Troy Runkel Cc: make-w32@gnu.org Subject: Re: [PATCH] Windows jobserver updates for GNU make 4.1 On Tue, 2016-03-01 at 18:55 +0200, Eli Zaretskii wrote

RE: [PATCH] Windows jobserver updates for GNU make 4.1

2016-03-01 Thread Troy Runkel
Hi Eli, The changes for this patch were created by another developer where I work. I've forwarded your questions to him and included his answers below. Thanks! --Troy Runkel -Original Message- From: Eli Zaretskii [mailto:e...@gnu.org] Sent: Saturday, February 27, 2016 4:01

[PATCH] Windows jobserver updates for GNU make 4.1

2016-02-24 Thread Troy Runkel
way that $(shell ...) commands are handled. --Troy Runkel windows_jobserver_update.diff Description: windows_jobserver_update.diff ___ Make-w32 mailing list Make-w32@gnu.org https://lists.gnu.org/mailman/listinfo/make-w32

Improving SIGINT handling on Windows.

2013-11-11 Thread Troy Runkel
s Groups? http://msdn.microsoft.com/en-us/library/windows/desktop/ms682083(v=vs.85).aspx http://stackoverflow.com/questions/1453520/run-arbitrary-subprocesses-on-windows-and-still-terminate-cleanly Thought I'd ask for your opinions before I investigate further. Th

Estimate for next GNU make release

2011-11-28 Thread Troy Runkel
Hi all, I'm interested in when the next version of GNU make is expected to be released. Thanks. --Troy Runkel ___ Make-w32 mailing list Make-w32@gnu.org https://lists.gnu.org/mailman/listinfo/make-w32

(Hopefully final) Updated patch for port of jobserver to Windows

2011-10-12 Thread Troy Runkel
based on the 3.82 release sources. Once the copyright assignment document is accepted by the FSF, this is the patch that should be included in the GNU make trunk. --Troy Runkel windows_jobserver_cvs.diff Description: windows_jobserver_cvs.diff

Updated patch for port of jobserver to Windows

2011-07-18 Thread Troy Runkel
to do with creating/destroying/acquiring/releasing the semaphore and integrating the semaphore into GNU make's Windows process control layer. --Troy Runkel windows_jobserver.diff Description: windows_jobserver.diff ___ Make-w32 mailing list Make-w32@gn

Patch for Windows subproc directory build script

2010-10-07 Thread Troy Runkel
main GNU make branch. Thanks. --Troy Runkel subproc_build.diff Description: subproc_build.diff ___ Make-w32 mailing list Make-w32@gnu.org http://lists.gnu.org/mailman/listinfo/make-w32

Patch for port of jobserver to Windows

2010-10-07 Thread Troy Runkel
I've ported the GNU make jobserver to the Windows platform. The port uses a Windows named semaphore to implement the jobserver. I'd like to submit my diffs for consideration and inclusion in the main GNU make branch. Please let me know if I missed anything in my changes. Thank