Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Issue 7300 - std.regex.ShiftOr!dchar.search is broken #462

Merged
merged 9 commits into from Mar 30, 2012

Commits on Mar 23, 2012

  1. Copy the full SHA
    05c142b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ba5eecf View commit details
    Browse the repository at this point in the history
  3. fix Issue 7300 - std.regex.ShiftOr!dchar.search is broken

    Rework problematic memchr codepath to properly test for end of string. More importantly it's overall cleaner.
    DmitryOlshansky committed Mar 23, 2012
    Copy the full SHA
    e53e6d6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    abe9cb5 View commit details
    Browse the repository at this point in the history
  5. fix Issue 6217 - [GSOC] result of std.algorithm.map is not movable

    It's so simple, and it's been ages as it was broken.
    DmitryOlshansky committed Mar 23, 2012
    Copy the full SHA
    71b1c1a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    34683e4 View commit details
    Browse the repository at this point in the history
  7. update changelog.dd

    DmitryOlshansky committed Mar 23, 2012
    Copy the full SHA
    ac5251b View commit details
    Browse the repository at this point in the history
  8. fix Issue 7718 - regex and ctRegex produce different results

    also fix unittest in std.range
    DmitryOlshansky committed Mar 23, 2012
    Copy the full SHA
    88ecf28 View commit details
    Browse the repository at this point in the history
  9. document isTwoWayCompatible

    makes error messages understandable
    DmitryOlshansky committed Mar 23, 2012
    Copy the full SHA
    16bd8e4 View commit details
    Browse the repository at this point in the history