simon-git: putty (main): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Nov 28 17:47:01 GMT 2020


TL;DR:
  932a7958 Retire TELNET_DEFAULT.
  9ddb9664 Stop exporting config_protocolbuttons_handler().
  2f832bb2 Ensure test programs have a dputs().

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2020-11-28 17:47:01

commit 932a795816a0bee89f86785e8484de8b829691e2
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=932a795816a0bee89f86785e8484de8b829691e2;hp=e97a364d0754d7f7c61758c4dcd9dded7e7f9154
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Jun 27 16:09:50 2020 +0100

    Retire TELNET_DEFAULT.

 Recipe     | 5 -----
 be_all.c   | 4 ----
 be_all_s.c | 4 ----
 3 files changed, 13 deletions(-)

commit 9ddb9664383d18f4a32f58b84b8e0c3b51f60aa1
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=9ddb9664383d18f4a32f58b84b8e0c3b51f60aa1;hp=932a795816a0bee89f86785e8484de8b829691e2
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Jun 27 17:25:14 2020 +0100

    Stop exporting config_protocolbuttons_handler().
    
    Not needed since 1f399bec58; the serial protocol is now in the protocol
    list from the start, not added dynamically.

 config.c | 9 ++-------
 putty.h  | 2 --
 2 files changed, 2 insertions(+), 9 deletions(-)

commit 2f832bb21fd7fc47fc9f49230c5c523c7133b378
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=2f832bb21fd7fc47fc9f49230c5c523c7133b378;hp=9ddb9664383d18f4a32f58b84b8e0c3b51f60aa1
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Jun 28 14:05:21 2020 +0100

    Ensure test programs have a dputs().
    
    So that they don't cause a link failure when built with -DDEBUG.
    (testcrypt.c already had this.)

 testsc.c   | 5 +++++
 testzlib.c | 5 +++++
 2 files changed, 10 insertions(+)



More information about the tartarus-commits mailing list