simon-git: putty (pre-0.79): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Jul 16 16:41:54 BST 2023


TL;DR:
  d583ae69 docs: Tiny improvements to log file name docs.
  209cf801 Add missing consts around xlatlognam().
  c406d8ef logging: allow &H to expand to serial line.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: pre-0.79
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2023-07-16 16:41:54

commit d583ae698d8cee05a02f75383877566535ca6cad
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=d583ae698d8cee05a02f75383877566535ca6cad;hp=60c935001071fb22bd051bfcd1d1e79b16157067
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Jul 16 16:01:02 2023 +0100

    docs: Tiny improvements to log file name docs.
    
    Note that &H type substitutions are case-insensitive, and fix a typo.

 doc/config.but | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 209cf8013bc71ed739054f013062b44feea157d8
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=209cf8013bc71ed739054f013062b44feea157d8;hp=d583ae698d8cee05a02f75383877566535ca6cad
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Jul 16 16:00:29 2023 +0100

    Add missing consts around xlatlognam().

 logging.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

commit c406d8efe539b165cd3386a6bf1ae3e5ee6ebc83
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=c406d8efe539b165cd3386a6bf1ae3e5ee6ebc83;hp=209cf8013bc71ed739054f013062b44feea157d8
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Jul 16 16:03:24 2023 +0100

    logging: allow &H to expand to serial line.
    
    For serial connections, &H generally expanded to the empty string.
    This seems more useful.
    (It so happens that &H _could_ expand to the serial line if it came from
    the command-line, but that's accidental.)

 doc/config.but | 3 ++-
 logging.c      | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list