Skip to content

Commit

Permalink
Update version to 0.76
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Bennett <steveb@workware.net.au>
  • Loading branch information
msteveb committed Jan 31, 2015
1 parent 47191d0 commit 51f65c6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 22 deletions.
37 changes: 21 additions & 16 deletions Tcl_shipped.html
Expand Up @@ -738,7 +738,7 @@ <h1>
</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>
Expand Down Expand Up @@ -878,71 +878,76 @@ <h2 id="_introduction">INTRODUCTION</h2>
<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>
Expand Down Expand Up @@ -8219,7 +8224,7 @@ <h2 id="_licence">LICENCE</h2>
<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>
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
13 changes: 8 additions & 5 deletions jim_tcl.txt
Expand Up @@ -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
--------
Expand Down Expand Up @@ -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
Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 51f65c6

Please sign in to comment.