aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2007-07-16File.java: Implement Comparable<File>.Tom Tromey2-33/+11
2007-07-13[multiple changes]Andrew Haley3-7/+15
2007-07-13natPosixProcess.cc: Include <sys/time.h> before <sys/resource.h> to restore b...Roger Sayle1-0/+3
2007-07-05natPosixProcess.cc: Reorder includes to fix compilation on hppa2.0w-hp-hpux11...Andreas Tobler1-2/+1
2007-07-03Class.h: Remove redundant 'class java::*::* declarations.Andreas Tobler1-9/+0
2007-06-03libjava/classpath/ChangeLog.gcj:Matthias Klose111-1516/+2360
2007-05-31natClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access mod...Andrew Haley1-1/+10
2007-05-12re PR libgcj/29324 (add wait handling hook)David Daney4-167/+180
2007-05-08re PR java/31842 (r124338 causes java Divide_1 and pr6388 to fail)Ian Lance Taylor1-4/+4
2007-05-02natCharacter.cc (Character::getType): Handle negative code points.Tom Tromey1-10/+8
2007-04-26ObjectStreamClass.java (ensureFieldsSet): New method.Andrew Haley1-0/+4
2007-04-25re PR libgcj/31084 (TRUE or FALSE defined)John David Anglin1-3/+2
2007-04-19libjavaTom Tromey62-129/+129
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley1-2/+0
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley3-50/+39
2007-04-16Committed up-to-date .class and .h files from an earlier commitTom Tromey2-0/+2
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley1-5/+23
2007-04-09re PR libgcj/23758 (java::lang::ConcreteProcess::nativeSpawn unsafe)David Daney1-30/+50
2007-04-05DecimalFormatSymbols.java: Added the year 2007 to Copyright information and i...Tania Bento5-19/+143
2007-04-02natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.Andrew Haley5-7/+56
2007-03-30re PR libgcj/29869 (LogManager class loading failure with Tomcat)Tom Tromey1-2/+10
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney1-9/+28
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz2-0/+14
2007-03-12natString.cc (getBytes (jstring enc)): Fixed the loop for multiple cycles, Co...Marco Trudel1-8/+11
2007-03-07Win32Process.java: Added nested class EOFInputStream.Mohan Embar3-6/+48
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva3-11/+48
2007-03-05Character.java: Re-merged with Classpath.Mark Wielaard12-245/+596
2007-03-05natVMProxy.cc (ncode_closure.meth): Delete.Andrew Haley5-13/+68
2007-03-05sources.am, [...]: Rebuilt.Tom Tromey14-119/+185
2007-03-05Updating header files. Earlier change here seems to have been in error.Tom Tromey31-60/+60
2007-03-05natClass.cc (parseAnnotationElement): Correct long annotations to read JV_CON...Andrew Haley1-1/+1
2007-03-02AnnotationInvocationHandler.java: Generify in a few places.Andrew Haley1-3/+2
2007-02-232007-02-23 Gary Benson <gbenson@redhat.com>Gary Benson1-2/+7
2007-02-22re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken)Jakub Jelinek4-479/+96
2007-02-21GregorianCalendar.java: Removed.Gary Benson2-1359/+0
2007-02-20XEventLoop.h: Regenerated.Gary Benson31-60/+60
2007-02-16Thread.java (Thread(ThreadGroup, Runnable, String)): Pass new parameter const...David Daney4-8/+34
2007-02-16[multiple changes]Andrew Haley3-52/+57
2007-02-15PlainSocketImpl.h: Regenerate.David Daney2-2/+1
2007-02-12Collections.java (UnmodifiableMap.toArray): Imported changes from Classpath.Tom Tromey2-2208/+0
2007-02-12VMTimeZone.java: Rewrite to handle both the old 'TZif\0' format and the new one.Jakub Jelinek1-55/+402
2007-02-06Checking in header files missed by earlier commitTom Tromey3-1/+7
2007-02-01* java/lang/ClassLoader.java (getResources): No longer final.Tom Tromey1-1/+1
2007-02-01LogManager.java (loggers): Genericized.Tom Tromey7-39/+37
2007-02-01Calendar.java: Implement Comparable<Calendar>.Tom Tromey5-46/+169
2007-01-31prims.cc (_Jv_Abort): fflush (stderr).Andrew Haley1-0/+6
2007-01-31re PR libgcj/30606 (natVMURLConnection.cc:21: error: 'magic_t' does not name ...Tom Tromey1-6/+6
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway2-1/+5
2007-01-29natClass.cc (initializeClass): Re-throw SecurityExceptions.Andrew Haley3-0/+33
2007-01-26libjavaTom Tromey31-60/+60