Support creation of IStorage on memory by providing an empty filename
authorPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 2 Jan 2008 20:13:09 +0000 (20:13 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 2 Jan 2008 20:13:09 +0000 (20:13 +0000)
Announce
doc/tclstorage.man

index 1d665fb4a5a66d611f1cfd14c6ad0331de370141..55f82f45a696ecb957b25e7b143c403fbc99a927 100644 (file)
--- 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.
 
index 2b2a0dcdcd130f0725faef214dc878b8c51f6be9..382ba607aac3ab91c846cef855e218b5c9944a45 100644 (file)
@@ -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]