-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 02fb2c93c948
head repository: jruby/jruby
compare: 5461d4bf5d8e
Commits on Jan 11, 2016
-
filter obviously wrong class-names/package-names when finding JavaExt…
…ension Service.class fixes #3586 Sponsored by Lookout Inc.
Configuration menu - View commit details
-
Copy full SHA for f2b44a7 - Browse repository at this point
Copy the full SHA f2b44a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e6eaf - Browse repository at this point
Copy the full SHA 04e6eafView commit details -
Fixes #3505. stat.writable? incorrectly reporting false for some dire…
…ctories on Windows 7
Configuration menu - View commit details
-
Copy full SHA for 43b86a2 - Browse repository at this point
Copy the full SHA 43b86a2View commit details
Commits on Jan 12, 2016
-
Upodate to latest jnr-posix. Fixes #3525. stat.writable? incorrectly …
…reporting false for some directories on Windows 7
Configuration menu - View commit details
-
Copy full SHA for ee09c3c - Browse repository at this point
Copy the full SHA ee09c3cView commit details
Commits on Jan 13, 2016
-
on windows treat expand_path with jar-uris special
to normalize the path of the jar!/* part of the url uses file system operations which brings in windows drive letters which needs to be removed again. Sponsored by Lookout Inc.
Configuration menu - View commit details
-
Copy full SHA for 6b115fa - Browse repository at this point
Copy the full SHA 6b115faView commit details -
Update to jnr-posix 3.0.25. Fixes failover stat FindFirstFile detecti…
…ng FileNotFound conditions
Configuration menu - View commit details
-
Copy full SHA for 606b943 - Browse repository at this point
Copy the full SHA 606b943View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49b529 - Browse repository at this point
Copy the full SHA c49b529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b40913 - Browse repository at this point
Copy the full SHA 5b40913View commit details -
updating to jcodings messes with this obscure char no longer being co…
…nsidered a space.
Configuration menu - View commit details
-
Copy full SHA for 5c425ad - Browse repository at this point
Copy the full SHA 5c425adView commit details -
Fixes #3550. Warning "io/console not supported; tty will not be manip…
…ulated" occurs again on 1.7.23
1Configuration menu - View commit details
-
Copy full SHA for eb1dd7a - Browse repository at this point
Copy the full SHA eb1dd7aView commit details
Commits on Jan 14, 2016
-
Revert "Use methods instead of procs for converters."
This reverts commit 65c5183.
Configuration menu - View commit details
-
Copy full SHA for 4139aa7 - Browse repository at this point
Copy the full SHA 4139aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f5369 - Browse repository at this point
Copy the full SHA f7f5369View commit details
Commits on Jan 15, 2016
-
Also use the anonymous wrap class for pushRubyClass, for defs.
Part of work for 1.7 load(..., true) for #3180.
Configuration menu - View commit details
-
Copy full SHA for 73daf0a - Browse repository at this point
Copy the full SHA 73daf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2647e - Browse repository at this point
Copy the full SHA 2e2647eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b93fbb6 - Browse repository at this point
Copy the full SHA b93fbb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2398cec - Browse repository at this point
Copy the full SHA 2398cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f90ac - Browse repository at this point
Copy the full SHA d3f90acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e179f01 - Browse repository at this point
Copy the full SHA e179f01View commit details
Commits on Jan 16, 2016
-
Don't deoptimize while loops just because of a block arg.
Fixes #2954. See discussion for details on this change.
Configuration menu - View commit details
-
Copy full SHA for c40bfa8 - Browse repository at this point
Copy the full SHA c40bfa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e3815 - Browse repository at this point
Copy the full SHA e7e3815View commit details
Commits on Jan 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b1734a8 - Browse repository at this point
Copy the full SHA b1734a8View commit details
Commits on Jan 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0942111 - Browse repository at this point
Copy the full SHA 0942111View commit details -
Configuration menu - View commit details
-
Copy full SHA for eff542b - Browse repository at this point
Copy the full SHA eff542bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebba35a - Browse repository at this point
Copy the full SHA ebba35aView commit details -
local (non-member) classes should have correct name just like anonymo…
…us classes local and anonymous classes had empty names <= 1.7.19 and the change (for anonymous classes) was not spec-ed properly, but with features such as Java proxy marshalling (#3526) this gained importance.
Configuration menu - View commit details
-
Copy full SHA for 5d277a3 - Browse repository at this point
Copy the full SHA 5d277a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371964d - Browse repository at this point
Copy the full SHA 371964dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5b9f8 - Browse repository at this point
Copy the full SHA 5d5b9f8View commit details
Commits on Jan 20, 2016
-
* jruby-1_7: (27 commits) Update jnr-posix to finally fix 32 bit JVM crasher on windows stat pend marshaling behavior - not working for Java non-member classes (GH-3526) local (non-member) classes should have correct name just like anonymous classes DRY out getClassFromPath usage in UnmarshalStream (all delegating to one method) review runtime's getClassFromPath hide unmarshalObject methods that use private inner type as a parameter Update for newer jnr-posix for windows 32 bit JVM stat workaround Remove remaining `should` uses from compiler specs. Don't deoptimize while loops just because of a block arg. Always assign masgn destructured args in block as block-local. Move parser scripts to tool. Add case for breakage fixed in b93fbb6e431. Check for empty identifiers and treat them as false. Same fix for AOT as for interp for #3180. Also use the anonymous wrap class for pushRubyClass, for defs. More robust, less breaky fix to omit bad class/package elements. Revert "Use methods instead of procs for converters." Fixes #3550. Warning "io/console not supported; tty will not be manipulated" occurs again on 1.7.23 updating to jcodings messes with this obscure char no longer being considered a space. Update to latest jcodings ...
Configuration menu - View commit details
-
Copy full SHA for b35397b - Browse repository at this point
Copy the full SHA b35397bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d565996 - Browse repository at this point
Copy the full SHA d565996View commit details -
Merge branch 'master' of github.com:jruby/jruby
* 'master' of github.com:jruby/jruby: [Truffle] tag failing Time specs Abstract pipe cleanup a bit better. Do not use SelectorPool to create selectors that won't pool.
Configuration menu - View commit details
-
Copy full SHA for 5461d4b - Browse repository at this point
Copy the full SHA 5461d4bView commit details
There are no files selected for viewing