summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/genStubs.tcl5
-rw-r--r--win/tcl.hpj.in38
2 files changed, 20 insertions, 23 deletions
diff --git a/tools/genStubs.tcl b/tools/genStubs.tcl
index ffa7f24..9924d23 100644
--- a/tools/genStubs.tcl
+++ b/tools/genStubs.tcl
@@ -8,7 +8,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: genStubs.tcl,v 1.8 2001/05/02 20:42:37 mdejong Exp $
+# RCS: @(#) $Id: genStubs.tcl,v 1.9 2001/08/16 09:46:48 davygrvy Exp $
package require Tcl 8
@@ -182,9 +182,6 @@ proc genStubs::rewriteFile {file text} {
set in [open ${file} r]
set out [open ${file}.new w]
- # Always write out the file with LF termination
- fconfigure $out -translation lf
-
while {![eof $in]} {
set line [gets $in]
if {[regexp {!BEGIN!} $line]} {
diff --git a/win/tcl.hpj.in b/win/tcl.hpj.in
index 84c0349..2a8c94a 100644
--- a/win/tcl.hpj.in
+++ b/win/tcl.hpj.in
@@ -1,19 +1,19 @@
-; This file is maintained by HCW. Do not modify this file directly.
-
-[OPTIONS]
-HCW=0
-LCID=0x409 0x0 0x0 ;English (United States)
-REPORT=Yes
-TITLE=Tcl/Tk Reference Manual
-CNT=tcl84.cnt
-COPYRIGHT=Copyright © 2000 Ajuba Solutions
-HLP=tcl84.hlp
-
-[FILES]
-tcl.rtf
-
-[WINDOWS]
-main="Tcl/Tk Reference Manual",,0
-
-[CONFIG]
-BrowseButtons()
+; This file is maintained by HCW. Do not modify this file directly.
+
+[OPTIONS]
+HCW=0
+LCID=0x409 0x0 0x0 ;English (United States)
+REPORT=Yes
+TITLE=Tcl/Tk Reference Manual
+CNT=tcl84.cnt
+COPYRIGHT=Copyright © 2000 Ajuba Solutions
+HLP=tcl84.hlp
+
+[FILES]
+tcl.rtf
+
+[WINDOWS]
+main="Tcl/Tk Reference Manual",,0
+
+[CONFIG]
+BrowseButtons()