1. 41fb6e1 Jonathan Sauer found a bug in the way ^ was handled by Howard Hinnant · 13 years ago
  2. 6cf5d8c Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). by Howard Hinnant · 13 years ago
  3. 31aaf55 N3158 Missing preconditions for default-constructed match_result objects by Howard Hinnant · 14 years ago
  4. b64f8b0 license change by Howard Hinnant · 14 years ago
  5. aef07cb visibility-decoration. by Howard Hinnant · 14 years ago
  6. 73d21a4 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 14 years ago
  7. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  8. a8d7759 [re.alg.replace]. This finishes all of <regex>. That being said, <regex> is exceptionally difficult to thoroughly test. If anyone has the ability to test this, combined with the interest to do so, now would be a good time. :-) by Howard Hinnant · 14 years ago
  9. 262b779 [re.tokiter] by Howard Hinnant · 14 years ago
  10. a712c72 [re.regiter] by Howard Hinnant · 14 years ago
  11. 27405f9 Everything under [re.results] by Howard Hinnant · 14 years ago
  12. 7026a17 Everything under [re.regex] by Howard Hinnant · 14 years ago
  13. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  14. f3dcca0 bug fix concerning search not at beginning of string and word boundaries by Howard Hinnant · 14 years ago
  15. 8daa733 fix bug incrementing past end in search by Howard Hinnant · 14 years ago
  16. a0d045b fix parse bug in ecma non-greedy loop by Howard Hinnant · 14 years ago
  17. 15476f3 Fixed some bugs in the ecma bracket epression regarding escaped characters, and got the awk grammar going. by Howard Hinnant · 14 years ago
  18. e9de5ff lookahead for ecma by Howard Hinnant · 14 years ago
  19. 856846b grep and egrep grammars by Howard Hinnant · 14 years ago
  20. ad2a7ab continued regex development... by Howard Hinnant · 14 years ago
  21. 17615b0 A good start on ecma regex's. Maybe even feature complete, not sure yet. Also an unrelated fix to is_constructible thanks to Daniel Krugler. by Howard Hinnant · 14 years ago
  22. 2ade7c2 I believe posix extended expr is feature complete. Getting started on ecma exprs. by Howard Hinnant · 14 years ago
  23. 1371b2e A few more tests for posix extended alternation by Howard Hinnant · 14 years ago
  24. aa69808 A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary. by Howard Hinnant · 14 years ago
  25. 22ce0b4 Fixed to work with generalized iterators. by Howard Hinnant · 14 years ago
  26. 68025ed Minor optimizations. Minor bug fixes. More tests. by Howard Hinnant · 14 years ago
  27. 173968a Bracket expressions are working (lightly tested). by Howard Hinnant · 14 years ago
  28. e34f17d regex_constants icase and collate for matching a single char and for matching back references by Howard Hinnant · 14 years ago
  29. cba352d back references for BRE by Howard Hinnant · 14 years ago
  30. ac30386 Redesign number 3. The previous design was not handling matching of empty strings inside of loops. by Howard Hinnant · 14 years ago
  31. 37f9f9c weekly update to by-chapter-summary, plus left and right anchor support in basic posix. by Howard Hinnant · 14 years ago
  32. e77aa5e Marked subexpressions in a loop in basic posix working (only lightly tested so far) by Howard Hinnant · 14 years ago
  33. 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
  34. 0dca5fc First test for marked subexpressions by Howard Hinnant · 14 years ago
  35. 9b80f2b First, very primitive, search results on one engine by Howard Hinnant · 14 years ago
  36. 7e9d84b two steps forward, one step back... by Howard Hinnant · 14 years ago
  37. cd85b9e [re.submatch] by Howard Hinnant · 14 years ago
  38. 0de86b6 regex: learning to crawl by Howard Hinnant · 14 years ago
  39. 8c2c18d Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results by Howard Hinnant · 14 years ago
  40. f409d2f Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. by Howard Hinnant · 14 years ago
  41. 3257c98 Just getting our toes wet on <regex> by Howard Hinnant · 14 years ago