Tcl package Thread source code

Check-in [0c71f64af3]
Login

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

Overview
Comment:Update ChangeLog
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0c71f64af36fcbe5646f05b9f3ddd70a6280a89d
User & Date: gahr 2016-05-13 12:29:22.715
Context
2016-05-17
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
Changes
Unified Diff Ignore Whitespace Patch
Changes to ChangeLog.

































1
2
3
4
5
6
7

































2013-05-23  Jan Nijtmans  <[email protected]>

	* generic/threadSvKeylistCmd.c: Change a few internal variable
	* generic/threadSvListCmd.c:    from type int to type size_t.
	* generic/threadCmd.c:          Simplify determination of whether
	Tcl is compiled with thread support.
	* configure: re-generate with latest TEA.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
2016-05-13  Pietro Cerutti <[email protected]>

	* aclocal.m4: Add support for LMDB persistent storage [Tkt 9378bb6795]
	* configure
	* configure.ac
	* doc/html/tsv.html
	* doc/man/tsv.n
	* doc/tsv.man
	* generic/psGdbm.c
	* generic/psLmdb.c
	* generic/psLmdb.h
	* generic/threadSvCmd.c
	* generic/threadSvCmd.h
	* tests/French.txt version
	* tests/store-load.tcl
	* tests/tsv.test

	* generic/tclThreadInt.h: Use spaces for indentation everywhere
	* generic/tclXkeylist.c
	* generic/threadCmd.c
	* generic/threadNs.c
	* generic/threadSpCmd.c
	* generic/threadSpCmd.h
	* generic/threadSvCmd.c

2016-04-20  Pietro Cerutti <[email protected]>

	* configure, aclocal.m4: Correctly handle --without-gdbm [Tkt f8ff429a39]
	* doc/tsv.man: Document side-effect of [tsv::array unbind] [Tkt be135da5f9]
	* doc/*.(html|n): Regenerate documentation [Tkt 41922d3bb7]
	* generic/threadSvCmd.c: Avoid double query to persistent storage in
	tsv::array bind [Tkt a135697d8c]

2013-05-23  Jan Nijtmans  <[email protected]>

	* generic/threadSvKeylistCmd.c: Change a few internal variable
	* generic/threadSvListCmd.c:    from type int to type size_t.
	* generic/threadCmd.c:          Simplify determination of whether
	Tcl is compiled with thread support.
	* configure: re-generate with latest TEA.