[cp-patches] Patch for parse() of ChoiceFormat and MessageFormat

2010-11-04 Thread Ivan Maidanski
Hi! Here is the patch (against the current Classpath snapshot) fixing Choice/MessageFormat.parse() to comply with the spec (and with the RI behavior). ChangeLog entries: * java/text/ChoiceFormat.java: (parse(String, ParsePosition)): Return the value corresponding to the longest

Re: [cp-patches] [PATCH v2] Use CLOCK_MONOTONIC for System.nanoTime

2010-11-04 Thread Dr Andrew John Hughes
On 26 October 2010 21:00, Pekka Enberg penb...@kernel.org wrote: Hi everyone, I'm now carrying this and one other patch in my github branch:  http://github.com/penberg/classpath/tree/maint/penberg It's frustrating that CVS trunk doesn't build out of the box and that reviewed patches are

Re: [cp-patches] [PATCH v2] Use CLOCK_MONOTONIC for System.nanoTime

2010-11-04 Thread Pekka Enberg
On 11/4/10 3:18 PM, Dr Andrew John Hughes wrote: Sorry for the delay on this, but I'm unsure about the copyright situation. From reading http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44411, it seems to be the work of Roland Brand, it's his first patch and both myself and Mark agree it's trivial

Re: [cp-patches] Membership request for group classpath

2010-11-04 Thread Dr Andrew John Hughes
2010/10/25 Ivan Maidanski iv...@mail.ru: Hi, Andrew! Is it possible to finally get commit access? It seems nobody else is willing to review and commit to. The patches were published at least 3 months ago and there is no pending questions or negative comments (from the interested parties)

[cp-patches] Patch for parse() of DecimalFormat and SimpleDateFormat

2010-11-04 Thread Ivan Maidanski
Hi! This is the patch (against the current Classpath snapshot) fixing some bugs in Decimal/SimpleDateFormat.parse(). Here is just one test case (only for the bug related to 'stop' local var value incorrect computing; this test case was kindly supplied by Vasiliy Khayrulin siria...@gmail.com):

Re: [cp-patches] [PATCH v2] Use CLOCK_MONOTONIC for System.nanoTime

2010-11-04 Thread Mark Wielaard
On Thu, 2010-11-04 at 15:27 +0200, Pekka Enberg wrote: On 11/4/10 3:18 PM, Dr Andrew John Hughes wrote: Sorry for the delay on this, but I'm unsure about the copyright situation. From reading http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44411, it seems to be the work of Roland Brand, it's

Re: [cp-patches] Bug fixes for StrictMath

2010-11-04 Thread Ivan Maidanski
Hi! I rewrote StrictMathTest.java to look like other classes in /test folder (and put the test there). ChangeLog entries: * test/Makefile.am: Add java.lang.reflect and java.lang to SUBDIRS. * test/java.lang/.cvsignore: New file. * test/java.lang/Makefile.am: Likewise.

Re: [cp-patches] Minor debugging-related code r efinements in gnu.java.security and gnu .javax.crypto

2010-11-04 Thread Ivan Maidanski
Hi! Just to close the subject, could you please respond to the letter I send to you on Sept 2. The patch (doing the same thing that was excluded by you) is attached. ChangeLog entries: * gnu/javax/crypto/prng/CSPRNG.java (getSystemInstance()): Ignore ClassCastException as well.

Re: [cp-patches] Membership request for group c lasspath

2010-11-04 Thread Ivan Maidanski
Hello, Andrew! Thu, 4 Nov 2010 13:28:15 + Dr Andrew John Hughes ahug...@redhat.com: 2010/10/25 Ivan Maidanski iv...@mail.ru: Hi, Andrew! Is it possible to finally get commit access? It seems nobody else is willing to review and commit to. The patches were published at least 3 months

Re: [cp-patches] [PATCH v2] Use CLOCK_MONOTONIC for System.nanoTime

2010-11-04 Thread Dr Andrew John Hughes
On 4 November 2010 13:27, Pekka Enberg penb...@kernel.org wrote: On 11/4/10 3:18 PM, Dr Andrew John Hughes wrote: Sorry for the delay on this, but I'm unsure about the copyright situation.  From reading http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44411, it seems to be the work of Roland

Re: [cp-patches] [PATCH v2] Use CLOCK_MONOTONIC for System.nanoTime

2010-11-04 Thread Dr Andrew John Hughes
On 5 November 2010 00:16, Dr Andrew John Hughes gnu_and...@member.fsf.org wrote: On 4 November 2010 13:27, Pekka Enberg penb...@kernel.org wrote: On 11/4/10 3:18 PM, Dr Andrew John Hughes wrote: Sorry for the delay on this, but I'm unsure about the copyright situation.  From reading