diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2019-01-26 14:27:38 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2019-01-26 14:27:38 +0000 |
commit | 77f296fc4d17c9378658b6085929e839b4f1b9c8 (patch) | |
tree | 1c11ff501a0a4c17e4f3828673f76752190d4c21 /Build/source/texk/web2c/mplibdir/ChangeLog | |
parent | feaa0906fc851cffb7d9b16f80202ce6e7a8b06e (diff) |
MetaPost: fixed bisection. LuaTeX: updated dev. id.
git-svn-id: svn://tug.org/texlive/trunk@49823 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 90cedb96783..73cebd69225 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,10 @@ +2019-01-26 Luigi Scarso <luigi.scarso@gmail.com> + * Fixed bisection algorithm (overflow of number of bisections in decimal mode with low precision) + * Added 2 levels to the bisection algorithm for cubic intersection. Need testing. + * Fixed a buffer overflow on command line; for consistency with mp_reallocate_buffer, + now accepting input from command line of at most 0xFFFFFFF bytes. + + 2019-01-06 Luigi Scarso <luigi.scarso@gmail.com> * Added r-mpost as an alias for mpost --restricted |