simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Fri Mar 22 07:22:02 GMT 2019
TL;DR:
f433c82c Translate more _MSC_VER values in build info.
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: 2019-03-22 07:22:02
commit f433c82cc2d2736adad35fc6ef8e8cbcacba04d8
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f433c82cc2d2736adad35fc6ef8e8cbcacba04d8;hp=1d8b48fd22dbfd613e25eb20a3c29acb6f2abe88
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Mar 22 07:04:57 2019 +0000
Translate more _MSC_VER values in build info.
Thanks to Sean Kain for pointing out MS's web page listing all the
known _MSC_VER values and their translations.
To make it an easier and more mechanical process to update the list in
future, I've completely replaced our previous text for each version
with a straight paste of the exact string translations from that web
page (plus Sean Kain's extra value for VS2019, which isn't listed on
that page yet). That changes the exact wording of all the previous
translations, mostly cosmetically (although it also fixes the version
number for _MSC_VER=1912).
Since many of the new translations end with a version number in
parentheses, I've removed the parens around the following explicit
statement of _MSC_VER, so they don't look silly next to each other.
misc.c | 51 ++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 40 insertions(+), 11 deletions(-)
More information about the tartarus-commits
mailing list