- apps/
- config/
-
doc/
- openacs-4/
- Announce-0.9.3
- Announce-0.9.4
- Announce-1.0
- Announce-1.0.1
- Announce-1.0.2
- Announce-1.1.0
- Announce-1.1.1
- Announce-1.2.0
- Announce-1.3.0
- Announce-1.3.1
- Announce-1.3.3
- Announce-1.3.4
- Announce-1.3.5
- Announce-1.3.6
- Announce-1.3.7
- Announce-1.3.8
- Announce-1.3.9
- Announce-1.4.0
- Announce-1.4.1
- Announce-1.5.0
- Announce-1.5.1
- Announce-1.5.2
- Announce-1.5.3
- Announce-1.5.4
- Announce-1.5.5
- Announce-1.5.6
- Announce-1.6.0
- Announce-1.6.1
- Announce-1.6.2
- Announce-1.6.3
- Announce-1.6.4
- JufGdbmStorage-xotcl.html
- MemStorage-xotcl.html
- MultiStorage-xotcl.html
- Persistence-xotcl.html
- Script-xotcl.html
- Serializer-xotcl.html
- Storage-xotcl.html
- TclGdbmStorage-xotcl.html
- TextFileStorage-xotcl.html
- UNIVERSAL-xotcl.html
- adapter-xotcl.html
- adapterExample-xotcl.html
- cascaded-message-filter.gif
- changeXOTclVersion-xotcl.html
- composite-xotcl.html
- compositeExample-xotcl.html
- features.gif
- filter-inheritance.gif
- ftp-xotcl.html
- htmllib-xotcl.html
- index.html
- langRef-xotcl.html
- langRef-xotcl.pdf
- langRef.xotcl
- link-checker-xotcl.html
- logo-100.jpg
- make-xotcl.html
- makeDoc-xotcl.html
- metadataAnalyzer-xotcl.html
- migration1-2.html
- mixinStrategy-xotcl.html
- next-path-mixin-movement.gif
- next-path.gif
- obj_class_system.gif
- object-class-appclass.png
- object-class.png
- observer-xotcl.html
- package-xotcl.html
- parameter-xotcl.html
- persistenceExample-xotcl.html
- pinger-xotcl.html
- pkgIndex.tcl
- secure-webclient-xotcl.html
- secure-webserver-xotcl.html
- simpleFilters-xotcl.html
- soccerClub-xotcl.html
- speedtest-xotcl.html
- staticMetadata-xotcl.html
- test-xotcl.html
- testo-xotcl.html
- testx-xotcl.html
- trace-xotcl.html
- tutorial.html
- tutorial.pdf
- tutorial2.html
- upvarcompat-xotcl.html
- webclient-xotcl.html
- webserver-xotcl.html
- xo-daemon.html
- xo-whichPkg.html
- xocomm-test.html
- xodoc-xotcl.html
- xotcl-doc.css
-
generic/
- aol-xotcl.tcl
- aolstub.c
- gentclAPI.decls
- gentclAPI.tcl
- mk_predefined.xotcl
- predefined.h
- predefined.xotcl
- tclAPI.h
- xotcl.c
- xotcl.decls
- xotcl.h
- xotclAccessInt.h
- xotclAppInit.c
- xotclCompile.c
- xotclDecls.h
- xotclError.c
- xotclInt.decls
- xotclInt.h
- xotclIntDecls.h
- xotclMetaData.c
- xotclObjectData.c
- xotclProfile.c
- xotclShadow.c
- xotclStack.c
- xotclStack85.c
- xotclStubInit.c
- xotclStubLib.c
- xotclTrace.c
- xotclUtil.c
- library/
- man/
-
tests/
- UNIVERSAL.test
- actiweb.test
- aliastest.xotcl
- destroytest.xotcl
- forwardtest.xotcl
- info-method.xotcl
- interceptor-slot.xotcl
- method-modifiers.xotcl
- mixinoftest.xotcl
- object-system.xotcl
- objifdtest.xotcl
- objparametertest.xotcl
- parameters.xotcl
- persistence.test
- protected.xotcl
- slottest.xotcl
- speedtest.xotcl
- testo.xotcl
- testx.xotcl
- varresolutiontest.xotcl
- xoRDF.test
- xocomm.test
- unix/
- win/
- xotcl/
- .gitignore
- COMPILE
- COMPILE.win
- COPYRIGHT
- ChangeLog
- Makefile
- Makefile.in
- README
- README.aol
- aclocal.m4
- autoclean.sh
- autogen.sh
- configure
- configure.in
- install-sh
- speed-1.4.1.xls
- tcl-license.terms
- tcl.m4
- xotcl.m4
- xotclConfig.sh
- xotclConfig.sh.in
Legend
Legend for the current file annotation.
Loading
...
Line History
 
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Age
Blame
Mixed
90f13fe04f5c707be3b56808a8a7992adab1855f
* Continued with info orthogonality change
<object> info mixin ?pattern?
<class> info instmixin ?pattern?
?pattern? behaves exactly like in the change of two days
ago. Preceding colons in the name of the queried class are not
required.
Still to do "-closure" in
<class> info instmixin -closure ?pattern?
* In all mentioned calls, where pattern refers to an object/class
and it contains wild-cards, a preceding :: is added automatically
to the search pattern, if it is missing. Since all object names
start with ::, an omitted leading :: in a search pattern is an
obvious mistake
* Made the behavior "pattern" in the following calls identical
concerning wild cards and object lookups
<object> mixin delete pattern
<class> instmixin delete pattern
<class> superclass delete pattern
* extended regresson test
<object> info mixin ?pattern?
<class> info instmixin ?pattern?
?pattern? behaves exactly like in the change of two days
ago. Preceding colons in the name of the queried class are not
required.
Still to do "-closure" in
<class> info instmixin -closure ?pattern?
* In all mentioned calls, where pattern refers to an object/class
and it contains wild-cards, a preceding :: is added automatically
to the search pattern, if it is missing. Since all object names
start with ::, an omitted leading :: in a search pattern is an
obvious mistake
* Made the behavior "pattern" in the following calls identical
concerning wild cards and object lookups
<object> mixin delete pattern
<class> instmixin delete pattern
<class> superclass delete pattern
* extended regresson test
06 Feb 08