From: Pat Thoyts Date: Wed, 2 Jan 2008 20:13:09 +0000 (+0000) Subject: Support creation of IStorage on memory by providing an empty filename X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=62fa4209be8d6a2e21b1e48621684f396ed39f65;p=tclstorage Support creation of IStorage on memory by providing an empty filename --- diff --git a/Announce b/Announce index 1d665fb..55f82f4 100644 --- a/Announce +++ b/Announce @@ -42,6 +42,8 @@ Usage: ChangeLog: + 1.1.0+ Support creation of memory storages by providing an empty filename. + 1.1.0: Added support for SummaryInformation and DocumentSummaryInformation property sets. Read and write properties and list them. diff --git a/doc/tclstorage.man b/doc/tclstorage.man index 2b2a0dc..382ba60 100644 --- a/doc/tclstorage.man +++ b/doc/tclstorage.man @@ -4,7 +4,7 @@ [moddesc {tclstorage}] [titledesc {Structured storage access tcl extension}] [require Tcl 8.2] -[require Storage [opt 1.0.0]] +[require Storage [opt 1.1.0]] [description] [para] @@ -35,6 +35,10 @@ to {}. [nl] The mode string is as per the Tcl open command. If w is specified the file will be created. +[nl] +If [arg filename] is an empty string then a storage may be created +in-memory without a file. Once such a storage is released the memory +will be released to the system. [list_end]