/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.405 by ericb, Fri Feb 22 02:09:39 2002 UTC revision 1.406 by ericb, Fri Feb 22 04:22:21 2002 UTC
# Line 1  Line 1 
1  2002-02-21  Eric Blake  <ebb9@email.byu.edu>  2002-02-21  Eric Blake  <ebb9@email.byu.edu>
2    
3            * java/util/EventObject.java (EventObject(Object)): Check for
4            null, to match JDK behavior.
5            * java/util/Observable.java (observers): Change from Vector to
6            LinkedHashSet, to avoid cost of extra synchronization.  
7            (notifyObservers): Add synchronization around set cloning.
8            * java/util/Properties.java (propertyNames): Eliminate tail
9            recursion.
10            (list): Reuse the same StringBuffer.
11    
12    2002-02-21  Eric Blake  <ebb9@email.byu.edu>
13    
14          * java/util/Makefile.am (EXTRA_DIST): Add EventListenerProxy.java.          * java/util/Makefile.am (EXTRA_DIST): Add EventListenerProxy.java.
15          * java/util/EventListener.java: Improve Javadoc.          * java/util/EventListener.java: Improve Javadoc.
16          * java/util/EventListenerProxy.java: New class.          * java/util/EventListenerProxy.java: New class.

Legend:
Removed from v.1.405  
changed lines
  Added in v.1.406

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26