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

POSIX: add Regex, update Regex to swift 3, API changes #168

Merged
merged 8 commits into from Oct 13, 2016

Commits on Oct 13, 2016

  1. git subrepo clone https://github.com/ZewoGraveyard/POSIXRegex.git Mod…

    …ules/POSIXRegex
    
    subrepo:
      subdir:   "Modules/POSIXRegex"
      merged:   "67f3d04"
    upstream:
      origin:   "https://github.com/ZewoGraveyard/POSIXRegex.git"
      branch:   "master"
      commit:   "67f3d04"
    git-subrepo:
      version:  "0.3.0"
      origin:   "???"
      commit:   "???"
    Romain Bossart committed Oct 13, 2016
    Copy the full SHA
    98d95c5 View commit details
    Browse the repository at this point in the history
  2. conform POSIXRegex to Zewo/Zewo architecture

    Romain Bossart committed Oct 13, 2016
    Copy the full SHA
    f6778d1 View commit details
    Browse the repository at this point in the history
  3. utf8 regex and operators

    Romain Bossart committed Oct 13, 2016
    Copy the full SHA
    1963746 View commit details
    Browse the repository at this point in the history
  4. move Regex to POSIX module

    Romain Bossart committed Oct 13, 2016
    Copy the full SHA
    c918463 View commit details
    Browse the repository at this point in the history
  5. add replace tests

    Romain Bossart committed Oct 13, 2016
    Copy the full SHA
    d5fa0fd View commit details
    Browse the repository at this point in the history
  6. [review] guards and signature changes

    Romain Bossart committed Oct 13, 2016
    Copy the full SHA
    be66377 View commit details
    Browse the repository at this point in the history
  7. add documentation

    Romain Bossart committed Oct 13, 2016
    Copy the full SHA
    dab3931 View commit details
    Browse the repository at this point in the history
  8. review-2: remove @_exported, use string extension, ...

    Romain Bossart committed Oct 13, 2016
    Copy the full SHA
    9de9b9d View commit details
    Browse the repository at this point in the history