Skip to content

[3.15] main/tcl: fix rounding problem on x86 and update url

rubicon requested to merge rubicon/aports:fix-tcl-x86-3.15 into 3.15-stable

restore-fp-control-word.patch backported from upstream https://core.tcl-lang.org/tcl/info/50ecdc3e87fb5d77

Demonstration of the problem (affecting x86):

   $ tclsh
   % format "%.f" 1.1
   1
   % expr {0.0}
   0.0
   % format "%.f" 1.1
   2

Merge request reports