1. e34f17d regex_constants icase and collate for matching a single char and for matching back references by Howard Hinnant · 14 years ago
  2. cba352d back references for BRE by Howard Hinnant · 14 years ago
  3. ac30386 Redesign number 3. The previous design was not handling matching of empty strings inside of loops. by Howard Hinnant · 14 years ago
  4. 37f9f9c weekly update to by-chapter-summary, plus left and right anchor support in basic posix. by Howard Hinnant · 14 years ago
  5. e77aa5e Marked subexpressions in a loop in basic posix working (only lightly tested so far) by Howard Hinnant · 14 years ago
  6. f8ce459 First loop test passed. The data structure and search algorithm is still crude and in-flux. But this milestone needed to be locked in. Right now every loop is implemented in terms of a structure that will handle the most complicated {min, max} loop. Though only *-loops are tested at the moment. In a future iteration *-loops will likely be optimized a little more. The only tests are for basic posix so far, but I have prototype code running for extended posix and ecma. The prototype code lacks the complicating properties of the real <regex> requirements though. by Howard Hinnant · 14 years ago
  7. 0dca5fc First test for marked subexpressions by Howard Hinnant · 14 years ago
  8. 9b80f2b First, very primitive, search results on one engine by Howard Hinnant · 14 years ago
  9. 7e9d84b two steps forward, one step back... by Howard Hinnant · 14 years ago
  10. cd85b9e [re.submatch] by Howard Hinnant · 14 years ago
  11. 0de86b6 regex: learning to crawl by Howard Hinnant · 14 years ago
  12. 8c2c18d Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results by Howard Hinnant · 14 years ago
  13. f409d2f Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. by Howard Hinnant · 14 years ago
  14. 3257c98 Just getting our toes wet on <regex> by Howard Hinnant · 14 years ago