Wed, 09 Oct 2013 17:28:39 +0200Conditional logging to run in a worker thread
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 17:28:39 +0200] rev 1357
Conditional logging to run in a worker thread

Wed, 09 Oct 2013 17:17:30 +0200Merging the conditional logging checks
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 17:17:30 +0200] rev 1356
Merging the conditional logging checks

Wed, 09 Oct 2013 16:07:19 +0200Replace parameters and log only if console object is present
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 16:07:19 +0200] rev 1355
Replace parameters and log only if console object is present

Wed, 09 Oct 2013 16:53:45 +0200Unicode has some special new line characters that need to be encoded too
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 16:53:45 +0200] rev 1354
Unicode has some special new line characters that need to be encoded too

Wed, 09 Oct 2013 16:45:28 +0200Prefix also static fields to avoid their confusion with keywords
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 09 Oct 2013 16:45:28 +0200] rev 1353
Prefix also static fields to avoid their confusion with keywords

Wed, 09 Oct 2013 14:50:29 +0200Fix for bug 5408, error in shift operations on Long. arithmetic
Martin Soch <Martin.Soch@oracle.com> [Wed, 09 Oct 2013 14:50:29 +0200] rev 1352
Fix for bug 5408, error in shift operations on Long.

Mon, 07 Oct 2013 14:20:58 +0200merge with revision 1294 where issues with SHIFT operations on Long were detected arithmetic
Martin Soch <Martin.Soch@oracle.com> [Mon, 07 Oct 2013 14:20:58 +0200] rev 1351
merge with revision 1294 where issues with SHIFT operations on Long were detected

Mon, 07 Oct 2013 16:17:21 +0200ReExp builds on top of mini emul Character
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 07 Oct 2013 16:17:21 +0200] rev 1350
ReExp builds on top of mini emul Character

Mon, 07 Oct 2013 16:14:56 +0200Bringing RegEx into default branch as it is needed for Javac
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 07 Oct 2013 16:14:56 +0200] rev 1349
Bringing RegEx into default branch as it is needed for Javac

Mon, 07 Oct 2013 16:13:27 +0200Adding RegEx implementation jdk7-b147
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 07 Oct 2013 16:13:27 +0200] rev 1348
Adding RegEx implementation