OSDN Git Service

android-x86/dalvik.git
2010-03-23 Elliott Hughesam b7b9be13: Merge "Improve java.net.InetAddress.getLoc...
2010-03-23 Elliott HughesMerge "Improve java.net.InetAddress.getLocalHost docume...
2010-03-23 Brian CarlstromMerge "Fix --debug-port to --debug in vogar usage"...
2010-03-23 Brian CarlstromFix --debug-port to --debug in vogar usage
2010-03-23 Elliott HughesMerge "Remove the "default buffer size" warnings."...
2010-03-23 Elliott HughesRemove the "default buffer size" warnings.
2010-03-23 Bill Buzbeeam 02388cf1: Jit: disable for Sapphire.
2010-03-23 Bill BuzbeeJit: disable for Sapphire.
2010-03-23 Elliott HughesImprove java.net.InetAddress.getLocalHost documentation.
2010-03-23 Andy McFaddenam d4e0952b: Further refinements to "kill other thread".
2010-03-23 Andy McFaddenFurther refinements to "kill other thread".
2010-03-23 Elliott HughesMerge "Revert the removal of java.nio.NIOAccess, which...
2010-03-23 Elliott HughesRevert the removal of java.nio.NIOAccess, which framewo...
2010-03-23 Elliott HughesMerge "Add the Java 6 java.text.spi and java.util.spi...
2010-03-22 Elliott HughesAdd the Java 6 java.text.spi and java.util.spi interfaces.
2010-03-22 Bill Buzbeeam 64ee717b: Jit: Re-enable for Sapphire
2010-03-22 Bill BuzbeeJit: Re-enable for Sapphire
2010-03-22 Elliott HughesRemove all remaining "@since Android" tags.
2010-03-22 Elliott HughesAdd Java 6's java.util.Arrays changes.
2010-03-19 Elliott HughesMerge "Java 6 java.nio.Buffer changes." into dalvik-dev
2010-03-19 Elliott HughesJava 6 java.nio.Buffer changes.
2010-03-19 Andy McFaddenam e9f1038c: Merge "Use pthread_kill(3) instead of...
2010-03-19 Andy McFaddenMerge "Use pthread_kill(3) instead of kill(2)."
2010-03-19 Dan BornsteinMerge "Remove a superfluous declaration (left over...
2010-03-19 Andy McFaddenUse pthread_kill(3) instead of kill(2).
2010-03-19 Elliott HughesTrack Java 6's BreakIterator API changes.
2010-03-19 Elliott HughesClean up the Java side of the ICU interface a bit.
2010-03-19 Dan BornsteinRemove a superfluous declaration (left over from when...
2010-03-19 Jesse Wilsonam 7713b900: Merge "Fixing namespace+prefix mode in...
2010-03-19 Jesse WilsonMerge "Fixing namespace+prefix mode in Expat and removi...
2010-03-19 Jesse WilsonFixing namespace+prefix mode in Expat and removing...
2010-03-19 Barry HayesAdded flags to the vm:
2010-03-19 Barry HayesMerge "The "referent" field of java.lang.ref.Reference...
2010-03-19 Barry HayesThe "referent" field of java.lang.ref.Reference objects...
2010-03-19 Bjorn Bringertam e073b0e8: Move String creation outside O(n^2) path...
2010-03-19 Bjorn BringertMove String creation outside O(n^2) path in LogManager
2010-03-19 Elliott HughesMerge "Add's Java 6's DecimalFormat.setRoundingMode...
2010-03-19 Elliott HughesAdd's Java 6's DecimalFormat.setRoundingMode (et cetera).
2010-03-19 Andy McFaddenam 94e57f7b: Merge "Increase sleep delays on debug...
2010-03-18 Andy McFaddenMerge "Increase sleep delays on debug thread kill."
2010-03-18 Andy McFaddenIncrease sleep delays on debug thread kill.
2010-03-18 Elliott HughesMerge "Add Java 6's Scanner.reset and fix RuleBasedColl...
2010-03-18 Elliott HughesAdd Java 6's Scanner.reset and fix RuleBasedCollator...
2010-03-18 Jesse Wilsonam 253eebd3: Drop needless parens from Javadoc.
2010-03-18 Jesse Wilsonam 1573a78e: Merge "Javadoc for JSONArray."
2010-03-18 Jesse WilsonDrop needless parens from Javadoc.
2010-03-18 Jesse WilsonMerge "Javadoc for JSONArray."
2010-03-18 Jesse WilsonJavadoc for JSONArray.
2010-03-18 Ben Chengam 58ece73d: Bug fix for JIT peephole optimization.
2010-03-18 Ben ChengBug fix for JIT peephole optimization.
2010-03-17 Elliott HughesMerge "Add Java 6's Logger.GLOBAL_LOGGER_NAME field...
2010-03-17 Jesse Wilsonam 31275264: Fixing 10 of the XPath failures caused...
2010-03-17 Elliott HughesAdd Java 6's Logger.GLOBAL_LOGGER_NAME field.
2010-03-17 Elliott HughesAdd Java 6's new PipedReader/PipedInputStream constructors.
2010-03-17 Jesse WilsonFixing 10 of the XPath failures caused by a malformed...
2010-03-17 Jesse WilsonFixing an import of a JUnit class that isn't available...
2010-03-17 Elliott HughesMerge "Add Java 6's ObjectStreamClass.lookupAny." into...
2010-03-17 Jesse Wilsonam f6976780: Merge "Exercising our XPath implementation...
2010-03-17 Jesse WilsonMerge "Exercising our XPath implementation with 279...
2010-03-17 Elliott HughesAdd Java 6's ObjectStreamClass.lookupAny.
2010-03-17 Jesse Wilsonam 82ebe52a: Merge "Javadocs for JSONObject."
2010-03-17 Jesse WilsonMerge "Javadocs for JSONObject."
2010-03-17 Jesse WilsonJavadocs for JSONObject.
2010-03-17 Brian CarlstromMerge "misc DalvikRunner changes" into dalvik-dev
2010-03-17 Elliott HughesMerge "Add Java 6's PrintStream.clearError/PrintWriter...
2010-03-17 Elliott HughesAdd Java 6's PrintStream.clearError/PrintWriter.clearEr...
2010-03-17 Elliott HughesFix "run-core-tests.sh" to work again.
2010-03-17 Elliott HughesMerge "Add Java 6's java.io.Console." into dalvik-dev
2010-03-17 Elliott HughesAdd Java 6's java.io.Console.
2010-03-16 Jesse WilsonExercising our XPath implementation with 279 of Jaxen...
2010-03-16 Brian Carlstrommisc DalvikRunner changes
2010-03-16 Ben Chengam 9fa39c91: Add missing macro SIGNATURE_BREAKPOINT.
2010-03-16 Ben ChengAdd missing macro SIGNATURE_BREAKPOINT.
2010-03-16 Ben Chengam 79cea5c9: Merge "Implement signature-based breakpoin...
2010-03-16 Ben ChengMerge "Implement signature-based breakpoint for the...
2010-03-16 Carl Shapiroam 288de8e6: Merge "Replace a use of index with strchr."
2010-03-16 Carl ShapiroMerge "Replace a use of index with strchr."
2010-03-16 Ben ChengImplement signature-based breakpoint for the JIT compiler.
2010-03-16 Carl ShapiroImport the heap verification code from the copying...
2010-03-16 Carl ShapiroReplace a use of index with strchr.
2010-03-16 Brian CarlstromMerge "Add some certimport.sh documention" into dalvik-dev
2010-03-16 Brian CarlstromAdd some certimport.sh documention
2010-03-16 Bill Buzbeeam 900a3afd: Jit: Fix register usage bug - Issue 251882...
2010-03-16 Bill BuzbeeJit: Fix register usage bug - Issue 2518825 native...
2010-03-16 Carl Shapiroam fcd1cbd4: Merge "Include strings.h directly for...
2010-03-16 Carl ShapiroMerge "Include strings.h directly for its ffs prototype."
2010-03-16 Bill BuzbeeMerge "Jit: Handle new VOLATILE Dalvik ops by not handl...
2010-03-16 Jesse Wilsonam 38b778b3: Fixing an @link issue that is upsetting...
2010-03-16 Jesse WilsonFixing an @link issue that is upsetting DroidDoc.
2010-03-16 Brian CarlstromMerge "make DalvikRunner ignore .#Foo.java files" into...
2010-03-16 Brian Carlstrommake DalvikRunner ignore .#Foo.java files
2010-03-16 Jesse Wilsonam 6abe2582: Merge "First half of JSON Javadocs."
2010-03-16 Jesse WilsonMerge "First half of JSON Javadocs."
2010-03-16 Jesse WilsonFirst half of JSON Javadocs.
2010-03-16 Elliott HughesMerge "Remove dead fields, constants, and redundant...
2010-03-16 Andy McFaddenam f8a44e85: Merge "Point debuggerd at the interesting...
2010-03-16 Andy McFaddenMerge "Point debuggerd at the interesting thread."
2010-03-16 Carl ShapiroReplace free calls to the pthread mutex lock, unlock...
2010-03-16 Carl ShapiroInclude strings.h directly for its ffs prototype.
2010-03-16 Jesse Wilsonam 27182541: Implementing Document.renameNode() and...
next