FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bin/jruby.sh - 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
bin
jruby.sh
on
jruby-1_7
User selector
Datepicker
Commit history
Commits on Apr 1, 2014
Remove [@] syntax to add IBM i compatibility
pierrickrouxel
authored and
enebo
committed
0e3cee9
View commit details
Copy full SHA for 0e3cee9
View code at this point
Browse repository at this point
Commits on Dec 3, 2013
Don't set java.net.preferIPv4Stack in shell scripts #1286
bruceadams
committed
8e59158
View commit details
Copy full SHA for 8e59158
View code at this point
Browse repository at this point
Commits on Jun 29, 2013
Update references to lib/native for FFI
Show description for 10c9ae7
headius
committed
10c9ae7
View commit details
Copy full SHA for 10c9ae7
View code at this point
Browse repository at this point
Commits on Jun 28, 2013
missing braces
BanzaiMan
committed
678a355
View commit details
Copy full SHA for 678a355
View code at this point
Browse repository at this point
Fix typo in f323c80
BanzaiMan
committed
7aa59c9
View commit details
Copy full SHA for 7aa59c9
View code at this point
Browse repository at this point
Commits on Jun 27, 2013
Fix #775
Show description for f323c80
BanzaiMan
committed
f323c80
View commit details
Copy full SHA for f323c80
View code at this point
Browse repository at this point
Commits on Apr 4, 2013
Upgrade to jffi-1.2.7 for issue #626
vp-of-awesome
committed
c6cb101
View commit details
Copy full SHA for c6cb101
View code at this point
Browse repository at this point
Commits on Dec 29, 2012
Discard $JRUBY_OPTS if we are starting the nailgun server.
Show description for 2846144
BanzaiMan
committed
2846144
View commit details
Copy full SHA for 2846144
View code at this point
Browse repository at this point
Commits on Sep 9, 2012
no need to report memory/stack as properties
Show description for d9b569f
kares
committed
d9b569f
View commit details
Copy full SHA for d9b569f
View code at this point
Browse repository at this point
Commits on Dec 9, 2011
Trivial patch to bin/jruby to allow spaces in the path. This corresponds to commit 3dfc58b, which updated bin/jruby.bash on July 5, 2011
BanzaiMan
committed
82d8ebb
View commit details
Copy full SHA for 82d8ebb
View code at this point
Browse repository at this point
check value of JAVA_VM before setting; fix JRUBY-5849. This corresponds to 509564f which updated jruby.bash on June 5, 2011
BanzaiMan
committed
222a097
View commit details
Copy full SHA for 222a097
View code at this point
Browse repository at this point
Bump stack size to 2048k. This corresponds to commit ea20ac1 done to jruby.bash on January 14, 2011
BanzaiMan
committed
056b270
View commit details
Copy full SHA for 056b270
View code at this point
Browse repository at this point
Commits on Oct 5, 2011
Many /bin/sh's don't support function declarations in the form:
Show description for ca7f331
jordansissel
committed
ca7f331
View commit details
Copy full SHA for ca7f331
View code at this point
Browse repository at this point
Commits on Feb 10, 2011
JRUBY-5472: JRuby bash script no longer supports -X-C and similar options
BanzaiMan
committed
217fc9b
View commit details
Copy full SHA for 217fc9b
View code at this point
Browse repository at this point
Commits on Jan 22, 2011
Accept 'jruby.sh -X' without args on '-X'.
BanzaiMan
committed
8427944
View commit details
Copy full SHA for 8427944
View code at this point
Browse repository at this point
Commits on Jan 10, 2011
JRUBY-5266: Heed $JAVACMD variable if set to control which JVM program name to use
nicksieger
committed
977c546
View commit details
Copy full SHA for 977c546
View code at this point
Browse repository at this point
JRUBY-5198: Fix to last fix. -Xa.b.c=d maps to -Djruby.a.b.c=d
nicksieger
committed
8b14b71
View commit details
Copy full SHA for 8b14b71
View code at this point
Browse repository at this point
JRUBY-5198: Add -Xa.b.c=d => -Da.b.c=d to shell-script launchers
nicksieger
committed
e7e8e95
View commit details
Copy full SHA for e7e8e95
View code at this point
Browse repository at this point
Commits on Nov 5, 2010
Remove more JIP profiling flags from sh and bash scripts.
headius
committed
e25c58f
View commit details
Copy full SHA for e25c58f
View code at this point
Browse repository at this point
Commits on Oct 24, 2010
First stab at JRUBY-1967: jruby bash scripts do not work on bash-less unix'es
Show description for e0423aa
headius
committed
e0423aa
View commit details
Copy full SHA for e0423aa
View code at this point
Browse repository at this point
Commits on Sep 30, 2010
fix JRUBY-3924: JRUBY_OPTS should be subject to the same arg processing as normally-passed args
amuino
authored and
calavera
committed
1c672b4
View commit details
Copy full SHA for 1c672b4
View code at this point
Browse repository at this point
Commits on May 18, 2010
Let JAVA_OPTS override -Xmx and -Xms settings.
BanzaiMan
committed
bd135d9
View commit details
Copy full SHA for bd135d9
View code at this point
Browse repository at this point
Put -Xmx and -Xss back in for older JVM versions. Values in JAVA_MEM and JAVA_STACK take precedence over values defined in JAVA_OPTS.
BanzaiMan
committed
798eab1
View commit details
Copy full SHA for 798eab1
View code at this point
Browse repository at this point
Really fix JRUBY-4702. Also, consolidate JAVA_OPTS processing into one place.
BanzaiMan
committed
97ff2dc
View commit details
Copy full SHA for 97ff2dc
View code at this point
Browse repository at this point
Commits on May 12, 2010
Fix minimum heap size in jruby.sh (was -Xms256M, should have been -Xms2M).
headius
committed
1823b29
View commit details
Copy full SHA for 1823b29
View code at this point
Browse repository at this point
Commits on Apr 26, 2010
Fix JRUBY-4204: JRuby bash launcher handles server/client params in JRUBY_OPTS/JAVA_OPTS incorrectly
BanzaiMan
committed
9f02d2a
View commit details
Copy full SHA for 9f02d2a
View code at this point
Browse repository at this point
Commits on Apr 24, 2010
Fix JRUBY-4702: Jruby doesn't honour valid min/max heap size
BanzaiMan
committed
142fc60
View commit details
Copy full SHA for 142fc60
View code at this point
Browse repository at this point
Commits on Feb 24, 2010
Rig up the native launcher for dev use.
Show description for 3d9b4b4
nicksieger
committed
3d9b4b4
View commit details
Copy full SHA for 3d9b4b4
View code at this point
Browse repository at this point
Commits on Jun 10, 2006
Jruby.sh is obsoleted by jruby
Show description for e8b2b55
enebo
committed
e8b2b55
View commit details
Copy full SHA for e8b2b55
View code at this point
Browse repository at this point
Commits on Mar 27, 2006
In cygwin environment Sun Java environment only works with windows. cygpath should convert to windows delimeted path.
Show description for 68184d0
enebo
committed
68184d0
View commit details
Copy full SHA for 68184d0
View code at this point
Browse repository at this point
Commits on Feb 4, 2006
Make jruby.sh more cygwin friendly (allow jruby home to contain spaces)
Show description for 29b0071
enebo
committed
29b0071
View commit details
Copy full SHA for 29b0071
View code at this point
Browse repository at this point
Commits on Feb 3, 2006
Allow JAVA_HOME with a space in it to run.
Show description for d6e04e5
enebo
committed
d6e04e5
View commit details
Copy full SHA for d6e04e5
View code at this point
Browse repository at this point
Commits on Dec 26, 2004
fix cygwin path problems
Show description for fa6c1fd
Stefan Matthias Aust
committed
fa6c1fd
View commit details
Copy full SHA for fa6c1fd
View code at this point
Browse repository at this point
Commits on Oct 23, 2004
Update both wrapping scripts to pass CLASSPATH into jruby environment
Show description for 33b2f13
enebo
committed
33b2f13
View commit details
Copy full SHA for 33b2f13
View code at this point
Browse repository at this point
Commits on Jun 5, 2004
Fixes 914704. jruby.sh works with cygwin
Show description for a024337
enebo
committed
a024337
View commit details
Copy full SHA for a024337
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL