Tcl package Thread source code

Timeline
Login

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

50 check-ins occurring around ca155c040e366f53.

2016-05-17
11:40
Regenerate documentation, update ChangeLog check-in: 4cc3b30567 user: gahr tags: trunk
11:40
Remove "id" arg from [thread::broadcast]'s man page check-in: 4d58f9182a user: gahr tags: trunk
10:18
Update ChangeLog check-in: 34bbfeac88 user: gahr tags: trunk
10:11
[84be1b5a73] Fix segfault with -async and result trace check-in: f4c95731c0 user: gahr tags: trunk
2016-05-13
12:29
Update ChangeLog check-in: 0c71f64af3 user: gahr tags: trunk
12:28
Use spaces for indentation everywhere check-in: 89070880c6 user: gahr tags: trunk
12:04
[9378bb6795] Add support for LMDB persistent storage check-in: 26b09c6cc1 user: gahr tags: trunk
11:57
Add a persistent storage stress-testing script and its sample data Closed-Leaf check-in: 258445d53d user: gahr tags: lmdb
2016-04-20
11:55
Initial LMDB persistent storage support.

This commit adds support for using LMDB as a persistent storage. The implementation resides in generic/psLmdb.(c|h). Autoconf scripts have been updated to accept the new --with-lmdb argument. In doing this, I will also add tsv-related tests to the (previously empty) tsv.test file. check-in: 3e69632acd user: gahr tags: lmdb

10:00
[a135697d8c] Avoid double query to persistent storage in tsv::array bind check-in: 7a3fff7ade user: gahr tags: trunk
09:13
[41922d3bb7] Regenerate documentation check-in: 9007cc37cd user: gahr tags: trunk
08:54
[be135da5f9] Document side-effect of [tsv::array unbind] check-in: cce2fcc4af user: gahr tags: trunk
08:51
[f8ff429a39] Correctly handle --without-gdbm configure flag check-in: 74e96b07de user: gahr tags: trunk
2016-01-24
19:18
Merge trunk. Add more build-information to [package require Thread] + update test-case check-in: 7d32fb4f10 user: jan.nijtmans tags: build-info
2016-01-19
22:53
2.7.2 -> 2.7.3 check-in: b76b97e890 user: jan.nijtmans tags: trunk, thread-2-7-3
22:45
Fix [c9d81a5d49]: Patch for 'discards qualifiers from pointer target type' compiler warning check-in: 72a9d09e50 user: jan.nijtmans tags: trunk
22:39
Add build information, when running with Tcl 8.7 (semver) or higher. Experimental check-in: 1abafad01b user: jan.nijtmans tags: build-info
2015-11-16
10:54
Fix 34eb6911af, taken over from SQLite: Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. check-in: 31906f1ab5 user: jan.nijtmans tags: trunk
2015-10-15
22:27
Updating to the latest shed check-in: 343442494c user: seandeelywoods tags: trunk-fork
2015-10-06
10:32
Re-ran autoconf check-in: 3a9b1c608e user: seandeelywoods tags: trunk-fork
2015-09-30
11:32
Fix [a57b6c3fd4]: -eventmark + thread::send -async == deadlock check-in: 76b05d44a0 user: jan.nijtmans tags: trunk
2015-09-26
02:54
Update SHED check-in: a45a4fd097 user: seandeelywoods tags: trunk-fork
02:44
Added a SHED definition check-in: 70528a315b user: seandeelywoods tags: trunk-fork
2015-07-02
14:00
TEA update. Fix crlf convention of win/*.vc files check-in: 8884d9b9df user: jan.nijtmans tags: trunk
2015-06-08
18:03
Fix Thread breakage when compiled and linked for static. Avoid usage of the stubs table for that case. check-in: 01408dcfaf user: andreask tags: trunk
2015-06-03
21:47
Bump the version number in the code to match configure(.in) check-in: ca155c040e user: andreask tags: trunk
2015-05-25
13:11
Merge trunk check-in: a1bb70903a user: jan.nijtmans tags: novem-support
13:11
merge-mark check-in: 078ff8e546 user: jan.nijtmans tags: novem
2015-05-08
14:21
TEA update Closed-Leaf check-in: f4a8039bf0 user: dgp tags: bug-a57b6c3fd4
2015-05-01
17:17
[a57b6c3fd4] Prevent -eventmark related deadlock. check-in: 12e5e4c993 user: dgp tags: bug-a57b6c3fd4
2015-03-27
20:33
Use the new TCL_MINIMUM_VERSION macro in one additional place missed in the previous check-in. check-in: 593a90d9bc user: mistachkin tags: trunk
2015-03-26
17:26
Make sure any new [thread::configure -eventmark] setting actually has an effect on blocks that are currently active. Leaf check-in: 55e837cbfc user: dgp tags: dgp-eventmark
17:00
Revise the compile-time version/feature checking for improved clarity and correctness. check-in: 94b0e5de65 user: mistachkin tags: trunk
16:48
First pass at repairing the broken -eventmark management. check-in: 0fea2d083e user: dgp tags: dgp-eventmark
2015-03-09
20:21
Merge trunk check-in: 2cac05e016 user: jan.nijtmans tags: novem-support
19:36
forgit one .... check-in: 0807a7fc54 user: jan.nijtmans tags: novem
19:34
merge trunk check-in: 93f406a21f user: jan.nijtmans tags: novem
2015-03-06
19:13
Update `make dist` target for the configure.in rename. check-in: 7c8c5bd4e1 user: dgp tags: trunk, thread-2-7-2
2015-01-23
18:30
Bump to Thread 2.7.2 check-in: 47891b2f97 user: dgp tags: trunk
2015-01-22
12:07
Rename configure.in to configure.ac. Update to latest TEA check-in: a6473a1235 user: jan.nijtmans tags: trunk
2014-11-25
16:13
Fix [9ab808b663]: Segmentation fault on ::tsv::names check-in: f5a0464536 user: jan.nijtmans tags: trunk
2014-10-15
23:08
Added conditional definition of MODULE_SCOPE for cases where it does not exist (Building basekits, tclkits, with Thread directly compiled in). This required modification of some header inclusions as well, to have the definition in one place instead of about four.

Added conditional definition of Tcl_GetErrorLine for the same reason. Under static build -DTCL_TIP285 is not usable, as USE_TCL_STUBS will be missing. And the TGEL changes are TIP 336 also, i.e. unrelated.

And lastly added conditional definition of the package version, again for cases where it is missing due to Thread configure not invoked. check-in: 71cb5d4dec user: andreask tags: trunk

2014-10-01
17:57
merge trunk check-in: d66d6e9e38 user: jan.nijtmans tags: novem
17:57
merge trunk check-in: b40bca826e user: jan.nijtmans tags: novem-support
17:55
TEA update check-in: 9c46130331 user: jan.nijtmans tags: trunk
2014-09-29
14:52
TEA update check-in: 45b70616d1 user: dgp tags: novem-support
2014-09-15
19:27
merge trunk check-in: 119bbda5e8 user: jan.nijtmans tags: novem-support
19:27
merge trunk check-in: bb3b354163 user: jan.nijtmans tags: novem
19:23
update to latest TEA changes check-in: 2220640dfc user: jan.nijtmans tags: trunk
2014-08-14
09:01
Fix [3534607]: tpool::get sets errorInfo incorrectly. Thanks to Cyan Ogilvie for suggested patch. check-in: 6e420680e0 user: jan.nijtmans tags: trunk, thread-2-7-1