CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Lillian Angel <[EMAIL PROTECTED]> 06/05/01 20:39:57
Modified files: . : ChangeLog java/util : SimpleTimeZone.java Log message: 2006-05-01 Lillian Angel <[EMAIL PROTECTED]> * java/util/SimpleTimeZone.java (SimpleTimeZone): Do not throw exception if startMonth == endMonth. (SimpleTimeZone): Likewise. (checkRule): Rewritten to properly check all values (more efficently). This code is now more stable, at least less buggy than before. Fixed API documentation. (setStartRule): Moved checkRule call to end. (setStartRule): Likewise. (setEndRule): Likewise. (setEndRule): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7250&tr2=1.7251&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/util/SimpleTimeZone.java.diff?tr1=1.29&tr2=1.30&r1=text&r2=text