FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · takeru/jruby · GitHub
takeru
/
jruby
Public
forked from
jruby/jruby
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Mar 6, 2010
ignore invalid char input in NKF
takeru
committed
7750b7e
View commit details
Copy full SHA for 7750b7e
Browse repository at this point
Commits on Mar 5, 2010
Ant::BlockTarget: target block execution delayed until target is also executed
nicksieger
committed
d732285
View commit details
Copy full SHA for d732285
Browse repository at this point
Add a demonstration of how to bind method_missing in a simple JRuby extension.
headius
committed
db1154c
View commit details
Copy full SHA for db1154c
Browse repository at this point
Don't use attr_accessor without a frame on the stack, since it tries to access current visibility.
headius
committed
63d644a
View commit details
Copy full SHA for 63d644a
Browse repository at this point
Some cleanup for jrubyc --java logic.
headius
committed
2808aa8
View commit details
Copy full SHA for 2808aa8
Browse repository at this point
Commits on Mar 4, 2010
Ant integration: Get _element working better
Show description for f25167a
nicksieger
committed
f25167a
View commit details
Copy full SHA for f25167a
Browse repository at this point
Fix for JRUBY-4621: jruby -e '' fails
Show description for 1960b6f
vvs
committed
1960b6f
View commit details
Copy full SHA for 1960b6f
Browse repository at this point
Handle Arrays better in signature grammar
enebo
committed
05b38ab
View commit details
Copy full SHA for 05b38ab
Browse repository at this point
More improvements for java_signature support in jrubyc:
Show description for 65f9a25
headius
committed
65f9a25
View commit details
Copy full SHA for 65f9a25
Browse repository at this point
Update compiler to support new Java signature parser for Java signatures in Ruby files. Also disable compile of .rb to .class with --java, just generating stub now.
headius
committed
dfd76b8
View commit details
Copy full SHA for dfd76b8
Browse repository at this point
Modify proxied Java objects to use a separate weak table of ivars, as part of a push to eliminate ObjectProxyCache and the idempotency of wrappers.
headius
committed
208b4af
View commit details
Copy full SHA for 208b4af
Browse repository at this point
Commits on Mar 3, 2010
Java Method Signature parser (initial landing)
enebo
committed
33855d8
View commit details
Copy full SHA for 33855d8
Browse repository at this point
Get direct Java handle generation working correctly for non-public classes with public virtual methods.
headius
committed
4ceb48a
View commit details
Copy full SHA for 4ceb48a
Browse repository at this point
Eliminate unnecessary volatile boolean on RubyToJavaInvoker, to speed repeat calls.
headius
committed
9388909
View commit details
Copy full SHA for 9388909
Browse repository at this point
Commits on Mar 2, 2010
Upgrade to rspec-1.3.0, now that JRUBY-4599 is fixed.
headius
committed
c37037a
View commit details
Copy full SHA for c37037a
Browse repository at this point
fixes JRUBY-4599: Invoking private/protected java no-args method with null argument leads to NPE
Show description for 7458b05
calavera
authored and
headius
committed
7458b05
View commit details
Copy full SHA for 7458b05
Browse repository at this point
Commits on Mar 1, 2010
JRUBY-4611: Stop command-line argument processing on first non-option
Show description for cefba78
nicksieger
committed
cefba78
View commit details
Copy full SHA for cefba78
Browse repository at this point
Add codecache support for precompiled scripts dumping to disk and loading from classloaders.
headius
committed
6857a4e
View commit details
Copy full SHA for 6857a4e
Browse repository at this point
Fix typo in a compiler warning.
headius
committed
78cf214
View commit details
Copy full SHA for 78cf214
Browse repository at this point
Commits on Feb 28, 2010
Add dummy jffi-ppc64-Linux.jar and add it to the build
vp-of-awesome
committed
c6926a2
View commit details
Copy full SHA for c6926a2
Browse repository at this point
Update jffi-ppc-Linux.jar to jffi-1.0. Built by Antoine Toulme <antoine@lunar-ocean.com>. Should fix JRUBY-4383
vp-of-awesome
committed
70acb3c
View commit details
Copy full SHA for 70acb3c
Browse repository at this point
Commits on Feb 27, 2010
Proper tag for Dir.pwd spec failure
vvs
committed
1458cf2
View commit details
Copy full SHA for 1458cf2
Browse repository at this point
Fixup bool arguments on big-endian platforms, as discovered in JRUBY-4383
vp-of-awesome
committed
1065897
View commit details
Copy full SHA for 1065897
Browse repository at this point
Tagging the failing spec. See JRUBY-4608.
BanzaiMan
committed
2ca6cf0
View commit details
Copy full SHA for 2ca6cf0
Browse repository at this point
Commits on Feb 26, 2010
Latest RubySpec, tags, enable/disable_feature tweaks
vvs
committed
ed0a874
View commit details
Copy full SHA for ed0a874
Browse repository at this point
An attempt to fix broken CI builds due to launcher test failures
vvs
committed
8c06b33
View commit details
Copy full SHA for 8c06b33
Browse repository at this point
Enable FFI struct subclasses to override initialize() without requiring them to call super()
vp-of-awesome
committed
57f2e81
View commit details
Copy full SHA for 57f2e81
Browse repository at this point
Commits on Feb 25, 2010
Change behaviors of evals and callMethods over termination as well as at_exit blocks execution. Users need to terminate explicitely by terminate() method.
yokolet
committed
673df9f
View commit details
Copy full SHA for 673df9f
Browse repository at this point
First stab at indy test
enebo
committed
22016a8
View commit details
Copy full SHA for 22016a8
Browse repository at this point
Correct enum name typo of SHARING_VARIABLES.
yokolet
committed
b0282ef
View commit details
Copy full SHA for b0282ef
Browse repository at this point
Add a new embedding option to turn off sharing variables.
yokolet
committed
6d484c5
View commit details
Copy full SHA for 6d484c5
Browse repository at this point
Native launcher gem should use JRuby to run RSpec when installed
nicksieger
committed
b812fc7
View commit details
Copy full SHA for b812fc7
Browse repository at this point
Fix native launcher's compilation failure due to undefined va_start.
vvs
committed
d40fecc
View commit details
Copy full SHA for d40fecc
Browse repository at this point
JRUBY-4598: Dir.glob with some 'file:/'-style URLs throws native Java exception
vvs
committed
6e70769
View commit details
Copy full SHA for 6e70769
Browse repository at this point
Commits on Feb 24, 2010
"install-gems" needs to depend on "jar", so that it can run the initial bin/jruby shell script after "clean".
BanzaiMan
committed
4f65a60
View commit details
Copy full SHA for 4f65a60
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL