simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Nov 22 07:11:26 GMT 2018


TL;DR:
  fa8f1cd9 Fix a build failure.
  6de69d00 Update UDP to mention the inttypes.h exception.

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:           2018-11-22 07:11:26

commit fa8f1cd9a08dbe628bec32736f9005987a57f9b7
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=fa8f1cd9a08dbe628bec32736f9005987a57f9b7;hp=13b29008b40249ded5af594b8c93ffb99d79b316
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Nov 22 07:05:58 2018 +0000

    Fix a build failure.
    
    When I added a use of PRIx32 to one of Pageant's debugging messages a
    couple of days ago, I forgot that one of my build setups can't cope
    with inclusion of <inttypes.h>, and somehow also forgot the
    precautionary pre-push full build that would have reminded me.

 defs.h    | 1 +
 pageant.c | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 6de69d001f53f02278d9e30663157b5b16da9fe8
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=6de69d001f53f02278d9e30663157b5b16da9fe8;hp=fa8f1cd9a08dbe628bec32736f9005987a57f9b7
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Nov 22 07:09:06 2018 +0000

    Update UDP to mention the inttypes.h exception.
    
    Of course this wouldn't have prevented me from making that mistake
    myself - it's not as if I carefully re-read the design principles
    appendix before writing each code change! - but it might help explain
    to _someone_ at some point...

 doc/udp.but | 8 ++++++++
 1 file changed, 8 insertions(+)



More information about the tartarus-commits mailing list