jdk/src/share/classes/java/util/regex/Pattern.java
Fri, 20 Sep 2013 17:11:32 -0700 psandoz 8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
Tue, 27 Aug 2013 12:54:44 -0700 sherman 8023647: "abc1c".matches("(\\w)+1\\1")) returns false
Thu, 22 Aug 2013 09:40:36 -0700 darcy 8023587: Fix lone remaining doclint issue in java.util.regex
Wed, 03 Jul 2013 21:43:49 +0200 psandoz 8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
Mon, 08 Jul 2013 22:43:36 -0700 darcy 8020095: Fix doclint warnings in java.util.regex
Mon, 10 Jun 2013 12:58:32 +0100 alanb 8016217: More javadoc warnings
Wed, 01 May 2013 18:40:31 +0200 psandoz 8012646: Pattern.splitAsStream
Mon, 06 May 2013 21:24:37 -0700 sherman 8013252: Regex Matcher .start and .end should be accessible by group name
Fri, 26 Apr 2013 13:59:10 -0700 sherman 8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters
Fri, 02 Nov 2012 15:50:11 +0000 alanb 7197491: update copyright year to match last edit in jdk8 jdk repository
Thu, 09 Aug 2012 10:15:26 -0700 sherman 7189363: Regex Pattern compilation buggy for special sequences
Mon, 02 Jul 2012 14:11:44 -0700 smarks 7176907: additional warnings cleanup in java.util, java.util.regexp, java.util.zip
Tue, 08 May 2012 10:57:13 -0700 sherman 7014640: To add a metachar \R for line ending and character classes for vertical/horizontal ws \v \V \h \H
Mon, 19 Dec 2011 14:14:14 -0800 sherman 6990617: Regular expression doesn't match if unicode character next to a digit.
Sat, 14 May 2011 11:55:24 -0700 sherman 7044849: Constructs for Unicode binary properties should be \p{IsXXX} not p{isXXX}
Sun, 01 May 2011 11:39:32 -0700 sherman 7036522: j.u.r.Pattern documentation errors
Thu, 28 Apr 2011 20:48:36 -0700 sherman 7039066: j.u.rgex does not match TR18 RL1.4 Simple Word Boundaries and RL1.2 Properties
Sun, 17 Apr 2011 16:19:29 -0700 lana Merge
Wed, 13 Apr 2011 12:16:13 -0700 jjh 7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks
Wed, 06 Apr 2011 22:06:11 -0700 ohair 7033660: Update copyright year to 2011 on any files changed in 2011
Thu, 03 Feb 2011 13:49:25 -0800 sherman 7014645: Support perl style Unicode hex notation \x{...}
Tue, 04 Jan 2011 17:05:38 -0800 lana Merge
Mon, 20 Dec 2010 13:47:04 -0800 smarks 6880112: Project Coin: Port JDK core library code to use diamond operator
Tue, 28 Dec 2010 15:53:50 -0800 ohair 6962318: Update copyright year
Fri, 28 May 2010 12:10:14 -0700 lana Merge
Tue, 18 May 2010 15:36:47 -0700 sherman 6945564: Unicode script support in Character class
Tue, 25 May 2010 15:58:33 -0700 ohair 6943119: Rebrand source copyright notices
Fri, 05 Feb 2010 00:10:42 -0800 sherman 6919132: Regex \P{Lu} selects half of a surrogate pari
Wed, 21 Oct 2009 11:40:40 -0700 sherman 6878475: Better syntax for the named capture group in regex
Fri, 20 Mar 2009 17:40:52 -0700 sherman Merge
Fri, 20 Mar 2009 16:22:59 -0700 sherman 6817475: named-capturing group name started with digit causes PSE exception
Mon, 09 Mar 2009 13:29:01 -0700 xdono 6814575: Update copyright year
Mon, 23 Feb 2009 21:06:15 -0800 sherman 6350801: Add support for named (instead of numbered) capture groups in regular expression
Wed, 02 Jul 2008 12:55:45 -0700 xdono 6719955: Update copyright year
Mon, 14 Apr 2008 21:45:45 -0700 sherman 6635133: Exception thrown when using a Unicode escape
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip