FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - MSNexploder/jruby · GitHub
MSNexploder
/
jruby
Public
forked from
jruby/jruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
jruby
src
on
parallel_boot
User selector
Datepicker
Commit history
Commits on Mar 29, 2013
An experiment in parallel booting.
Show description for 9875c03
headius
committed
9875c03
View commit details
Copy full SHA for 9875c03
View code at this point
Browse repository at this point
Tweaks to improved 2.0 caller/backtrace logic.
Show description for 1fe9081
headius
committed
1fe9081
View commit details
Copy full SHA for 1fe9081
View code at this point
Browse repository at this point
Fixed off-by-one error and handled malformed arguments
berdario
authored and
headius
committed
3859785
View commit details
Copy full SHA for 3859785
View code at this point
Browse repository at this point
Minor whitespace fixes
berdario
authored and
headius
committed
f898cfb
View commit details
Copy full SHA for f898cfb
View code at this point
Browse repository at this point
Added optional length to caller() method and support for Range argument
berdario
authored and
headius
committed
97a3f01
View commit details
Copy full SHA for 97a3f01
View code at this point
Browse repository at this point
Fix issue #612 - restrict struct parameters to those of the appropriate type.
vp-of-awesome
committed
6b3d677
View commit details
Copy full SHA for 6b3d677
View code at this point
Browse repository at this point
Return memoized nullPointer from Pointer.getNull() instead of looking up Pointer::NULL each time.
vp-of-awesome
committed
303ec53
View commit details
Copy full SHA for 303ec53
View code at this point
Browse repository at this point
Commits on Mar 28, 2013
Move RuntimeHelpers to org.jruby.runtime.Helpers.
headius
committed
bb98e4b
View commit details
Copy full SHA for bb98e4b
View code at this point
Browse repository at this point
Defer cloning Binding constructs until actually needed.
headius
committed
7db296c
View commit details
Copy full SHA for 7db296c
View code at this point
Browse repository at this point
Alternative way of tracking block escaping through clones.
Show description for 6ca6188
headius
committed
6ca6188
View commit details
Copy full SHA for 6ca6188
View code at this point
Browse repository at this point
Avoid 1.9 block args processing if no args and no arity check.
headius
committed
68a527a
View commit details
Copy full SHA for 68a527a
View code at this point
Browse repository at this point
Avoid allocating boolean[] escaped if block is not captured.
headius
committed
cef51de
View commit details
Copy full SHA for cef51de
View code at this point
Browse repository at this point
Improvement to no-arg #times, to avoid arg processing if unneeded.
headius
committed
1b31a70
View commit details
Copy full SHA for 1b31a70
View code at this point
Browse repository at this point
Yield specifically nothing in #times when block has no args.
headius
committed
d8437fc
View commit details
Copy full SHA for d8437fc
View code at this point
Browse repository at this point
Commits on Mar 27, 2013
Implement 3-arg variants of Pointer#write_array_of_type() and Pointer#read_array_of_type(). Fixes ffi/ffi#258
vp-of-awesome
committed
2723b51
View commit details
Copy full SHA for 2723b51
View code at this point
Browse repository at this point
Propagate typeSize from wrapped pointer
vp-of-awesome
committed
5d74ddf
View commit details
Copy full SHA for 5d74ddf
View code at this point
Browse repository at this point
Add FFI::Pointer.size to fix #607
vp-of-awesome
committed
8390e59
View commit details
Copy full SHA for 8390e59
View code at this point
Browse repository at this point
Implement FFI::AbstractMemory#slice to fix #608
vp-of-awesome
committed
a29d8e0
View commit details
Copy full SHA for a29d8e0
View code at this point
Browse repository at this point
Fix #565.
Show description for b67c1a6
BanzaiMan
committed
b67c1a6
View commit details
Copy full SHA for b67c1a6
View code at this point
Browse repository at this point
Commits on Mar 26, 2013
Remove unused imports.
BanzaiMan
committed
3d6418a
View commit details
Copy full SHA for 3d6418a
View code at this point
Browse repository at this point
Accept an optional UTC offset for Time#getlocal.
Show description for 6dc56da
BanzaiMan
committed
6dc56da
View commit details
Copy full SHA for 6dc56da
View code at this point
Browse repository at this point
Commits on Mar 25, 2013
Offset inversion happens only when the utc offset is given in the string format.
BanzaiMan
committed
b134b53
View commit details
Copy full SHA for b134b53
View code at this point
Browse repository at this point
Commits on Mar 24, 2013
Fix #591.
Show description for 43d635d
BanzaiMan
committed
43d635d
View commit details
Copy full SHA for 43d635d
View code at this point
Browse repository at this point
Remove trailing white space.
BanzaiMan
committed
4c916c8
View commit details
Copy full SHA for 4c916c8
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
Refactor InvocationLinker and get block logic into Handle methods.
headius
committed
48759b4
View commit details
Copy full SHA for 48759b4
View code at this point
Browse repository at this point
Commits on Mar 22, 2013
Reorg of the various success paths in indy binding logic.
headius
committed
3e4007e
View commit details
Copy full SHA for 3e4007e
View code at this point
Browse repository at this point
Fix define_method not properly owning Methods.
headius
committed
011bd79
View commit details
Copy full SHA for 011bd79
View code at this point
Browse repository at this point
Fix replace/initialize_copy on frozen hash when other == self.
headius
committed
e537ec1
View commit details
Copy full SHA for e537ec1
View code at this point
Browse repository at this point
Fix resuming from another fiber.
headius
committed
d5b104d
View commit details
Copy full SHA for d5b104d
View code at this point
Browse repository at this point
Merge pull request #463 from eregon/file_resolution
Show description for b7f70b2
headius
committed
b7f70b2
View commit details
Copy full SHA for b7f70b2
View code at this point
Browse repository at this point
Merge pull request #472 from atambo/file_size
Show description for a640794
headius
committed
a640794
View commit details
Copy full SHA for a640794
View code at this point
Browse repository at this point
Merge pull request #460 from atambo/master
Show description for ff74833
headius
committed
ff74833
View commit details
Copy full SHA for ff74833
View code at this point
Browse repository at this point
Merge pull request #571 from yb66/require_relative
Show description for e6fcf42
headius
committed
e6fcf42
View commit details
Copy full SHA for e6fcf42
View code at this point
Browse repository at this point
Commits on Mar 21, 2013
Merge remote-tracking branch 'jamespic/master'
headius
committed
2f89eab
View commit details
Copy full SHA for 2f89eab
View code at this point
Browse repository at this point
Merge pull request #599 from daicoden/recursive-annotation-visiting
Show description for 7c9abfb
headius
committed
7c9abfb
View commit details
Copy full SHA for 7c9abfb
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL