index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
luni
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Add Java 6's java.net.IDN." into dalvik-dev
Elliott Hughes
2010-04-01
5
-1
/
+308
|
\
|
*
Add Java 6's java.net.IDN.
Elliott Hughes
2010-04-01
5
-1
/
+308
*
|
Fix an off-by-one error in fd range checking.
Elliott Hughes
2010-03-31
1
-4
/
+6
*
|
Merge "Add Java 6's ResourceBundle/Properties API." into dalvik-dev
Elliott Hughes
2010-03-31
8
-565
/
+1646
|
\
\
|
|
/
|
/
|
|
*
Add Java 6's ResourceBundle/Properties API.
Elliott Hughes
2010-03-31
8
-565
/
+1646
*
|
Add Java 6's Calendar API changes.
Elliott Hughes
2010-03-31
2
-1201
/
+1089
|
/
*
Trivial tidying up of networking code.
Elliott Hughes
2010-03-30
5
-132
/
+21
*
Fix a bug, and protect against an unrelated class of bugs.
Elliott Hughes
2010-03-29
4
-15
/
+26
*
Fix build.
Elliott Hughes
2010-03-29
3
-16
/
+10
*
Fix StrictMath.copySign's behavior with NaN.
Elliott Hughes
2010-03-26
4
-104
/
+72
*
Use more idiomatic naming in test code.
Elliott Hughes
2010-03-26
1
-3
/
+3
*
Apply https://issues.apache.org/jira/browse/HARMONY-4307.
Elliott Hughes
2010-03-25
1
-28
/
+47
*
Clean up a few toStrings.
Elliott Hughes
2010-03-25
1
-8
/
+6
*
am ec7c8c98: Fix java.util.Random\'s constructors.
Elliott Hughes
2010-03-25
3
-22
/
+48
|
\
|
*
Fix java.util.Random's constructors.
Elliott Hughes
2010-03-24
3
-22
/
+48
*
|
Add Java 6's getAvailableLocales/getInstance to DateFormatSymbols and Decimal...
Elliott Hughes
2010-03-24
4
-3
/
+80
*
|
Merge "Remove explicit 8192 arguments to BufferedReader and friends." into da...
Elliott Hughes
2010-03-23
8
-57
/
+15
|
\
\
|
*
|
Remove explicit 8192 arguments to BufferedReader and friends.
Elliott Hughes
2010-03-23
8
-57
/
+15
*
|
|
am b7b9be13: Merge "Improve java.net.InetAddress.getLocalHost documentation."
Elliott Hughes
2010-03-23
1
-4
/
+32
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Improve java.net.InetAddress.getLocalHost documentation.
Elliott Hughes
2010-03-23
1
-4
/
+32
*
|
Remove the "default buffer size" warnings.
Elliott Hughes
2010-03-23
4
-122
/
+38
*
|
Add the Java 6 java.text.spi and java.util.spi interfaces.
Elliott Hughes
2010-03-22
4
-0
/
+215
*
|
Remove all remaining "@since Android" tags.
Elliott Hughes
2010-03-22
12
-27
/
+5
*
|
Add Java 6's java.util.Arrays changes.
Elliott Hughes
2010-03-22
2
-197
/
+2586
*
|
Add's Java 6's DecimalFormat.setRoundingMode (et cetera).
Elliott Hughes
2010-03-18
1
-0
/
+99
*
|
Add Java 6's Scanner.reset and fix RuleBasedCollator's javadoc.
Elliott Hughes
2010-03-18
1
-0
/
+14
*
|
Add Java 6's new PipedReader/PipedInputStream constructors.
Elliott Hughes
2010-03-17
4
-533
/
+543
*
|
Add Java 6's ObjectStreamClass.lookupAny.
Elliott Hughes
2010-03-17
2
-138
/
+170
*
|
Add Java 6's PrintStream.clearError/PrintWriter.clearError methods.
Elliott Hughes
2010-03-16
4
-1891
/
+866
*
|
Merge "Add Java 6's java.io.Console." into dalvik-dev
Elliott Hughes
2010-03-16
3
-0
/
+255
|
\
\
|
*
|
Add Java 6's java.io.Console.
Elliott Hughes
2010-03-16
3
-0
/
+255
*
|
|
am 288de8e6: Merge "Replace a use of index with strchr."
Carl Shapiro
2010-03-16
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Replace a use of index with strchr.
Carl Shapiro
2010-03-16
1
-1
/
+1
*
|
|
Remove dead fields, constants, and redundant pass-through methods.
Elliott Hughes
2010-03-15
4
-744
/
+161
|
|
/
|
/
|
*
|
Merge "Remove dead obfuscatory code." into dalvik-dev
Elliott Hughes
2010-03-12
5
-104
/
+7
|
\
\
|
*
|
Remove dead obfuscatory code.
Elliott Hughes
2010-03-12
5
-104
/
+7
*
|
|
Java 6 java.io.File changes.
Elliott Hughes
2010-03-12
5
-45
/
+406
|
/
/
*
|
Use ioctl(FIONREAD) rather than recv(MSG_PEEK) to implement Socket.available.
Elliott Hughes
2010-03-11
8
-87
/
+10
*
|
Plug a resource leak with "finally" and make Object.getClass' return type mat...
Elliott Hughes
2010-03-11
1
-7
/
+15
*
|
Throw UnknownFormatConversionException instead of AssertionError.
Elliott Hughes
2010-03-11
1
-1
/
+1
*
|
Tidy up java.lang.Math and java.lang.StrictMath.
Elliott Hughes
2010-03-10
2
-166
/
+100
*
|
Copy harmony's jdk6 Math and StrictMath.
Elliott Hughes
2010-03-10
4
-2003
/
+3496
*
|
Escape ASCII NUL before trying to put it in XML, because XML can't cope.
Elliott Hughes
2010-03-10
1
-1
/
+8
*
|
Fix Issue 7036: java.math.BigInteger ctor accepts invalid input.
Elliott Hughes
2010-03-10
3
-0
/
+99
*
|
Add Java 6 additions to Double, Enum, Float, and String.
Elliott Hughes
2010-03-10
8
-186
/
+492
*
|
am 40bd3d28: Merge "Work around droiddoc bug http://b/2022288."
Elliott Hughes
2010-03-09
1
-3
/
+3
|
\
\
|
|
/
|
*
Work around droiddoc bug http://b/2022288.
Elliott Hughes
2010-03-09
1
-3
/
+3
*
|
am 16e0f24a: Another go at making droiddoc as happy as javadoc...
Elliott Hughes
2010-03-09
1
-1
/
+1
|
\
\
|
|
/
|
*
Another go at making droiddoc as happy as javadoc...
Elliott Hughes
2010-03-09
1
-1
/
+1
*
|
am 1f6a0425: Fix javadoc errors.
Elliott Hughes
2010-03-09
2
-2
/
+2
|
\
\
|
|
/
[next]