Index: xotcl/ChangeLog
===================================================================
diff -u -r9edf1bd26aaa17e3ff96857301b034f7196c5b8d -raf574e7e934986818f402ee382f7cdab57feed39
--- xotcl/ChangeLog (.../ChangeLog) (revision 9edf1bd26aaa17e3ff96857301b034f7196c5b8d)
+++ xotcl/ChangeLog (.../ChangeLog) (revision af574e7e934986818f402ee382f7cdab57feed39)
@@ -1,20 +1,27 @@
+2004-08-26 Gustaf.Neumann@wu-wien.ac.at, Uwe Zdun
+ * release of distribution XOTcl 1.3.1
+
2004-08-22 Gustaf.Neumann@wu-wien.ac.at
- * fixed nonposargs, when used with checker procs and spaces in arguments
- * auto-generating docs in build tree (instead in source tree)
- * cleanup of somewhat confusing declations in xotcl.h
- (XOTcl_Object and XOTclObject)
- * made a shell script config/mktar.sh for generating dist-cleaned tar files
+ * fixed nonposargs, when used with checker procs and
+ spaces in arguments
+ * auto-generating docs in build tree (instead in
+ source tree)
+ * cleanup and documentation of somewhat confusing declations
+ in xotcl.h and xotclInt.h (XOTcl_Object and
+ XOTclObject)
+ * make tar makes distclean first
2004-08-19 Gustaf.Neumann@wu-wien.ac.at
* if configure is run outside the src tree the directory
- structure is now built on the fly. All binary output files
- are now placed in the built-tree.
+ structure is now built on the fly. All binary
+ output files are now placed in the built-tree.
2004-08-18 Gustaf.Neumann@wu-wien.ac.at
* added a regresion test for serialzer
* fixed a "last minute" bug in serializer
* configure changes: made subdirs relative to $srcdir,
- set XOTCL_SRC_DIR to $srcdir to make build succeed from outside dir
+ set XOTCL_SRC_DIR to $srcdir to make build succeed
+ from outside dir
2004-08-17 Gustaf.Neumann@wu-wien.ac.at, Uwe Zdun
* release of distribution XOTcl 1.3.0
@@ -36,9 +43,10 @@
2004-08-01 Gustaf.Neumann@wu-wien.ac.at
* changes to forward and instforward:
- providing positional arguments for the forwarder. It is now
- possible to prefix the arguments with "%@POS ", where
- POS can be a positive or negative number or "end". A negative
+ providing positional arguments for the
+ forwarder. It is now possible to prefix the
+ arguments with "%@POS ", where POS can be a
+ positive or negative number or "end". A negative
offset can be used to address relative to the end
2004-08-01 Gustaf.Neumann@wu-wien.ac.at
Index: xotcl/Makefile
===================================================================
diff -u -rae1fe95f685e06aa89b09e196cf421ce9ded5891 -raf574e7e934986818f402ee382f7cdab57feed39
--- xotcl/Makefile (.../Makefile) (revision ae1fe95f685e06aa89b09e196cf421ce9ded5891)
+++ xotcl/Makefile (.../Makefile) (revision af574e7e934986818f402ee382f7cdab57feed39)
@@ -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.18 2004/08/22 10:00:19 neumann Exp $
+# RCS: @(#) $Id: Makefile,v 1.19 2004/08/25 09:45:23 neumann Exp $
#========================================================================
# Add additional lines to handle any additional AC_SUBST cases that
@@ -616,9 +616,8 @@
-type f -o -type l | fgrep -v CVS | fgrep -v SCCS | fgrep -v .junk| fgrep -v .db | fgrep -v "~" | fgrep -v "#" | fgrep -v /receiver/` \
)
-tar: clean
- (cd ..; tar zcvf ./xotcl-$(PACKAGE_VERSION).tar.gz \
- `find ./xotcl-$(PACKAGE_VERSION) -type f -o -type l| fgrep -v CVS | fgrep -v SCCS | fgrep -v Attic | fgrep -v "autom4te"| fgrep -v config\.status | fgrep -v "~"|fgrep -v .db | fgrep -v .junk | fgrep -v "#" | grep -v "/o$$"`)
+tar:
+ sh ./config/mktar.sh
.PHONY: all binaries clean depend distclean doc install libraries \
Index: xotcl/doc/langRef-xotcl.pdf
===================================================================
diff -u -r464284f53643031115e4da0204025a733675ad60 -raf574e7e934986818f402ee382f7cdab57feed39
Binary files differ
Index: xotcl/doc/tutorial.html
===================================================================
diff -u -r3e7d71672a58cd397ff02f6a89f901eac9a6a38b -raf574e7e934986818f402ee382f7cdab57feed39
--- xotcl/doc/tutorial.html (.../tutorial.html) (revision 3e7d71672a58cd397ff02f6a89f901eac9a6a38b)
+++ xotcl/doc/tutorial.html (.../tutorial.html) (revision af574e7e934986818f402ee382f7cdab57feed39)
@@ -1,5 +1,5 @@
-
+
XOTcl - Tutorial
@@ -1872,6 +1872,8 @@
+
+
Of course, the non-positional arguments can also be introspected. The
following "info" options return the non-positional arguments of a
@@ -1905,7 +1908,6 @@
className info instnonposargs methodName
-
Index: xotcl/doc/tutorial.pdf
===================================================================
diff -u -r464284f53643031115e4da0204025a733675ad60 -raf574e7e934986818f402ee382f7cdab57feed39
Binary files differ
Index: xotcl/doc/xo-daemon.html
===================================================================
diff -u -r9edf1bd26aaa17e3ff96857301b034f7196c5b8d -raf574e7e934986818f402ee382f7cdab57feed39
--- xotcl/doc/xo-daemon.html (.../xo-daemon.html) (revision 9edf1bd26aaa17e3ff96857301b034f7196c5b8d)
+++ xotcl/doc/xo-daemon.html (.../xo-daemon.html) (revision af574e7e934986818f402ee382f7cdab57feed39)
@@ -75,7 +75,7 @@
Date:
- [::xotcl::rcs date {$Date: 2004/08/22 10:20:56 $}]
+ [::xotcl::rcs date {$Date: 2004/08/25 09:45:23 $}]
|
Index: xotcl/doc/xo-whichPkg.html
===================================================================
diff -u -r9edf1bd26aaa17e3ff96857301b034f7196c5b8d -raf574e7e934986818f402ee382f7cdab57feed39
--- xotcl/doc/xo-whichPkg.html (.../xo-whichPkg.html) (revision 9edf1bd26aaa17e3ff96857301b034f7196c5b8d)
+++ xotcl/doc/xo-whichPkg.html (.../xo-whichPkg.html) (revision af574e7e934986818f402ee382f7cdab57feed39)
@@ -51,7 +51,7 @@
Date:
- [::xotcl::rcs date {$Date: 2004/08/22 10:20:56 $}]
+ [::xotcl::rcs date {$Date: 2004/08/25 09:45:23 $}]
|
Index: xotcl/library/store/XOTclGdbm/Makefile
===================================================================
diff -u -rae1fe95f685e06aa89b09e196cf421ce9ded5891 -raf574e7e934986818f402ee382f7cdab57feed39
--- xotcl/library/store/XOTclGdbm/Makefile (.../Makefile) (revision ae1fe95f685e06aa89b09e196cf421ce9ded5891)
+++ xotcl/library/store/XOTclGdbm/Makefile (.../Makefile) (revision af574e7e934986818f402ee382f7cdab57feed39)
@@ -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.16 2004/08/22 10:00:19 neumann Exp $
+# RCS: @(#) $Id: Makefile,v 1.17 2004/08/25 09:45:23 neumann Exp $
#========================================================================
# Add additional lines to handle any additional AC_SUBST cases that
Index: xotcl/library/store/XOTclSdbm/Makefile
===================================================================
diff -u -rae1fe95f685e06aa89b09e196cf421ce9ded5891 -raf574e7e934986818f402ee382f7cdab57feed39
--- xotcl/library/store/XOTclSdbm/Makefile (.../Makefile) (revision ae1fe95f685e06aa89b09e196cf421ce9ded5891)
+++ xotcl/library/store/XOTclSdbm/Makefile (.../Makefile) (revision af574e7e934986818f402ee382f7cdab57feed39)
@@ -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.16 2004/08/22 10:00:19 neumann Exp $
+# RCS: @(#) $Id: Makefile,v 1.17 2004/08/25 09:45:23 neumann Exp $
#========================================================================
# Add additional lines to handle any additional AC_SUBST cases that
Index: xotcl/library/xml/TclExpat-1.1/Makefile
===================================================================
diff -u -rae1fe95f685e06aa89b09e196cf421ce9ded5891 -raf574e7e934986818f402ee382f7cdab57feed39
--- xotcl/library/xml/TclExpat-1.1/Makefile (.../Makefile) (revision ae1fe95f685e06aa89b09e196cf421ce9ded5891)
+++ xotcl/library/xml/TclExpat-1.1/Makefile (.../Makefile) (revision af574e7e934986818f402ee382f7cdab57feed39)
@@ -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.16 2004/08/22 10:00:19 neumann Exp $
+# RCS: @(#) $Id: Makefile,v 1.17 2004/08/25 09:45:23 neumann Exp $
#========================================================================
# Add additional lines to handle any additional AC_SUBST cases that