summaryrefslogtreecommitdiff
path: root/libjava/java/net/URLConnection.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in URLConnection and correct javadoc annotations in StringBuffer.Anthony Green2001-01-071-2/+0
| | | | From-SVN: r38781
* All files: Updated copyright information.Tom Tromey2000-03-071-1/+1
| | | | | | | | | * All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387
* Minor clean up and bug fix.Anthony Green2000-02-261-1/+1
| | | | From-SVN: r32196
* re GNATS libgcj/38 (Static initializer in DecimalFormat eventually depends ↵Bryce McKinlay2000-02-251-7/+21
| | | | | | | | | | | | | | | on itself) 2000-02-25 Bryce McKinlay <bryce@albatross.co.nz> * java/net/URLConnection.java (initializeDateFormats): New private method. (getHeaderFieldDate): Call initializeDateFormats if required. locale, dateFormat1, dateFormat2, dateFormat3: Don't initialize these. Fix for PR libgcj/38. From-SVN: r32153
* Makefile.in: Rebuilt.Anthony Green2000-02-211-4/+21
| | | | | | | | | | | | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (ordinary_java_source_files): Add gnu/gcj/io/DefaultMimeTypes.java and gnu/gcj/io/MimeTypes.java * scripts/MakeDefaultMimeTypes.java: New file. * scripts/mime.types: New file. * scripts/classes.pl: Moved from top level. * classes.pl: Moved to scripts directory. * java/net/URLConnection.java: Implement guessContentTypeFromName. * gnu/gcj/io/MimeTypes.java: New file. * gnu/gcj/io/DefaultMimeTypes.java: New file. From-SVN: r32086
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-191-1/+1
| | | | From-SVN: r31504
* Initial revisionTom Tromey1999-04-071-0/+423
From-SVN: r26263