simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Aug 19 10:30:25 BST 2023


TL;DR:
  0945fc54 Fix breakage in winegcc build script.
  29fef36f Merge share_receive fix from 'pre-0.79'.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2023-08-19 10:30:25

commit 0945fc5446bd554ddf65028edebd6f5cd3d014ee
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=0945fc5446bd554ddf65028edebd6f5cd3d014ee;hp=08d178ae9fb53c89e00134efe3a055bba431c770
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Aug 19 08:57:43 2023 +0100

    Fix breakage in winegcc build script.
    
    Apparently when I started using _wfopen in commit 8bd75b85eda6e4d, the
    winegcc build (which I mostly use for Coverity Scan) stopped working,
    because _wfopen isn't included in any of the libraries I explicitly
    had on my link line.
    
    Rather than mess about with cmake, it's easier to just bodge it in the
    winegcc wrapper script, since we had one of those already.

 cmake/winegcc | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 29fef36f3e4956d3928ee9758bfc9eefaebe934a
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=29fef36f3e4956d3928ee9758bfc9eefaebe934a;hp=0945fc5446bd554ddf65028edebd6f5cd3d014ee
Merge: 0945fc54 27f0140e
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Aug 19 10:26:17 2023 +0100

    Merge share_receive fix from 'pre-0.79'.



More information about the tartarus-commits mailing list