[cp-patches] RFC: new 1.6 methods for java.io.File

2006-12-28 Thread Mario Torre
Hello! I have implemented few of the missing 1.6 methods for java.io.File. I would like some comments about them. I have added 3 flags and 2 functions to classpath cpio: #define CPFILE_FLAG_EXEC 0x0100 #define CPFILE_FLAG_USR 0x0400 #define CPFILE_FLAG_OFF 0x0800 JNIEXPORT int cp

[cp-patches] FYI: Add missing Collections and Arrays methods

2006-12-28 Thread Andrew John Hughes
This adds the new 1.6 static methods to Collections and Arrays, completing our collections framework implementation to 1.6 level. Changelog: 2006-12-28 Andrew John Hughes <[EMAIL PROTECTED]> * java/util/Arrays.java: (copyOf(boolean[],int)): Implemented. (copyOfRange(boo

[cp-patches] FYI: Update Calendar to 1.6

2006-12-28 Thread Andrew John Hughes
This adds the retrieval of display names to Calendar, bringing it in line with 1.6. It also adds the new getInstance methods to DateFormatSymbols, so that they can be called from Calendar, but these aren't yet fully implemented. They need to use the new SPI we don't have yet, and that's too much fo