-
Notifications
You must be signed in to change notification settings - Fork 92
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: jruby/joni
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: airlift/joni
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 12 files changed
- 3 contributors
Commits on Apr 20, 2015
-
Fix char class casefold for certain chars
When a character is less than or equal to single byte size (0xff), yet it takes more than 1 byte in the current encoding, the case folding code incorrectly put it in bitset instead of code range. As a result, for utf8 encoding, casefold works incorrectly on characters in range \u0080 to \u00ff (latin1 supplement). Before fix: * `"\u00c2"` `[\u00e0-\u00e5]` returns false * `"\u00c2"` `[\u00e2]` returns false * `"\u00c2"` `\u00e2` returns true
Configuration menu - View commit details
-
Copy full SHA for c703f2a - Browse repository at this point
Copy the full SHA c703f2aView commit details
Commits on Apr 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7b2fc9e - Browse repository at this point
Copy the full SHA 7b2fc9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389f2bb - Browse repository at this point
Copy the full SHA 389f2bbView commit details
Commits on Apr 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 807c625 - Browse repository at this point
Copy the full SHA 807c625View commit details
Commits on Apr 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9d25186 - Browse repository at this point
Copy the full SHA 9d25186View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6fe7a4 - Browse repository at this point
Copy the full SHA f6fe7a4View commit details
Commits on Apr 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4eaa964 - Browse repository at this point
Copy the full SHA 4eaa964View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a96ae - Browse repository at this point
Copy the full SHA e8a96aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba9950f - Browse repository at this point
Copy the full SHA ba9950fView commit details
Commits on Feb 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 64bcdcb - Browse repository at this point
Copy the full SHA 64bcdcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f12eb9 - Browse repository at this point
Copy the full SHA 9f12eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a331dc - Browse repository at this point
Copy the full SHA 0a331dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for aebd605 - Browse repository at this point
Copy the full SHA aebd605View commit details
Commits on Apr 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9b7b700 - Browse repository at this point
Copy the full SHA 9b7b700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8064187 - Browse repository at this point
Copy the full SHA 8064187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f7697c - Browse repository at this point
Copy the full SHA 2f7697cView commit details -
Configuration menu - View commit details
-
Copy full SHA for daf2064 - Browse repository at this point
Copy the full SHA daf2064View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master