summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Initial CheckinAaron M. Renn1998-08-219-0/+691
* Initial CheckinAaron M. Renn1998-08-219-0/+523
* Initial commit.Paul Fisher1998-08-211-0/+518
* Fixed such heinous bugs in readLine() that I can't believe it ever workedAaron M. Renn1998-08-201-8/+11
* Re-fixed major read bug where read would return 0 instead of -1 at endAaron M. Renn1998-08-201-7/+6
* (toLowerCase,toUpperCase): Don't copy str to newStr.Paul Fisher1998-08-161-2/+0
* Initial checkinAaron M. Renn1998-08-141-0/+1049
* Implemented toString methodsAaron M. Renn1998-08-121-3/+7
* Added Java implementation for basic system classes.John Keiser1998-08-115-0/+1310
* Added basic Java implementation for these system classes.John Keiser1998-08-111-0/+734
* Add byte/char encoder/decoder support.Paul Fisher1998-08-101-5/+128
* (equals): instanceof test fixedPaul Fisher1998-08-101-1/+1
* Add API docs.Paul Fisher1998-08-101-0/+10
* (equals): simplifyPaul Fisher1998-08-101-2/+1
* compiles again.Paul Fisher1998-08-101-1/+1
* (equals): simplifyPaul Fisher1998-08-101-2/+1
* Initial commit of java.lang.Character.Paul Fisher1998-08-091-0/+1239
* Added ChangeLogJohn Keiser1998-08-091-0/+30
* Made documentation like everybody else'sJohn Keiser1998-08-093-29/+2
* Updated TODO, added ChangeLog.John Keiser1998-08-092-1/+8
* Implemented loadImage() in SimpleBeanInfo.John Keiser1998-08-032-4/+6
* Fixed typo.John Keiser1998-08-021-290/+289
* Modified signatures for full compliance with spec. Added TODO.John Keiser1998-08-016-13/+31
* Moved synchronized keyword to appropriate place.John Keiser1998-08-011-7/+2
* Typo.John Keiser1998-08-011-3/+3
* Fixed a few NullPointerExceptions.John Keiser1998-08-011-20/+24
* Fairly major revision, changing which methods are used for what thingsJohn Keiser1998-08-013-75/+146
* Merged my log recordsAaron M. Renn1998-08-011-0/+304
* Initial CheckinAaron M. Renn1998-08-0127-0/+10417
* Moved data conversion functionality to package callable static method instead...Aaron M. Renn1998-08-012-181/+342
* Copyright notice updateAaron M. Renn1998-08-0134-365/+438
* Changed docs to specify that addXXX(type) need not have type==XXXJohn Keiser1998-08-011-7/+16
* Minor bugfixes.John Keiser1998-07-313-15/+20
* java.beans. Right now it just compiles. Test cases will follow.John Keiser1998-07-3123-0/+3214
* Renamed OSCField to ObjectStreamField to match JDK1.2b4 spec. ChangedGeoff Berry1998-07-293-46/+57
* Changed usage of OSCField to ObjectStreamField. Partially implementedGeoff Berry1998-07-291-25/+123
* Removed (no longer necessary).Geoff Berry1998-07-281-11/+0
* Completed (registerValidation(ObjectInputValidation,int)).Geoff Berry1998-07-281-146/+171
* Fixed variable name typos.Geoff Berry1998-07-271-3/+3
* (hashCode()) added return statement.Geoff Berry1998-07-271-0/+1
* Implemented all non-abstract methods.Geoff Berry1998-07-271-16/+244
* (remove(int)): added return of removed object.Geoff Berry1998-07-271-2/+3
* (addAll(int,Collection)): added return value.Geoff Berry1998-07-271-0/+3
* Added missing semicolon from inner class decl.Geoff Berry1998-07-271-1/+1
* Completed implements clause.Geoff Berry1998-07-271-1/+1
* Added empty bodies for non-abstract methods.Geoff Berry1998-07-271-14/+14
* Removed synchronized modifier from abstract methods.Geoff Berry1998-07-273-12/+12
* Removed synchronized modifiers from abstract methods.Geoff Berry1998-07-271-9/+9
* Added package declaration.Geoff Berry1998-07-271-0/+4
* First versionGeoff Berry1998-07-271-0/+6