/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.257 by ericb, Sat Oct 20 03:14:27 2001 UTC revision 1.258 by ericb, Sun Oct 21 01:12:06 2001 UTC
# Line 1  Line 1 
1    2001-10-20  Eric Blake  <ebb9@email.byu.edu>
2    
3            * java/lang/reflect/AccessibleObject.java: Improve javadoc.
4            (secureSetAccessible): Add method to perform check for
5            Class Constructors and AccessibleObject accessors.
6            * java/lang/reflect/Array.java: Reindent and comment, add
7            necessary exception checking throughout.
8            (newInstance): Check for Object[] first, not last.
9            (getLength): Implement in Java, rather than native.
10            (objectClass): Remove dead code.
11            (createMultiArray): Rename from createDimensionedArray.
12            * java/lang/reflect/InvocationHandler.java: New file.
13            * java/lang/reflect/InvocationTargetException.java: Reindent and
14            comment.
15            (printStackTrace): Remove, in anticipation of 1.4 compatibility.
16            (getCause): Add, in anticipation of 1.4 compatibility.
17            (serialVersionUID): Make private.
18            * java/lang/reflect/Makefile.am: Update for new files.
19            * java/lang/reflect/Member.java: Reindent and comment.
20            * java/lang/reflect/Modifier.java: Improve javadoc.
21            (toString(int, StringBuffer)): Strip final space only if the
22            buffer was modified.
23            * java/lang/reflect/Proxy.java: New file.
24            * java/lang/reflect/ReflectPermission.java: Improve javadoc.
25            (serialVersionUID): Add missing field.
26            * java/lang/reflect/UndeclaredThrowableException.java: New file.
27            * gnu/classpath/Configuration.java.in: Add options for use by
28            java.lang.reflect.Proxy.
29    
30  2001-10-19  Eric Blake  <ebb9@email.byu.edu>  2001-10-19  Eric Blake  <ebb9@email.byu.edu>
31    
32          * vm/reference/java/lang/reflect/Field.java: Reindent and comment,          * vm/reference/java/lang/reflect/Field.java: Reindent and comment,

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258

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