Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 01 Jun 12
nsfShadow.c - bump MethodEpoch when a tcl ::rename command happens on a nsf method (which might be cached in a Tcl_Obj) This fixes a cra… Show more
nsfShadow.c - bump MethodEpoch when a tcl ::rename command happens   on a nsf method (which might be cached in a Tcl_Obj)   This fixes a crash reported by Arthur Schreiber nsf.c: - make NsfInstanceMethodEpochIncr() and NsfObjectMethodEpochIncr()   accessible from all files using nsfInt.h - remove experimental code (backslash escaping for "," in parameter   option parse

Show less

2-1-0-rc + 59 more
library/nx/pkgIndex.tcl (+1 -1)
1   package ifneeded nx 2.4 [list source [file join $dir nx.tcl]]
  1 package ifneeded nx 2.4.0 [list source [file join $dir nx.tcl]]
2 2 package ifneeded nx::class-method 1.0 [list source [file join $dir class-method.tcl]]
3 3 package ifneeded nx::plain-object-method 1.0 [list source [file join $dir plain-object-method.tcl]]