diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-08 20:08:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-08 20:08:33 +0000 |
commit | a25e502532f38be5226a95fcfa41be9083d0c508 (patch) | |
tree | a7be67c1d8e0c920f84543bb5ebcbe45bbdb4a42 /Build/source/utils/asymptote/ChangeLog | |
parent | 6cb924f47ebd6e1c719259e4c6d0fe613968e8fd (diff) |
asy 2.44 sources
git-svn-id: svn://tug.org/texlive/trunk@47384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/ChangeLog')
-rw-r--r-- | Build/source/utils/asymptote/ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/ChangeLog b/Build/source/utils/asymptote/ChangeLog index a4742f4895f..40756b2a7b0 100644 --- a/Build/source/utils/asymptote/ChangeLog +++ b/Build/source/utils/asymptote/ChangeLog @@ -1,3 +1,51 @@ +commit 878f944b9ee540c77c83f2cc61d6a97c22298553 +Author: John Bowman <bowman@ualberta.ca> +Date: Sat Apr 7 20:56:45 2018 -0600 + + Fix portability issues. + +commit 1879deff46664834bad1a6bce926ce9d58baabbb +Author: John Bowman <bowman@ualberta.ca> +Date: Sat Apr 7 20:49:47 2018 -0600 + + Fix CLZ bug on CYGWIN. + +commit 2c70c1d965fb0b9fa92f97db2484d3ba4c184f40 +Author: John Bowman <bowman@ualberta.ca> +Date: Sat Apr 7 20:23:08 2018 -0600 + + Disable trapping of floating point exceptions under CYGWIN due to strtod bug with real x=121645100408832000.0." + +commit 994052a59795255dc87882a3d71f4104dd041f70 +Author: John Bowman <bowman@ualberta.ca> +Date: Fri Apr 6 17:19:45 2018 -0600 + + Improve usleep declaration. + +commit 6b974b3df56cd81b2960774441dd2e647bdf52da +Author: John Bowman <bowman@ualberta.ca> +Date: Fri Apr 6 17:18:50 2018 -0600 + + Make POSIX definition conditional to CYGWIN. + +commit e81df002635e1391bb540fd751cd019041e8e314 +Author: John Bowman <bowman@ualberta.ca> +Date: Fri Apr 6 16:53:21 2018 -0600 + + Disable unused code. Redirect "make test". + +commit 633813249c393938f2a8ca6d3715638f83710d74 +Author: John Bowman <bowman@ualberta.ca> +Date: Thu Apr 5 22:32:04 2018 -0600 + + Remove unused code. + +commit 052fd69055b077537a0701711387d4005ef6cd3b +Author: John Bowman <bowman@ualberta.ca> +Date: Thu Apr 5 22:27:48 2018 -0600 + + Increment version to 2.44. + commit f91ccd81f6f33f927f88724e23afb75988c56692 Author: John Bowman <bowman@ualberta.ca> Date: Thu Apr 5 21:21:39 2018 -0600 |