1. 11 Jan, 2000 31 commits
  2. 10 Jan, 2000 8 commits
  3. 09 Jan, 2000 1 commit
    • natString.cc (init): Test for overflow condition during out of bounds check. · b11f6430
      2000-01-09  Anthony Green  <green@cygnus.com>
      
      	* java/lang/natString.cc (init): Test for overflow condition
      	during out of bounds check.
      	(getChars): Throw StringIndexOutOfBoundsException, not
      	ArrayIndexOutOfBoundsException.
      	(getBytes): Ditto.
      	(regionMatches): Obey case option during string comparison.
      
      	* configure.host (ligcj_interpreter): New variable.  Enable
      	interpreter by default on IA-32.
      	* configure.in:  Examine libgcj_interpreter.
      	* configure: Rebuilt.
      
      From-SVN: r31300
      Anthony Green committed