Skip to content

Commit aadcfa1

Browse files
author
jan.nijtmans
committed
Re-generate "configure" with latest TEA. Many end-of-line spacings removed.
1 parent 2964d20 commit aadcfa1

26 files changed

+5089
-7554
lines changed

README

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
WHAT IS THIS ?
33
==============
44

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
77
threading capabilities.
88
The extension can be used with Tcl cores starting from Tcl8.4 and later.
99
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.
1111

1212
You need to have your Tcl core compiled with "--enable-threads" in order
1313
to turn on internal directives supporting thread-specific details of the
1414
Tcl API. The extension will not load in an Tcl shell built w/o thread
15-
support.
15+
support.
1616

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
1818
virtually anything you like with it, such as modifying it, redistributing
1919
it, and selling it either in whole or in part. See the "license.terms"
2020
file in the top-level distribution directory for complete information.
@@ -24,7 +24,7 @@ HOW TO COMPILE ?
2424
================
2525

2626
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
2828
(unix or win) and start with the README file. Macintosh platform is supported
2929
with the Mac OS X only. The Mac OS 9 (and previous) are not supported.
3030

@@ -33,7 +33,7 @@ WHERE IS THE DOCUMENTATION ?
3333
============================
3434

3535
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.
3737
Currently, documentation is in reference-style only. The tutorial-style
3838
documentation will be provided with future releases of the extension.
3939
That is, if I ever get time to do that. Everybody is more than welcome

0 commit comments

Comments
 (0)