Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal
base: 2714aafc1ac8
Choose a base ref
...
head repository: opal/opal
compare: b8fd3d4907b5
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 24, 2014

  1. Make String#split(/re/) obey "limit" argument.

    We keep the fast path where possible, but otherwise process the limit manually.
    mieko committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    5714f9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #521 from mieko/split

    Make String#split(/re/) obey "limit" argument.
    meh committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    b8fd3d4 View commit details
    Browse the repository at this point in the history