Joel Dice
|
0ae338e74a
|
fix various bugs in BufferedReader.readLine
|
2008-07-15 08:59:00 -06:00 |
|
Matt Weaver
|
f81e9f7f5d
|
Added for compliance. This makes IDEs happy, as certain types of "warning" casts are somewhat unavoidable. As it is small and potentially useful, I threw it in.
|
2008-07-14 11:05:33 -06:00 |
|
Matt Weaver
|
2d1ec11edc
|
Added no arg constructor to support Comparable types.
|
2008-07-14 08:45:51 -06:00 |
|
Eric Scharff
|
7534459fec
|
Stylistic tweaks
|
2008-07-13 21:54:07 -06:00 |
|
Zsombor
|
17a42c5611
|
add a few String methods
|
2008-07-13 20:34:13 -06:00 |
|
Zsombor
|
4fed24270b
|
add skeleton java.util.regex classes
|
2008-07-13 20:33:51 -06:00 |
|
Zsombor
|
0ffba474fa
|
implement additional Unicode support in Character
|
2008-07-13 20:33:26 -06:00 |
|
Zsombor
|
99fa6d1495
|
add StringBuilder.indexOf
|
2008-07-13 18:59:30 -06:00 |
|
Joel Dice
|
d1b6de8131
|
add license headers
|
2008-07-13 18:56:18 -06:00 |
|
Zsombor
|
2fe571c461
|
add StringBuffer.append(char[])
|
2008-07-13 18:55:05 -06:00 |
|
Zsombor
|
074f1a3853
|
trivial AccessController implementation
|
2008-07-13 18:46:27 -06:00 |
|
Joel Dice
|
4ecce8286f
|
fix recursive invocation of Thread constructor
|
2008-07-13 18:34:59 -06:00 |
|
Zsombor
|
d28a860138
|
add Arrays.fill
|
2008-07-13 18:28:27 -06:00 |
|
Zsombor
|
6409747f17
|
add Properties.getProperty(String,String)
|
2008-07-13 18:27:42 -06:00 |
|
Zsombor
|
e507a26081
|
add System.getProperties
|
2008-07-13 18:27:05 -06:00 |
|
Joel Dice
|
975c2c12a8
|
add license header to BitSet.java
|
2008-07-13 18:25:26 -06:00 |
|
Zsombor
|
dcccddeb55
|
add FilenameFilter interface
|
2008-07-13 18:24:23 -06:00 |
|
Zsombor
|
0e539615e7
|
add Thread.name field
|
2008-07-13 18:21:04 -06:00 |
|
Zsombor
|
e1d712ef71
|
java.util.BitSet implementation
|
2008-07-13 18:16:55 -06:00 |
|
Zsombor
|
2e0ca31148
|
implement File.list and File.mkdirs
|
2008-07-13 18:14:37 -06:00 |
|
Joel Dice
|
a016eeaba0
|
fix Long.toString for Long.MIN_VALUE case
|
2008-07-13 17:54:44 -06:00 |
|
Eric Scharff
|
bba4f75c2f
|
Tweaked code indentation and formatting to match existing style
|
2008-07-03 10:49:08 -06:00 |
|
Joel Dice
|
befdfa4e9e
|
add copyright header to CharSequence.java
|
2008-07-03 09:36:55 -06:00 |
|
Zsombor
|
e3fd0d9c7d
|
add a few classes and methods to the classpath
Add java.lang.CharSequence, java.util.AbstractSet,
java.util.AbstractCollection, Collections.unmodifiableSet,
System.getProperty(String,String), etc.
|
2008-07-03 09:16:32 -06:00 |
|
Joel Dice
|
9388b6e2ce
|
pass O_TRUNC to open in FileOutputStream.open
|
2008-06-26 15:58:14 -06:00 |
|
Joel Dice
|
575df206cd
|
fix System.currentTimeMillis on Windows
|
2008-06-17 09:05:57 -06:00 |
|
Joel Dice
|
af794d9be0
|
implement Date.toString, which just defers to ctime for now (part 2)
|
2008-06-16 11:45:23 -06:00 |
|
Joel Dice
|
4694d75553
|
implement Date.toString, which just defers to ctime for now
|
2008-06-16 10:08:51 -06:00 |
|
Joel Dice
|
14e2513590
|
fix some API compatibility issues in the class library
|
2008-05-07 17:44:43 -06:00 |
|
Joel Dice
|
24d0ea0d9b
|
use StackTraceElement.toString in Throwable.printStackTrace
|
2008-04-21 16:31:50 -06:00 |
|
Joel Dice
|
819588546e
|
implement a few StackTraceElement methods
|
2008-04-21 16:30:41 -06:00 |
|
Joel Dice
|
d9ec8e20bf
|
implement Thread.getStackTrace, activeCount, and enumerate
|
2008-04-11 16:48:39 -06:00 |
|
Joel Dice
|
e9eacd900d
|
add Class.isInterface
|
2008-04-01 16:48:58 -06:00 |
|
Joel Dice
|
c9ef443944
|
add Modifier.isNative and isAbstract
|
2008-04-01 16:42:50 -06:00 |
|
Joel Dice
|
91494d9081
|
add constructor to ByteBuffer
|
2008-03-28 18:08:08 -06:00 |
|
Joel Dice
|
6cddd10e0a
|
various code cleanups, bug fixes, and compatibility fixes in NIO code
|
2008-03-25 16:17:29 -06:00 |
|
Joel Dice
|
3a208edbbc
|
update NIO code to be more compatible with Java
|
2008-03-25 11:18:17 -06:00 |
|
Joel Dice
|
1b098c9267
|
implement ArithmeticException
|
2008-03-21 13:48:42 -06:00 |
|
Joel Dice
|
7dd9b96717
|
add additional methods and fields to class library
|
2008-03-20 18:40:18 -06:00 |
|
Joel Dice
|
8e1ec5794f
|
implement java.util.Random and java.lang.Math.random in Java
|
2008-03-20 18:39:25 -06:00 |
|
Joel Dice
|
7343eea558
|
Merge branch 'master' of oss:/var/local/git/avian
|
2008-03-05 14:22:04 -07:00 |
|
Joel Dice
|
3e7acd7861
|
fix backwards logic in Collections.toArray
|
2008-03-05 14:21:53 -07:00 |
|
Eric Scharff
|
89bc3bc4e7
|
Fix bug in StringBuilder.insert()
|
2008-03-05 12:10:59 -07:00 |
|
Joel Dice
|
1bca2e9e5d
|
tweak Math.natRandom for Windows to guarantee we never return anything outside [0,1)
|
2008-02-29 12:49:00 -07:00 |
|
Joel Dice
|
3c237547ee
|
fix Math.natRandom for Windows build
|
2008-02-29 12:39:09 -07:00 |
|
Joel Dice
|
51a731847a
|
java.util code cleanup
|
2008-02-28 15:18:46 -07:00 |
|
Joel Dice
|
35d4d19c07
|
Merge branch 'master' of oss:/var/local/git/avian
|
2008-02-28 11:37:14 -07:00 |
|
Joel Dice
|
9d76d6a04e
|
implement a few more classpath methods, including Collection.addAll and Collection.toArray
|
2008-02-28 11:37:10 -07:00 |
|
Eric Scharff
|
e23f2bafd5
|
Implemented trivial impolementation of java.util.Random.nextDouble()
|
2008-02-28 11:02:58 -07:00 |
|
Eric Scharff
|
11d218f956
|
Slight fix for improved type safety
|
2008-02-28 10:03:24 -07:00 |
|