9b7d0d1624
update copyright years
2014-04-23 15:33:41 -06:00
91282a040f
CP: StringBuilder.append(char[])
2014-04-20 04:24:52 -07:00
87b02eb949
update copyright years
...
Previously, I used a shell script to extract modification date ranges
from the Git history, but that was complicated and unreliable, so now
every file just gets the same year range in its copyright header. If
someone needs to know when a specific file was modified and by whom,
they can look at the Git history themselves; no need to include it
redundantly in the header.
2013-07-02 20:52:38 -06:00
6118792ffd
update copyright years
2009-12-02 19:08:29 -07:00
71f1efc4cb
add a couple of StringBuffer.append overloads
2009-08-20 08:59:22 -06:00
0d7a2fa2bc
add methods to StringBuilder and fix logic error in getChars
2009-08-13 09:02:00 -06:00
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
c80eb51c17
Merge branch 'master' into powerpc
...
Conflicts:
makefile
src/assembler.h
src/compile.cpp
src/compiler.cpp
src/compiler.h
src/finder.cpp
2008-11-11 08:21:48 -07:00
99fa6d1495
add StringBuilder.indexOf
2008-07-13 18:59:30 -06:00
bba4f75c2f
Tweaked code indentation and formatting to match existing style
2008-07-03 10:49:08 -06:00
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
89bc3bc4e7
Fix bug in StringBuilder.insert()
2008-03-05 12:10:59 -07:00
2edaa82801
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
5af58548b7
Removed unused variable in StringBuilder.
2007-12-14 16:16:40 -07:00
216224dcc4
fix length tracking bugs in StringBuilder
2007-12-13 09:19:58 -07:00
956106f518
implement StringBuilder.delete() more efficiently
2007-10-29 15:40:05 -06:00
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
243d62a952
non-working implementation of float and double.toString()
2007-10-02 08:58:35 -06:00
7cb3a30a91
sketch of Runtime.exec() and Calendar; misc bugfixes
2007-09-12 18:21:37 -06:00
a4b4f36c5b
various classpath updates to help SWT build
2007-08-30 17:31:32 -06:00
e9cafcad37
add StringBuilder.append(boolean)
2007-08-23 18:20:42 -06:00
f22dda0df1
bugfixes
2007-08-14 19:14:55 -06:00
a2bd7d0668
GC stress fixes and other bugfixes; classpath progress
2007-07-29 17:32:23 -06:00
51943427ad
classpath progress
2007-07-28 20:15:45 -06:00
a9e10d1c7f
more classpath progress
2007-07-28 19:29:01 -06:00
de9213ce30
finish java/lang/ref/* support; add wrapper classes for primitives
2007-07-19 21:18:25 -06:00
93748f2df9
heap o' bugfixes
2007-07-10 19:38:06 -06:00
f71c77298c
bugfixes
2007-07-07 17:47:35 -06:00
c3320c2c97
flesh out classpath enough to test threading; fix indexing bug in parsePool()
2007-07-04 16:27:08 -06:00