simon-git: spigot (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Jan 4 09:47:00 GMT 2019


TL;DR:
  d934042 Replace my macro 'lenof' with a C++ template.
  c40b723 Update the copyright date.

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:           2019-01-04 09:47:00

commit d93404289638875bfc93e1aa05621e31c3639d15
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=d93404289638875bfc93e1aa05621e31c3639d15;hp=c2b5409977e9a9f3ced5ebefee05e1ff6877f886
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Jan 4 09:33:19 2019 +0000

    Replace my macro 'lenof' with a C++ template.
    
    No functional change. But the C++ version is safer, because it will
    check at compile time that the argument really does have array type,
    and won't silently return nonsense if you pass it a pointer instead.

 spigot.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c40b723c1e54754eba00195bd5239f317c9afc6b
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=c40b723c1e54754eba00195bd5239f317c9afc6b;hp=d93404289638875bfc93e1aa05621e31c3639d15
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Jan 4 09:40:24 2019 +0000

    Update the copyright date.
    
    I've been lax about this for several years, apparently - the previous
    date said 2014, but I've definitely done development in all four of
    the years between then and now!

 LICENCE    | 2 +-
 main.cpp   | 2 +-
 manual.but | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



More information about the tartarus-commits mailing list