diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-25 07:52:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-25 07:52:36 (GMT) |
commit | 7ff1c6327811218e507ea4784394a0460e90413b (patch) | |
tree | 4a35c256c764c140e6d6e0c94252eee87658ee9d /.fossil-settings/crnl-glob | |
parent | 448da15b7fffbb7e10b589a22c7ee059a629bf60 (diff) | |
download | tcl-7ff1c6327811218e507ea4784394a0460e90413b.zip tcl-7ff1c6327811218e507ea4784394a0460e90413b.tar.gz tcl-7ff1c6327811218e507ea4784394a0460e90413b.tar.bz2 |
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too.
Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether.
See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
Diffstat (limited to '.fossil-settings/crnl-glob')
-rw-r--r-- | .fossil-settings/crnl-glob | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.fossil-settings/crnl-glob b/.fossil-settings/crnl-glob index e69de29..c014320 100644 --- a/.fossil-settings/crnl-glob +++ b/.fossil-settings/crnl-glob @@ -0,0 +1,10 @@ +tools/tcl.hpj.in +tools/tcl.wse.in +win/buildall.vc.bat +win/coffbase.txt +win/makefile.bc +win/makefile.vc +win/rules.vc +win/tcl.dsp +win/tcl.dsw +win/tcl.hpj.in |