aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2015-01-31 14:05:55 +1000
committerSteve Bennett <steveb@workware.net.au>2015-01-31 14:06:07 +1000
commit51f65c6d38fbf86e1f0b036ad336761fd2ab7fa0 (patch)
tree299229a9b36f1bf8f8be059e28bb15c92222bc5e
parent47191d014e2e8dc19835a755aa732872a452525e (diff)
downloadjimtcl-0.76.zip
jimtcl-0.76.tar.gz
jimtcl-0.76.tar.bz2
Update version to 0.760.76
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r--Tcl_shipped.html37
-rw-r--r--auto.def2
-rw-r--r--jim_tcl.txt13
3 files changed, 30 insertions, 22 deletions
diff --git a/Tcl_shipped.html b/Tcl_shipped.html
index 5c6d6f1..9bb32cd 100644
--- a/Tcl_shipped.html
+++ b/Tcl_shipped.html
@@ -738,7 +738,7 @@ Jim Tcl(n) Manual Page
</h1>
<h2>NAME</h2>
<div class="sectionbody">
-<p>Jim Tcl v0.75 -
+<p>Jim Tcl v0.76 -
reference manual for the Jim Tcl scripting language
</p>
</div>
@@ -878,71 +878,76 @@ Support for UDP, IPv6, Unix-Domain sockets in addition to TCP sockets
<h2 id="_recent_changes">RECENT CHANGES</h2>
<div class="sectionbody">
<div class="sect2">
-<h3 id="_changes_between_0_74_and_0_75">Changes between 0.74 and 0.75</h3>
+<h3 id="_changes_between_0_75_and_0_76">Changes between 0.75 and 0.76</h3>
<div class="olist arabic"><ol class="arabic">
<li>
<p>
-<a href="#_binary"><strong><code>binary</code></strong></a>, <a href="#cmd_3"><strong><code>pack</code></strong></a> and <a href="#cmd_3"><strong><code>unpack</code></strong></a> now support floating point
+Add support for <a href="#_file"><strong><code>file</code></strong></a> <code>link</code>
</p>
</li>
<li>
<p>
-<a href="#_file"><strong><code>file</code></strong></a> <code>copy</code> <em>-force</em> handles source and target as the same file
+<a href="#_glob"><strong><code>glob</code></strong></a> now supports the <em>--tails</em> option
</p>
</li>
<li>
<p>
-<a href="#_format"><strong><code>format</code></strong></a> now supports <code>%b</code> for binary conversion
+Add support for <a href="#_string"><strong><code>string</code></strong></a> <code>cat</code>
</p>
</li>
<li>
<p>
-<a href="#_lsort"><strong><code>lsort</code></strong></a> now supports <em>-unique</em> and <em>-real</em>
+Allow <a href="#_info"><strong><code>info</code></strong></a> <code>source</code> to add source info
</p>
</li>
+</ol></div>
+</div>
+<div class="sect2">
+<h3 id="_changes_between_0_74_and_0_75">Changes between 0.74 and 0.75</h3>
+<div class="olist arabic"><ol class="arabic">
<li>
<p>
-Add support for half-close with <a href="#_aio"><strong><code>aio</code></strong></a> <code>close</code> ?r|w?
+<a href="#_binary"><strong><code>binary</code></strong></a>, <a href="#cmd_3"><strong><code>pack</code></strong></a> and <a href="#cmd_3"><strong><code>unpack</code></strong></a> now support floating point
</p>
</li>
<li>
<p>
-Add <a href="#_socket"><strong><code>socket</code></strong></a> <code>pair</code> for a bidirectional pipe
+<a href="#_file"><strong><code>file</code></strong></a> <code>copy</code> <em>-force</em> handles source and target as the same file
</p>
</li>
<li>
<p>
-Add <em>--random-hash</em> to randomise hash tables for greater security
+<a href="#_format"><strong><code>format</code></strong></a> now supports <code>%b</code> for binary conversion
</p>
</li>
<li>
<p>
-<a href="#_dict"><strong><code>dict</code></strong></a> now supports <em>for</em>, <em>values</em>, <em>incr</em>, <em>append</em>, <em>lappend</em>, <em>update</em>, <em>info</em> and <em>replace</em>
+<a href="#_lsort"><strong><code>lsort</code></strong></a> now supports <em>-unique</em> and <em>-real</em>
</p>
</li>
<li>
<p>
-<a href="#_file"><strong><code>file</code></strong></a> <code>stat</code> no longer requires the variable name
+Add support for half-close with <a href="#_aio"><strong><code>aio</code></strong></a> <code>close</code> ?r|w?
</p>
</li>
<li>
<p>
-Add support for <a href="#_file"><strong><code>file</code></strong></a> <code>link</code>
+Add <a href="#_socket"><strong><code>socket</code></strong></a> <code>pair</code> for a bidirectional pipe
</p>
</li>
<li>
<p>
-<a href="#_glob"><strong><code>glob</code></strong></a> now supports the <em>--tails</em> option
+Add <em>--random-hash</em> to randomise hash tables for greater security
</p>
</li>
<li>
<p>
-Add support for <a href="#_string"><strong><code>string</code></strong></a> <code>cat</code>
+<a href="#_dict"><strong><code>dict</code></strong></a> now supports <em>for</em>, <em>values</em>, <em>incr</em>, <em>append</em>, <em>lappend</em>, <em>update</em>, <em>info</em> and <em>replace</em>
</p>
</li>
<li>
<p>
-Allow <a href="#_info"><strong><code>info</code></strong></a> <code>source</code> to add source info
+<a href="#_file"><strong><code>file</code></strong></a> <code>stat</code> no longer requires the variable name
</p>
</li>
</ol></div>
@@ -8219,7 +8224,7 @@ official policies, either expressed or implied, of the Jim Tcl Project.</code></
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-01-21 12:09:01 AEST
+Last updated 2015-01-31 14:05:26 AEST
</div>
</div>
</body>
diff --git a/auto.def b/auto.def
index 8ffc98d..a6b7bdd 100644
--- a/auto.def
+++ b/auto.def
@@ -1,7 +1,7 @@
# vim:se syn=tcl:
#
-define JIM_VERSION 75
+define JIM_VERSION 76
# Note: modules which support options *must* be included before 'options'
use cc cc-shared cc-db cc-lib
diff --git a/jim_tcl.txt b/jim_tcl.txt
index bf23f0d..49f51d1 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -3,7 +3,7 @@ Jim Tcl(n)
NAME
----
-Jim Tcl v0.75 - reference manual for the Jim Tcl scripting language
+Jim Tcl v0.76 - reference manual for the Jim Tcl scripting language
SYNOPSIS
--------
@@ -51,6 +51,13 @@ Some notable differences with Tcl 8.5/8.6 are:
RECENT CHANGES
--------------
+Changes between 0.75 and 0.76
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+1. Add support for `file link`
+2. `glob` now supports the '--tails' option
+3. Add support for `string cat`
+4. Allow `info source` to add source info
+
Changes between 0.74 and 0.75
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. `binary`, `pack` and `unpack` now support floating point
@@ -62,10 +69,6 @@ Changes between 0.74 and 0.75
7. Add '--random-hash' to randomise hash tables for greater security
8. `dict` now supports 'for', 'values', 'incr', 'append', 'lappend', 'update', 'info' and 'replace'
9. `file stat` no longer requires the variable name
-10. Add support for `file link`
-11. `glob` now supports the '--tails' option
-12. Add support for `string cat`
-13. Allow `info source` to add source info
Changes between 0.73 and 0.74
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~