simon-git: putty (master): Jacob Nevins

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Apr 10 15:29:14 BST 2016


TL;DR:
  af64ccc Fixed unused-variable warnings from MinGW gcc.
  c39f371 Specify integer type for access rights.
  3cb3e08 Fix format strings for Windows serial parameters.
  145ecf6 winsftp.c needs winsecur.h for process protection.
  371c68e Rename Makefile.cyg to Makefile.mgw.
  b3c3871 Enable various features in MinGW builds.
  e3f5f49 Correct description of NO_SECURITY.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2016-04-10 15:29:14

commit af64ccc8951982c266c9ee8a74c52914473f7e01
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=af64ccc8951982c266c9ee8a74c52914473f7e01;hp=5c42f97b68aa843693088d398ced48d03922ed9a
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Apr 10 14:24:04 2016 +0100

    Fixed unused-variable warnings from MinGW gcc.

 windows/winctrls.c |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit c39f3713720fff3aca1b0d9ba80859f212b1ed37
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=c39f3713720fff3aca1b0d9ba80859f212b1ed37;hp=af64ccc8951982c266c9ee8a74c52914473f7e01
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Apr 10 14:24:39 2016 +0100

    Specify integer type for access rights.
    
    Fixes a warning from MinGW GCC.

 windows/winsecur.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3cb3e08bb94a67ef0be726bbc5601a9bb4d58834
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=3cb3e08bb94a67ef0be726bbc5601a9bb4d58834;hp=c39f3713720fff3aca1b0d9ba80859f212b1ed37
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Apr 10 14:25:34 2016 +0100

    Fix format strings for Windows serial parameters.

 windows/winser.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 145ecf611238c4f1e39d89d3eee40319a2c54fe8
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=145ecf611238c4f1e39d89d3eee40319a2c54fe8;hp=3cb3e08bb94a67ef0be726bbc5601a9bb4d58834
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Apr 10 15:08:57 2016 +0100

    winsftp.c needs winsecur.h for process protection.

 windows/winsftp.c |    1 +
 1 file changed, 1 insertion(+)

commit 371c68e3553f35323d14c0bd1e3efa405e09d1e7
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=371c68e3553f35323d14c0bd1e3efa405e09d1e7;hp=145ecf611238c4f1e39d89d3eee40319a2c54fe8
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Apr 10 14:26:54 2016 +0100

    Rename Makefile.cyg to Makefile.mgw.
    
    It's really only useful with MinGW rather than a Cygwin toolchain these
    days, as recent versions of the latter insist against linking with the
    Cygwin DLL.
    
    (I think it may no longer be possible to build with Cygwin out of the
    box at all these days, but I'm not going to say so without having
    actually checked that's the case. Settle for listing MinGW first in
    various comments and docs.)

 .gitignore         |    4 ++--
 Buildscr.cv        |    2 +-
 README             |    8 ++++----
 Recipe             |    6 +++---
 mkfiles.pl         |    4 ++--
 windows/winshare.c |    2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

commit b3c3871745ba8febb224050f2594204a7a212175
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=b3c3871745ba8febb224050f2594204a7a212175;hp=371c68e3553f35323d14c0bd1e3efa405e09d1e7
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Apr 10 14:40:39 2016 +0100

    Enable various features in MinGW builds.
    
    I've reset the baseline to be the version of mingw-w64 that comes with
    Ubuntu 14.04. Right now, that means no features need to be omitted; all
    you need to do is set TOOLPATH to i686-w64-mingw32- .
    
    I've removed -mno-cygwin without comment. Toolchains which don't support
    this flag have been around since at least 2012, so we can probably
    assume that no-one cares about older toolchains by now.

 README     |   11 +++++++----
 Recipe     |   13 +++----------
 mkfiles.pl |    7 ++++---
 3 files changed, 14 insertions(+), 17 deletions(-)

commit e3f5f49cc4e8acbb457277487f89ea7972e57632
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=e3f5f49cc4e8acbb457277487f89ea7972e57632;hp=b3c3871745ba8febb224050f2594204a7a212175
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Apr 10 14:37:43 2016 +0100

    Correct description of NO_SECURITY.

 Recipe |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)



More information about the tartarus-commits mailing list