Index: ChangeLog-2.0b5-2.0.0.log =================================================================== diff -u -N -r2a955681817e4db4776d7ae904babe8053c5ad74 -rb5c493afe905b1bafc17697ed3ce01d1662c77b3 --- ChangeLog-2.0b5-2.0.0.log (.../ChangeLog-2.0b5-2.0.0.log) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) +++ ChangeLog-2.0b5-2.0.0.log (.../ChangeLog-2.0b5-2.0.0.log) (revision b5c493afe905b1bafc17697ed3ce01d1662c77b3) @@ -1279,7 +1279,7 @@ nsf.c: - fix case, where NsfDStringPrintf() failed (when print llength including \0 was 1 byte longer than print buffer) - - make sure, that the list kept for the cached parameter is just built + - make sure that the list kept for the cached parameter is just built from unshared objects; otherwise Tcl append will abort nx.tcl: Index: doc/next-tutorial/next-tutorial.txt =================================================================== diff -u -N -r061df695308b9fc0ddfc8c92381a617a3aed325b -rb5c493afe905b1bafc17697ed3ce01d1662c77b3 --- doc/next-tutorial/next-tutorial.txt (.../next-tutorial.txt) (revision 061df695308b9fc0ddfc8c92381a617a3aed325b) +++ doc/next-tutorial/next-tutorial.txt (.../next-tutorial.txt) (revision b5c493afe905b1bafc17697ed3ce01d1662c77b3) @@ -516,7 +516,7 @@ an integer stack. The method +pull+ is the same for the integer stack as for all other stacks, so it will be reused as usual from the class +Stack+. The object-specific method +push+ of +s4+ has a value -constraint in its argument list (+thing:integer+) that makes sure, +constraint in its argument list (+thing:integer+) that makes sure that only integers can be stacked. In case the argument is not an integer, an exception will be raised. Of course, one could perform the value constraint checking as well in the body of the method +proc+ by @@ -755,7 +755,7 @@ constructors. The declarative approach in NX reduces the need for tailored constructor methods significantly. -Note, that the property +matnr+ of class +Student+ is required. This +Note that the property +matnr+ of class +Student+ is required. This means, that if we try to create an instance of +Student+, a runtime exception will be triggered. The property +oncamups+ is boolean and contains a default value. Providing a default value means that @@ -1456,7 +1456,7 @@ handles (we used already method handles in the section about method aliases). In the example above, +next+ calls the shadowed method and add their results to the results of every method. So, the final result -contains parts from +d1+, +D+ and +C+. Note, that the topmost +next+ +contains parts from +d1+, +D+ and +C+. Note that the topmost +next+ in method +foo+ of class +C+ shadows no method +foo+ and simply returns empty (and not an error message). Index: library/xotcl/doc/Announce-1.6.0 =================================================================== diff -u -N -r8a6b92c869a7f14a5009854364384a7a82cf886a -rb5c493afe905b1bafc17697ed3ce01d1662c77b3 --- library/xotcl/doc/Announce-1.6.0 (.../Announce-1.6.0) (revision 8a6b92c869a7f14a5009854364384a7a82cf886a) +++ library/xotcl/doc/Announce-1.6.0 (.../Announce-1.6.0) (revision b5c493afe905b1bafc17697ed3ce01d1662c77b3) @@ -57,7 +57,7 @@ is a replacement for " allinstances". The old commands will be marked as deprecated in the near future. - Please note, that the behavior of the match pattern has + Please note that the behavior of the match pattern has changed and is therefor not completely compatible with prior versions.