simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Sep 19 14:18:07 BST 2016
TL;DR:
ccf25c0 Add explicit "./" in mkfiles.pl's require statements.
24da181 cygtermd: be more specific in define of _XOPEN_SOURCE.
Repository: git://git.tartarus.org/simon/putty.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2016-09-19 14:18:07
commit ccf25c084924b1714e109ed910d92aac40c0cd40
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=ccf25c084924b1714e109ed910d92aac40c0cd40;hp=bf00bcd2a4fee0855567b62cff83a0006c7c3232
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Sep 19 14:13:38 2016 +0100
Add explicit "./" in mkfiles.pl's require statements.
I've just tried for the first time to run mkfiles.pl on a system where
plain 'require "sbcsgen.pl"' does not search the cwd by default.
mkfiles.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 24da181a01ecd851757549afd20978e0bfac445b
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=24da181a01ecd851757549afd20978e0bfac445b;hp=ccf25c084924b1714e109ed910d92aac40c0cd40
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Sep 19 14:17:26 2016 +0100
cygtermd: be more specific in define of _XOPEN_SOURCE.
On Debian stretch, it seems we don't get setpgrp() unless we do not
merely define it, but define it to 500 or greater.
contrib/cygtermd/pty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list