Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up the way we access ICU's locale data. | Elliott Hughes | 2009-12-21 | 3 | -166/+115 |
* | Fix CurrencyTest's expectation for CAD in fr_FR. | Elliott Hughes | 2009-12-20 | 1 | -1/+1 |
* | Fix Long.toBinaryString, Long.toHexString, and Long.toOctalString for negativ... | Elliott Hughes | 2009-12-19 | 1 | -3/+3 |
* | Merge change I1e941570 | Android (Google) Code Review | 2009-12-18 | 1 | -4/+4 |
|\ | |||||
| * | Depessimize string conversions. | Elliott Hughes | 2009-12-18 | 1 | -4/+4 |
* | | Merge change I60383632 | Android (Google) Code Review | 2009-12-18 | 49 | -946/+1180 |
|\ \ | |/ |/| | |||||
| * | Update luni package to Harmony r888752. | Jesse Wilson | 2009-12-16 | 49 | -946/+1180 |
* | | Improve our java.util.Locale documentation. | Elliott Hughes | 2009-12-17 | 1 | -17/+38 |
* | | Merge change Ice913bbd | Android (Google) Code Review | 2009-12-16 | 1 | -241/+183 |
|\ \ | |||||
| * | | Make java.lang.Character fast. | Elliott Hughes | 2009-12-16 | 1 | -241/+183 |
* | | | Fixed a bug int the new version of Long.reverse introduce in change Id6bd7c81. | Joshua Bloch | 2009-12-16 | 1 | -16/+16 |
|/ / | |||||
* | | Merge change Id6bd7c81 | Android (Google) Code Review | 2009-12-16 | 9 | -545/+674 |
|\ \ | |/ |/| | |||||
| * | Rewrote all the toString and bit twiddling code in Integer and Long using | Joshua Bloch | 2009-12-15 | 9 | -545/+674 |
* | | Merge change Iadae8af9 | Android (Google) Code Review | 2009-12-15 | 1 | -6/+3 |
|\ \ | |||||
| * | | Updating Caliper runner to correspond with caliper r20091215 | Jesse Wilson | 2009-12-15 | 1 | -6/+3 |
* | | | Eclipse doesn't like that this class' directory didn't match its package. | Elliott Hughes | 2009-12-15 | 1 | -0/+0 |
|/ / | |||||
* | | Merge change I1d96b51e | Android (Google) Code Review | 2009-12-14 | 1 | -0/+199 |
|\ \ | |||||
| * | | Merge branch 'archive_888752' into archive_dalvik | Jesse Wilson | 2009-12-09 | 1 | -0/+199 |
* | | | Merge change Ie84afdff | Android (Google) Code Review | 2009-12-14 | 1 | -0/+36 |
|\ \ \ | |||||
| * | | | Support running caliper with the jtreg runner. This is an early first look; | Jesse Wilson | 2009-12-10 | 1 | -0/+36 |
| |/ / | |||||
* | | | More java.io.File cleanup. | Elliott Hughes | 2009-12-10 | 2 | -88/+113 |
|/ / | |||||
* | | Fix java.util.Formatter formatting of -0.0. | Elliott Hughes | 2009-12-09 | 1 | -19/+13 |
|/ | |||||
* | Improve the FileNotFoundExceptions thrown by OSFileSystem.open. | Elliott Hughes | 2009-12-08 | 3 | -92/+41 |
* | Fix build. | Elliott Hughes | 2009-12-08 | 1 | -1/+1 |
* | Merge change I8cdf9790 | Android (Google) Code Review | 2009-12-08 | 5 | -5/+66 |
|\ | |||||
| * | Take Locale into account in java.util.Formatter uppercase conversions. | Elliott Hughes | 2009-12-08 | 5 | -5/+66 |
* | | More java.io.File cleanup. | Elliott Hughes | 2009-12-07 | 1 | -110/+82 |
* | | Merge change I76f1dbe7 | Android (Google) Code Review | 2009-12-05 | 1 | -136/+86 |
|\ \ | |||||
| * | | More java.io.File cleanup. | Elliott Hughes | 2009-12-05 | 1 | -136/+86 |
| |/ | |||||
* | | Improve TimeZone documentation. | Elliott Hughes | 2009-12-05 | 1 | -0/+15 |
|/ | |||||
* | Merge change I97af6ec8 | Android (Google) Code Review | 2009-12-05 | 5 | -197/+131 |
|\ | |||||
| * | More java.io.File cleanup. | Elliott Hughes | 2009-12-04 | 5 | -197/+131 |
* | | Merge change Ia8ff1644 | Android (Google) Code Review | 2009-12-04 | 2 | -49/+57 |
|\ \ | |/ |/| | |||||
| * | Fix two trivial Formatter bugs (found by jtreg). | Elliott Hughes | 2009-12-04 | 2 | -49/+57 |
* | | Merge change I85442b60 | Android (Google) Code Review | 2009-12-04 | 3 | -16/+51 |
|\ \ | |/ |/| | |||||
| * | Android ICU4.2.1 upgrade. | Claire Ho | 2009-12-02 | 3 | -16/+51 |
* | | Merge change I6d8a640c | Android (Google) Code Review | 2009-12-03 | 4 | -459/+278 |
|\ \ | |||||
| * | | Make java.util.Formatter perform acceptably (and fix two jtreg failures). | Elliott Hughes | 2009-12-03 | 4 | -459/+278 |
* | | | Merge change I47b9b7f9 | Android (Google) Code Review | 2009-11-30 | 1 | -267/+293 |
|\ \ \ | |||||
| * | | | DPQ Comment cleanup (and a few very minor code changes) | Joshua Bloch | 2009-11-30 | 1 | -267/+293 |
| | |/ | |/| | |||||
* | | | Replaced all versions of binarySearch with better versions. | Joshua Bloch | 2009-11-30 | 1 | -237/+160 |
|/ / | |||||
* | | More java.io.File improvements. | Elliott Hughes | 2009-11-29 | 3 | -81/+99 |
|/ | |||||
* | Fix File.isHidden and File.listRoots. | Elliott Hughes | 2009-11-25 | 2 | -63/+9 |
* | A few notes on why we don't cache canonical paths. | Jesse Wilson | 2009-11-24 | 1 | -1/+5 |
* | Merge change I9189bd9d | Android (Google) Code Review | 2009-11-23 | 5 | -520/+383 |
|\ | |||||
| * | Fix java.io.File's JNI's fixed-length buffers. | Elliott Hughes | 2009-11-23 | 5 | -520/+383 |
* | | Merge change Iff90b1aa | Android (Google) Code Review | 2009-11-23 | 1 | -5/+8 |
|\ \ | |||||
| * | | Explicitly ignore non-IPv4/IPv6 addresses from IFA_ADDRESS. | Elliott Hughes | 2009-11-23 | 1 | -5/+8 |
* | | | Merge change I72b1f303 | Android (Google) Code Review | 2009-11-23 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Add a comment. | Elliott Hughes | 2009-11-23 | 1 | -0/+4 |
| |/ / |