summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Uses JNILINK now, and fixed null ptr bugJohn Keiser1998-07-011-20/+21
* Changed JNILINK to not depend on VMI, changed API. More to come.John Keiser1998-07-012-105/+153
* Made JCL_ThrowException more thorough.John Keiser1998-07-011-2/+19
* JNILINK no longer depends on VMI.John Keiser1998-07-011-1/+1
* Changed so that it uses native peersJohn Keiser1998-07-011-39/+100
* Fix typo.Paul Fisher1998-06-261-4/+4
* Add NullPointerException comments to Programming Standards section.Paul Fisher1998-06-261-0/+25
* Add decompiling info.Paul Fisher1998-06-261-2/+9
* Added initial StringBuffer implementation.Paul Fisher1998-06-261-0/+131
* Added initial java.lang.String implementation. (doesn't currently work)Paul Fisher1998-06-261-0/+383
* Initial commit. Works but not well commented and has no copyright messageStuart Ballard1998-06-261-0/+269
* Initial version. Many doc comments missing, some functionality missing.Stuart Ballard1998-06-2620-0/+3739
* Compiles; fixed typo in getExceptionTypes() (thanks Geoffrey)John Keiser1998-06-241-1/+1
* Apparently it didn't compile ... does now.John Keiser1998-06-211-8/+0
* Initial RevisionJohn Keiser1998-06-2112-0/+985
* Initial RevisionJohn Keiser1998-06-2126-0/+3141
* Added 'final' attribute to methodsAaron M. Renn1998-06-211-15/+17
* initial checkinBrian Jones1998-06-201-0/+212
* initial checkinBrian Jones1998-06-2032-0/+1435
* initial checkinBrian Jones1998-06-201-0/+170
* initial checkinBrian Jones1998-06-208-0/+701
* Added java.io directoriesAaron M. Renn1998-06-191-0/+2
* Initial CheckinAaron M. Renn1998-06-1936-40/+4302
* Added io directoryAaron M. Renn1998-06-191-1/+1
* Initial CheckinAaron M. Renn1998-06-1910-0/+1112
* Added java.io directoryAaron M. Renn1998-06-191-1/+1
* typos. lalala.Paul Fisher1998-06-131-4/+4
* ditto.Paul Fisher1998-06-131-2/+1
* More typos fixed.Paul Fisher1998-06-131-1/+1
* More typos.Paul Fisher1998-06-131-5/+5
* Touch ups.Paul Fisher1998-06-131-1/+1
* Fix typo.Paul Fisher1998-06-131-5/+5
* Chaned @lisp to @example. Remove tabs, and fix menu structure.Paul Fisher1998-06-131-35/+37
* Now compiles with makeinfo.Paul Fisher1998-06-131-15/+16
* Fix some typos, add GNU MP infoPaul Fisher1998-06-131-15/+23
* Added Aaron's hacker's guide.Paul Fisher1998-06-131-0/+432
* Merged Petter's return cast patch to eliminate compiler warnings.Aaron M. Renn1998-06-101-18/+18
* Changes loggedAaron M. Renn1998-06-101-1/+14
* Added finalize methodAaron M. Renn1998-06-103-0/+34
* Fix incorrect return on end of streamAaron M. Renn1998-06-101-7/+7
* Eliminate unnecessary flushesAaron M. Renn1998-06-101-1/+7
* Updates loggedAaron M. Renn1998-06-101-0/+7
* Use PushbackInputStream to avoid single byte reads while fetching headersAaron M. Renn1998-06-101-18/+48
* Add private no-arg constructor to make sure Void cannot be instantiated.Paul Fisher1998-06-051-0/+1
* Added java.lang.Void.Paul Fisher1998-06-051-0/+5
* Added java.lang.Short.Paul Fisher1998-06-051-0/+166
* (equals): Add null test.Paul Fisher1998-06-051-1/+1
* Added java.lang.Byte.Paul Fisher1998-06-031-0/+168
* (hashCode): comment change.Paul Fisher1998-06-031-1/+0
* Added java.lang.Boolean.Paul Fisher1998-06-031-0/+45