OSDN Git Service

Merge "Double the speed of DecimalFormat creation."
[android-x86/dalvik.git] / libcore /
2010-01-28 Elliott HughesMerge "Double the speed of DecimalFormat creation."
2010-01-28 Andy McFaddenMerge "Sneak a method-find feature into dexlist."
2010-01-28 Andy McFaddenMerge "Added note about NewStringUTF."
2010-01-28 Ben ChengMerge "Add a poor-man's disassembler to inspect crashes...
2010-01-28 Elliott HughesDouble the speed of DecimalFormat creation.
2010-01-28 Jesse WilsonMerge "Removing dead code from our copy of Xalan."
2010-01-28 Andy McFaddenMerge "Add streaming method profiling support."
2010-01-28 Jesse WilsonRemoving dead code from our copy of Xalan.
2010-01-28 Jesse WilsonMerge "Bring our XML APIs up to date with Java 5."
2010-01-28 Brett Chabotam ffea5ceb: am 0e9d568e: Merge "Mark libcore cert...
2010-01-28 Jesse WilsonBring our XML APIs up to date with Java 5.
2010-01-28 Brett Chabotam ff3a96c9: am c4f93305: Fix for DecimalFormatTest...
2010-01-28 Elliott HughesRemove commented-out code.
2010-01-28 Elliott HughesMerge "Fix NumberFormat's behavior with BigInteger...
2010-01-28 Elliott HughesFix NumberFormat's behavior with BigInteger and custom...
2010-01-28 Brian CarlstromMerge "Spelling fixes"
2010-01-27 Bill BuzbeeMerge "Jit: Fix INSTANCE_OF corner case."
2010-01-27 Andy McFaddenAdd streaming method profiling support.
2010-01-27 Elliott HughesRename icu4jni's DecimalFormat to NativeDecimalFormat...
2010-01-27 Elliott HughesGut NativeDecimalFormat in favor of icu4jni.DecimalFormat.
2010-01-27 Elliott HughesAdd a java.util.Formatter test suggested by egnor month...
2010-01-27 Elliott HughesMerge "Add a cache to Currency.getInstance(Locale)."
2010-01-27 Carl ShapiroMerge "Eliminate the constraint that thread ids must...
2010-01-27 Brian CarlstromSpelling fixes
2010-01-27 Elliott HughesAdd a cache to Currency.getInstance(Locale).
2010-01-27 Elliott HughesMerge "Simplify our DecimalFormat."
2010-01-27 Jesse WilsonMerge "Fix spelling of explicitly"
2010-01-27 Jesse WilsonFix spelling of explicitly
2010-01-27 Elliott HughesSimplify our DecimalFormat.
2010-01-26 Carl ShapiroMerge "Test the lock shape before falling into the...
2010-01-26 Dan BornsteinMerge "Cause dex verification to fail if the class_defs...
2010-01-26 Jesse WilsonMerge "Including proper prefixes and qualified names...
2010-01-26 Jesse WilsonIncluding proper prefixes and qualified names in the...
2010-01-25 Carl ShapiroMerge "Move the waitSetAppend subroutine call ahead...
2010-01-25 Ben ChengMerge "Tighten the safe points for code cache resets...
2010-01-25 Elliott HughesFix @link and @see tags.
2010-01-23 Elliott HughesMerge "java.util.Formatter javadoc fix."
2010-01-23 Elliott HughesMerge "Switch our ICU JNI over to C++ and tidy up a...
2010-01-23 Elliott Hughesjava.util.Formatter javadoc fix.
2010-01-23 Elliott HughesFix java.util.Formatter "%tz".
2010-01-23 Elliott HughesMerge "Rewrite java.util.Formatter documentation."
2010-01-23 Elliott HughesSwitch our ICU JNI over to C++ and tidy up a little.
2010-01-23 Carl ShapiroMerge "Update the hash state bits when an identity...
2010-01-22 Elliott HughesRewrite java.util.Formatter documentation.
2010-01-22 Jesse WilsonMerge "Adding support for arbitrary VM args in dalvik...
2010-01-22 Andy McFaddenMerge "Move VM feature strings (used by DDMS) into...
2010-01-22 Andy McFaddenMove VM feature strings (used by DDMS) into VM.
2010-01-22 Jesse WilsonAdding support for arbitrary VM args in dalvik runner.
2010-01-22 Jesse WilsonTeaching DalvikRunner to run arbitrary classes with...
2010-01-22 Elliott HughesMerge "Minor tidy-up of some of the ICU interface."
2010-01-22 Elliott HughesMinor tidy-up of some of the ICU interface.
2010-01-22 Ben ChengMerge "Temporarily disable JIT for performance A/B...
2010-01-22 Nagendra ModaduguMerge "Remove StartCom MD5 root which is no longer...
2010-01-22 Nagendra ModaduguRemove StartCom MD5 root which is no longer in use:
2010-01-22 Brett Chabotam 0e9d568e: Merge "Mark libcore cert tests using expir...
2010-01-22 Brett ChabotMerge "Mark libcore cert tests using expired certs...
2010-01-21 Brett ChabotMark libcore cert tests using expired certs as known...
2010-01-21 Brett Chabotam c4f93305: Fix for DecimalFormatTest#test_formatToCha...
2010-01-21 Brett ChabotFix for DecimalFormatTest#test_formatToCharacterIterato...
2010-01-21 Elliott HughesImprove the DecimalFormat JNI.
2010-01-21 Elliott HughesFix String.format("%d", null) and relatives.
2010-01-21 Elliott HughesMerge "More java.util.Formatter performance work."
2010-01-21 Elliott HughesMore java.util.Formatter performance work.
2010-01-20 Nagendra ModaduguMerge "Remove expired root CAs: - IPS SERVIDORES/emailA...
2010-01-20 Nagendra ModaduguRemove expired root CAs:
2010-01-20 Nagendra ModaduguMerge "Add StartCom CA certificates: - StartCom Certifi...
2010-01-20 Nagendra ModaduguAdd StartCom CA certificates:
2010-01-20 Nagendra ModaduguMerge "Add two Verisign Root CA certificates: - VeriSig...
2010-01-20 Nagendra ModaduguAdd two Verisign Root CA certificates:
2010-01-20 Carl ShapiroMerge "Eliminate unused variables."
2010-01-20 Jesse WilsonMerge "Scrubbing some jtreg bugs."
2010-01-20 Jesse WilsonScrubbing some jtreg bugs.
2010-01-19 Elliott HughesOne true way to query "java.net.preferIPv6Addresses".
2010-01-19 Elliott HughesRewrite InetAddress' DNS cache.
2010-01-15 Ben ChengMerge "Fix chaining offset mis-calculation for translat...
2010-01-15 Elliott HughesFix Formatter's behavior with %% and %n.
2010-01-15 Elliott HughesMerge "Speed up Character."
2010-01-15 Ficus KirkpatrickFix a NPE in java.util.Formatter.
2010-01-14 Ben ChengMerge "Fix bad long negate; bug 2373405 - EnumSetTest...
2010-01-14 Elliott HughesSpeed up Character.
2010-01-14 Elliott HughesMerge "Fix Date.toString."
2010-01-14 Elliott HughesFix Date.toString.
2010-01-14 Bill BuzbeeMerge "Restore threshold to 200 as a temporary workaround"
2010-01-14 Elliott HughesMerge "Remove the last bits of the ICU ResourceBundle...
2010-01-13 Carl ShapiroMerge "Separately sweep the monitor list before sweepin...
2010-01-13 Elliott HughesRemove the last bits of the ICU ResourceBundle hack.
2010-01-13 Elliott HughesMerge "Fix a comment."
2010-01-12 Bill BuzbeeMerge "Performance tweak for Jit lookup & adjust table...
2010-01-12 Elliott HughesFix a comment.
2010-01-12 Elliott HughesMake Formatter %d cost about the same as %s (i.e. 60...
2010-01-12 Elliott HughesShow DalvikRunner test output even on success when...
2010-01-12 Elliott HughesMerge "Shave another 10%-25% off Formatter."
2010-01-12 Bill BuzbeeMerge "Fix for 2367397 - Runtime reset with threshold...
2010-01-12 Carl ShapiroMerge "Delete remaining FANCY_REFERENCE_SUBCLASS code...
2010-01-12 Brett Chabotam 82e86144: am 56176a05: Fix ScannerTest failures.
2010-01-12 Brett Chabotam 56176a05: Fix ScannerTest failures.
2010-01-12 Elliott HughesShave another 10%-25% off Formatter.
2010-01-12 Brett ChabotFix ScannerTest failures.
2010-01-11 Elliott HughesSet peer for new SSLSessionImpl instances.
2010-01-11 Brett Chabotam eb9ea32d: am 53a6c01c: Fix DecimalFormatTest#test_se...
next