Index: ChangeLog =================================================================== diff -u -r321a21cbb0beec854bfc651e167c32ded2707a3a -rfb1840d39d6069f7b26e0d982448ef2602782e9e --- ChangeLog (.../ChangeLog) (revision 321a21cbb0beec854bfc651e167c32ded2707a3a) +++ ChangeLog (.../ChangeLog) (revision fb1840d39d6069f7b26e0d982448ef2602782e9e) @@ -62,6 +62,12 @@ Meta C -superclass O -parameter {a {b -default ""} {c -default 1}} C c1 ;# c1 has no no default value for "a", before it had one ====== +2009-07-06 + - parse non-pos-args for procs/instprocs into new argument definition structure + - using new parseObjv for calling procs and instproc when nonpos-args are used + (invocation time went from 9.08ms to 5.95ms) + - TODO: complete implementation for regression test, base introspection/copy etc. + on new structures 2009-07-04 - removed compatibility for versions before Tcl 8.4 (was not tested anyhow)