2004-08-30 Casey Marshall <csm@gnu.org> Author e-mail updated for all files. * gnu/java/security/OID.java (equals): Test if the aurgment is an instance of OID. (compareTo): Use `equals'. * gnu/java/security/der/BitString.java (equals): Test if the argument is an instance of BitString. * gnu/java/security/der/DERReader.java: Removed NIO imports. Made class final. Made fields private. (<init>): New constructor. (skip): New method. (makeString): Made static; don't use NIO. (fromIso88591, fromUtf16Be, fromUtf8): New methods. * gnu/java/security/der/DERWriter.java: Fixed imports. (writeString): Don't use NIO. (toIso88591, toUtf16Be, toUtf8): New methods. * gnu/java/security/der/DERValue.java: Formatting changes only. * gnu/java/security/der/DER.java: Likewise. From-SVN: r86765 |
||
|---|---|---|
| .. | ||
| gcj | ||
| gnu | ||
| include | ||
| java | ||
| javax | ||
| jni | ||
| libltdl | ||
| org | ||
| scripts | ||
| sysdep | ||
| testsuite | ||
| .cvsignore | ||
| acinclude.m4 | ||
| aclocal.m4 | ||
| addr2name.awk | ||
| boehm.cc | ||
| ChangeLog | ||
| ChangeLog-1999 | ||
| ChangeLog-2001 | ||
| ChangeLog-2002 | ||
| ChangeLog-2003 | ||
| configure | ||
| configure.ac | ||
| configure.host | ||
| COPYING | ||
| defineclass.cc | ||
| exception.cc | ||
| gij.cc | ||
| HACKING | ||
| interpret.cc | ||
| jni.cc | ||
| LIBGCJ_LICENSE | ||
| libgcj-test.spec.in | ||
| libgcj.pc.in | ||
| libgcj.spec.in | ||
| libtool-version | ||
| Makefile.am | ||
| Makefile.in | ||
| mauve-libgcj | ||
| NEWS | ||
| no-threads.cc | ||
| nogc.cc | ||
| pkg.m4 | ||
| posix-threads.cc | ||
| posix.cc | ||
| prims.cc | ||
| README | ||
| resolve.cc | ||
| THANKS | ||
| verify.cc | ||
| win32-threads.cc | ||
| win32.cc | ||
This is libgcj: the runtime library for gcj, the GNU Compiler for Java. libgcj provides a partial implementation of the Java Class Libraries. libgcj is free software. See the file LIBGCJ_LICENSE for copying permission. DOCUMENTATION ============= All documentation, including detailed installation and usage instructions, can be found on the gcj web pages at this URL: http://gcc.gnu.org/java/ BUGS ==== Please submit bug reports via this URL: http://gcc.gnu.org/bugzilla