summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release.classpath-0_99-releaseclasspath-0_99-release-branchAndrew John Hughes2012-03-083-9/+5
* Prepare for future 1.0 release.Andrew John Hughes2012-03-083-1/+10
* Remove duplicate sources and fail on error when copying tool sources.classpath-0.99Andrew John Hughes2012-03-082-2/+10
* Always define @gcctabopt.Andrew John Hughes2012-03-072-6/+12
* Fix GStreamer make distcheck build.Andrew John Hughes2012-02-222-2/+6
* Update NEWS prior to release.Andrew John Hughes2012-02-162-1/+53
* Remove trailing separator from locale data and hack to get around it in DateF...Andrew John Hughes2012-02-15164-608/+777
* PR classpath/42390: Use AccessController and PrivilegedAction to retrieve sys...Andrew John Hughes2012-02-083-4/+24
* PR classpath/42390: Add missing security checks in DatagramSocket.connect.Andrew John Hughes2012-02-082-1/+30
* Regenerate locale resources with 'format' month/day context and no alternativ...Andrew John Hughes2012-02-0256-1260/+1318
* Use the main approved value for properties, not the one that occurs last in t...Andrew John Hughes2012-01-3065-2228/+2297
* Replace property data with version sorted by key. This will make later chang...Andrew John Hughes2012-01-20135-55894/+56033
* RH712013: pdftk crashes with java.lang.ArrayIndexOutOfBoundsExceptionAndrew John Hughes2012-01-122-16/+86
* Add java/io/Console class and java/lang/System.console() methodPekka Enberg2012-01-087-2/+291
* Add java.io.IOError classPekka Enberg2012-01-062-0/+63
* Fix block-wise chosen-plaintext against SSL/TLS (BEAST) (CVE-2011-3389)Andrew John Hughes2011-12-214-53/+122
* Stefan Ring reports that commit f154af6 ("Fix HashMap.put() to check forPekka Enberg2011-10-302-1/+9
* PR classpath/45526: Produce header files for any inner classes found.Andrew John Hughes2011-09-092-32/+69
* PR classpath/45527: Replace '$' with '_' rather than '_00024'.Andrew John Hughes2011-07-072-0/+9
* PR classpath/40188: javah creates constants using name of the superclassAndrew John Hughes2011-07-072-2/+11
* Fix clock_gettime() support check for DarwinPekka Enberg2011-07-053-2/+12
* Fix issues with building with -Werror and gcc 4.6.Andrew John Hughes2011-06-277-19/+62
* Generate META-INF/INDEX.LIST file for glibj.zipPekka Enberg2011-05-292-1/+6
* Add Matcher.quoteReplacement API methodPekka Enberg2011-04-252-0/+28
* PR classpath/42823: Remove memory leaks in native code of java.net.VMInetAddr...Andrew John Hughes2011-03-312-0/+11
* Fix Java_java_nio_VMDirectByteBuffer_allocate() for negative capacityPekka Enberg2011-03-172-0/+13
* PR42390: Add missing call to SecurityManager.checkConnect in connect(SocketAd...Andrew John Hughes2011-03-152-1/+17
* Fix for PR 48131.Jeroen Frijters2011-03-152-1/+7
* Fix Use ArrayList.set() in StyleSheet.resolveStylePekka Enberg2011-03-142-1/+7
* PR classpath/42390: Don't include permissions of the Policy in toString() out...Andrew John Hughes2011-03-062-1/+17
* Fix Matcher.find() infinite loop bugPekka Enberg2011-03-022-0/+11
* Fix HashMap.put() to check for hashCode equality before equals()Pekka Enberg2011-02-222-1/+7
* Bump up HashMap default initial capacityPekka Enberg2011-02-222-3/+8
* Fix Formatter.parseInt() wrt. leading zeroesPekka Enberg2011-02-162-1/+8
* Implement Pattern.quote() API methodPekka Enberg2011-01-262-1/+44
* Fix PrintStream constructor API differences for nullPekka Enberg2011-01-232-0/+18
* Fix clock_gettime() fallbackPekka Enberg2011-01-222-3/+7
* Rename currentTimeMillis to currentTimeMicrosPekka Enberg2011-01-222-4/+10
* Fix java.lang.Class field and method API for null namesPekka Enberg2011-01-212-0/+22
* PR classpath/42390: Add and document missing security check in java.io.File#i...Andrew John Hughes2010-12-252-1/+10
* PR classpath/42390: Throw SecurityException when adding and removing LogManag...Andrew John Hughes2010-12-252-3/+34
* PR classpath/42390: Add security check to ObjectOutputStream(OutputStream) co...Andrew John Hughes2010-12-252-0/+56
* Provide implies shortcut for ProtectionDomain instances with AllPermission.Andrew John Hughes2010-12-252-0/+25
* Update java.lang.Class#getSimpleName() implementation from gcj's version.Andrew John Hughes2010-12-132-14/+21
* PR46775: Ensure use of setPolicy is reflected by the default SecurityManager.Andrew John Hughes2010-12-032-3/+17
* 2010-11-04 Andrew John Hughes <ahughes@redhat.com>Andrew John Hughes2010-11-053-8/+689
* PR44411: Make VMSystem.nanoTime independent of wall time where possible.Andrew John Hughes2010-11-053-12/+75
* Only initialise loggers when Configuration.DEBUG is true.Andrew John Hughes2010-09-0248-120/+248
* PR classpath/40889: "gtktoolkit" var in gtk_GtkToolkit.c requires NewGlobalRefAndrew John Hughes2010-08-102-1/+10
* jcl changes:Andrew John Hughes2010-08-102-41/+104