summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2001-09-06 03:40:14 (GMT)
committerdavygrvy <davygrvy@pobox.com>2001-09-06 03:40:14 (GMT)
commit789045ed613ed9d067189acbc3fa10998609d3e5 (patch)
treed8c1429e8971ef30f0da24bf709a5362e2f06b88 /ChangeLog
parent50844eb7a3dc041ddfb5619634cab4a3558a3268 (diff)
downloadtcl-789045ed613ed9d067189acbc3fa10998609d3e5.zip
tcl-789045ed613ed9d067189acbc3fa10998609d3e5.tar.gz
tcl-789045ed613ed9d067189acbc3fa10998609d3e5.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6844c8..be5a1c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,10 @@
support.
* win/tclWinPipe.c:
- * win/tclWinPort.h: More Borland compatibility fixes.
+ * win/tclWinPort.h: More Borland compatibility fixes. Changed
+ EDQUOT #define from 49 to 69. Borland had a clash as it was already
+ using this number. Upon advice from Helmut Giese, EDQUOT has been
+ found in other header files #defined as 69.
[Patch: 436116]
* win/.cvsignore: A few more glob patterns added.