aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/util/regex/Pattern.java
AgeCommit message (Expand)Author
2013-11-138028321: Fix for String.split() empty input sequence/JDK-6559590 triggers reg...sherman
2013-11-138027645: Pattern.split() with positive lookaheadsherman
2013-10-31Mergejdk8-b115lana
2013-10-298022746: List of spelling errors in API docmalenkov
2013-10-228026982: javadoc errors in core libsrriggs
2013-09-208024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() meth...psandoz
2013-08-278023647: "abc1c".matches("(\\w)+1\\1")) returns falsesherman
2013-08-228023587: Fix lone remaining doclint issue in java.util.regexdarcy
2013-07-038019395: Consolidate StreamSupport.{stream,parallelStream} into a single methodpsandoz
2013-07-088020095: Fix doclint warnings in java.util.regexdarcy
2013-06-108016217: More javadoc warningsalanb
2013-05-018012646: Pattern.splitAsStreampsandoz
2013-05-068013252: Regex Matcher .start and .end should be accessible by group namesherman
2013-04-268007395: StringIndexOutofBoundsException in Match.find() when input String co...sherman
2012-11-027197491: update copyright year to match last edit in jdk8 jdk repositoryalanb
2012-08-097189363: Regex Pattern compilation buggy for special sequencessherman
2012-07-027176907: additional warnings cleanup in java.util, java.util.regexp, java.uti...smarks
2012-05-087014640: To add a metachar \R for line ending and character classes for verti...sherman
2011-12-196990617: Regular expression doesn't match if unicode character next to a digit.sherman
2011-05-147044849: Constructs for Unicode binary properties should be \p{IsXXX} not p{i...sherman
2011-05-017036522: j.u.r.Pattern documentation errorssherman
2011-04-287039066: j.u.rgex does not match TR18 RL1.4 Simple Word Boundaries and RL1.2 ...sherman
2011-04-17Mergelana
2011-04-137032960: API files in java.awt need to be updated for references to JVM Spec ...jjh
2011-04-067033660: Update copyright year to 2011 on any files changed in 2011ohair
2011-02-037014645: Support perl style Unicode hex notation \x{...}sherman
2011-01-04Mergelana
2010-12-286962318: Update copyright yearohair
2010-12-206880112: Project Coin: Port JDK core library code to use diamond operatorsmarks
2010-05-28Mergelana
2010-05-256943119: Rebrand source copyright noticesohair
2010-05-186945564: Unicode script support in Character classsherman
2010-02-056919132: Regex \P{Lu} selects half of a surrogate parisherman
2009-10-216878475: Better syntax for the named capture group in regexsherman
2009-03-20Mergesherman
2009-03-206817475: named-capturing group name started with digit causes PSE exceptionsherman
2009-03-096814575: Update copyright yearxdono
2009-02-236350801: Add support for named (instead of numbered) capture groups in regula...sherman
2008-07-026719955: Update copyright yearjdk7-b30xdono
2008-04-146635133: Exception thrown when using a Unicode escapesherman
2007-12-01Initial loadjdk7-b24duke