summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-25 17:27:46 +0000
committerKarl Berry <karl@freefriends.org>2011-02-25 17:27:46 +0000
commitb29fdf77e54a9344ce0284a053ee4cd98727dd8a (patch)
treed07f60aec0beac73bf7436127ed3a1911a468821 /Build/source/texk/dvipsk/ChangeLog
parent4a48c7546542514ae9137d0418dacf821efe4192 (diff)
avoid nan result with eepic lines
git-svn-id: svn://tug.org/texlive/trunk@21520 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/ChangeLog')
-rw-r--r--Build/source/texk/dvipsk/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog
index c64c7e908a8..f7f1d7c7b31 100644
--- a/Build/source/texk/dvipsk/ChangeLog
+++ b/Build/source/texk/dvipsk/ChangeLog
@@ -1,3 +1,18 @@
+2011-02-25 Karl Berry <karl@tug.org>
+
+ * drawPS.c (flushDashedPath): cast to double before squaring,
+ to avoid integer overflow. (I guess this was hidden before by the
+ assignment cast to float? Said to work in 2009, failed in 2010.)
+ * eepic-nan.test,
+ * testdata/eepic-nan.tex,
+ * testdata/eepic-nan.dvi,
+ * testdata/config.pdf,
+ * testdata/alt-rule.pro,
+ * testdata/tex.pro: new files to test. Report from Stefan Moser
+ to mactex-support, 20 Oct 2010 02:37:45.
+ * Makefile.am (tests): add eepic-nan,
+ (EXTRA_DIST): add new files.
+
2011-02-14 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* output.c: print R2 mode message only when secure == 2.