summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-23 23:04:29 +0000
committerKarl Berry <karl@freefriends.org>2015-11-23 23:04:29 +0000
commit471e31482a7fb618d03b6c1f3fe447153e915ff3 (patch)
tree3b7dd08f9b66146b63662f825db1af7aa613108b /Master/texmf-dist/doc
parent62337378571de2e36529d442dd4ca63bb3ba5b81 (diff)
xint (23nov15)
git-svn-id: svn://tug.org/texlive/trunk@38926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/xint/CHANGES.html19
-rw-r--r--Master/texmf-dist/doc/generic/xint/CHANGES.pdfbin65332 -> 66865 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.pdfbin32601 -> 32604 bytes
-rw-r--r--Master/texmf-dist/doc/generic/xint/sourcexint.pdfbin579095 -> 581544 bytes
-rw-r--r--Master/texmf-dist/doc/generic/xint/xint.pdfbin696655 -> 718773 bytes
7 files changed, 20 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/xint/CHANGES.html b/Master/texmf-dist/doc/generic/xint/CHANGES.html
index 8fbd33a5444..b54ce1b27ec 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.2d" />
+ <meta name="author" content="xint v1.2e" />
<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.2d</h2>
-<h3 class="date">2015/11/18</h3>
+<h2 class="author">xint v1.2e</h2>
+<h3 class="date">2015/11/22</h3>
</div>
<div id="TOC">
<ul>
+<li><a href="#e-20151122"><code>1.2e (2015/11/22)</code></a></li>
<li><a href="#d-20151118"><code>1.2d (2015/11/18)</code></a></li>
<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>
@@ -57,10 +58,20 @@
<li><a href="#section-8"><code>1.0 (2013/03/28)</code></a></li>
</ul>
</div>
-<pre><code>Source: xint.dtx v1.2d 2015/11/18 (doc 2015/11/18)
+<pre><code>Source: xint.dtx v1.2e 2015/11/22 (doc 2015/11/22)
Author: Jean-Francois Burnol
Info: Expandable operations on big integers, decimals, fractions
License: LPPL 1.3c</code></pre>
+<h2 id="e-20151122"><code>1.2e (2015/11/22)</code></h2>
+<ul>
+<li><p>bugfix in <strong>xintfrac</strong>: the <code>\xintFloatFac</code> from release <code>1.2</code> parsed its argument only through <code>\numexpr</code> but it should have used <code>\xintNum</code>.</p></li>
+<li><p>bugfix in <strong>xintexpr</strong>: release <code>1.2d</code> had broken the recognition of sub-expressions immediately after variable names (with tacit multiplication).</p></li>
+<li><p>new macro <code>\xintunassignvar</code>.</p></li>
+<li><p>slight modifications of the logged messages in case of <code>\xintverbosetrue</code>.</p></li>
+<li><p>a space in <code>\xintdeffunc f(x)&lt;space&gt;:= expression ;</code> is now accepted.</p></li>
+<li><p>contrarily to what <code>1.2d</code> documentation said, tacit multiplication was not yet always done with enhanced precedence. Now yes.</p></li>
+<li><p>documentation enhancements: the <em>Quick Sort</em> section with its included code samples has been entirely re-written; the <em>Commands of the xintexpr package</em> section has been extended and reviewed entirely.</p></li>
+</ul>
<h2 id="d-20151118"><code>1.2d (2015/11/18)</code></h2>
<ul>
<li><p>bugfix in <strong>xintcore</strong>: release <code>1.2c</code> had inadvertently broken the <code>\xintiiDivRound</code> macro.</p></li>
diff --git a/Master/texmf-dist/doc/generic/xint/CHANGES.pdf b/Master/texmf-dist/doc/generic/xint/CHANGES.pdf
index ebca6ceeff1..b6cfb59370a 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 41c1b04c18d..3ff98807f83 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.2d 2015/11/18 (doc 2015/11/18)
+ Source: xint.dtx v1.2e 2015/11/22 (doc 2015/11/22)
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 3d6d9787df8..fe6879e565c 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.2d" />
+ <meta name="author" content="xint v1.2e" />
<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.2d</h2>
-<h3 class="date">2015/11/18</h3>
+<h2 class="author">xint v1.2e</h2>
+<h3 class="date">2015/11/22</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.2d 2015/11/18 (doc 2015/11/18)
+<pre><code>Source: xint.dtx v1.2e 2015/11/22 (doc 2015/11/22)
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 7b611913008..b00a76e38c0 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 7db36444b27..cfdd9c00bb4 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 94b330e261f..957babeb300 100644
--- a/Master/texmf-dist/doc/generic/xint/xint.pdf
+++ b/Master/texmf-dist/doc/generic/xint/xint.pdf
Binary files differ