Index: ChangeLog-2.0.0-2.1.0.log =================================================================== diff -u -r2352fb1a509bd00ec49c9677798caad6bfec4d71 -r3c7374ae99f75bf87d5bb61ff070aba5d6f608bf --- ChangeLog-2.0.0-2.1.0.log (.../ChangeLog-2.0.0-2.1.0.log) (revision 2352fb1a509bd00ec49c9677798caad6bfec4d71) +++ ChangeLog-2.0.0-2.1.0.log (.../ChangeLog-2.0.0-2.1.0.log) (revision 3c7374ae99f75bf87d5bb61ff070aba5d6f608bf) @@ -174,7 +174,7 @@ 2016-12-09 Gustaf Neumann * nsf.c (ProcDispatchFinalize, InvokeShadowedProc): Fix debug - output wen compiled without --enable-profile. [e2dfaca, b99c256] + output when compiled without --enable-profile. [e2dfaca, b99c256] 2016-12-09 Stefan Sobernig @@ -1033,7 +1033,7 @@ 2015-12-25 Gustaf Neumann * nsf.c, nsfInt.h, nsfProfile.c, configure.ac: Substitute all - remaning ObjectName and ClassName for variant with trailing "_", + remaining ObjectName and ClassName for variant with trailing "_", where appropriate; allow nsf::procs with zero arguments or plain arguments (when "-debug" is used); extended regression test; bump version number to 2.1. [a0faba2] Index: ChangeLog-2.1.0-2.2.0.log =================================================================== diff -u -r9aa53ef688133d4af8bdff20f8913fe34f8a44ad -r3c7374ae99f75bf87d5bb61ff070aba5d6f608bf --- ChangeLog-2.1.0-2.2.0.log (.../ChangeLog-2.1.0-2.2.0.log) (revision 9aa53ef688133d4af8bdff20f8913fe34f8a44ad) +++ ChangeLog-2.1.0-2.2.0.log (.../ChangeLog-2.1.0-2.2.0.log) (revision 3c7374ae99f75bf87d5bb61ff070aba5d6f608bf) @@ -802,7 +802,7 @@ making methods public [9429c5df] * nsfStack.c: Move prototypes to begin of file [b2c4a961] * nsfStack.c: Don't shadow variable names. [09a7e327] - * nsfStack.c: Remove commented code, add missin nonnull-assert, + * nsfStack.c: Remove commented code, add missing nonnull-assert, shorten overlong lines [6b1b9272] 2017-10-19 Stefan Sobernig Index: ChangeLog-2.2.0-2.3.0.log =================================================================== diff -u -r9532b5bf9e340759a962abc775149e32a3d4b814 -r3c7374ae99f75bf87d5bb61ff070aba5d6f608bf --- ChangeLog-2.2.0-2.3.0.log (.../ChangeLog-2.2.0-2.3.0.log) (revision 9532b5bf9e340759a962abc775149e32a3d4b814) +++ ChangeLog-2.2.0-2.3.0.log (.../ChangeLog-2.2.0-2.3.0.log) (revision 3c7374ae99f75bf87d5bb61ff070aba5d6f608bf) @@ -112,7 +112,7 @@ * nsf.c: Added "pure" declarations [0d57967b] * nsf.c, nsfObj.c, nsfProfile.c, nsfStack.c, nsfShadow.c: Removed - null test after dereferences, avoid potentail null dereferences in + null test after dereferences, avoid potential null dereferences in error cases [1f532a9d, ef01bf0b] 2019-04-20 Gustaf Neumann Index: library/lib/nx-zip.tcl =================================================================== diff -u -ra963e8896fd07c345ccfa034cbd043344edbf083 -r3c7374ae99f75bf87d5bb61ff070aba5d6f608bf --- library/lib/nx-zip.tcl (.../nx-zip.tcl) (revision a963e8896fd07c345ccfa034cbd043344edbf083) +++ library/lib/nx-zip.tcl (.../nx-zip.tcl) (revision 3c7374ae99f75bf87d5bb61ff070aba5d6f608bf) @@ -89,7 +89,7 @@ set :outputStream $outputStream # - # Write all files to the outout stream + # Write all files to the output stream # set descriptionList [list] foreach {type in fnOut} ${:files} { Index: library/xotcl/apps/comm/get-regression-nb.xotcl =================================================================== diff -u -r2a955681817e4db4776d7ae904babe8053c5ad74 -r3c7374ae99f75bf87d5bb61ff070aba5d6f608bf --- library/xotcl/apps/comm/get-regression-nb.xotcl (.../get-regression-nb.xotcl) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) +++ library/xotcl/apps/comm/get-regression-nb.xotcl (.../get-regression-nb.xotcl) (revision 3c7374ae99f75bf87d5bb61ff070aba5d6f608bf) @@ -40,10 +40,10 @@ # cd wafe/src/cineast # time get-regression-nb.xotcl -port 8086 -sequential 0 -clients 1 # -# Ergebnisse auf meinem Rechner: +# Results on my PC # -# der xotcl-webserver ist etwa 20% langsamer als apache. -# das logging (instproc log) aktivieren kostet ein paar weitere prozent.... +# the xotcl webserver is about 20% slower than Apache. +# Deactivate logging (instproc log) costs a few more percent. # -gn # # mohegan:~/wafe/src/cineast> time ./get-regression-nb.xotcl -port 8086 -sequential 0 -clients 1 Index: library/xotcl/library/comm/Httpd.xotcl =================================================================== diff -u -r2352fb1a509bd00ec49c9677798caad6bfec4d71 -r3c7374ae99f75bf87d5bb61ff070aba5d6f608bf --- library/xotcl/library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision 2352fb1a509bd00ec49c9677798caad6bfec4d71) +++ library/xotcl/library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision 3c7374ae99f75bf87d5bb61ff070aba5d6f608bf) @@ -612,7 +612,7 @@ Httpd::Responder::Wrk instproc respond {} { my instvar fileName method resourceName hasFormData [my info parent] instvar respondpatterns - ### auch das ist ein Kandidat fuer eine Chain-of responsibility + ### this is as well a candidate for a chain of responsibility foreach {pattern action} $respondpatterns { if {[regexp $pattern "$method $resourceName $hasFormData"]} { my $action Index: tests/parameters.test =================================================================== diff -u -r8e2e356e9bcef39f43dfe3690b82d9586c7adc72 -r3c7374ae99f75bf87d5bb61ff070aba5d6f608bf --- tests/parameters.test (.../parameters.test) (revision 8e2e356e9bcef39f43dfe3690b82d9586c7adc72) +++ tests/parameters.test (.../parameters.test) (revision 3c7374ae99f75bf87d5bb61ff070aba5d6f608bf) @@ -213,7 +213,7 @@ # substdefault: if no value given, subst on default (result is substituted value); # susbt cmd can use variable resolvers, # works for scripted/c-methods and obj-parm, -# autmatically set by "$slot toParameterSpec" if default contains "[" ... "]". +# automatically set by "$slot toParameterSpec" if default contains "[" ... "]". # # initcmd: evaluate body in an xotcl nonleaf frame, called via configure # (example: last arg on create) Index: tests/tcloo.test =================================================================== diff -u -r8e2e356e9bcef39f43dfe3690b82d9586c7adc72 -r3c7374ae99f75bf87d5bb61ff070aba5d6f608bf --- tests/tcloo.test (.../tcloo.test) (revision 8e2e356e9bcef39f43dfe3690b82d9586c7adc72) +++ tests/tcloo.test (.../tcloo.test) (revision 3c7374ae99f75bf87d5bb61ff070aba5d6f608bf) @@ -10,7 +10,7 @@ # # TclOO provides a bulk declarator to export (i.e., make # visibile and accessible) and to unexport (i.e., make invisible and -# inaccesible) method features of an object, a class, or a class +# inaccessible) method features of an object, a class, or a class # hierarchy. Note that export and unexport go beyond applying mere # visibility/accessibility modifiers; it is also about extending or # reducing the public method interface of an object along the