..
logging
Added a temporary hack for logging.
2007-10-29 12:04:26 -06:00
zip
add support for passing properties to the VM via JNI; use vm.builtins property to specify builtin libraries
2007-10-25 12:33:43 -06:00
ArrayList.java
Add meaningful toString() methods
2007-10-11 16:41:07 -06:00
Arrays.java
List now implements various forms of add()
2007-09-26 10:32:39 -06:00
Calendar.java
Optimized calendar implementation. Year can now be computed with arithmetic,
2007-10-22 15:53:46 -06:00
Cell.java
Added a proper implementation of TreeSet, based on a Persistent set implementation.
2007-09-28 11:01:57 -06:00
Collection.java
flesh out some classpath classes
2007-07-22 13:06:21 -06:00
Collections.java
implement TreeSet.toString()
2007-10-16 19:17:37 -06:00
Comparator.java
Added several useful classes
2007-09-26 11:27:09 -06:00
Date.java
Added several useful classes
2007-09-26 11:27:09 -06:00
Enumeration.java
fun with collections
2007-07-21 21:47:29 -06:00
EventListener.java
quick sketches of various SWT 3.3 dependencies
2007-09-11 19:13:05 -06:00
EventObject.java
quick sketches of various SWT 3.3 dependencies
2007-09-11 19:13:05 -06:00
HashMap.java
fix return value of HashMap.put()
2007-10-13 15:46:20 -06:00
HashSet.java
GC stress fixes and other bugfixes; classpath progress
2007-07-29 17:32:23 -06:00
Hashtable.java
Added methods isEmpty(), putAll(), toArray() to interfaces List and Map
2007-09-26 08:57:34 -06:00
IdentityHashMap.java
Added methods isEmpty(), putAll(), toArray() to interfaces List and Map
2007-09-26 08:57:34 -06:00
Iterator.java
more classpath classes
2007-07-21 16:36:51 -06:00
LinkedList.java
Add meaningful toString() methods
2007-10-11 16:41:07 -06:00
List.java
List now implements various forms of add()
2007-09-26 10:32:39 -06:00
ListIterator.java
ArrayList now implements ListIterator (for reverse traversals of lists)
2007-09-26 09:48:59 -06:00
Locale.java
quick sketches of various SWT 3.3 dependencies
2007-09-11 19:13:05 -06:00
Map.java
Added methods isEmpty(), putAll(), toArray() to interfaces List and Map
2007-09-26 08:57:34 -06:00
MissingResourceException.java
quick sketches of various SWT 3.3 dependencies
2007-09-11 19:13:05 -06:00
NoSuchElementException.java
more classpath classes
2007-07-21 16:36:51 -06:00
PersistentSet.java
Added a proper implementation of TreeSet, based on a Persistent set implementation.
2007-09-28 11:01:57 -06:00
Properties.java
Tie up some loose ends, implementing methods that are useful but not yet implemented.
2007-09-28 11:38:58 -06:00
PropertyResourceBundle.java
factor Properties and PropertieResourceBundle out of ResourceBundle
2007-09-17 16:16:57 -06:00
ResourceBundle.java
factor Properties and PropertieResourceBundle out of ResourceBundle
2007-09-17 16:16:57 -06:00
Set.java
Added method addAll to interface Map
2007-09-26 09:19:21 -06:00
Stack.java
fun with collections
2007-07-21 21:47:29 -06:00
StringTokenizer.java
StringTokenizer bugfixes
2007-08-23 18:21:56 -06:00
TreeSet.java
implement TreeSet.toString()
2007-10-16 19:17:37 -06:00
Vector.java
Signature of removeElementAt() was not correct, fixes exception in SWT
2007-10-15 14:06:06 -06:00
WeakHashMap.java
Added methods isEmpty(), putAll(), toArray() to interfaces List and Map
2007-09-26 08:57:34 -06:00