/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.4841 by mark, Sat Sep 17 21:41:33 2005 UTC revision 1.4842 by tromey, Sat Sep 17 21:58:41 2005 UTC
# Line 1  Line 1 
1    2005-09-17  Tom Tromey  <tromey@redhat.com>
2    
3            * java/lang/Short.java (SIZE): New constant.
4            (MIN_CACHE, MAX_CACHE): Likewise.
5            (shortCache): New field.
6            (reverseBytes): New method.
7            * java/lang/Long.java (SIZE): New constant.
8            (valueOf): New method.
9            (bitCount): New method.
10            (rotateLeft): New method.
11            (rotateRight): New method.
12            (highestOneBit): New method.
13            (numberOfLeadingZeros): New method.
14            (lowestOneBit): New method.
15            (numberOfTrailingZeros): New method.
16            (signum): New method.
17            (reverseBytes): New method.
18            (reverse): New method.
19            * java/lang/Float.java (SIZE): New constant.
20            * java/lang/Double.java (SIZE): New constant.
21            * java/lang/Character.java (SIZE): New constant.
22            (MAX_CACHE): Likewise.
23            (charCache): New field.
24            (valueOf): New method.
25            (reverseBytes): Likewise.
26            * java/lang/Byte.java (SIZE): New constant.
27            (byteCache): New field.
28            (valueOf): New method.
29            * java/lang/Boolean.java (parseBoolean): New method.
30    
31  2005-09-17  Mark Wielaard  <mark@klomp.org>  2005-09-17  Mark Wielaard  <mark@klomp.org>
32    
33          Reported by David Lichteblau <david@lichteblau.com>          Reported by David Lichteblau <david@lichteblau.com>

Legend:
Removed from v.1.4841  
changed lines
  Added in v.1.4842

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