Joel Dice
|
9553d56977
|
add AccessibleObject.setAccessible(AccessibleObject[],boolean)
|
2009-08-13 09:03:44 -06:00 |
|
Joel Dice
|
f96fa82607
|
add methods to Throwable
|
2009-08-13 09:03:04 -06:00 |
|
Joel Dice
|
017116d060
|
add ThreadGroup(String) constructor
|
2009-08-13 09:02:32 -06:00 |
|
Joel Dice
|
0d7a2fa2bc
|
add methods to StringBuilder and fix logic error in getChars
|
2009-08-13 09:02:00 -06:00 |
|
Joel Dice
|
ae02212dd9
|
add a few methods to String; support ISO-8859-1 charset
|
2009-08-13 09:00:07 -06:00 |
|
Joel Dice
|
864a28f2ce
|
throw IllegalArgumentException from Enum.valueOf if name does not match any value
|
2009-08-13 08:57:58 -06:00 |
|
Joel Dice
|
fb37f48237
|
add various methods to Class and fix getComponentType for primitive arrays
|
2009-08-13 08:57:06 -06:00 |
|
Joel Dice
|
0544ab381f
|
fix Class.isArray for case this == Class.class
|
2009-08-12 19:40:52 -06:00 |
|
Joel Dice
|
dd82b58dad
|
add String.lastIndexOf(String,int); defer to Pattern.split in String.split
|
2009-08-12 19:39:29 -06:00 |
|
Joel Dice
|
df1aee5981
|
replace slashes with dots in class name passed to Class.forName in Method.getParameterTypes
|
2009-08-11 09:25:05 -06:00 |
|
Joel Dice
|
d868815737
|
put thread into runnable state in Thread.start
|
2009-08-10 17:36:11 -06:00 |
|
Joel Dice
|
001000364d
|
add classloader parameter to functions which may directly or indirectly load classes; include methods inherited from interfaces (but not explicitly declared) in method tables and virtual tables of abstract classes
|
2009-08-10 07:56:16 -06:00 |
|
Joel Dice
|
58c3a37277
|
specify classloader when calling Class.forCanonicalName in Field and Method; tolerate null argument array in Method.invoke
|
2009-08-10 07:48:44 -06:00 |
|
Joel Dice
|
5c72746d2c
|
inherit thread group from current thread
|
2009-08-10 07:46:59 -06:00 |
|
Joel Dice
|
97ea23e3bb
|
optionally specify classloader to Class.forCanonicalName
|
2009-08-10 07:46:05 -06:00 |
|
Joel Dice
|
1a2deff97d
|
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian
|
2009-08-09 14:43:53 -06:00 |
|
Joel Dice
|
6d27274aea
|
update Class.PrimitiveFlag value to reflect change in machine.h; make Class.getName work for primitive types
|
2009-08-05 15:57:51 +00:00 |
|
Joel Dice
|
2de750768b
|
add java.lang.reflect.Modifier.isInterface
|
2009-08-05 14:14:45 +00:00 |
|
Joel Dice
|
7050448ec5
|
implement Class.{get|set}Signers
|
2009-08-04 18:31:14 -06:00 |
|
Joel Dice
|
e18ab49f4d
|
always pass null instance to native version of Method.invoke when invoking static methods
|
2009-08-04 18:30:16 -06:00 |
|
Joel Dice
|
54ceb80116
|
implement stub versions of java.security classes
|
2009-08-03 08:56:19 -06:00 |
|
Joel Dice
|
8c18f27e89
|
avoid NPE in String.equalsIgnoreCase
|
2009-07-28 17:00:11 -06:00 |
|
Joel Dice
|
27d863790c
|
Merge branch 'win64' into gnu
Conflicts:
makefile
src/compile-x86.S
src/x86.S
src/x86.cpp
|
2009-07-25 20:48:36 -06:00 |
|
Joel Dice
|
70eedcdf97
|
replace slashes with dots in value returned by StackTraceElement.getClassName to make Classpath's java.util.logging.Logger happy
|
2009-06-06 21:08:36 -06:00 |
|
Joel Dice
|
4fca1d64ba
|
fix thinko in String.regionMatches; ignore case when checking charsetName in String ctor
|
2009-06-06 20:30:58 -06:00 |
|
Joel Dice
|
a201d28e5c
|
handle null loader parameter properly in Class.forName
|
2009-06-06 20:29:15 -06:00 |
|
Josh warner
|
bcad89dc17
|
handle null parameter types in various class methods
|
2009-06-05 14:28:55 -06:00 |
|
Joel Dice
|
16537a32bc
|
fix logic in Thread.join(long) (second try)
|
2009-06-04 18:08:51 -06:00 |
|
Joel Dice
|
a064c744f4
|
fix logic in Thread.join(long)
|
2009-06-04 18:07:00 -06:00 |
|
Joel Dice
|
44e3ee5bd7
|
fix misspelling in comment
|
2009-06-04 18:03:09 -06:00 |
|
Joel Dice
|
0857f53651
|
more progress on GNU Classpath compatibility
|
2009-06-04 17:21:42 -06:00 |
|
Joel Dice
|
98be5c509e
|
more progress towards GNU Classpath compatibility
|
2009-06-03 16:17:55 -06:00 |
|
Joel Dice
|
0615b8a09f
|
add classes and methods needed for GNU Classpath compatibility
Most of these methods are stubs which throw
UnsupportedOperationExceptions for now.
|
2009-06-02 17:14:38 -06:00 |
|
Joel Dice
|
31d9700c9b
|
move SystemClassLoader and Runtime.dumpHeap to avian package
|
2009-05-25 21:36:29 -06:00 |
|
Joel Dice
|
605ddffa31
|
avoid unecessary array copy in Long.toString
|
2009-04-26 12:46:55 -06:00 |
|
Eric Scharff
|
ed4c24c7f6
|
Removed temp files
|
2009-04-22 16:27:58 -06:00 |
|
mweaver
|
6b89ecd0ee
|
Like a noob, I missed some things... broke the compilation.
|
2009-04-22 15:24:26 -06:00 |
|
Joel Dice
|
d1018bf078
|
update copyright years
|
2009-03-15 12:02:36 -06:00 |
|
J. Treadwell
|
8150d4a3b6
|
added toHexString() to java.lang.Long
|
2009-03-09 14:54:31 -06:00 |
|
Zsombor
|
8411cfbe8f
|
add new constructor to the String :
public String(byte bytes[], int offset, int length, String
charsetName)
throws UnsupportedEncodingException;
|
2009-02-16 18:15:41 -07:00 |
|
Joel Dice
|
25ade1484a
|
lots of bugfixes and refactoring
|
2008-12-01 19:38:00 -07:00 |
|
Joel Dice
|
20cf42c5e4
|
more work on boot image creation
|
2008-11-23 16:58:01 -07:00 |
|
J. Treadwell
|
3001c2067c
|
changed String(byte[] bytes, String charsetName) to support only UTF-8
|
2008-11-12 10:19:21 -07:00 |
|
J. Treadwell
|
1f7f9319c3
|
Added UTF-8 support (still absent with string literals)!
|
2008-11-11 17:43:11 -07:00 |
|
Joel Dice
|
6a5116e7a7
|
implement primitive heap dump facility for memory profiling, accessible via Runtime.dumpHeap
The proper way to do this is to implement a subset of JVMTI, but this
will do the job for now.
|
2008-10-21 17:38:20 -06:00 |
|
Joel Dice
|
96d7bf571d
|
implement a few methods to make SWT 3.4 happy
|
2008-10-10 11:49:28 -06:00 |
|
dain
|
4aa731bacf
|
implemented getDeclaredConstructor method
|
2008-10-09 18:29:53 -06:00 |
|
dain
|
b19ce6378a
|
Add Integer valueOf(String) method
|
2008-10-08 13:51:19 -06:00 |
|
J. Treadwell
|
8e79618392
|
added StringBuffer/Builder methods
|
2008-09-22 09:31:10 -06:00 |
|
Joel Dice
|
e0e827596e
|
make Long.parseLong more efficient
|
2008-08-29 11:37:53 -06:00 |
|