Jeroen Demeyer on Wed, 06 Apr 2016 17:53:06 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Fix itos() for LONG_MIN |
On 2016-04-06 17:46, Karim Belabas wrote:
This is intentional: the output x of itos(gx) must allow -x. (Otherwise lots of libpari functions break unpredictably on input stoi(LONG_MIN).) Hence the choice to forbid this possible value in itos.
Makes sense.
Please do! And also have a look at what my patch does with usersch5.tex because there were some mistakes there.I will document the current behaviour.