2
2
WHAT IS THIS ?
3
3
==============
4
4
5
- This is the source distribution of the Tcl Thread extension.
6
- You can use this extension to gain script-level access to Tcl
5
+ This is the source distribution of the Tcl Thread extension.
6
+ You can use this extension to gain script-level access to Tcl
7
7
threading capabilities.
8
8
The extension can be used with Tcl cores starting from Tcl8.4 and later.
9
9
Also, this extension supports, i.e. can be used as a loadable module of,
10
- AOLserver 4.x series of the highly-scalable web server from America Online.
10
+ AOLserver 4.x series of the highly-scalable web server from America Online.
11
11
12
12
You need to have your Tcl core compiled with "--enable-threads" in order
13
13
to turn on internal directives supporting thread-specific details of the
14
14
Tcl API. The extension will not load in an Tcl shell built w/o thread
15
- support.
15
+ support.
16
16
17
- This extension is a freely available open source package. You can do
17
+ This extension is a freely available open source package. You can do
18
18
virtually anything you like with it, such as modifying it, redistributing
19
19
it, and selling it either in whole or in part. See the "license.terms"
20
20
file in the top-level distribution directory for complete information.
@@ -24,7 +24,7 @@ HOW TO COMPILE ?
24
24
================
25
25
26
26
Only Unix-like and Windows platforms are supported at the moment. Depending
27
- on your platform (Unix-like or Windows) go to the appropriate directory
27
+ on your platform (Unix-like or Windows) go to the appropriate directory
28
28
(unix or win) and start with the README file. Macintosh platform is supported
29
29
with the Mac OS X only. The Mac OS 9 (and previous) are not supported.
30
30
@@ -33,7 +33,7 @@ WHERE IS THE DOCUMENTATION ?
33
33
============================
34
34
35
35
Documentation in Unix man and standard HTML format is available in the
36
- doc/man and doc/html directories respectively.
36
+ doc/man and doc/html directories respectively.
37
37
Currently, documentation is in reference-style only. The tutorial-style
38
38
documentation will be provided with future releases of the extension.
39
39
That is, if I ever get time to do that. Everybody is more than welcome
0 commit comments