From: Eric F. <er...@us...> - 2005-12-27 21:46:20
|
Update of /cvsroot/trove4j/trove In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15049 Modified Files: ChangeLog Log Message: fixed off by one bug in array list bulk set operation Index: ChangeLog =================================================================== RCS file: /cvsroot/trove4j/trove/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** ChangeLog 27 Dec 2005 21:32:04 -0000 1.34 --- ChangeLog 27 Dec 2005 21:46:06 -0000 1.35 *************** *** 9,12 **** --- 9,14 ---- [ 1378868 ] CVS has junit.jar checked in as ASCII flipped on '-kb' for this file + [ 1193416 ] TByteArrayList throws ArrayIndexOutOfBoundsException wrongly + fixed off by one error v 1.1b4 |