Tcl package Thread source code

Changes On Branch thread-2-7for84+
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch thread-2-7for84+ Excluding Merge-Ins

This is equivalent to a diff from 9cbfc3b299 to 0da0b1fa18

2012-11-12
09:20
Merged thread-2-7for84+. Fixed race condition in ThreadCancel(). check-in: 5a81d6720d user: zoran tags: trunk
2012-11-08
14:56
Branch for Thread 2.7.0 release. check-in: 602d349e33 user: dgp tags: thread-2-7-0-rc
2012-11-06
15:50
... But only do "package ifneeded Thread" when tread support for Tcl is already determined. Closed-Leaf check-in: 0da0b1fa18 user: jan.nijtmans tags: thread-2-7for84+
15:45
Use tcl_platform(threaded) on Tcl8.4 and [::tcl::pkgconfig get threaded] on higher Tcl version, for testing whether Tcl is compiled with threads support. check-in: b8d3e72748 user: jan.nijtmans tags: thread-2-7for84+
2012-11-05
10:52
merge trunk check-in: 887c5b1bf5 user: jan.nijtmans tags: thread-2-7for84+
10:49
bug-fix: Allow the thread::wait command to return stack-traces of both the current thread and the waited-for thread. check-in: 9cbfc3b299 user: jan.nijtmans tags: trunk
2012-09-18
09:36
make testcases work outside build directory, when Thread is installed check-in: 21ffb00ee4 user: jan.nijtmans tags: trunk

Changes to Makefile.in.

Changes to README.

Changes to aclocal.m4.

Deleted aolserver.m4.

Changes to configure.

Changes to configure.in.

Deleted generic/aolstub.cpp.

Changes to generic/tclThreadInt.h.

Changes to generic/threadCmd.c.

Added generic/threadNs.c.

Changes to generic/threadSvCmd.c.

Changes to generic/threadSvCmd.h.

Changes to generic/threadSvKeylistCmd.c.

Changes to generic/threadSvListCmd.c.

Changes to lib/ttrace.tcl.

Added naviserver.m4.

Changes to pkgIndex.tcl.in.

Changes to unix/CONFIG.

Changes to unix/README.

Changes to win/makefile.vc.

Changes to win/nmakehlp.c.

Changes to win/pkg.vc.

Changes to win/thread_win.dsp.