From 51f65c6d38fbf86e1f0b036ad336761fd2ab7fa0 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sat, 31 Jan 2015 14:05:55 +1000 Subject: Update version to 0.76 Signed-off-by: Steve Bennett --- Tcl_shipped.html | 37 +++++++++++++++++++++---------------- auto.def | 2 +- jim_tcl.txt | 13 ++++++++----- 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

NAME

-

Jim Tcl v0.75 - +

Jim Tcl v0.76 - reference manual for the Jim Tcl scripting language

@@ -878,71 +878,76 @@ Support for UDP, IPv6, Unix-Domain sockets in addition to TCP sockets

RECENT CHANGES

-

Changes between 0.74 and 0.75

+

Changes between 0.75 and 0.76

  1. -binary, pack and unpack now support floating point +Add support for file link

  2. -file copy -force handles source and target as the same file +glob now supports the --tails option

  3. -format now supports %b for binary conversion +Add support for string cat

  4. -lsort now supports -unique and -real +Allow info source to add source info

  5. +
+
+
+

Changes between 0.74 and 0.75

+
  1. -Add support for half-close with aio close ?r|w? +binary, pack and unpack now support floating point

  2. -Add socket pair for a bidirectional pipe +file copy -force handles source and target as the same file

  3. -Add --random-hash to randomise hash tables for greater security +format now supports %b for binary conversion

  4. -dict now supports for, values, incr, append, lappend, update, info and replace +lsort now supports -unique and -real

  5. -file stat no longer requires the variable name +Add support for half-close with aio close ?r|w?

  6. -Add support for file link +Add socket pair for a bidirectional pipe

  7. -glob now supports the --tails option +Add --random-hash to randomise hash tables for greater security

  8. -Add support for string cat +dict now supports for, values, incr, append, lappend, update, info and replace

  9. -Allow info source to add source info +file stat no longer requires the variable name

@@ -8219,7 +8224,7 @@ official policies, either expressed or implied, of the Jim Tcl Project.
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.1