aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/natString.cc
AgeCommit message (Expand)AuthorFilesLines
2006-03-10re PR libgcj/23495 (java.lang.String.equals is suboptimal)Tom Tromey1-57/+37
2006-01-07Character.java (SIZE, [...]): New fields from Classpath.Tom Tromey1-1/+14
2005-06-01re PR libgcj/21753 (String.substring sharing heuristic should be improved)Tom Tromey1-1/+4
2005-05-25re PR libgcj/21703 (hang when rapidly calling String.intern())Tom Tromey1-3/+7
2005-04-22jni.cc (natrehash): Don't bother clearing memory again.Anthony Green1-2/+0
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-9/+8
2004-11-23String.java (rehash): Removed.Michael Koch1-4/+5
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay1-24/+0
2003-10-16natString.cc (getChars): Fix validation of array indexes.Ralph Loader1-10/+16
2003-09-29re PR libgcj/10596 (Reference and String.intern don't work together)Tom Tromey1-24/+35
2003-07-28natString.cc (init(gnu.gcj.runtime.StringBuffer)): New method.Tom Tromey1-0/+7
2003-06-07re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ...Mark Wielaard1-6/+6
2003-04-28natString.cc (_Jv_AllocString): Initialize cachedHashCode.Tom Tromey1-0/+2
2003-03-30natString.cc (hashCode): Use cachedHashCode.Eric Blake1-11/+25
2002-06-13natString.cc (init): Handle case where DONT_COPY is true and OFFSET!=0.Tom Tromey1-2/+1
2002-05-07* java/lang/natString.cc (unintern): Fixed typo.Tom Tromey1-2/+2
2001-11-15natString.cc: correct argument order for _Jv_AllocPtrFreeObjHans Boehm1-1/+1
2001-07-30natIconv.cc (done): New methods.Tom Tromey1-0/+2
2001-05-24natString.cc (init): Throw ArrayIndexOutOfBoundsException.Tom Tromey1-8/+10
2001-05-24[multiple changes]Tom Tromey1-6/+14
2001-05-21javaprims.h (_Jv_FormatInt): New declaration.Per Bothner1-0/+46
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner1-6/+12
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner1-6/+9
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-11/+11
2001-03-18natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'...Tom Tromey1-18/+58
2000-12-02natMath.cc: Declare fabsf() function.Bryce McKinlay1-1/+1
2000-11-18natString.cc: Include Locale.h.Tom Tromey1-12/+83
2000-05-19Jumbo patch:Tom Tromey1-50/+50
2000-04-12natString.cc (intern): Temporarily disable finalizer registration.Tom Tromey1-1/+1
2000-04-12natString.cc (unintern): Added `obj' argument.Tom Tromey1-3/+6
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
2000-01-09natString.cc (init): Test for overflow condition during out of bounds check.Anthony Green1-16/+23
1999-12-02natString.cc (equalsIgnoreCase): return false if anotherString is null.Bryce McKinlay1-1/+1
1999-09-10configure: Rebuilt.Tom Tromey1-1/+1
1999-07-26natString.cc (substring): optimize where substring is entire String.Bryce McKinlay1-0/+2
1999-04-21natString.cc (getBytes): Reverted earlier change and applied correct fix from...Tom Tromey1-3/+5
1999-04-21natString.cc (getBytes): Correctly size result buffer.Tom Tromey1-2/+2
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner1-23/+56
1999-04-07natString.cc (init(jbyteArray,jint,jint,jstring)): Set count to 0 when InputS...Warren Levy1-0/+4
1999-04-07Initial revisionTom Tromey1-0/+800