diff options
author | mdejong <mdejong> | 2003-02-11 02:18:45 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-02-11 02:18:45 (GMT) |
commit | 63ac9ae8f0c55210a985fccf6b5320a726745fa8 (patch) | |
tree | 7e7437ce9a5ac7d36ea587aa58c4b77a875b50b2 /ChangeLog | |
parent | 6c78de9b6653cdfb497937cfa98a389a6a653dea (diff) | |
download | tcl-63ac9ae8f0c55210a985fccf6b5320a726745fa8.zip tcl-63ac9ae8f0c55210a985fccf6b5320a726745fa8.tar.gz tcl-63ac9ae8f0c55210a985fccf6b5320a726745fa8.tar.bz2 |
* win/configure:
* win/configure.in: Generate error when attempting
to build under Cygwin. The Cygwin port of Tcl/Tk
does not build and people are filing bug reports
under the mistaken impression that someone is
actually maintaining the Cygwin port. A post to
comp.lang.tcl asking someone to volunteer as an
area maintainer has generated no results.
Closing bugs 680840, 630199, and 634772 and
marking as "Won't fix".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2003-02-10 Mo DeJong <mdejong@users.sourceforge.net> + + * win/configure: + * win/configure.in: Generate error when attempting + to build under Cygwin. The Cygwin port of Tcl/Tk + does not build and people are filing bug reports + under the mistaken impression that someone is + actually maintaining the Cygwin port. A post to + comp.lang.tcl asking someone to volunteer as an + area maintainer has generated no results. + Closing bugs 680840, 630199, and 634772 and + marking as "Won't fix". + 2003-02-10 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/append.n: Return value was not documented. [Bug 683188] |