summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/xint
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-16 22:23:49 +0000
committerKarl Berry <karl@freefriends.org>2015-11-16 22:23:49 +0000
commitbfcd7527b0f8985ecc54376d0e2b1aaa9f4b53e7 (patch)
treecf8d1be2d41875fb27db260922b97ae5431ca813 /Master/texmf-dist/doc/generic/xint
parentd8258d9565c2f3e2c0e2a4d6f71099f8f604bbed (diff)
xint (16nov15)
git-svn-id: svn://tug.org/texlive/trunk@38876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/xint')
-rw-r--r--Master/texmf-dist/doc/generic/xint/CHANGES.html15
-rw-r--r--Master/texmf-dist/doc/generic/xint/CHANGES.pdfbin63949 -> 64321 bytes
-rw-r--r--Master/texmf-dist/doc/generic/xint/README2
-rw-r--r--Master/texmf-dist/doc/generic/xint/README.html8
-rw-r--r--Master/texmf-dist/doc/generic/xint/README.pdfbin32714 -> 32602 bytes
-rw-r--r--Master/texmf-dist/doc/generic/xint/sourcexint.pdfbin542533 -> 573757 bytes
-rw-r--r--Master/texmf-dist/doc/generic/xint/xint.pdfbin686601 -> 698115 bytes
7 files changed, 16 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/xint/CHANGES.html b/Master/texmf-dist/doc/generic/xint/CHANGES.html
index 17429ab2b08..2b8d92ead62 100644
--- a/Master/texmf-dist/doc/generic/xint/CHANGES.html
+++ b/Master/texmf-dist/doc/generic/xint/CHANGES.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
- <meta name="author" content="xint v1.2b" />
+ <meta name="author" content="xint v1.2c" />
<title>CHANGE LOG</title>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
@@ -17,11 +17,12 @@
<body>
<div id="header">
<h1 class="title">CHANGE LOG</h1>
-<h2 class="author">xint v1.2b</h2>
-<h3 class="date">2015/10/29</h3>
+<h2 class="author">xint v1.2c</h2>
+<h3 class="date">2015/11/16</h3>
</div>
<div id="TOC">
<ul>
+<li><a href="#c-20151116"><code>1.2c (2015/11/16)</code></a></li>
<li><a href="#b-20151029"><code>1.2b (2015/10/29)</code></a></li>
<li><a href="#a-20151019"><code>1.2a (2015/10/19)</code></a></li>
<li><a href="#section"><code>1.2 (2015/10/10)</code></a></li>
@@ -55,10 +56,16 @@
<li><a href="#section-8"><code>1.0 (2013/03/28)</code></a></li>
</ul>
</div>
-<pre><code>Source: xint.dtx v1.2b 2015/10/29 (doc 2015/10/29)
+<pre><code>Source: xint.dtx v1.2c 2015/11/16 (doc 2015/11/16)
Author: Jean-Francois Burnol
Info: Expandable operations on big integers, decimals, fractions
License: LPPL 1.3c</code></pre>
+<h2 id="c-20151116"><code>1.2c (2015/11/16)</code></h2>
+<ul>
+<li><p>bugfix in <strong>xintcore</strong>: recent release <code>1.2</code> introduced a bug in the subtraction (happened when 00000001 was found under certain circumstances at certain mod 8 locations).</p></li>
+<li><p>new macros <code>\xintdeffunc</code>, <code>\xintdefiifunc</code>, <code>\xintdeffloatfunc</code> and boolean <code>\ifxintverbose</code>.</p></li>
+<li><p>on-going code improvements and documentation enhancements, but stopped in order to issue this bugfix release.</p></li>
+</ul>
<h2 id="b-20151029"><code>1.2b (2015/10/29)</code></h2>
<ul>
<li>bugfix in <strong>xintcore</strong>: recent release <code>1.2</code> introduced a bug in the division macros, causing a crash when the divisor started with 99999999 (it was attempted to use with 1+99999999 a subroutine expecting only 8-digits numbers).</li>
diff --git a/Master/texmf-dist/doc/generic/xint/CHANGES.pdf b/Master/texmf-dist/doc/generic/xint/CHANGES.pdf
index 115eeb5810b..3f40ba7ed94 100644
--- a/Master/texmf-dist/doc/generic/xint/CHANGES.pdf
+++ b/Master/texmf-dist/doc/generic/xint/CHANGES.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/xint/README b/Master/texmf-dist/doc/generic/xint/README
index e2137df6651..f43fff5f291 100644
--- a/Master/texmf-dist/doc/generic/xint/README
+++ b/Master/texmf-dist/doc/generic/xint/README
@@ -1,4 +1,4 @@
- Source: xint.dtx v1.2b 2015/10/29 (doc 2015/10/29)
+ Source: xint.dtx v1.2c 2015/11/16 (doc 2015/11/16)
Author: Jean-Francois Burnol
Info: Expandable operations on big integers, decimals, fractions
License: LPPL 1.3c
diff --git a/Master/texmf-dist/doc/generic/xint/README.html b/Master/texmf-dist/doc/generic/xint/README.html
index 2862962528b..1eea28bc07b 100644
--- a/Master/texmf-dist/doc/generic/xint/README.html
+++ b/Master/texmf-dist/doc/generic/xint/README.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
- <meta name="author" content="xint v1.2b" />
+ <meta name="author" content="xint v1.2c" />
<title>README</title>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
@@ -17,8 +17,8 @@
<body>
<div id="header">
<h1 class="title">README</h1>
-<h2 class="author">xint v1.2b</h2>
-<h3 class="date">2015/10/29</h3>
+<h2 class="author">xint v1.2c</h2>
+<h3 class="date">2015/11/16</h3>
</div>
<div id="TOC">
<ul>
@@ -36,7 +36,7 @@
<li><a href="#license">License</a></li>
</ul>
</div>
-<pre><code>Source: xint.dtx v1.2b 2015/10/29 (doc 2015/10/29)
+<pre><code>Source: xint.dtx v1.2c 2015/11/16 (doc 2015/11/16)
Author: Jean-Francois Burnol
Info: Expandable operations on big integers, decimals, fractions
License: LPPL 1.3c</code></pre>
diff --git a/Master/texmf-dist/doc/generic/xint/README.pdf b/Master/texmf-dist/doc/generic/xint/README.pdf
index c102d9074d8..bf4f696efa7 100644
--- a/Master/texmf-dist/doc/generic/xint/README.pdf
+++ b/Master/texmf-dist/doc/generic/xint/README.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/xint/sourcexint.pdf b/Master/texmf-dist/doc/generic/xint/sourcexint.pdf
index 03244be9e23..0612b4c18b7 100644
--- a/Master/texmf-dist/doc/generic/xint/sourcexint.pdf
+++ b/Master/texmf-dist/doc/generic/xint/sourcexint.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/xint/xint.pdf b/Master/texmf-dist/doc/generic/xint/xint.pdf
index 6bafd0f4b7a..8736fed572e 100644
--- a/Master/texmf-dist/doc/generic/xint/xint.pdf
+++ b/Master/texmf-dist/doc/generic/xint/xint.pdf
Binary files differ