simon-git: spigot (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Dec 14 11:43:04 GMT 2014


TL;DR:
  e87fa31 Provide --help, --version and --licence options.
  b9b840c Recognise and explicitly reject fd-related input.

Repository:     git://git.tartarus.org/simon/spigot.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=spigot.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2014-12-14 11:43:04

commit e87fa3142cc8ac4406f7709facc4db6e639d5390
web diff http://tartarus.org/~simon-git/gitweb/?p=spigot.git;a=commitdiff;h=e87fa3142cc8ac4406f7709facc4db6e639d5390;hp=fb613d12e1022d0aab66b596807b93ab12de8a77
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Dec 14 11:09:29 2014 +0000

    Provide --help, --version and --licence options.
    
    --version also displays the build options (currently, which bigint
    implementation is in use, and whether HAVE_FDS ended up being set).
    
    The main part of --version is currently more or less a stub, in that I
    have yet to write a build script which constructs a source tarball
    from a specified source control revision, and when I do, that script
    will overwrite version.h in the resulting tarball so that --version
    will actually say something useful.

 LICENCE       |   21 +++++++++++++
 bi_gmp.h      |    2 ++
 bi_internal.h |    2 ++
 main.cpp      |   91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 spigot.h      |    2 ++
 version.h     |   11 +++++++
 6 files changed, 129 insertions(+)

commit b9b840c8123f23ea234f3905a7f5465cede85b2e
web diff http://tartarus.org/~simon-git/gitweb/?p=spigot.git;a=commitdiff;h=b9b840c8123f23ea234f3905a7f5465cede85b2e;hp=e87fa3142cc8ac4406f7709facc4db6e639d5390
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Dec 14 11:33:29 2014 +0000

    Recognise and explicitly reject fd-related input.
    
    Instead of non-HAVE_FDS builds of spigot pretending they've never even
    heard of -T and cfracfd:N and so forth, they should recognise that
    those are things supported by some builds of spigot but not this one,
    and give a marginally helpful error message saying so.

 expr.cpp |    8 ++++++--
 main.cpp |    6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)



More information about the tartarus-commits mailing list