Index: doc/index.html
===================================================================
diff -u -re61fc14f5c25172a1d1f93bea03be54a772fb4b5 -r1ddb61a407f327672ce64aa1c1610e7043c10ec7
--- doc/index.html (.../index.html) (revision e61fc14f5c25172a1d1f93bea03be54a772fb4b5)
+++ doc/index.html (.../index.html) (revision 1ddb61a407f327672ce64aa1c1610e7043c10ec7)
@@ -23,7 +23,7 @@
- - Directory './library/lib':
Script.xotcl, htmllib.xotcl, make.xotcl, makeDoc.xotcl, metadataAnalyzer.xotcl, mixinStrategy.xotcl, package.xotcl, staticMetadata.xotcl, test.xotcl, trace.xotcl, upvarcompat.xotcl, xodoc.xotcl, xotcl1.xotcl - Directory './library/store':
JufGdbmStorage.xotcl, MemStorage.xotcl, MultiStorage.xotcl, Persistence.xotcl, Storage.xotcl, TclGdbmStorage.xotcl, TextFileStorage.xotcl, persistenceExample.xotcl - Directory './library/serialize':
Serializer.xotcl - Directory './tests':
12.xotcl, aliastest.xotcl, destroytest.xotcl, forwardtest.xotcl, info-method.xotcl, interceptor-slot.xotcl, method-modifiers.xotcl, mix.xotcl, mixinoftest.xotcl, o2.xotcl, object-system.xotcl, objparametertest.xotcl, protected.xotcl, slottest.xotcl, speedtest.xotcl, stack.xotcl, testo.xotcl, testx.xotcl, testy.xotcl, varresolutiontest.xotcl - Directory './apps/scripts':
adapter.xotcl, adapterExample.xotcl, composite.xotcl, compositeExample.xotcl, observer.xotcl, parameter.xotcl, pinger.xotcl, simpleFilters.xotcl, soccerClub.xotcl, soccerClub2.xotcl - Directory './apps/comm':
ftp.xotcl, link-checker.xotcl, secure-webclient.xotcl, secure-webserver.xotcl, webclient.xotcl, webserver.xotcl - Directory './apps/actiweb/univ':
UNIVERSAL.xotcl - Directory './apps/utils':
xo-daemon, xo-whichPkg
+ - Directory './library/lib':
Script.xotcl, htmllib.xotcl, make.xotcl, makeDoc.xotcl, metadataAnalyzer.xotcl, mixinStrategy.xotcl, package.xotcl, staticMetadata.xotcl, test.xotcl, trace.xotcl, upvarcompat.xotcl, xodoc.xotcl, xotcl1.xotcl - Directory './library/store':
JufGdbmStorage.xotcl, MemStorage.xotcl, MultiStorage.xotcl, Persistence.xotcl, Storage.xotcl, TclGdbmStorage.xotcl, TextFileStorage.xotcl, persistenceExample.xotcl - Directory './library/serialize':
Serializer.xotcl - Directory './tests':
12.xotcl, aliastest.xotcl, destroytest.xotcl, forwardtest.xotcl, info-method.xotcl, interceptor-slot.xotcl, method-modifiers.xotcl, mix.xotcl, mixinoftest.xotcl, o2.xotcl, object-system.xotcl, objparametertest.xotcl, protected.xotcl, slottest.xotcl, speedtest.xotcl, stack.xotcl, testo.xotcl, testx.xotcl, varresolutiontest.xotcl - Directory './apps/scripts':
adapter.xotcl, adapterExample.xotcl, composite.xotcl, compositeExample.xotcl, observer.xotcl, parameter.xotcl, pinger.xotcl, simpleFilters.xotcl, soccerClub.xotcl, soccerClub2.xotcl - Directory './apps/comm':
ftp.xotcl, link-checker.xotcl, secure-webclient.xotcl, secure-webserver.xotcl, webclient.xotcl, webserver.xotcl - Directory './apps/actiweb/univ':
UNIVERSAL.xotcl - Directory './apps/utils':
xo-daemon, xo-whichPkg
Index: doc/migration1-2.html
===================================================================
diff -u -r7050a52ac53992d9a3aec12e48b0fa58a26449e6 -r1ddb61a407f327672ce64aa1c1610e7043c10ec7
--- doc/migration1-2.html (.../migration1-2.html) (revision 7050a52ac53992d9a3aec12e48b0fa58a26449e6)
+++ doc/migration1-2.html (.../migration1-2.html) (revision 1ddb61a407f327672ce64aa1c1610e7043c10ec7)
@@ -189,6 +189,18 @@
Object Parameters
Method Parameters
Introspection
+
+ XOTcl 1 | XOTcl 2 |
+
+ someObject info methods ?pattern? |
+ someObject info callable ?pattern? |
+
+
+ someObject procsearch methodName |
+ someObject info callable -which methodName |
+
+
+
Predefined Methods
Dispatch, Aliases, etc.
Assertions
@@ -236,5 +248,5 @@
- Last modified: Sun Jan 3 18:26:04 CET 2010
+ Last modified: Mon Jan 4 21:25:17 CET 2010