FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for core - jruby/jruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
jruby
/
jruby
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
947
Star
3.9k
Code
Issues
845
Pull requests
110
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
jruby
core
on
jruby-1_7
User selector
Datepicker
Commit history
Commits on May 11, 2017
Update for the hopefully never upcoming 1.7.28 development cycle.
enebo
committed
6fbdef9
View commit details
Copy full SHA for 6fbdef9
View code at this point
Browse repository at this point
Commits on May 10, 2017
Bump for 1.7.27.
enebo
committed
c831ac1
View commit details
Copy full SHA for c831ac1
View code at this point
Browse repository at this point
Commits on May 4, 2017
Use a field name that does not produce warnings in javac.
headius
committed
5e2d87c
View commit details
Copy full SHA for 5e2d87c
View code at this point
Browse repository at this point
plenty of classes in the tank - use some of JRuby's instead of a dummy
Show description for dd4d6c4
kares
authored and
headius
committed
dd4d6c4
View commit details
Copy full SHA for dd4d6c4
View code at this point
Browse repository at this point
Merge pull request #4389 from jmiettinen/check_accessible
Show description for 307f806
headius
committed
307f806
View commit details
Copy full SHA for 307f806
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
Re-revert previous fix attempt and then replace const_defined? impl with the old 1.9 one since we had a 2.x impl in there
enebo
committed
45047a7
View commit details
Copy full SHA for 45047a7
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
(peazy) enumerator backports for 1.7 (#4563)
Show description for c4198ee
kares
authored
c4198ee
View commit details
Copy full SHA for c4198ee
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
Merge pull request #4491 from headius/fix-fileno-leak
Show description for 2f67fdb
headius
authored
2f67fdb
View commit details
Copy full SHA for 2f67fdb
View code at this point
Browse repository at this point
Commits on Mar 24, 2017
Update jnr-constants to 0.9.9 to fix #4006.
headius
committed
a57504e
View commit details
Copy full SHA for a57504e
View code at this point
Browse repository at this point
Commits on Mar 15, 2017
Re-push the frame, class, file, and line from the thread block.
Show description for 9dcc41c
headius
committed
9dcc41c
View commit details
Copy full SHA for 9dcc41c
View code at this point
Browse repository at this point
Commits on Feb 13, 2017
Immediately unregister out and err for JSR223 evals. Fixes #4446.
headius
committed
900b702
View commit details
Copy full SHA for 900b702
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
consider escaped comas in glob pattern (resolves #1842)
kares
committed
e927035
View commit details
Copy full SHA for e927035
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
raise ConcurrencyError on thread-safety issue from Array#collect
Show description for bfa5cad
kares
committed
bfa5cad
View commit details
Copy full SHA for bfa5cad
View code at this point
Browse repository at this point
plenty of classes in the tank - use some of JRuby's instead of a dummy
Show description for d7c5da5
kares
committed
d7c5da5
View commit details
Copy full SHA for d7c5da5
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
Check accesibility through a class that's in our control
jmiettinen
authored and
headius
committed
3eb55f4
View commit details
Copy full SHA for 3eb55f4
View code at this point
Browse repository at this point
Commits on Nov 24, 2016
there's no need to clone backtrace array (JRuby 9K hasn't been doing so)
kares
committed
1d03cbc
View commit details
Copy full SHA for 1d03cbc
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
Merge pull request #3383 from kml/public_o_j_r_profile_builtin_MethodData
Show description for 9d9a2f8
kares
authored
9d9a2f8
View commit details
Copy full SHA for 9d9a2f8
View code at this point
Browse repository at this point
Commits on Oct 18, 2016
Merge pull request #4226 from iconara/fix-4218-1.7
Show description for 6cba9d3
headius
authored
6cba9d3
View commit details
Copy full SHA for 6cba9d3
View code at this point
Browse repository at this point
Commits on Oct 13, 2016
Don't dup every element in Enumerator#drop
Show description for 833660a
iconara
committed
833660a
View commit details
Copy full SHA for 833660a
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
Don't define 1.9 stuff on 1.8.
headius
committed
8aac6ac
View commit details
Copy full SHA for 8aac6ac
View code at this point
Browse repository at this point
Merge pull request #4149 from headius/backport_securerandom
Show description for b9bcb01
headius
authored
b9bcb01
View commit details
Copy full SHA for b9bcb01
View code at this point
Browse repository at this point
Remove remaining uses of WrapperMethod.
headius
committed
994a8a2
View commit details
Copy full SHA for 994a8a2
View code at this point
Browse repository at this point
Stop using WrapperMethod, since it messes up super logic.
Show description for f11ea4b
headius
committed
f11ea4b
View commit details
Copy full SHA for f11ea4b
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Incorporate remaining diffs from master.
Show description for 005a902
headius
committed
005a902
View commit details
Copy full SHA for 005a902
View code at this point
Browse repository at this point
Synchronize all of Etc because UNIX is dumb. Fixes #4057.
Show description for 3f2bf93
headius
committed
3f2bf93
View commit details
Copy full SHA for 3f2bf93
View code at this point
Browse repository at this point
Provide a help string that makes sense for PRNG option.
headius
committed
09dcb93
View commit details
Copy full SHA for 09dcb93
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
Actually settle on SHA1PRNG if it's available. #1405
Show description for 2af75fa
headius
committed
2af75fa
View commit details
Copy full SHA for 2af75fa
View code at this point
Browse repository at this point
Prefer non-blocking PRNG, with failover to SHA1 and then JDK def.
Show description for 4e076c1
headius
committed
4e076c1
View commit details
Copy full SHA for 4e076c1
View code at this point
Browse repository at this point
avoid eager secure random initialization on every new Ruby thread allocation
Show description for 8fb4b93
kares
authored and
headius
committed
8fb4b93
View commit details
Copy full SHA for 8fb4b93
View code at this point
Browse repository at this point
Commits on Aug 29, 2016
Update for next dev cycle
enebo
committed
692c500
View commit details
Copy full SHA for 692c500
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Bump version to 1.7.26
enebo
committed
69763b8
View commit details
Copy full SHA for 69763b8
View code at this point
Browse repository at this point
Commits on Aug 25, 2016
Backport Change script file restriction from 9000
Daniel Smith
committed
5c4dcff
View commit details
Copy full SHA for 5c4dcff
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Revert "update getConstant lookup to avoid auto-loading constant on a const_defined? check"
Show description for 02c988a
headius
committed
02c988a
View commit details
Copy full SHA for 02c988a
View code at this point
Browse repository at this point
Actually try to sync FS when IO.fsync is called. Fixes #4073.
headius
committed
14224e3
View commit details
Copy full SHA for 14224e3
View code at this point
Browse repository at this point
Super-gross hack to catch Java 9's InaccessibleObjectException.
Show description for 677ce03
headius
committed
677ce03
View commit details
Copy full SHA for 677ce03
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL