Re: Hexadecimal representation of a negative number

2011-10-19 Thread Brian Mokrzycki
, Brian Mokrzycki wrote: > Hi all, > > I'm running into a problem between Guile 1.6.4 and Guile 1.8.7. > Basically I'm manipulating bit masks in Guile and need to generate a > hexadecimal string representation of an integer. Unfortutely this worked > just fi

Hexadecimal representation of a negative number

2011-10-04 Thread Brian Mokrzycki
Hi all, I'm running into a problem between Guile 1.6.4 and Guile 1.8.7. Basically I'm manipulating bit masks in Guile and need to generate a hexadecimal string representation of an integer. Unfortutely this worked just fine in Guile 1.6.4 but not so well in Guile 1.8.7. The offending