summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix java/lang/String.codePoint{At|Before} exception typesPekka Enberg2012-10-152-0/+10
* Handle malloc() failure in java_util_VMTimeZone.c file.Ivan Maidanski2012-10-152-1/+15
* Replace all .cvsignore files with .gitignoreIvan Maidanski2012-10-1568-3/+70
* Fix warnings in java.awt.geom.Area.Andrew John Hughes2012-10-152-120/+152
* Java warnings cleanup for javax.sound.* and gnu.javax.sound.*Andrew John Hughes2012-10-1013-114/+211
* PR42134: NullPointerException in java.text.BidiAndrew John Hughes2012-09-283-8/+20
* Warning cleanup in tools (gjdoc & rmic).Andrew John Hughes2012-09-2624-580/+663
* Use accessor functions to manipulate xmlOutputBufferDodji Seketeli2012-08-092-3/+24
* Fix warnings in java.util.TimeZone.Andrew John Hughes2012-08-092-42/+55
* Fix warnings in java.text.* and gnu.java.text.*Andrew John Hughes2012-07-3114-245/+367
* Merge branch 'master' of git.sv.gnu.org:/srv/git/classpathAndrew John Hughes2012-07-020-0/+0
|\
| * Cache the compiled regular expressions for splitting locale data fields.Andrew John Hughes2012-05-013-3/+26
* | PR44052: Cache parsed property data for DateFormatSymbols.Andrew John Hughes2012-07-022-34/+260
* | Refactor DateFormatSymbols to use list of ResourceBundle objects for all look...Andrew John Hughes2012-05-312-16/+55
* | Remove use of deprecated pango_ft2_font_map_create_context which breaks -Werr...Andrew John Hughes2012-05-042-3/+13
* | PR classpath/53171: Cache the compiled regular expressions for splitting loca...Andrew John Hughes2012-05-023-3/+27
|/
* Update warning suppression for newer compilers (unchecked->rawtypes).Andrew John Hughes2012-05-0132-65/+173
* Replace use of deprecated gdk_pixbuf_unref.Andrew John Hughes2012-04-242-1/+8
* Add missed ChangeLog entry.Andrew John Hughes2012-04-031-0/+4
* Move .cvsignore to .gitignore.Andrew John Hughes2012-04-031-0/+0
* Update copyright notices.Jakub Jelinek2012-04-033-5/+12
* Don't check if TimeZone is an instance of SimpleTimeZone.Jakub Jelinek2012-04-032-8/+6
* Decrement index when removing elements from PriorityQueue. Catch capacity < 1.Andrew Haley2012-04-032-0/+9
* Negate dayOfWeek in java.util.TimeZone.getDateParams.Andrew Haley2012-04-032-6/+23
* Implement Matcher.usePattern(Pattern).Andrew John Hughes2012-04-032-1/+28
* PR libgcj/52694Andrew Haley2012-03-292-0/+10
* Merge branch 'penberg-next'Andrew John Hughes2012-03-1934-26/+431
|\
| * Add missing Java 1.7 AutoCloseable interfacePekka Enberg2012-03-1416-3/+91
| * Add missing Java 1.7 java/lang/reflect/Modifier methodsPekka Enberg2012-03-142-1/+50
| * Add missing Java 1.7 ReflectiveOperationException classPekka Enberg2012-03-148-18/+117
| * Add missing Java 1.7 constructors to java/lang classesPekka Enberg2012-03-143-3/+35
| * Add missing Java 1.7 compare() API methods to java/lang classesPekka Enberg2012-03-147-0/+115
| * Add missing java/lang/System.lineSeparator() methodPekka Enberg2012-03-142-0/+17
| * Fix java/lang/reflect/Member.getDeclaringClass() return typePekka Enberg2012-03-142-1/+6
* | Add key to NEWS file along the same lines as IcedTea's.Andrew John Hughes2012-03-192-0/+17
|/
* 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