/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.2386.2.93 by gnu_andrew, Mon Apr 4 00:24:47 2005 UTC revision 1.2386.2.94 by gnu_andrew, Mon Apr 4 23:34:34 2005 UTC
# Line 1  Line 1 
1  2005-04-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>  2005-04-04  Andrew John Hughes  <gnu_andrew@member.fsf.org>
2    
3            * java/lang/Class.java:
4            (newInstance): Returns an instance of T instead of Object.
5            (isEnum()): Now calls VMClass for a proper implementation.
6            (isSynthetic()): New method implemented.
7            (isAnnotation()): New method implemented.
8            * vm/reference/java/lang/VMClass.java:
9            (isEnum()): New native method.
10            (isSynthetic()): New native method.
11            (isAnnotation()): New native method.
12            * vm/reference/java/lang/reflect/Constructor.java:
13            (newInstance(Object...)): Changed input parameter to a vararg.
14    
15    2005-04-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>
16    
17          * java/lang/System.java:          * java/lang/System.java:
18          (getenv()): Use Collections.unmodifiableMap to wrap an          (getenv()): Use Collections.unmodifiableMap to wrap an

Legend:
Removed from v.1.2386.2.93  
changed lines
  Added in v.1.2386.2.94

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