Update of /cvsroot/foo/foo/elkfoo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22135
Modified Files:
README
Log Message:
added section on new (write-context)/(read-context) layout
Index: README
===================================================================
RCS file: /cvsroot/foo/foo/elkfoo/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README 4 Aug 2004 07:13:08 -0000 1.1
--- README 15 Aug 2004 20:48:44 -0000 1.2
***************
*** 77,80 ****
--- 77,95 ----
which can't be documented right now:
+
+ new archiving functions layout (backwards compatible)
+ -----------------------------------------------------
+
+ the canonical form for the archiving functions (write-context) and
+ (read-context) are now:
+
+ (write-context <context> [<filename|port> [<XML?>]])
+ (read-context [<filename|port>])
+
+ that way, backwards compatability is given. the last argument to
+ (write-context) is a boolean specifying whether XML archive format or
+ native binary format should be used.
+
+
scripting foo via the #! directive
----------------------------------
|