0e3d925624
AWT/Rudolph - Contributed by Michael Smith - Use console keyboard, add keyboard_init and keyboard_shutdown func- tions to restore console to cooked mode when Wonka terminates. - Set the palette in 8-bit mode under Linux. - Allow some font files to be missing, so long as at least one is found. - Mike's patch to switch to another VT is not included, because it causes problems when Wonka exits abnormally (e.g. SIGSEGV). AWT/Rudolph - other changes - Flexible code to set matte / splash screen (see e.g. awt/rudolph/include/clear.xpm, splash.xpm). - Replaced a couple of hard-coded Color's by appropriate SystemColor's. - Set a unique name from within the constructor of a Component. - Instead of calling layoutContainer() on the layoutManager directly from within validateTree(), call doLayout(). - When a component is added to a container and that component was already in that container, do nothing. (We used to delete it, and then add it again) - Made java.awt.Event compliant with 1.1, many other compatibility improvements thanks to japitools. - Lots of updates to components to get them to work with add/removeNotify. - VTE: removed the byte array from the DriveCar test and made it use an image. - VTE: added a confirmation panel before the VTE really calls System.exit(0) Core libraries - Added a SIGQUIT (3) handler which prints out the threads, their state and their stacktrace, and the state of some important mutex/monitors. (pressing CTRL-\ sends a SIGQUIT) - Made it possible to grow/shrink the locals. Wonka will no longer crash (stack overflow/corruption) when local variable space is exhausted. - Go straight to system class loader when loading classes whose names begin with 'java.' or 'wonka.', don't consult user- defined class loaders. - Defer identifying the implementation of an interface method in a class until the method is actually invoked on that class. This means that Wonka will no longer complain about interface methods which are not implemented but are also never called, bringing joy to OTF developers. - If the second parameter of get[Declared][Constructor,Method] is null, treat it as a zero-length array. - Moved the allocation of a Thread's native stack from <init> time to start() time. This lowers the memory cost of unstarted threads (as used by e.g. the ShutdownHooks mechanism). - Added a new resource file wonka.properties, which is read in after system.properties; wonka properties can be read using Wonka.getProperty(), which has the same semantics as System.getProperty(). - Allow 'aliases' for timezones, e.g. Europe/Brussels is an alias for ECT (sic). The aliases are taken from the Wonka property wonka.timezone.TLA.aliases, where TLA is one of the three-letter timezone names specified in the JDK 1.1 documentation. - Lots of improvements to RMI and serialisation. Support for ClassAnnotation, partial DGC support. - Added a real implementation of Throwable/fillInStackTrace(). - Added the missing interface HttpConnection to javax/microedition/io - Implementation of PUT and POST for HTTP connections, handle chunked data. User-defined protocol handlers are now possible. If an URL points to a jar file transform the URL to a jar-url. - Added native support for shutdownIn/Output and the SO_KEEPALIVE socket option. - Always exit if application was not successfully launched, don't just hang. - Many API updates to fix discrepancies reported by japitools. - Do not compress wre.jar by default (results in faster startup). Compression can be turned back on using -sCOMPRESS_WRE_JAR=true . - Added 2 subclasses of VirtualMachineError for methods not implemented in Wonka: - DeprecatedMethodError: should be thrown when method is deprecated but not implented - UnsupportedMethodError: should be thrown when a class method is not implemented yet - A number of changes to support bytecode generated by recent versions of Javac and Jikes (e.g. we no longer need "Miranda" methods). Thanks to Mark Anderson for pointing out these problems and their causes. - SHARED_HEAP now defaults to false. - Partially implementation of java.lang.reflect.Proxy class, work continues. - Made Properties load and store aware of special characters (like : =) in keys. Backslashes are now added/removed when needed. - Better handling of streams when a process started with Runtime/exec() dies. J-spot - A lot of improvements, now becoming quite usable. Still disabled by default.
69 lines
1.4 KiB
Text
69 lines
1.4 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2003/03/10 13:07:25 skrll Exp $
|
|
bin/java
|
|
bin/wonka
|
|
lib/claudia.fr
|
|
lib/device.config
|
|
lib/font/courR10.pcf
|
|
lib/font/courR12.pcf
|
|
lib/font/courR14.pcf
|
|
lib/font/courR17.pcf
|
|
lib/font/courR20.pcf
|
|
lib/font/courR25.pcf
|
|
lib/font/helvB08.pcf
|
|
lib/font/helvB12.pcf
|
|
lib/font/helvB14.pcf
|
|
lib/font/helvB17.pcf
|
|
lib/font/helvB18.pcf
|
|
lib/font/helvB20.pcf
|
|
lib/font/helvB25.pcf
|
|
lib/font/helvR08.pcf
|
|
lib/font/helvR12.pcf
|
|
lib/font/helvR14.pcf
|
|
lib/font/helvR17.pcf
|
|
lib/font/helvR18.pcf
|
|
lib/font/helvR20.pcf
|
|
lib/font/helvR25.pcf
|
|
lib/font/nippon13.pcf
|
|
lib/font/nippon18.pcf
|
|
lib/kbdIcon_d.png
|
|
lib/kbdIcon_e.png
|
|
lib/kbdSelect_d.png
|
|
lib/kbdSelect_e.png
|
|
lib/system.properties
|
|
lib/taskbar.png
|
|
lib/taskbar.properties
|
|
lib/taskbar_large.png
|
|
lib/vte.properties
|
|
lib/wonka.policy
|
|
lib/wonka.properties
|
|
lib/wonka.security
|
|
lib/wonkatest.properties
|
|
lib/wre.jar
|
|
test/CLTest.jar
|
|
test/appletViewer.jar
|
|
test/car-image.png
|
|
test/car.png
|
|
test/forest.png
|
|
test/lena1.png
|
|
test/lena2.png
|
|
test/libJNIArrayTest.so
|
|
test/libJNIClassAccessTest.so
|
|
test/libJNIClassConstructionTest.so
|
|
test/libJNIMemberAccessTest.so
|
|
test/libJNIObjectFunctionAccessTest.so
|
|
test/libJNIPrimitiveFunctionAccessTest.so
|
|
test/libJNIPrimitiveTest.so
|
|
test/libJNIStringTest.so
|
|
test/mauve-suite.jar
|
|
test/reference.data
|
|
test/reference.data2
|
|
test/reference.gz
|
|
test/reference.zip
|
|
test/rudolph3.gif
|
|
test/utf8test.data
|
|
test/vte.jar
|
|
@dirrm test
|
|
@dirrm lib/font
|
|
@dirrm lib
|
|
@dirrm bin
|
|
@unexec ${RMDIR} -p %D 2>/dev/null || ${TRUE}
|