simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Apr 15 18:27:10 BST 2017
TL;DR:
89fff90 Spelling fixes (just in comments).
b189df9 Condition out some API type-checks in the MinGW build.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2017-04-15 18:27:10
commit 89fff90de738025d338fa5d06b6ff3b589c33c9c
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=89fff90de738025d338fa5d06b6ff3b589c33c9c;hp=49fb598b0e78d09d6a2a42679ee0649df482090e
Author: klemens <ka7 at github.com>
Date: Sat Apr 15 10:06:22 2017 +0200
Spelling fixes (just in comments).
As found by a bot ( http://www.misfix.org,
https://github.com/ka7/misspell_fixer ).
doc/config.but | 2 +-
minibidi.c | 4 ++--
mkfiles.pl | 2 +-
pageant.c | 2 +-
settings.c | 2 +-
terminal.c | 2 +-
windows/window.c | 4 ++--
7 files changed, 9 insertions(+), 9 deletions(-)
commit b189df947d2625499cf508fd1fae7e18b03b9247
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=b189df947d2625499cf508fd1fae7e18b03b9247;hp=89fff90de738025d338fa5d06b6ff3b589c33c9c
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Apr 15 18:13:47 2017 +0100
Condition out some API type-checks in the MinGW build.
A couple of the functions for which I was already turning off the type
check for old Visual Studio turn out to also need it turning off for
MinGW.
windows/winhsock.c | 7 ++++---
windows/winnet.c | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
More information about the tartarus-commits
mailing list