Re: [fossil-users] TH1: expr -2147483648

2014-02-05 Thread Sergei Gavrikov
On Tue, 4 Feb 2014, Joe Mistachkin wrote: This should now be fixed, along with another issue. Thanks! Sergei ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] TH1: expr -2147483648

2014-02-04 Thread Sergei Gavrikov
Hi, There is an issue in Th_SetResultInt(), it can not interpret INT_MIN value: % fossil test-th-eval 'expr -2147483648' -( % fossil test-th-eval 'expr {-2147483647-1}' -( % fossil test-th-eval 'expr {-2147483648+0}' TH_ERROR: expected number, got: -( It seems those iVal%10,

Re: [fossil-users] TH1: expr -2147483648

2014-02-04 Thread Joe Mistachkin
Sergei Gavrikov wrote; It seems those iVal%10, iVal/10, and iVal%10 have to be (unsigned)iVal op 10. This should now be fixed, along with another issue. Thanks again. -- Joe Mistachkin ___ fossil-users mailing list