summaryrefslogtreecommitdiff
path: root/libjava/java/net/URLDecoder.java
Commit message (Collapse)AuthorAgeFilesLines
* URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)Mark Wielaard2001-01-151-21/+56
| | | | | | | * java/net/URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com) (decode): Merge comments with Classpath, don't throw Exception From-SVN: r39030
* 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
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-191-1/+1
| | | | From-SVN: r31504
* Makefile.am: Added URLDecoder and URLEncoder.Warren Levy1999-04-231-0/+48
* Makefile.am: Added URLDecoder and URLEncoder. * Makefile.in: Rebuilt. * java/net/ServerSocket.java (setSocketFactory): Renamed from setSocketImplFactory to match spec. * java/net/Socket.java (getSoLinger): Changed return type to match spec. * java/net/URLDecoder.java: New file. * java/net/URLEncoder.java: New file. From-SVN: r26605