simon-git: spigot (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Mar 12 20:32:29 GMT 2018


TL;DR:
  6683d39 C++ cleanup: replace NULL with nullptr throughout.

Repository:     https://git.tartarus.org/simon/spigot.git
On the web:     https://git.tartarus.org/?p=simon/spigot.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-03-12 20:32:29

commit 6683d39b7e4cbc3f4d4c66fb3b6fb8910aa21dfb
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=6683d39b7e4cbc3f4d4c66fb3b6fb8910aa21dfb;hp=e7e8a3f429d90b5769440ca7ec8344c52d88f3d8
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon Mar 12 20:24:48 2018 +0000

    C++ cleanup: replace NULL with nullptr throughout.
    
    The more modern the C++ in spigot gets, the more the old forms look
    out of place...

 baseout.cpp                |   4 +-
 cfracout.cpp               |   2 +-
 enforce.cpp                |   2 +-
 exp.cpp                    |   4 +-
 expint.cpp                 |  12 ++---
 expr.cpp                   |   6 +--
 gamma.cpp                  |   6 +--
 holefiller.cpp             |   4 +-
 iocli.cpp                  |   4 +-
 main.cpp                   |  16 +++----
 python-module/internal.cpp | 116 ++++++++++++++++++++++-----------------------
 spigot.cpp                 |  12 ++---
 sqrt.cpp                   |  10 ++--
 trig.cpp                   |   4 +-
 14 files changed, 102 insertions(+), 100 deletions(-)



More information about the tartarus-commits mailing list