summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* debian/changelog: finaliseHEADdebian/0.2017-01-15.gdad1bbc6-1archive/debian/0.2017-01-15.gdad1bbc6-1masterIan Jackson2017-01-15
* Arrange to pass -DVER so that --version prints Debian version.Ian Jackson2017-01-15
* debian/changelog: document merge versionIan Jackson2017-01-15
* Merge branch 'master' of git://git.tartarus.org/simon/spigot into dgit/sidIan Jackson2017-01-15
|\
| * Permit overriding VER on the make command line.Simon Tatham2017-01-15
* | Add an autopkgtest to check we are using gmp integration.Ian Jackson2017-01-15
* | debian/changelog: document mergeIan Jackson2017-01-15
* | Merge branch 'master' of git://git.tartarus.org/simon/spigot into dgit/sidIan Jackson2017-01-15
|\|
| * Add a missing exit after an error message.Simon Tatham2017-01-11
* | debian/changelog: start new versionIan Jackson2017-01-15
* | Debianisationarchive/debian/0.2016-12-18.g8372d450-1Ian Jackson2016-12-18
|/
* Use libtinfo in place of libncurses, if possible.Simon Tatham2016-12-18
* Explicitly test ./spigot in 'make test'.Simon Tatham2016-12-18
* Improve my Pythagorean triple generator.Simon Tatham2016-12-15
* Fix printf-formatting error in previous commit.Simon Tatham2016-11-13
* Expression parser: use std::string instead of malloc.Simon Tatham2016-11-13
* Fix an assertion failure in BaseOutputGenerator.Simon Tatham2016-11-12
* Add a 'minimum power' option to powbegin.py.Simon Tatham2016-11-08
* Script to set up a Python test environment.Simon Tatham2016-11-08
* Fix a new/malloc mismatch in bigint_decstring.Simon Tatham2016-11-05
* Fix an uninitialised variable in PrintfFormatter.Simon Tatham2016-11-05
* test.sh: add a --valgrind option.Simon Tatham2016-11-05
* Rework powbegin.py to remove the exactness hazards.Simon Tatham2016-11-05
* baseout: uninitialised variable in special-case formatter.Simon Tatham2016-11-05
* Typo in a comment.Simon Tatham2016-11-03
* Implement a two-operand variant of log().Simon Tatham2016-11-02
* Handle exact integer cases of log2 and log10.Simon Tatham2016-10-31
* Fix compile errors from gcc 6.Simon Tatham2016-10-19
* Use the new quadratic evaluator for x^2 and x^-2.Simon Tatham2016-10-15
* Implement a one-input spigot_quadratic().Simon Tatham2016-10-15
* Fix off-by-1 exponent in IEEE overflow detection.Simon Tatham2016-06-21
* Avoid pointless mpz_init_set in GMP bigint operations.Simon Tatham2016-04-16
* Fix O(N^2) memory management in internal bigint add/sub.Simon Tatham2016-04-16
* Fix missing sign in printf %f output for numbers in (-1,0).Simon Tatham2016-04-10
* Update Buildscr to use the new 'with' mechanism.Simon Tatham2016-03-01
* Fix memory management bug in HoleFiller.Simon Tatham2016-02-16
* New Python demo script: pythangle.py.Simon Tatham2016-02-15
* Add missing source files to python/setup.py.Simon Tatham2016-02-15
* Fix a lot of gcc warnings.Simon Tatham2016-02-15
* Code-sign the pre-built Windows spigot.exe.Simon Tatham2015-12-12
* Convert Buildscr to use the new "do/win" mechanism.Simon Tatham2015-11-17
* New function: the (real-valued) Riemann zeta function!Simon Tatham2015-11-09
* Complete re-fix of cfrac multiple-term output.Simon Tatham2015-11-09
* cfrac output: cope with multiple terms per spigot iteration.Simon Tatham2015-11-06
* Add a non-negative width assertion in BinaryIntervalSource.Simon Tatham2015-11-06
* Fix spurious spigot_error on rational powers of 1.Simon Tatham2015-11-05
* New constant: Apéry's constant, i.e. zeta(3).Simon Tatham2015-11-01
* New functions: trigonometric and Fresnel integrals.Simon Tatham2015-11-01
* Forgot to document eulergamma!Simon Tatham2015-10-29
* BinaryIntervalSource should compare exponents both ways round.Simon Tatham2015-10-28