creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
131 stars 20 forks source link

IMath portability fixes from PostgreSQL #8

Closed nmisch closed 6 years ago

nmisch commented 9 years ago

The PostgreSQL project carries an old copy of IMath, and I am looking to merge in your latest version. Some local modifications we've been carrying belong upstream. We arrived at these in the course of fixing compiler warnings, not live bugs. "Sun WorkShop 6 update 2 C 5.3" complained about the "1 << 31" integer overflow. I don't recall which configuration(s) complain about passing a value of type "char" to a ctype.h function, though I have seen it recently.

Thanks, nm

nmisch commented 9 years ago

Can I do something to expedite this?

nmisch commented 9 years ago

Ping.

nmisch commented 8 years ago

Ping.

nmisch commented 7 years ago

Ping. I've resolved merge conflicts with the 2017-06-01 change.