Tcl package Thread source code

Timeline
Login

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

50 ancestors of 673db50dc4f8b1d2

2016-05-18
18:54
Fix indentation check-in: 673db50dc4 user: gahr tags: trunk
18:53
[84be1b5a73] Add test case, update ChangeLog check-in: 95bfc24136 user: gahr tags: trunk
18:40
Update ChangeLog check-in: 99cd2fdc80 user: gahr tags: trunk
18:37
[3532972fff] Fix race condition in thread finalization routine check-in: 1489249bd4 user: gahr tags: trunk
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-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
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-09-30
11:32
Fix [a57b6c3fd4]: -eventmark + thread::send -async == deadlock check-in: 76b05d44a0 user: jan.nijtmans tags: trunk
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-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:00
Revise the compile-time version/feature checking for improved clarity and correctness. check-in: 94b0e5de65 user: mistachkin tags: trunk
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:55
TEA update check-in: 9c46130331 user: jan.nijtmans tags: trunk
2014-09-15
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
2014-07-03
09:02
TEA update: Restore FreeBSD-3.* rules to what they were before. check-in: fb8b7208f3 user: jan.nijtmans tags: trunk
2014-06-12
13:39
Update version number to 2.7.1 check-in: ec011c7a81 user: jan.nijtmans tags: trunk
2014-03-20
11:20
Fix 2f7cbd01c3: tcl8.6.1 fails to build on FreeBSD 10.0 check-in: 1559f929b3 user: jan.nijtmans tags: trunk
2014-02-11
12:14
update to latest TEA check-in: c05fecd9c2 user: jan.nijtmans tags: trunk
2013-12-29
11:00
Ticket 00ed054f4f: Search in Debian per-version directories check-in: 8f8ad2035c user: jan.nijtmans tags: trunk
2013-11-21
12:56
Allow (dummy) --enable-64bit on Cygwin64. Make libthread.dll executable when installing. check-in: d31d0298d0 user: jan.nijtmans tags: trunk
2013-10-08
13:53
Take over some improvements (e.g. win32-arm) from tdbc check-in: b2781195f3 user: jan.nijtmans tags: trunk
13:12
merge win32-arm to trunk check-in: 48c1d4b249 user: jan.nijtmans tags: trunk
13:03
update to latest TEA check-in: 05d3b5b6f4 user: jan.nijtmans tags: trunk
2013-09-24
05:45
Merge updates from trunk. Closed-Leaf check-in: 90a3a338cc user: mistachkin tags: win32-arm
05:45
Support compiling Thread for Win32 on ARM. check-in: d1b7eb612d user: mistachkin tags: win32-arm
2013-07-04
12:29
update to latest TEA check-in: 4da43d0a5c user: jan.nijtmans tags: trunk
2013-06-04
11:42
Change some internal variables/parameters from int to size_t check-in: ce099348f1 user: jan.nijtmans tags: trunk
09:12
update to latest TEA. remove unused variable. check-in: 8a4a2c1161 user: jan.nijtmans tags: trunk
2013-06-03
11:27
Allow Thread 2.7 to be loaded in Tcl 9.0 "novem"on 32-bit platforms. On 64-bit platforms that's impossible because binary incompatibilies are planned. check-in: 5f99f9f30d user: jan.nijtmans tags: trunk