Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!G.OSWEGO.EDU!dl From: dl@G.OSWEGO.EDU (Doug Lea) Newsgroups: gnu.g++.lib.bug Subject: libg++-1.36.3: bug in Itolong (class Integer) Message-ID: <9002131315.AA11656@g.oswego.edu> Date: 13 Feb 90 13:15:59 GMT References: <2396@randvax.UUCP> Sender: daemon@tut.cis.ohio-state.edu Reply-To: dl@oswego.oswego.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 Sorry for the error. Thanks for the fix. This is a classic example of undermanaged code evolution. Originally, the Integer class maintained the requirement that the minimum length of an Integer was SHORT_PER_LONG, but this was dropped in 1.36.3, in order to simplify the new 1.36.3 Integer<->IntRep interface. The Itolong code was not changed to reflect this. Sorry. -Doug