Index: xotcl/COMPILE =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/COMPILE (.../COMPILE) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/COMPILE (.../COMPILE) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -$Id: COMPILE,v 1.1 2004/05/23 22:50:39 neumann Exp $ +$Id: COMPILE,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ ******************************************************** XOTcl Compilation Guide (Unix) ******************************************************** Index: xotcl/COMPILE.win =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/COMPILE.win (.../COMPILE.win) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/COMPILE.win (.../COMPILE.win) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -$Id: COMPILE.win,v 1.1 2004/05/23 22:50:39 neumann Exp $ +$Id: COMPILE.win,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ ******************************** XOTcl Windows compilation guide: ******************************** Index: xotcl/Makefile =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/Makefile (.../Makefile) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/Makefile (.../Makefile) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that Index: xotcl/Makefile.in =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/Makefile.in (.../Makefile.in) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/Makefile.in (.../Makefile.in) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that Index: xotcl/README =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/README (.../README) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/README (.../README) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -***************** $Id: README,v 1.1 2004/05/23 22:50:39 neumann Exp $ +***************** $Id: README,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ XOTcl README File ***************** Index: xotcl/apps/actiweb/AgentClient.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/AgentClient.xotcl (.../AgentClient.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/AgentClient.xotcl (.../AgentClient.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,6 +1,6 @@ #!../../src/xotclsh #!/usr/local/bin/xotclsh -# $Id: AgentClient.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: AgentClient.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #if {![info exists ACTIWEB_HOME]} {source ~/actiweb/paths.xotcl} package require xotcl::package Index: xotcl/apps/actiweb/Counter.README =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/Counter.README (.../Counter.README) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/Counter.README (.../Counter.README) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -* $Id: Counter.README,v 1.1 2004/05/23 22:50:39 neumann Exp $ +* $Id: Counter.README,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * Variationen des Counter-Themas im ActiWeb: * (Zeilenangaben ohne Kommentare und Leerzeilen) Index: xotcl/apps/actiweb/Counter.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/Counter.xotcl (.../Counter.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/Counter.xotcl (.../Counter.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!../../src/xotclsh -# $Id: Counter.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Counter.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ array set opts {-pkgdir .}; array set opts $argv lappend auto_path $opts(-pkgdir) Index: xotcl/apps/actiweb/Counter2.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/Counter2.xotcl (.../Counter2.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/Counter2.xotcl (.../Counter2.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!../../src/xotclsh -# $Id: Counter2.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Counter2.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ array set opts {-pkgdir .}; array set opts $argv lappend auto_path $opts(-pkgdir) Index: xotcl/apps/actiweb/Counter3.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/Counter3.xotcl (.../Counter3.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/Counter3.xotcl (.../Counter3.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!../../src/xotclsh -# $Id: Counter3.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Counter3.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ array set opts {-pkgdir .}; array set opts $argv lappend auto_path $opts(-pkgdir) Index: xotcl/apps/actiweb/Counter4.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/Counter4.xotcl (.../Counter4.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/Counter4.xotcl (.../Counter4.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!../../src/xotclsh -# $Id: Counter4.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Counter4.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ array set opts {-pkgdir .}; array set opts $argv lappend auto_path $opts(-pkgdir) Index: xotcl/apps/actiweb/FormsWithState.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/FormsWithState.xotcl (.../FormsWithState.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/FormsWithState.xotcl (.../FormsWithState.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!../../src/xotclsh -# $Id: FormsWithState.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: FormsWithState.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # Demo Program for Multi-Page Forms implemented via hidden # Form Fields -gn Index: xotcl/apps/actiweb/MC.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/MC.xotcl (.../MC.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/MC.xotcl (.../MC.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!../../src/xotclsh -# $Id: MC.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: MC.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # A simple multiple choice test application # Index: xotcl/apps/actiweb/examples.README =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/examples.README (.../examples.README) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/examples.README (.../examples.README) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -* $Id: examples.README,v 1.1 2004/05/23 22:50:39 neumann Exp $ +* $Id: examples.README,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * This directory contains several simple ActiWeb introductory examples * Index: xotcl/apps/actiweb/univ/UNIVERSAL.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/actiweb/univ/UNIVERSAL.xotcl (.../UNIVERSAL.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/actiweb/univ/UNIVERSAL.xotcl (.../UNIVERSAL.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!/usr/local/bin/xotclsh -#$Id: UNIVERSAL.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: UNIVERSAL.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl; namespace import -force xotcl::* array set opts { -ssl 0 -instanceFile UNIVERSAL.rdf -cssFile UNIVERSAL.css -root . -pkgdir .} Index: xotcl/apps/comm/link-checker.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/comm/link-checker.xotcl (.../link-checker.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/comm/link-checker.xotcl (.../link-checker.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!/usr/local/bin/xotclsh -# $Id: link-checker.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: link-checker.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # -gn july 2000 package require XOTcl; namespace import -force xotcl::* Index: xotcl/apps/comm/secure-webclient.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/comm/secure-webclient.xotcl (.../secure-webclient.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/comm/secure-webclient.xotcl (.../secure-webclient.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!/usr/local/bin/xotclsh -# $Id: secure-webclient.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: secure-webclient.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl; namespace import -force xotcl::* Index: xotcl/apps/comm/secure-webserver.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/comm/secure-webserver.xotcl (.../secure-webserver.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/comm/secure-webserver.xotcl (.../secure-webserver.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!/usr/local/bin/xotclsh -# $Id: secure-webserver.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: secure-webserver.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl; namespace import -force xotcl::* @ @File { Index: xotcl/apps/comm/test-tls-client.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/comm/test-tls-client.xotcl (.../test-tls-client.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/comm/test-tls-client.xotcl (.../test-tls-client.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,6 +1,6 @@ #!/usr/local/bin/xotclsh # -# $Id: test-tls-client.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: test-tls-client.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require tls Index: xotcl/apps/comm/test-tls-server.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/comm/test-tls-server.xotcl (.../test-tls-server.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/comm/test-tls-server.xotcl (.../test-tls-server.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!/usr/local/bin/xotclsh -# $Id: test-tls-server.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: test-tls-server.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # sample secure server that reflect all incoming data to the client # It uses tls1.3 package of Matt Newman Index: xotcl/apps/comm/webserver.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/comm/webserver.xotcl (.../webserver.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/comm/webserver.xotcl (.../webserver.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!../../src/xotclsh -# $Id: webserver.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: webserver.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ array set opts {-root ../../doc -port 8086 -protected-port 9096 -pkgdir .} array set opts $argv lappend auto_path $opts(-pkgdir) Index: xotcl/apps/scripts/adapter.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/scripts/adapter.xotcl (.../adapter.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/scripts/adapter.xotcl (.../adapter.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: adapter.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: adapter.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ Class Adapter -superclass Class @ @File { Index: xotcl/apps/scripts/adapterExample.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/scripts/adapterExample.xotcl (.../adapterExample.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/scripts/adapterExample.xotcl (.../adapterExample.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: adapterExample.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: adapterExample.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # include the adapter pattern source adapter.xotcl Index: xotcl/apps/scripts/composite.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/scripts/composite.xotcl (.../composite.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/scripts/composite.xotcl (.../composite.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: composite.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: composite.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ Class Composite -superclass Class Composite metadata add description @ @File { Index: xotcl/apps/scripts/compositeExample.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/scripts/compositeExample.xotcl (.../compositeExample.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/scripts/compositeExample.xotcl (.../compositeExample.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: compositeExample.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: compositeExample.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # include the pattern source composite.xotcl Index: xotcl/apps/scripts/observer.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/scripts/observer.xotcl (.../observer.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/scripts/observer.xotcl (.../observer.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: observer.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: observer.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ Class Observer -superclass Class Observer metadata add description Index: xotcl/apps/scripts/pinger.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/scripts/pinger.xotcl (.../pinger.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/scripts/pinger.xotcl (.../pinger.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: pinger.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: pinger.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # include the pattern source observer.xotcl Index: xotcl/apps/scripts/simpleFilters.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/scripts/simpleFilters.xotcl (.../simpleFilters.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/scripts/simpleFilters.xotcl (.../simpleFilters.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: simpleFilters.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: simpleFilters.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ @ @File { description { Index: xotcl/apps/scripts/soccerClub.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/scripts/soccerClub.xotcl (.../soccerClub.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/scripts/soccerClub.xotcl (.../soccerClub.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: soccerClub.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: soccerClub.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # This is a simple introductory example for the language XOTcl. # It demonstrates the basic language constructs on the example of # a soccer club. Index: xotcl/apps/utils/xo-whichPkg =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/apps/utils/xo-whichPkg (.../xo-whichPkg) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/apps/utils/xo-whichPkg (.../xo-whichPkg) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!/usr/local/bin/xotclsh -# $Id: xo-whichPkg,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: xo-whichPkg,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl; namespace import -force xotcl::* @ @File { Index: xotcl/doc/langRef.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/doc/langRef.xotcl (.../langRef.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/doc/langRef.xotcl (.../langRef.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: langRef.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: langRef.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide XOTcl-langRef 1.2 package require Tcl Index: xotcl/doc/tutorial.html =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/doc/tutorial.html (.../tutorial.html) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/doc/tutorial.html (.../tutorial.html) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ - + XOTcl - Tutorial Index: xotcl/generic/aol-xotcl.tcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/aol-xotcl.tcl (.../aol-xotcl.tcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/aol-xotcl.tcl (.../aol-xotcl.tcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: aol-xotcl.tcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: aol-xotcl.tcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # Load XOTcl library and some related packages. Index: xotcl/generic/aolstub.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/aolstub.c (.../aolstub.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/aolstub.c (.../aolstub.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -/* $Id: aolstub.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ +/* $Id: aolstub.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ This file provides the stubs needed for the AOL_SERVER, Please note, that you have to have to apply a small patch Index: xotcl/generic/mk_predefined.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/mk_predefined.xotcl (.../mk_predefined.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/mk_predefined.xotcl (.../mk_predefined.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!./xotclsh -# $Id: mk_predefined.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: mk_predefined.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # A small script file that creates a static array from a tcl- # script for inclusion in c programs -gn set f [open predefined.xotcl] Index: xotcl/generic/predefined.h =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/predefined.h (.../predefined.h) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/predefined.h (.../predefined.h) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ static char cmd[] = -"# $Id: predefined.h,v 1.1 2004/05/23 22:50:39 neumann Exp $\n" +"# $Id: predefined.h,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $\n" "::xotcl::Object instproc init args {}\n" "::xotcl::Object create ::xotcl::@\n" "::xotcl::@ proc unknown args {}\n" Index: xotcl/generic/predefined.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/predefined.xotcl (.../predefined.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/predefined.xotcl (.../predefined.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: predefined.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: predefined.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # init must exist on Object. per default it is empty. ::xotcl::Object instproc init args {} Index: xotcl/generic/xotcl.decls =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotcl.decls (.../xotcl.decls) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotcl.decls (.../xotcl.decls) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: $Id: xotcl.decls,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: $Id: xotcl.decls,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ library xotcl Index: xotcl/generic/xotcl.h =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotcl.h (.../xotcl.h) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotcl.h (.../xotcl.h) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,6 +1,6 @@ /* -*- Mode: c++ -*- * - * $Id: xotcl.h,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: xotcl.h,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * Extended Object Tcl (XOTcl) * Index: xotcl/generic/xotclError.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotclError.c (.../xotclError.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotclError.c (.../xotclError.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ /* -*- Mode: c++ -*- - * $Id: xotclError.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: xotclError.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * Extended Object Tcl (XOTcl) * Index: xotcl/generic/xotclInt.decls =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotclInt.decls (.../xotclInt.decls) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotclInt.decls (.../xotclInt.decls) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: xotclInt.decls,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: xotclInt.decls,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ library xotcl Index: xotcl/generic/xotclInt.h =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotclInt.h (.../xotclInt.h) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotclInt.h (.../xotclInt.h) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ /* -*- Mode: c++ -*- - * $Id: xotclInt.h,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: xotclInt.h,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * Extended Object Tcl (XOTcl) * * Copyright (C) 1999-2002 Gustaf Neumann, Uwe Zdun Index: xotcl/generic/xotclMetaData.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotclMetaData.c (.../xotclMetaData.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotclMetaData.c (.../xotclMetaData.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ /* -*- Mode: c++ -*- - * $Id: xotclMetaData.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: xotclMetaData.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * Extended Object Tcl (XOTcl) * Index: xotcl/generic/xotclProfile.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotclProfile.c (.../xotclProfile.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotclProfile.c (.../xotclProfile.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ /* -*- Mode: c++ -*- - * $Id: xotclProfile.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: xotclProfile.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * Extended Object Tcl (XOTcl) * Index: xotcl/generic/xotclShadow.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotclShadow.c (.../xotclShadow.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotclShadow.c (.../xotclShadow.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ /* -*- Mode: c++ -*- - * $Id: xotclShadow.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: xotclShadow.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * Extended Object Tcl (XOTcl) * Index: xotcl/generic/xotclTrace.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotclTrace.c (.../xotclTrace.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotclTrace.c (.../xotclTrace.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ /* -*- Mode: c++ -*- - * $Id: xotclTrace.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: xotclTrace.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * Extended Object Tcl (XOTcl) * Index: xotcl/generic/xotclUtil.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/generic/xotclUtil.c (.../xotclUtil.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/generic/xotclUtil.c (.../xotclUtil.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ /* -*- Mode: c++ -*- - * $Id: xotclUtil.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: xotclUtil.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * Extended Object Tcl (XOTcl) * Index: xotcl/library/actiweb/Agent.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/Agent.xotcl (.../Agent.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/Agent.xotcl (.../Agent.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Agent.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Agent.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::agent 0.8 package require xotcl::trace Index: xotcl/library/actiweb/AgentManagement.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/AgentManagement.xotcl (.../AgentManagement.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/AgentManagement.xotcl (.../AgentManagement.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: AgentManagement.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: AgentManagement.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::agentManagement 0.8 package require xotcl::rdf::parser Index: xotcl/library/actiweb/HtmlPlace.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/HtmlPlace.xotcl (.../HtmlPlace.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/HtmlPlace.xotcl (.../HtmlPlace.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: HtmlPlace.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: HtmlPlace.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::htmlPlace 0.8 package require xotcl::trace Index: xotcl/library/actiweb/HttpPlace.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/HttpPlace.xotcl (.../HttpPlace.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/HttpPlace.xotcl (.../HttpPlace.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: HttpPlace.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: HttpPlace.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::httpPlace 0.8 package require xotcl::trace Index: xotcl/library/actiweb/Invoker.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/Invoker.xotcl (.../Invoker.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/Invoker.xotcl (.../Invoker.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Invoker.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Invoker.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::invoker 0.8 Class AbstractInvoker Index: xotcl/library/actiweb/PlaceAccessControl.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/PlaceAccessControl.xotcl (.../PlaceAccessControl.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/PlaceAccessControl.xotcl (.../PlaceAccessControl.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: PlaceAccessControl.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: PlaceAccessControl.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::placeAccessControl 0.8 package require xotcl::comm::httpd Index: xotcl/library/actiweb/SecureHtmlPlace.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/SecureHtmlPlace.xotcl (.../SecureHtmlPlace.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/SecureHtmlPlace.xotcl (.../SecureHtmlPlace.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: SecureHtmlPlace.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: SecureHtmlPlace.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::secureHtmlPlace 0.8 package require xotcl::actiweb::secureHttpPlace Index: xotcl/library/actiweb/SecureHttpPlace.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/SecureHttpPlace.xotcl (.../SecureHttpPlace.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/SecureHttpPlace.xotcl (.../SecureHttpPlace.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: SecureHttpPlace.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: SecureHttpPlace.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::secureHttpPlace 0.8 package require xotcl::actiweb::httpPlace Index: xotcl/library/actiweb/SendStrategy.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/SendStrategy.xotcl (.../SendStrategy.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/SendStrategy.xotcl (.../SendStrategy.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: SendStrategy.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: SendStrategy.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::sendStrategy 0.8 # # some simple sending strategy classes -- to be used as mixins Index: xotcl/library/actiweb/UserMgt.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/UserMgt.xotcl (.../UserMgt.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/UserMgt.xotcl (.../UserMgt.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: UserMgt.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: UserMgt.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::userMgt 0.8 Class UserMgt Index: xotcl/library/actiweb/WebAgent.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/WebAgent.xotcl (.../WebAgent.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/WebAgent.xotcl (.../WebAgent.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: WebAgent.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: WebAgent.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::webAgent 0.8 package require xotcl::actiweb::agent Index: xotcl/library/actiweb/WebDocument.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/WebDocument.xotcl (.../WebDocument.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/WebDocument.xotcl (.../WebDocument.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: WebDocument.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: WebDocument.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::webDocument 0.8 package require xotcl::actiweb::webObject Index: xotcl/library/actiweb/WebObject.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/actiweb/WebObject.xotcl (.../WebObject.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/actiweb/WebObject.xotcl (.../WebObject.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: WebObject.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: WebObject.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::actiweb::webObject 0.8 package require xotcl::actiweb::sendStrategy Index: xotcl/library/comm/Access.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/comm/Access.xotcl (.../Access.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/comm/Access.xotcl (.../Access.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# -*- tcl -*- $Id: Access.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# -*- tcl -*- $Id: Access.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ set httpAccessVersion 0.91 package provide xotcl::comm::httpAccess $httpAccessVersion Index: xotcl/library/comm/Connection.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/comm/Connection.xotcl (.../Connection.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/comm/Connection.xotcl (.../Connection.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# -*- tcl -*- $Id: Connection.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# -*- tcl -*- $Id: Connection.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::comm::connection 1.0 Class Connection -parameter {host port req socket handle} Index: xotcl/library/comm/Dav.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/comm/Dav.xotcl (.../Dav.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/comm/Dav.xotcl (.../Dav.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Dav.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Dav.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::comm::dav 0.9 Class Dav -superclass Http Index: xotcl/library/comm/Ftp.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/comm/Ftp.xotcl (.../Ftp.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/comm/Ftp.xotcl (.../Ftp.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Ftp.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Ftp.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::comm::ftp 0.9 package require xotcl::comm::httpAccess Index: xotcl/library/comm/Httpd.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# -*- tcl -*- $Id: Httpd.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# -*- tcl -*- $Id: Httpd.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # The XOTcl class Httpd implements an HTTP/1.0 and HTTP/1.1 server with # basic functionality. Index: xotcl/library/comm/Imap.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/comm/Imap.xotcl (.../Imap.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/comm/Imap.xotcl (.../Imap.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Imap.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Imap.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::comm::imap 0.9 Class Imap -superclass NetAccess -parameter {user} Index: xotcl/library/comm/Mime.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/comm/Mime.xotcl (.../Mime.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/comm/Mime.xotcl (.../Mime.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Mime.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Mime.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::comm::mime 0.9 ####################################################################### Index: xotcl/library/comm/PCache.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/comm/PCache.xotcl (.../PCache.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/comm/PCache.xotcl (.../PCache.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# -*- Tcl -*- $Id: PCache.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# -*- Tcl -*- $Id: PCache.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # Persistent Cache object, using gdbm # Configuration: Index: xotcl/library/lib/Script.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/Script.xotcl (.../Script.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/Script.xotcl (.../Script.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: Script.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: Script.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::script 0.9 @ @File {description { Index: xotcl/library/lib/htmllib.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/htmllib.xotcl (.../htmllib.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/htmllib.xotcl (.../htmllib.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -## $Header: /home/neumann/cvs/xotcl/xotcl/library/lib/htmllib.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +## $Header: /home/neumann/cvs/xotcl/xotcl/library/lib/htmllib.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # htmllib.xotcl Index: xotcl/library/lib/make.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/make.xotcl (.../make.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/make.xotcl (.../make.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: make.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: make.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ ### inEachDir changes now to each directory ### install clears tgarget directory before installing ### Object file added (for better -n processing) Index: xotcl/library/lib/makeDoc.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/makeDoc.xotcl (.../makeDoc.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/makeDoc.xotcl (.../makeDoc.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: makeDoc.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: makeDoc.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl namespace import ::xotcl::* @ @File { Index: xotcl/library/lib/mixinStrategy.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/mixinStrategy.xotcl (.../mixinStrategy.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/mixinStrategy.xotcl (.../mixinStrategy.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: mixinStrategy.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: mixinStrategy.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::mixinStrategy 0.8 @ @File { description { Index: xotcl/library/lib/package.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/package.xotcl (.../package.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/package.xotcl (.../package.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: package.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: package.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::package 0.91 package require xotcl::mixinStrategy Index: xotcl/library/lib/trace.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/trace.xotcl (.../trace.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/trace.xotcl (.../trace.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# -*- Tcl -*- $Id: trace.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# -*- Tcl -*- $Id: trace.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::trace 0.91 @ @File {description { Various tracing tools for the XOTcl language. Index: xotcl/library/lib/upvarcompat.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/upvarcompat.xotcl (.../upvarcompat.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/upvarcompat.xotcl (.../upvarcompat.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: upvarcompat.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: upvarcompat.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::upvar-compat 1.0 @ @File {description { Index: xotcl/library/lib/wafecompat.tcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/wafecompat.tcl (.../wafecompat.tcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/wafecompat.tcl (.../wafecompat.tcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: wafecompat.tcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: wafecompat.tcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::wafecompat 0.9 set WAFELIB /usr/lib/X11/wafe/ Index: xotcl/library/lib/xodoc.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/lib/xodoc.xotcl (.../xodoc.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/lib/xodoc.xotcl (.../xodoc.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: xodoc.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: xodoc.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::xodoc 0.84 package require xotcl::staticMetadataAnalyzer package require xotcl::htmllib Index: xotcl/library/patterns/ChainOfResponsibility.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/patterns/ChainOfResponsibility.xotcl (.../ChainOfResponsibility.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/patterns/ChainOfResponsibility.xotcl (.../ChainOfResponsibility.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: ChainOfResponsibility.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: ChainOfResponsibility.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::pattern::chainOfResponsibility 0.9 Class ChainOfResponsibility -superclass Class Index: xotcl/library/patterns/OnCalleeProxy.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/patterns/OnCalleeProxy.xotcl (.../OnCalleeProxy.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/patterns/OnCalleeProxy.xotcl (.../OnCalleeProxy.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: OnCalleeProxy.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: OnCalleeProxy.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::pattern::onCalleeProxy 0.8 Class OnCalleeProxy -superclass Class Index: xotcl/library/patterns/Singleton.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/patterns/Singleton.xotcl (.../Singleton.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/patterns/Singleton.xotcl (.../Singleton.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Singleton.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Singleton.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::pattern::singleton 0.8 Class SingletonBase Index: xotcl/library/patterns/SortedComposite.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/patterns/SortedComposite.xotcl (.../SortedComposite.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/patterns/SortedComposite.xotcl (.../SortedComposite.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: SortedComposite.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: SortedComposite.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::pattern::sortedCompositeWithAfter 0.9 Class SortedComposite -superclass Class Index: xotcl/library/patterns/adapter.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/patterns/adapter.xotcl (.../adapter.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/patterns/adapter.xotcl (.../adapter.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: adapter.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: adapter.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::pattern::adapter 0.9 Class Adapter -superclass Class Index: xotcl/library/patterns/composite.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/patterns/composite.xotcl (.../composite.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/patterns/composite.xotcl (.../composite.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: composite.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: composite.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::pattern::composite 0.9 Class Composite -superclass Class Index: xotcl/library/patterns/link.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/patterns/link.xotcl (.../link.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/patterns/link.xotcl (.../link.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: link.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: link.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::pattern::link 0.9 # # establish/introspect 'link' through link-instproc Index: xotcl/library/patterns/manager.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/patterns/manager.xotcl (.../manager.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/patterns/manager.xotcl (.../manager.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: manager.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: manager.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::pattern::manager 0.8 # Index: xotcl/library/patterns/observer.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/patterns/observer.xotcl (.../observer.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/patterns/observer.xotcl (.../observer.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: observer.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: observer.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::pattern::observer 0.8 Class Observer -superclass Class Index: xotcl/library/rdf/RDFCreator.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/rdf/RDFCreator.xotcl (.../RDFCreator.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/rdf/RDFCreator.xotcl (.../RDFCreator.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: RDFCreator.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: RDFCreator.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::rdf::tripleRecreator 0.9 package require xotcl::rdf::parser Index: xotcl/library/rdf/RDFTriple.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/rdf/RDFTriple.xotcl (.../RDFTriple.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/rdf/RDFTriple.xotcl (.../RDFTriple.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: RDFTriple.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: RDFTriple.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::rdf::triple 0.9 package require xotcl::rdf::parser Index: xotcl/library/rdf/rdfExample.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/rdf/rdfExample.xotcl (.../rdfExample.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/rdf/rdfExample.xotcl (.../rdfExample.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,6 +1,6 @@ #!../../src/xotclsh #!/usr/local/bin/xotclsh -# $Id: rdfExample.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: rdfExample.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # small Example for usage of xoXML # Index: xotcl/library/rdf/rdfRecreatorVisitor.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/rdf/rdfRecreatorVisitor.xotcl (.../rdfRecreatorVisitor.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/rdf/rdfRecreatorVisitor.xotcl (.../rdfRecreatorVisitor.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: rdfRecreatorVisitor.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: rdfRecreatorVisitor.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::rdf::recreatorVisitor 0.9 package require xotcl::rdf::parser package require xotcl::xml::recreatorVisitor Index: xotcl/library/rdf/xoRDF.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/rdf/xoRDF.xotcl (.../xoRDF.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/rdf/xoRDF.xotcl (.../xoRDF.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: xoRDF.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: xoRDF.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::rdf::parser 0.9 package require xotcl::xml::parser Index: xotcl/library/serialize/RecoveryPoint.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/serialize/RecoveryPoint.xotcl (.../RecoveryPoint.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/serialize/RecoveryPoint.xotcl (.../RecoveryPoint.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: RecoveryPoint.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: RecoveryPoint.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::scriptCreation::recoveryPoint 0.8 ## fehlt noch: filter, mixins, metadata, ass, assoption, etc Index: xotcl/library/serialize/ScriptCreator.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/serialize/ScriptCreator.xotcl (.../ScriptCreator.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/serialize/ScriptCreator.xotcl (.../ScriptCreator.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: ScriptCreator.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: ScriptCreator.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::scriptCreation::scriptCreator 0.8 Class ScriptCreator \ Index: xotcl/library/serialize/Serializer.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/serialize/Serializer.xotcl (.../Serializer.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/serialize/Serializer.xotcl (.../Serializer.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Serializer.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Serializer.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl 1.0 package provide xotcl::serializer 0.3 Index: xotcl/library/serialize/Serializer2.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/serialize/Serializer2.xotcl (.../Serializer2.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/serialize/Serializer2.xotcl (.../Serializer2.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Serializer2.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Serializer2.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl 1.0 package provide xotcl::serializer 0.4 Index: xotcl/library/store/JufGdbmStorage.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/JufGdbmStorage.xotcl (.../JufGdbmStorage.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/JufGdbmStorage.xotcl (.../JufGdbmStorage.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: JufGdbmStorage.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: JufGdbmStorage.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::store::jufgdbm 0.81 package require xotcl::store::juf_gdbm Index: xotcl/library/store/MemStorage.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/MemStorage.xotcl (.../MemStorage.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/MemStorage.xotcl (.../MemStorage.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: MemStorage.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: MemStorage.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::store::mem 0.84 package require xotcl::store 0.84 Index: xotcl/library/store/Persistence.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/Persistence.xotcl (.../Persistence.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/Persistence.xotcl (.../Persistence.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Persistence.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Persistence.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::store::persistence 0.8 package require xotcl::trace Index: xotcl/library/store/Storage.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/Storage.xotcl (.../Storage.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/Storage.xotcl (.../Storage.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: Storage.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: Storage.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::store 0.84 @ @File { Index: xotcl/library/store/TclGdbmStorage.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/TclGdbmStorage.xotcl (.../TclGdbmStorage.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/TclGdbmStorage.xotcl (.../TclGdbmStorage.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: TclGdbmStorage.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: TclGdbmStorage.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::store::tclgdbm 0.84 package require xotcl::store::gdbm Index: xotcl/library/store/XOTclGdbm/Makefile =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclGdbm/Makefile (.../Makefile) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclGdbm/Makefile (.../Makefile) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that Index: xotcl/library/store/XOTclGdbm/Makefile.in =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclGdbm/Makefile.in (.../Makefile.in) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclGdbm/Makefile.in (.../Makefile.in) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that Index: xotcl/library/store/XOTclGdbm/Makefile.in--ok =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclGdbm/Makefile.in--ok (.../Makefile.in--ok) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclGdbm/Makefile.in--ok (.../Makefile.in--ok) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in--ok,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile.in--ok,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Edit the following few lines when writing a new extension Index: xotcl/library/store/XOTclGdbm/configure.in =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclGdbm/configure.in (.../configure.in) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclGdbm/configure.in (.../configure.in) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -3,7 +3,7 @@ dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: configure.in,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #----------------------------------------------------------------------- # Sample configure.in for Tcl Extensions. The only places you should Index: xotcl/library/store/XOTclSdbm/Makefile =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclSdbm/Makefile (.../Makefile) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclSdbm/Makefile (.../Makefile) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that Index: xotcl/library/store/XOTclSdbm/Makefile.in =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclSdbm/Makefile.in (.../Makefile.in) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclSdbm/Makefile.in (.../Makefile.in) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that Index: xotcl/library/store/XOTclSdbm/Makefile.in-ok =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclSdbm/Makefile.in-ok (.../Makefile.in-ok) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclSdbm/Makefile.in-ok (.../Makefile.in-ok) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in-ok,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile.in-ok,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Edit the following few lines when writing a new extension Index: xotcl/library/store/XOTclSdbm/configure.in =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclSdbm/configure.in (.../configure.in) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclSdbm/configure.in (.../configure.in) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -3,7 +3,7 @@ dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: configure.in,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #----------------------------------------------------------------------- # Sample configure.in for Tcl Extensions. The only places you should Index: xotcl/library/store/XOTclSdbm/dllEntryPoint.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclSdbm/dllEntryPoint.c (.../dllEntryPoint.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclSdbm/dllEntryPoint.c (.../dllEntryPoint.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,6 +1,6 @@ /* * dllEntryPoint.c -- - * $Id: dllEntryPoint.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: dllEntryPoint.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * This file implements the Dll entry point as needed by Windows. */ Index: xotcl/library/store/XOTclSdbm/pair.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclSdbm/pair.c (.../pair.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclSdbm/pair.c (.../pair.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -8,7 +8,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pair.c,v 1.1 2004/05/23 22:50:39 neumann Exp $"; +static char rcsid[] = "$Id: pair.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $"; #endif #include "sdbm.h" Index: xotcl/library/store/XOTclSdbm/sdbm.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/XOTclSdbm/sdbm.c (.../sdbm.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/XOTclSdbm/sdbm.c (.../sdbm.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -8,7 +8,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sdbm.c,v 1.1 2004/05/23 22:50:39 neumann Exp $"; +static char rcsid[] = "$Id: sdbm.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $"; #endif /*#include "config.h"*/ Index: xotcl/library/store/persistenceExample.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/store/persistenceExample.xotcl (.../persistenceExample.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/store/persistenceExample.xotcl (.../persistenceExample.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!/usr/local/bin/xotclsh -# $Id: persistenceExample.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: persistenceExample.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # load the persistence component package require xotcl::store::persistence Index: xotcl/library/xml/TclExpat-1.1/Makefile =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/TclExpat-1.1/Makefile (.../Makefile) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/TclExpat-1.1/Makefile (.../Makefile) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that Index: xotcl/library/xml/TclExpat-1.1/Makefile.in =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/TclExpat-1.1/Makefile.in (.../Makefile.in) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/TclExpat-1.1/Makefile.in (.../Makefile.in) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that Index: xotcl/library/xml/TclExpat-1.1/Makefile.in-ok =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/TclExpat-1.1/Makefile.in-ok (.../Makefile.in-ok) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/TclExpat-1.1/Makefile.in-ok (.../Makefile.in-ok) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in-ok,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile.in-ok,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #======================================================================== # Edit the following few lines when writing a new extension Index: xotcl/library/xml/TclExpat-1.1/configure.in =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/TclExpat-1.1/configure.in (.../configure.in) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/TclExpat-1.1/configure.in (.../configure.in) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -3,7 +3,7 @@ dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: configure.in,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ #----------------------------------------------------------------------- # Sample configure.in for Tcl Extensions. The only places you should Index: xotcl/library/xml/TclExpat-1.1/dllEntryPoint.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/TclExpat-1.1/dllEntryPoint.c (.../dllEntryPoint.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/TclExpat-1.1/dllEntryPoint.c (.../dllEntryPoint.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,6 +1,6 @@ /* * dllEntryPoint.c -- - * $Id: dllEntryPoint.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: dllEntryPoint.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * This file implements the Dll entry point as needed by Windows. */ Index: xotcl/library/xml/TclExpat-1.1/tclexpat.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/TclExpat-1.1/tclexpat.c (.../tclexpat.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/TclExpat-1.1/tclexpat.c (.../tclexpat.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -14,7 +14,7 @@ * all claims, expenses, losses, damages and costs any user may incur * as a result of using, copying or modifying the software. * - * $Id: tclexpat.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: tclexpat.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * */ Index: xotcl/library/xml/printVisitor.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/printVisitor.xotcl (.../printVisitor.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/printVisitor.xotcl (.../printVisitor.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: printVisitor.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: printVisitor.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::xml::printVisitor 0.9 package require xotcl::xml::parser Index: xotcl/library/xml/sgml.tcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/sgml.tcl (.../sgml.tcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/sgml.tcl (.../sgml.tcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -30,7 +30,7 @@ # liability for all claims, expenses, losses, damages and costs any user may # incur as a result of using, copying or modifying the Software. # -# $Id: sgml.tcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: sgml.tcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide sgml 1.6 Index: xotcl/library/xml/xml.tcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/xml.tcl (.../xml.tcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/xml.tcl (.../xml.tcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -29,7 +29,7 @@ # liability for all claims, expenses, losses, damages and costs any user may # incur as a result of using, copying or modifying the Software. # -# $Id: xml.tcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: xml.tcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xml 1.8 Index: xotcl/library/xml/xml.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/xml.xotcl (.../xml.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/xml.xotcl (.../xml.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!/usr/local/bin/xotclsh -# $Id: xml.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: xml.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # smaller implementation of an XML parser wrapper, similar to xoXML # example from the XOTcl paper Index: xotcl/library/xml/xmlRecreatorVisitor.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/xmlRecreatorVisitor.xotcl (.../xmlRecreatorVisitor.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/xmlRecreatorVisitor.xotcl (.../xmlRecreatorVisitor.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: xmlRecreatorVisitor.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: xmlRecreatorVisitor.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::xml::recreatorVisitor 0.9 package require xotcl::xml::parser Index: xotcl/library/xml/xoXML.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/library/xml/xoXML.xotcl (.../xoXML.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/library/xml/xoXML.xotcl (.../xoXML.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: xoXML.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: xoXML.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package provide xotcl::xml::parser 0.94 package require xotcl::pattern::chainOfResponsibility Index: xotcl/man/man.macros =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/man/man.macros (.../man.macros) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/man/man.macros (.../man.macros) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -59,7 +59,7 @@ '\" .UL arg1 arg2 '\" Print arg1 underlined, then print arg2 normally. '\" -'\" RCS: @(#) $Id: man.macros,v 1.1 2004/05/23 22:50:39 neumann Exp $ +'\" RCS: @(#) $Id: man.macros,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ '\" '\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B Index: xotcl/tcl.m4 =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/tcl.m4 (.../tcl.m4) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/tcl.m4 (.../tcl.m4) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tcl.m4,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: tcl.m4,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ AC_PREREQ(2.50) Index: xotcl/tests/actiweb.test =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/tests/actiweb.test (.../actiweb.test) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/tests/actiweb.test (.../actiweb.test) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ # -*- Mode: tcl -*- -# $Id: actiweb.test,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: actiweb.test,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # regression test for actiweb examples #if {[set ::tcl_platform(platform)] == "windows"} { # lappend auto_path . Index: xotcl/tests/persistence.test =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/tests/persistence.test (.../persistence.test) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/tests/persistence.test (.../persistence.test) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!../../src/xotclsh -# -*- Tcl -*- $Id: persistence.test,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# -*- Tcl -*- $Id: persistence.test,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl; namespace import -force xotcl::* @ @File { Index: xotcl/tests/speedtest.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/tests/speedtest.xotcl (.../speedtest.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/tests/speedtest.xotcl (.../speedtest.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #memory trace on -# $Id: speedtest.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: speedtest.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl namespace import -force xotcl::* lappend auto_path [file dirname [info script]]/.. Index: xotcl/tests/testo.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/tests/testo.xotcl (.../testo.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/tests/testo.xotcl (.../testo.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: testo.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: testo.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # # Copyright 1993 Massachusetts Institute of Technology # Index: xotcl/tests/testx.xotcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/tests/testx.xotcl (.../testx.xotcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/tests/testx.xotcl (.../testx.xotcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -#$Id: testx.xotcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +#$Id: testx.xotcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl namespace import -force xotcl::* Index: xotcl/tests/xoRDF.test =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/tests/xoRDF.test (.../xoRDF.test) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/tests/xoRDF.test (.../xoRDF.test) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,6 +1,6 @@ #!../../src/xotclsh #!/usr/local/bin/xotclsh -# $Id: xoRDF.test,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: xoRDF.test,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ # package require XOTcl; namespace import -force xotcl::* Index: xotcl/tests/xocomm.test =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/tests/xocomm.test (.../xocomm.test) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/tests/xocomm.test (.../xocomm.test) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,5 +1,5 @@ #!../../xotcl-0.9.4/xotclsh -# $Id: xocomm.test,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: xocomm.test,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ package require XOTcl; namespace import -force xotcl::* lappend auto_path [file dirname [info script]]/.. package require xotcl::test Index: xotcl/unix/tclAppInit.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/unix/tclAppInit.c (.../tclAppInit.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/unix/tclAppInit.c (.../tclAppInit.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclAppInit.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * RCS: @(#) $Id: tclAppInit.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ */ #include "tcl.h" Index: xotcl/unix/tkAppInit.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/unix/tkAppInit.c (.../tkAppInit.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/unix/tkAppInit.c (.../tkAppInit.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,6 +1,6 @@ /* * tkAppInit.c -- - * $Id: tkAppInit.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * $Id: tkAppInit.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ * * Provides a default version of the Tcl_AppInit procedure for * use in wish and similar Tk-based applications. Index: xotcl/win/installWin.tcl =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/win/installWin.tcl (.../installWin.tcl) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/win/installWin.tcl (.../installWin.tcl) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -1,4 +1,4 @@ -# $Id: installWin.tcl,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# $Id: installWin.tcl,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ if {$::argc > 0} { set DESTINATION [lindex $argv 0] } else { Index: xotcl/win/winMain.c =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r68186bc5f70db1c5133661eedb1b38023c9a49cd --- xotcl/win/winMain.c (.../winMain.c) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/win/winMain.c (.../winMain.c) (revision 68186bc5f70db1c5133661eedb1b38023c9a49cd) @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: winMain.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ + * RCS: @(#) $Id: winMain.c,v 1.1.1.1 2004/05/23 22:50:39 neumann Exp $ */ #include