Version 4 of unload

Updated 2005-08-08 16:22:38 by schlenk

unload ?switches? fileName ?packageName? ?interp?

Eventually, the doc should appear here: http://www.purl.org/tcl/home/man/tcl8.5/TclCmd/unload.htm

New command in Tcl 8.5. See TIP 100 [L1 ] from George Petasis for where it came from.


Hints for extension authors who want to have an unloadable extension:

  • Be prepared for extra work when using a custom Tcl_Object type with non-NULL freeProc
  • Be extremly careful in your use of TSD
  • Be prepared for trouble if your extension involves the VFS layer
  • ...

Category Command