simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Sep 8 21:43:39 BST 2019


TL;DR:
  5d718ef6 Whitespace rationalisation of entire code base.

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:           2019-09-08 21:43:39

commit 5d718ef64b74311bda0431d747a633fd3c690434
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=5d718ef64b74311bda0431d747a633fd3c690434;hp=b60230dbb8a55da4a29a31c1787a6926010aa901
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Sep 8 20:29:00 2019 +0100

    Whitespace rationalisation of entire code base.
    
    The number of people has been steadily increasing who read our source
    code with an editor that thinks tab stops are 4 spaces apart, as
    opposed to the traditional tty-derived 8 that the PuTTY code expects.
    
    So I've been wondering for ages about just fixing it, and switching to
    a spaces-only policy throughout the code. And I recently found out
    about 'git blame -w', which should make this change not too disruptive
    for the purposes of source-control archaeology; so perhaps now is the
    time.
    
    While I'm at it, I've also taken the opportunity to remove all the
    trailing spaces from source lines (on the basis that git dislikes
    them, and is the only thing that seems to have a strong opinion one
    way or the other).
    
    Apologies to anyone downstream of this code who has complicated patch
    sets to rebase past this change. I don't intend it to be needed again.

 Recipe                    |    2 +-
 charset/charset.h         |   26 +-
 charset/enum.c            |    4 +-
 charset/fromucs.c         |   66 +-
 charset/internal.h        |   22 +-
 charset/localenc.c        |   40 +-
 charset/macenc.c          |   82 +-
 charset/mimeenc.c         |   34 +-
 charset/sbcs.c            |   28 +-
 charset/sbcs.dat          |    4 +-
 charset/sbcsgen.pl        |   78 +-
 charset/slookup.c         |    4 +-
 charset/toucs.c           |   74 +-
 charset/utf8.c            | 1190 +++----
 charset/xenc.c            |   34 +-
 cmdgen.c                  | 1982 ++++++------
 cmdline.c                 |  692 ++---
 conf.c                    |  240 +-
 config.c                  | 3520 ++++++++++-----------
 contrib/cygtermd/main.c   |   56 +-
 contrib/cygtermd/malloc.c |   10 +-
 contrib/cygtermd/pty.c    |  104 +-
 contrib/cygtermd/pty.h    |    2 +-
 contrib/cygtermd/sel.c    |  212 +-
 contrib/cygtermd/sel.h    |   20 +-
 contrib/cygtermd/telnet.c |  508 +--
 contrib/cygtermd/telnet.h |    2 +-
 contrib/logparse.pl       |  146 +-
 cproxy.c                  |  250 +-
 dialog.c                  |  166 +-
 dialog.h                  |  608 ++--
 doc/config.but            |   18 +-
 doc/errors.but            |    4 +-
 doc/faq.but               |    6 +-
 doc/feedback.but          |    4 +-
 doc/plink.but             |    4 +-
 doc/pscp.but              |   14 +-
 ecc.c                     |    2 +-
 errsock.c                 |    2 +-
 fuzzterm.c                |   60 +-
 icons/cicon.pl            |    2 +-
 icons/icon.pl             |  152 +-
 icons/mkicon.py           |    2 +-
 import.c                  |  580 ++--
 ldisc.c                   |  358 +--
 logging.c                 |  310 +-
 mainchan.c                |   12 +-
 memory.c                  |   22 +-
 minibidi.c                | 1280 ++++----
 misc.c                    |   18 +-
 misc.h                    |    4 +-
 mkfiles.pl                |  514 ++--
 mpint.c                   |    2 +-
 mpint_i.h                 |    6 +-
 network.h                 |   32 +-
 nocproxy.c                |    8 +-
 notiming.c                |    2 +-
 nullplug.c                |    2 +-
 pageant.c                 |  624 ++--
 pgssapi.h                 |    2 +-
 pinger.c                  |   18 +-
 portfwd.c                 |   60 +-
 proxy.c                   | 1714 +++++------
 proxy.h                   |    8 +-
 pscp.c                    | 2212 +++++++-------
 psftp.c                   | 2462 +++++++--------
 psftp.h                   |   22 +-
 putty.h                   |  186 +-
 puttymem.h                |    4 +-
 raw.c                     |   34 +-
 release.pl                |    2 +-
 resource.h                |    2 +-
 rlogin.c                  |   94 +-
 scpserver.c               |    4 +-
 sercfg.c                  |  250 +-
 sesschan.c                |    4 +-
 settings.c                |  606 ++--
 sftp.c                    |  450 +--
 sftp.h                    |   66 +-
 sftpcommon.c              |   62 +-
 sign.sh                   |    2 +-
 ssh.c                     |   90 +-
 ssh.h                     |   80 +-
 ssh1bpp.c                 |    2 +-
 ssh1connection-client.c   |   10 +-
 ssh1connection.c          |   42 +-
 ssh1connection.h          |    2 +-
 ssh1login-server.c        |    2 +-
 ssh1login.c               |   26 +-
 ssh2connection-client.c   |   24 +-
 ssh2connection.c          |  122 +-
 ssh2connection.h          |    2 +-
 ssh2kex-server.c          |    6 +-
 ssh2transport.c           |   20 +-
 ssh2userauth.c            |   54 +-
 sshaes.c                  |   16 +-
 ssharcf.c                 |   20 +-
 sshauxcrypt.c             |   20 +-
 sshblowf.c                |  188 +-
 sshbpp.h                  |    2 +-
 sshcr.h                   |    8 +-
 sshcrcda.c                |   32 +-
 sshdes.c                  |    2 +-
 sshdh.c                   |    4 +-
 sshdss.c                  |   62 +-
 sshdssg.c                 |   12 +-
 sshgss.h                  |   38 +-
 sshgssc.c                 |   56 +-
 sshmd5.c                  |   62 +-
 sshppl.h                  |    2 +-
 sshprime.c                |  102 +-
 sshpubk.c                 |  586 ++--
 sshrand.c                 |   14 +-
 sshrsa.c                  |   62 +-
 sshrsag.c                 |    6 +-
 sshserver.c               |    8 +-
 sshsh256.c                |   22 +-
 sshsh512.c                |  174 +-
 sshsha.c                  |    6 +-
 sshshare.c                |   24 +-
 sshzlib.c                 | 1020 +++---
 storage.h                 |   10 +-
 telnet.c                  |  848 ++---
 terminal.c                | 7482 ++++++++++++++++++++++-----------------------
 terminal.h                |  100 +-
 test/cryptsuite.py        |    4 +-
 test/desref.py            |    4 +-
 testback.c                |    8 +-
 testcrypt.c               |    2 +-
 testzlib.c                |    8 +-
 timing.c                  |  106 +-
 tree234.c                 | 1672 +++++-----
 tree234.h                 |   42 +-
 unix/gtkcfg.c             |   70 +-
 unix/gtkcols.c            |  230 +-
 unix/gtkcols.h            |    4 +-
 unix/gtkcomm.c            |   20 +-
 unix/gtkdlg.c             | 2128 ++++++-------
 unix/gtkfont.c            | 1692 +++++-----
 unix/gtkfont.h            |   10 +-
 unix/gtkmain.c            |  372 +--
 unix/gtkwin.c             | 1652 +++++-----
 unix/pterm.plist          |   48 +-
 unix/putty.plist          |   48 +-
 unix/unix.h               |   12 +-
 unix/ux_x11.c             |   16 +-
 unix/uxagentc.c           |   64 +-
 unix/uxcfg.c              |   56 +-
 unix/uxcons.c             |  356 +--
 unix/uxfdsock.c           |   52 +-
 unix/uxgen.c              |   18 +-
 unix/uxgss.c              |   32 +-
 unix/uxmisc.c             |   66 +-
 unix/uxnet.c              |  800 ++---
 unix/uxnoise.c            |   54 +-
 unix/uxpgnt.c             |   70 +-
 unix/uxplink.c            |  416 +--
 unix/uxprint.c            |   10 +-
 unix/uxproxy.c            |   88 +-
 unix/uxpty.c              |  424 +--
 unix/uxputty.c            |    8 +-
 unix/uxsel.c              |   38 +-
 unix/uxser.c              |  152 +-
 unix/uxserver.c           |   76 +-
 unix/uxsftp.c             |  302 +-
 unix/uxsignal.c           |   10 +-
 unix/uxstore.c            |  304 +-
 unix/uxucs.c              |  224 +-
 unix/xkeysym.c            |   16 +-
 utils.c                   |  366 +--
 wcwidth.c                 |    4 +-
 wildcard.c                |  390 +--
 windows/installer.wxs     |    2 +-
 windows/pageant.mft       |    4 +-
 windows/putty.mft         |    4 +-
 windows/puttygen.mft      |    4 +-
 windows/puttytel.mft      |    4 +-
 windows/sizetip.c         |  204 +-
 windows/wincapi.h         |    2 +-
 windows/wincfg.c          |  360 +--
 windows/wincons.c         |  308 +-
 windows/winctrls.c        | 1952 ++++++------
 windows/windefs.c         |    6 +-
 windows/windlg.c          |  946 +++---
 windows/window.c          | 5720 +++++++++++++++++-----------------
 windows/wingss.c          |  272 +-
 windows/winhandl.c        |  424 +--
 windows/winhsock.c        |   12 +-
 windows/winjump.c         |    2 +-
 windows/winmisc.c         |  144 +-
 windows/winmiscs.c        |   82 +-
 windows/winnet.c          | 1212 ++++----
 windows/winnoise.c        |   14 +-
 windows/winnps.c          |    2 +-
 windows/winpgen.c         | 1580 +++++-----
 windows/winpgnt.c         |  926 +++---
 windows/winpgntc.c        |   12 +-
 windows/winplink.c        |  312 +-
 windows/winprint.c        |   56 +-
 windows/winproxy.c        |   20 +-
 windows/winsecur.c        |   24 +-
 windows/winsecur.h        |   20 +-
 windows/winser.c          |  300 +-
 windows/winsftp.c         |  466 +--
 windows/winstore.c        |  336 +-
 windows/winstuff.h        |   96 +-
 windows/winucs.c          |  356 +--
 windows/winutils.c        |  432 +--
 windows/winx11.c          |    2 +-
 x11fwd.c                  |  544 ++--
 210 files changed, 31845 insertions(+), 31845 deletions(-)



More information about the tartarus-commits mailing list