descriptiongit mirror for jruby svn
homepage URLhttp://jruby.codehaus.org/
ownervic@rubyforge.org
last changeMon, 18 Aug 2008 12:22:14 +0000 (18 12:22 +0000)
content tags
add:
README
JRuby -  A Java implementation of the Ruby language

Authors: Stefan Matthias Aust, Anders Bengtsson, Geert Bevin,
 Piergiuliano Bossi, Johannes Brodwall, Rocky Burt, Paul Butcher,
 Benoit Cerrina, Wyss Clemens, David Corbin, Thomas E Enebo, Robert Feldt,
 Russ Freeman, Chad Fowler, Joey Gibson, Kiel Hodges, Xandy Johnson,
 Kelvin Liu, Alan Moore, Akinori Musha, Charles Nutter, Takashi Okamoto
 Jan Arne Petersen, Tobias Reif, David Saff, Ed Sinjiashvili, Daiki Ueno
 Matthias Veit, Jason Voegele, Sergey Yevtushenko, Robert Yokota, 
 Ola Bini, Nick Sieger, Vladimir Sizikov, and many gracious contributions
 from the community.

Project Contact: Thomas E Enebo <enebo@acm.org>

JRuby also uses code generously shared by the creator of the Ruby language, 
Yukihiro Matsumoto <matz@netlab.co.jp>.

== About

JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter
in Java.

The Java version is tightly integrated with Java to allow both to script
any Java class and to embed the interpreter into any Java application. 
See the 'docs' directory for more information.

== Run

    bin/jruby rubyfile.rb

interprets the file 'rubyfile.rb'.

== Compiling from source

You will need:

* JDK 1.5 or greater
* Apache Ant (http://jakarta.apache.org/ant/) 1.7 or greater.

To compile, just type:

    ant

This will create a jruby.jar file in the projects 'lib' directory.

== Testing

In order to run the unit tests, copy the build_lib/junit.jar file to either
$ANT_HOME/lib/junit.jar or ~/.ant/lib/junit.jar.

See 'docs/README.test' for more information.

== More Information

Visit http://jruby.codehaus.org for more information.

== License

Read the COPYING file.
shortlog
2008-08-18 olabiniFix for JRUBY-2882. Handle error messages related to... master
2008-08-18 olabiniEven more JavaField features fixed.
2008-08-18 olabiniMake setting of fields convert it's arguments a little...
2008-08-18 olabiniFix more failures with JavaMethod
2008-08-18 olabiniFix so that JavaMethod#invoke can take nil, so static...
2008-08-18 wmeissnerAdd aliases for char/short/int/long_long ops
2008-08-18 wmeissnerAdd aliases to alloc_* methods
2008-08-17 headiusAdd hoe skeleton for JRuby gem. Might move this out...
2008-08-16 wmeissnerAdd bounds checking to FFI memory accesses
2008-08-16 wmeissnerRework FFI buffer api a bit
2008-08-16 headiusAdd a super benchmark.
2008-08-16 enebo2x improvement for attropasgnnodes with arity 1 (e...
2008-08-16 eneboSomething wrong with splats in my previous commit....
2008-08-16 eneboFinish Specialization of CallNode
2008-08-16 olabiniFix JRUBY-2929 and reenable the specs for these tests
2008-08-16 olabiniSpecs for JRUBY-2929. These are commented out since...
...
heads
15 years ago master