diff --git a/Tcl_shipped.html b/Tcl_shipped.html index 5c6d6f1a..9bb32cdc 100644 --- a/Tcl_shipped.html +++ b/Tcl_shipped.html @@ -738,7 +738,7 @@

NAME

-

Jim Tcl v0.75 - +

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

@@ -878,71 +878,76 @@

INTRODUCTION

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 @@

LICENCE


diff --git a/auto.def b/auto.def index 8ffc98d8..a6b7bdd1 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 bf23f0de..49f51d12 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~