summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/java/lang/Byte.java
Commit message (Expand)AuthorAgeFilesLines
* Un-@hide various APIs.Elliott Hughes2013-05-131-1/+0
* Suppress some FindBugs warnings.Elliott Hughes2011-05-201-2/+3
* Add new java.lang.*.compare methods.Elliott Hughes2011-02-281-1/+11
* Use int.class instead of Integer.TYPE (et cetera) for clarity.Elliott Hughes2011-02-081-1/+1
* Add an @hidden Byte.toHexString that does the right thing, and use it.Elliott Hughes2011-01-201-0/+8
* Apply various Intellij quick fixes to java.lang.Elliott Hughes2010-12-081-1/+1
* Fix Float.parseFloat (et cetera) javadoc.Elliott Hughes2010-10-251-14/+10
* Give every NumberFormatException a useful detail message.Elliott Hughes2010-10-181-12/+5
* Rewrote all the toString and bit twiddling code in Integer and Long usingJoshua Bloch2009-12-151-12/+13
* Integrate luni module (but not tests) to Harmony r772995.Jesse Wilson2009-07-241-39/+23
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+320
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-320/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-127/+102
* Initial ContributionThe Android Open Source Project2008-10-211-0/+345