Wrong URL for mailing list archives?

2015-01-20 Thread Guillermo Rodriguez Garcia
Hi all, The "Mailing list" link in www.classpath.org points to http://savannah.gnu.org/mail/?group=classpath. Some of the links to the mailing list archives don't seem to be up to date. For example for the "classpath" mailing list the "archive" link points to this: http://lists.gnu.org/archive/ht

[PATCH] Honour CPNIO_DSYNC flag if set.

2015-01-20 Thread grodriguez
The CPNIO_DSYNC flag was being ignored (only CPNIO_SYNC was honoured). This was breaking at least RandomFileAccess when open in "rwd" mode ("rws" would work as expected). --- native/jni/java-nio/gnu_java_nio_VMChannel.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/na