summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-01-15 17:55:28 (GMT)
committerdgp <dgp@noemail.net>2002-01-15 17:55:28 (GMT)
commit5b4d1516e3f1423e34da058f77c6aa959285fcbe (patch)
tree1b8e5662ba53f74c7365043b21833a6534056f98 /tools
parent11d84d5f8dac317f3ea2b12080f3e920d193ab61 (diff)
downloadtcl-5b4d1516e3f1423e34da058f77c6aa959285fcbe.zip
tcl-5b4d1516e3f1423e34da058f77c6aa959285fcbe.tar.gz
tcl-5b4d1516e3f1423e34da058f77c6aa959285fcbe.tar.bz2
* Updated APIs in the file generic/tclIO.c according to the guidelines
of TIP 27. Several minor documentation corrections as well. * Updated channel driver interface according to the guidelines of TIP 27. See also [Bug 500348]. * Moved Tcl_EolTranslation enum declaration from generic/tcl.h to generic/tclInt.h (renamed to TclEolTranslation). It is not used anywhere in Tcl's public interface. FossilOrigin-Name: 9c9edf24ebc9ced7a348fbf0bc524fa36c851598
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkLibraryDoc.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/checkLibraryDoc.tcl b/tools/checkLibraryDoc.tcl
index c6a8006..8a7008c 100755
--- a/tools/checkLibraryDoc.tcl
+++ b/tools/checkLibraryDoc.tcl
@@ -19,7 +19,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: checkLibraryDoc.tcl,v 1.6 1999/07/22 21:50:55 redman Exp $
+# RCS: @(#) $Id: checkLibraryDoc.tcl,v 1.7 2002/01/15 17:55:30 dgp Exp $
lappend auto_path "c:/program\ files/tclpro1.2/win32-ix86/bin"
@@ -38,7 +38,6 @@ set StructList {
Tcl_Encoding \
Tcl_EncodingState \
Tcl_EncodingType \
- Tcl_EolTranslation \
Tcl_HashEntry \
Tcl_HashSearch \
Tcl_HashTable \