jent
|
f39469e71c
|
Changes for better memory managment
|
2009-12-01 09:54:36 -07:00 |
|
Joel Dice
|
53588b94f3
|
compare lengths first in String.equals[IgnoreCase] for efficiency
|
2009-10-19 10:36:48 -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
|
dd82b58dad
|
add String.lastIndexOf(String,int); defer to Pattern.split in String.split
|
2009-08-12 19:39:29 -06:00 |
|
Joel Dice
|
8c18f27e89
|
avoid NPE in String.equalsIgnoreCase
|
2009-07-28 17:00:11 -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
|
0857f53651
|
more progress on GNU Classpath compatibility
|
2009-06-04 17:21:42 -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
|
d1018bf078
|
update copyright years
|
2009-03-15 12:02:36 -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 |
|
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 |
|
Zsombor
|
17a42c5611
|
add a few String methods
|
2008-07-13 20:34:13 -06:00 |
|
Eric Scharff
|
bba4f75c2f
|
Tweaked code indentation and formatting to match existing style
|
2008-07-03 10:49:08 -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
|
2edaa82801
|
prepend copyright notice and license to all source files; add license.txt and readme.txt
|
2008-02-19 11:06:52 -07:00 |
|
Joel Dice
|
4611c89dbe
|
add a few classpath methods
|
2007-11-06 17:41:53 -07:00 |
|
Joel Dice
|
94e9bd0fd2
|
clean up bootstrap type generation to eliminate redundancy (broken)
|
2007-11-04 14:15:28 -07:00 |
|
Eric Scharff
|
bcd2c75f41
|
Implements String.delete(char oldChar, String newChar), StringBuffer and
StringBuilder delete(int startIndex, int endIndex), and
replace (int startIndex, int endIndex, String replacementString)
|
2007-10-29 15:07:36 -06:00 |
|
Eric Scharff
|
db2b7e8fa7
|
Semantics of getChars was incorrect. It should specify a begin
and end index, not a bunch of lengths
|
2007-10-11 10:00:35 -06:00 |
|
Eric Scharff
|
8a4d3effe0
|
Make String.compare() match the Java specification
|
2007-09-28 11:00:31 -06:00 |
|
Eric Scharff
|
101b0c3b0e
|
Support printing of null references
|
2007-09-27 15:05:55 -06:00 |
|
Joel Dice
|
2ca75d50e6
|
implement a few more classpath methods
|
2007-09-13 21:12:51 -06:00 |
|
Joel Dice
|
7cb3a30a91
|
sketch of Runtime.exec() and Calendar; misc bugfixes
|
2007-09-12 18:21:37 -06:00 |
|
Joel Dice
|
cb03240c64
|
quick sketches of various SWT 3.3 dependencies
|
2007-09-11 19:13:05 -06:00 |
|
Joel Dice
|
a4b4f36c5b
|
various classpath updates to help SWT build
|
2007-08-30 17:31:32 -06:00 |
|
Joel Dice
|
e2f3e80bdf
|
heap o' bugfixes
|
2007-08-19 20:57:32 -06:00 |
|
Joel Dice
|
77136e77cb
|
String.indexOf() should take an int, not a char
|
2007-08-18 15:22:43 -06:00 |
|
Joel Dice
|
f22dda0df1
|
bugfixes
|
2007-08-14 19:14:55 -06:00 |
|
Joel Dice
|
6ddb8c839c
|
check identities in String.equals(), etc.
|
2007-08-01 17:46:05 -06:00 |
|
Joel Dice
|
a2bd7d0668
|
GC stress fixes and other bugfixes; classpath progress
|
2007-07-29 17:32:23 -06:00 |
|
Joel Dice
|
51943427ad
|
classpath progress
|
2007-07-28 20:15:45 -06:00 |
|
Joel Dice
|
a9e10d1c7f
|
more classpath progress
|
2007-07-28 19:29:01 -06:00 |
|
Joel Dice
|
c96a4a5b39
|
implement String.intern()
|
2007-07-28 18:02:32 -06:00 |
|
Joel Dice
|
363801af1c
|
classpath progress
|
2007-07-27 17:56:19 -06:00 |
|
Joel Dice
|
7212ba1c30
|
java/io bugfixes and coverage; jni bugfixes; minor refactoring
|
2007-07-26 18:06:05 -06:00 |
|
Joel Dice
|
97aaa419b4
|
quick sketch of java/io/*
|
2007-07-24 18:34:45 -06:00 |
|
Joel Dice
|
823d764998
|
working reflection
|
2007-07-23 21:16:59 -06:00 |
|
Joel Dice
|
472ecb1713
|
flesh out some classpath classes
|
2007-07-22 13:06:21 -06:00 |
|
Joel Dice
|
0099aa396b
|
make builtin class type a bootstrap version of java/lang/Class
|
2007-07-12 17:46:08 -06:00 |
|
Joel Dice
|
f71c77298c
|
bugfixes
|
2007-07-07 17:47:35 -06:00 |
|
Joel Dice
|
c3320c2c97
|
flesh out classpath enough to test threading; fix indexing bug in parsePool()
|
2007-07-04 16:27:08 -06:00 |
|
Joel Dice
|
400b3633d7
|
more JNI work
|
2007-06-24 19:34:07 -06:00 |
|