-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: be3b962ad569
head repository: jruby/jruby
compare: ae1593a8f1a5
Commits on Mar 20, 2015
-
Add reverse_lookup param to Socket.getaddrinfo.
Adding reverse_lookup parameter support to Socket.getaddrinfo. This parameter was added in Ruby 1.9.
Configuration menu - View commit details
-
Copy full SHA for d0cec55 - Browse repository at this point
Copy the full SHA d0cec55View commit details
Commits on Apr 24, 2015
-
Adding ppc64 as supported platform for tty.
Leonardo Bianconi committedApr 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 99d6b50 - Browse repository at this point
Copy the full SHA 99d6b50View commit details
Commits on Apr 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c0a2b33 - Browse repository at this point
Copy the full SHA c0a2b33View commit details
Commits on Apr 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b91a581 - Browse repository at this point
Copy the full SHA b91a581View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2f5f7 - Browse repository at this point
Copy the full SHA ca2f5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f23d3 - Browse repository at this point
Copy the full SHA e3f23d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d3006 - Browse repository at this point
Copy the full SHA 43d3006View commit details
Commits on Apr 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for df1d09d - Browse repository at this point
Copy the full SHA df1d09dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33453c2 - Browse repository at this point
Copy the full SHA 33453c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for af65da8 - Browse repository at this point
Copy the full SHA af65da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c3e58 - Browse repository at this point
Copy the full SHA 48c3e58View commit details -
Merge pull request #2890 from lbianc/ppc64_tty_1_7
Enabling tty for powerpc64 (1_7)
Configuration menu - View commit details
-
Copy full SHA for 5aef1b9 - Browse repository at this point
Copy the full SHA 5aef1b9View commit details
Commits on Apr 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5fd659d - Browse repository at this point
Copy the full SHA 5fd659dView commit details
Commits on May 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 74892a4 - Browse repository at this point
Copy the full SHA 74892a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c65d4 - Browse repository at this point
Copy the full SHA 08c65d4View commit details -
Fixes #2902. Enumerable#find_index gives wrong result in case with ty…
…pes cast Conflicts: core/src/main/java/org/jruby/RubyEnumerable.java
Configuration menu - View commit details
-
Copy full SHA for f131465 - Browse repository at this point
Copy the full SHA f131465View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb4e52e - Browse repository at this point
Copy the full SHA cb4e52eView commit details
Commits on May 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5305b14 - Browse repository at this point
Copy the full SHA 5305b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ca176 - Browse repository at this point
Copy the full SHA c0ca176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e7076 - Browse repository at this point
Copy the full SHA 01e7076View commit details -
[build] make the build maven-3.3.x
to overwrite the config of parent plugin the ids need match (before it did over all executions)
Configuration menu - View commit details
-
Copy full SHA for 757f249 - Browse repository at this point
Copy the full SHA 757f249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3086e6a - Browse repository at this point
Copy the full SHA 3086e6aView commit details
Commits on May 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for acc4aa1 - Browse repository at this point
Copy the full SHA acc4aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fea057 - Browse repository at this point
Copy the full SHA 7fea057View commit details -
Handle additional error conditions in Charset transcoder.
Java 7 appears to raise different errors for some cases, and these cases were not handled in the encoder loop. As a result, they could trigger an infinite loop on bad input. This appeared to be in the form of cleaved UTF-16 surrogate pairs leading to underflow where in Java 8 those pairs do not get cleaved. Fixes #2856.
Configuration menu - View commit details
-
Copy full SHA for c212568 - Browse repository at this point
Copy the full SHA c212568View commit details -
Configuration menu - View commit details
-
Copy full SHA for b50660e - Browse repository at this point
Copy the full SHA b50660eView commit details
Commits on May 6, 2015
-
Set thread-local call type and visibility around all m_m dispatch.
This also simplifies the pre-built "visibility m_m's" and eliminates a few inner classes. Fixes #540.
Configuration menu - View commit details
-
Copy full SHA for 2799836 - Browse repository at this point
Copy the full SHA 2799836View commit details
Commits on May 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0505de3 - Browse repository at this point
Copy the full SHA 0505de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a086c - Browse repository at this point
Copy the full SHA 71a086cView commit details
Commits on May 8, 2015
-
Merge pull request #2724 from kpamidon/socket_getaddrinfo_reverse_lookup
Socket.getaddrinfo reverse_lookup
Configuration menu - View commit details
-
Copy full SHA for 837cb73 - Browse repository at this point
Copy the full SHA 837cb73View commit details
Commits on May 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3ac859f - Browse repository at this point
Copy the full SHA 3ac859fView commit details -
make sure we do not confuse bytes length with end index (due ByteList…
… usage) ... also cleanup up the internals a bit
Configuration menu - View commit details
-
Copy full SHA for 72d6e80 - Browse repository at this point
Copy the full SHA 72d6e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 546bc78 - Browse repository at this point
Copy the full SHA 546bc78View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb48185 - Browse repository at this point
Copy the full SHA eb48185View commit details -
handle exception being thrown when doing a
Dir['{}']
(fixes #2922)... in this case we end up with an empty path in Dir's `glob_helper` and it all seems reasonable - thuse removed the length check comment about "" ending up here
Configuration menu - View commit details
-
Copy full SHA for 0da8bff - Browse repository at this point
Copy the full SHA 0da8bffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c81e3eb - Browse repository at this point
Copy the full SHA c81e3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc6c50 - Browse repository at this point
Copy the full SHA 5bc6c50View commit details
Commits on May 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1e2d2dd - Browse repository at this point
Copy the full SHA 1e2d2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3514211 - Browse repository at this point
Copy the full SHA 3514211View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57140ca - Browse repository at this point
Copy the full SHA 57140caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b6992 - Browse repository at this point
Copy the full SHA 76b6992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139a558 - Browse repository at this point
Copy the full SHA 139a558View commit details -
Configuration menu - View commit details
-
Copy full SHA for e80996f - Browse repository at this point
Copy the full SHA e80996fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 800554b - Browse repository at this point
Copy the full SHA 800554bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9966b5 - Browse repository at this point
Copy the full SHA b9966b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c591f4f - Browse repository at this point
Copy the full SHA c591f4fView commit details
Commits on May 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1956dfb - Browse repository at this point
Copy the full SHA 1956dfbView commit details
Commits on May 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4e822a1 - Browse repository at this point
Copy the full SHA 4e822a1View commit details
Commits on May 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 68644e3 - Browse repository at this point
Copy the full SHA 68644e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ec519 - Browse repository at this point
Copy the full SHA 47ec519View commit details
There are no files selected for viewing