/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.905 by mark, Sun Mar 2 22:23:11 2003 UTC revision 1.906 by arenn, Sun Mar 2 23:58:58 2003 UTC
# Line 1  Line 1 
1    2003-03-02  Aaron M. Renn <arenn@urbanophile.com>
2    
3            * java/io/DataInputStream.java
4            Fix word wrapped comments
5            Commence primary ignition...
6            (convertToBoolean)
7            (convertToByte)
8            (convertToUnsignedInt)
9            (convertToChar)
10            (convertToShort)
11            (convertToUnsignedShort)
12            (convertToInt)
13            (convertToLong)
14            Diked out.
15            Elimate call to convert methods above and inline functionality in:
16            (readBoolean)
17            (readByte)
18            (readChar) + synchronized
19            (readInt) + synchronized
20            (readLong) + synchronized
21            (readShort) + synchronized
22            (readUnsignedByte)
23            * java/io/DataOutputStream.java
24            Re-indented code and fixed word wrapped comments
25            Commence primary ignition...
26            (convertFromBoolean)
27            (convertFromChar)
28            (getConvertedStringChars)
29            (convertFromShort)
30            (convertFromInt)
31            (convertFromLong)
32            Diked out.
33            (buf) Added new instance variable
34            Elimate call to convert methods above and inline functionality in:
35            (writeChar) + synchronized
36            (writeShort) + synchronized
37            (writeInt) + synchronized
38            (writeLong) + synchronized
39            * java/io/RandomAccessFile.java
40            Re-indented code and fixed word wrapped comments
41            (buf) Added new instance variable
42            Eliminate call to convert methods and inline functionality in:
43            (readByte)
44            (readUnsignedByte)
45            (readChar)
46            (readShort)
47            (readUnsignedShort)
48            (readInt)
49            (readLong)
50            (writeBoolean)
51            (writeChar)
52            (writeShort)
53            (writeInt)
54            (writeLong)
55  2003-03-02  Mark Wielaard  <mark@klomp.org>  2003-03-02  Mark Wielaard  <mark@klomp.org>
56    
57          * java/util/Properties.java (load): Only skip line if the first          * java/util/Properties.java (load): Only skip line if the first

Legend:
Removed from v.1.905  
changed lines
  Added in v.1.906

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26