The Ruby Programming Language
Ruby C Yacc Makefile Emacs Lisp C++ Other
Switch branches/tags
Clone or download
Pull request Compare This branch is 219 commits ahead, 5700 commits behind ruby:trunk.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
basictest basictest: --run-opt option Oct 19, 2016
benchmark merge revision(s) 57283,57284: [Backport #13113] Mar 11, 2017
bin * bin/erb: $SAFE=3 is obsolete. Jun 18, 2015
bootstraptest `\s` includes `\t` Oct 11, 2016
ccan ccan/list/list.h: suppress unused argument warnings Sep 6, 2015
coverage fix a typo [ci skip] Sep 12, 2014
cygwin rubystub Aug 20, 2016
defs separated_version.mk: option for linux [ci skip] Oct 18, 2016
doc merge revision(s) 57665: [Backport #13229] Mar 12, 2017
enc merge revision(s) 57816,57817: [Backport #13292] Mar 12, 2017
ext merge revision(s) 59765: [Backport #13877] Sep 10, 2017
gems Update xmlrpc-0.2.1 for Ruby 2.4.0 release. Dec 22, 2016
include merge revision(s) 59765: [Backport #13877] Sep 10, 2017
lib merge revision(s) 59897: Sep 14, 2017
man Remove Ns before puctuation Sep 26, 2016
misc ruby-additional.el: unquoted code block Nov 16, 2016
missing rubystub Aug 20, 2016
nacl Fix PNaCl configure/link errors. Oct 22, 2014
sample merge revision(s) 57530: [Backport #13191] Jul 23, 2017
spec default.mspec: end of options Nov 9, 2016
template Merge Onigmo 6.0.0 Dec 10, 2016
test merge revision(s) 59897: Sep 14, 2017
tool merge revision(s) 58078: Mar 24, 2017
win32 merge revision(s) 57741: [Backport #13254] Mar 12, 2017
.document * .document: [DOC] add rbconfig. [ci skip] Sep 14, 2016
.editorconfig Add config for *.yml [ci skip] Oct 30, 2016
.gdbinit Use rb_mod_name instead of classname Nov 15, 2016
.gitattributes add .gitattributes Nov 19, 2015
.gitignore ignore all versions [ci skip] Sep 23, 2016
.indent.pro * .indent.pro: added for ruby-style. Mar 11, 2010
.travis.yml merge revision(s) 57165: Mar 11, 2017
BSDL * BSDL: update copyright notice for 2013. Feb 9, 2013
CONTRIBUTING.md [DOC] Please see _the_ official issue tracker... [ci skip] Jun 13, 2014
COPYING * ChangeLog: Remove trailing-whitespaces. May 11, 2016
COPYING.ja Change encoding from EUC-JP to UTF-8. [Feature #5128] Sep 4, 2011
GPL * GPL: update text of GPLv2. [ruby-core:44488] [Bug #6328] Jun 3, 2012
KNOWNBUGS.rb KNOWNBUGS.rb: Fixed typo, made more explicit [ci skip] Dec 13, 2015
LEGAL Use https instead of http in some URLs Sep 11, 2016
Makefile.in Reapply r57093,r57094,r57097 "dtrace build fixes on FreeBSD" Dec 17, 2016
NEWS merge revision(s) 57603: [Backport #12997] Mar 13, 2017
README.EXT README.EXT: add redirect [ruby-core:68631] Mar 25, 2015
README.EXT.ja README.EXT.ja: add redirect [ruby-core:68631] Mar 30, 2015
README.ja.md README{,.ja}.md: Drop support for BeOS now that Haiku is stable since… Sep 13, 2016
README.md merge revision(s) 57483: Mar 11, 2017
acinclude.m4 acinclude.m4: rename Jan 3, 2016
aclocal.m4 aclocal.m4: add Jan 3, 2016
addr2line.c addr2line.c: boundary checks Oct 18, 2016
addr2line.h * addr2line.c (fill_lines): loop reverse order not to overwrite Mar 26, 2014
appveyor.yml Use environment variable for system ruby detection on appveyor. Nov 10, 2016
array.c merge revision(s) 58693: [Backport #13558] Jul 23, 2017
bignum.c merge revision(s) 57269,57277: Mar 13, 2017
class.c merge revision(s) 59624,59626: [Backport #13830] Sep 10, 2017
common.mk Regexp supports Unicoe 9.0.0's \X Nov 30, 2016
compar.c Comparable#clamp Aug 11, 2016
compile.c merge revision(s) 59708: [Backport #13844] Sep 10, 2017
complex.c complex.c: optimize f_gt_p some cases Nov 22, 2016
configure.in configure.ac: link Foundation framework Oct 17, 2017
constant.h use id_table for constant tables Dec 29, 2015
cont.c merge revision(s) 59462,59474: [Backport #13772] Aug 5, 2017
debug.c * debug.c (ruby_debug_printf): use rb_raw_obj_info() Jul 25, 2016
dir.c merge revision(s) 57248: [Backport #13573] Jul 9, 2017
dln.c dln.c: raise LoadError Nov 19, 2016
dln.h dln.c: extra arguments Jun 30, 2013
dln_find.c dln_find.c: MAXPATHLEN is not used already Jun 2, 2016
dmydln.c * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings. May 8, 2016
dmyenc.c load.c: tweak the return value Dec 3, 2014
dmyext.c dmyenc.c: separate Nov 27, 2014
encindex.h revert r52336 (commit miss) Oct 29, 2015
encoding.c encoding.c: handle needmore error from rb_enc_precise_mbclen() Dec 14, 2016
enum.c merge revision(s) 59128: [Backport #13669] Aug 5, 2017
enumerator.c merge revision(s) 59056: [Backport #13648] [Backport #13699] Jul 18, 2017
error.c merge revision(s) 57405: Mar 11, 2017
eval.c merge revision(s) 57415,57463,57474: Mar 12, 2017
eval_error.c Add clang volatile fixes from FreeBSD and NetBSD. Dec 7, 2016
eval_intern.h eval_intern.h: make TH_PUSH_TAG() initialize rb_vm_tag::tag with Qundef Sep 26, 2016
eval_jump.c eval_jump.c: restore previous error info Apr 22, 2016
file.c file.c: cygwin behavior Dec 7, 2016
gc.c merge revision(s) 59649: [Backport #13832] Sep 10, 2017
gc.h * gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj) Oct 6, 2015
gem_prelude.rb Reduce system calls by activating the `did_you_mean` gem. Feb 25, 2016
golf_prelude.rb * golf_prelude.rb: syntax formatting for whitespace [Fixes GH-425] Nov 7, 2013
goruby.c goruby.c: call Init_golf [ci skip] Aug 23, 2016
hash.c merge revision(s) 57751,57753,57755: Mar 12, 2017
ia64.s * removed trailing spaces. Jun 9, 2012
id_table.c id_table.c: extend, don't shrink Aug 14, 2016
id_table.h id_table.h: dummy sentinel Aug 6, 2016
inits.c * random.c (InitVM_Random): move Random::DEFAULT initialization Nov 30, 2015
insns.def merge revision(s) 57278,57279: [Backport #12855] Mar 11, 2017
internal.h merge revision(s) 59765: [Backport #13877] Sep 10, 2017
io.c merge revision(s) 57944,57977,58062: [Backport #13306] Sep 10, 2017
iseq.c iseq.c: syntax error in compile_file Sep 27, 2016
iseq.h * iseq.h (struct iseq_compile_data): use struct rb_id_table May 14, 2016
lex.c.blt parse.y: symbol literals for alias/undef Mar 16, 2016
load.c Adjust indent [ci skip] Dec 9, 2016
loadpath.c * loadpath.c (RUBY_REVISION): Defined to suppress revision.h Jun 17, 2013
localeinit.c * remove trailing spaces. Jun 19, 2016
main.c * include/ruby/debug.h: introdudced. Nov 20, 2012
marshal.c merge revision(s) 57410,57619,57621,57631,57634: [Backport #13150] Mar 13, 2017
math.c merge revision(s) 57778,57779: Mar 12, 2017
method.h * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_meth… Nov 5, 2016
miniinit.c miniinit.c: built-in encoding aliases Dec 26, 2015
node.c node.c: flatten NODE_BLOCK [ci skip] Oct 5, 2016
node.h merge revision(s) 58503: [Backport #13523] Aug 3, 2017
numeric.c merge revision(s) 58913: [Backport #13599] Aug 4, 2017
object.c merge revision(s) 57407: [Backport #13145] Mar 11, 2017
pack.c merge revision(s) 57187,57234: [Backport #13075] Mar 11, 2017
parse.y merge revision(s) 59375: [Backport #13756] Sep 11, 2017
prelude.rb merge revision(s) 57690-57694: Mar 12, 2017
probes.d change lingering dtrace probe documentation from function- to method- May 30, 2015
probes_helper.h vm.c: ruby_th_dtrace_setup Oct 29, 2015
proc.c merge revision(s) 59063: [Backport #13605] Aug 4, 2017
process.c merge revision(s) 59322,59325: [Backport #13744] Sep 10, 2017
random.c merge revision(s) 59368: [Backport #13753] Aug 5, 2017
range.c range.c: check loading Nov 11, 2016
rational.c merge revision(s) 58523: [Backport #13528] Aug 5, 2017
re.c re.c: consider the case of RMatch::regexp is nil Dec 20, 2016
regcomp.c merge revision(s) 57603: [Backport #12997] Mar 13, 2017
regenc.c merge revision(s) 57603: [Backport #12997] Mar 13, 2017
regenc.h merge revision(s) 57816,57817: [Backport #13292] Mar 12, 2017
regerror.c Merge Onigmo 6.0.0 Dec 10, 2016
regexec.c merge revision(s) 57603: [Backport #12997] Mar 13, 2017
regint.h merge revision(s) 57603: [Backport #12997] Mar 13, 2017
regparse.c merge revision(s) 57603: [Backport #12997] Mar 13, 2017
regparse.h merge revision(s) 57603: [Backport #12997] Mar 13, 2017
regsyntax.c Merge Onigmo 6.0.0 Dec 10, 2016
ruby-runner.c ruby-runner.h Apr 14, 2016
ruby.c declare `rb_w32_sysinit` in header. Dec 13, 2016
ruby_assert.h fix build with VM_CHECK_MODE > 0 Jan 25, 2016
ruby_atomic.h Revert r52995 Dec 9, 2015
rubystub.c rubystub.c: sys/param.h for MAXPATHLEN Aug 20, 2016
safe.c * safe.c: removed needless doc related $SAFE=2 Jun 18, 2015
signal.c signal.c: improve stack overflow check Nov 27, 2016
siphash.c UNALIGNED_WORD_ACCESS on ppc64 Jul 23, 2014
siphash.h * siphash.h: check configure macros before include newer headers. Nov 9, 2012
sparc.c * sparc.c: Use __asm__ instead of asm for gcc. Apr 27, 2013
sprintf.c merge revision(s) 58453,58454: [Backport #13499] May 9, 2017
st.c st.c: suppress a warning Dec 21, 2016
strftime.c merge revision(s) 58210: [Backport #8916] Jul 9, 2017
string.c merge revision(s) 59763: [Backport #13874] Sep 10, 2017
struct.c merge revision(s) 57751,57753,57755: Mar 12, 2017
symbol.c * symbol.c (is_identchar): use ISDIGIT instead of rb_enc_isalnum. May 26, 2016
symbol.h Use HAVE_BUILTIN___BUILTIN_CONSTANT_P May 20, 2016
thread.c merge revision(s) 59462,59474: [Backport #13772] Aug 5, 2017
thread_pthread.c merge revision(s) 59307: [Backport #13284] Jul 23, 2017
thread_pthread.h * thread_pthread.c (register_ubf_list): renamed from Nov 30, 2015
thread_sync.c merge revision(s) 57477,57478,57479: [Backport #12405] Mar 11, 2017
thread_win32.c merge revision(s) 58370,58382: [Backport #13530] May 9, 2017
thread_win32.h * ext/openssl/depend: remove dependency from internal headers. May 14, 2014
time.c merge revision(s) 57170-57172: [Backport #13066] Mar 11, 2017
timev.h configure.in, win32/Makefile.sub: PACKED_STRUCT with VC Feb 25, 2014
transcode.c * lib/net/http/header.rb: fix typo. [ci skip][fix GH-1407] Aug 16, 2016
transcode_data.h transcode_data.h: missing cast Aug 8, 2015
util.c merge revision(s) 58796: [Backport #13545] Jul 9, 2017
variable.c merge revision(s) 58696: [Backport #11384] Jul 9, 2017
version.c version.c: no exit in ruby_show_copyright Jan 7, 2016
version.h roll back to v2_4_2 tag rather than tip of ruby_2_4 branch Oct 3, 2017
vm.c merge revision(s) 59462,59474: [Backport #13772] Aug 5, 2017
vm_args.c merge revision(s) 57192,57464,58016,58018,58019: [Backport #12705] Mar 21, 2017
vm_backtrace.c * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id): Nov 5, 2016
vm_core.h merge revision(s) 58284,58812,59028: [Backport #13632] Jul 8, 2017
vm_debug.h defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} Apr 5, 2013
vm_dump.c merge revision(s) 57427: [Backport #13030] Mar 12, 2017
vm_eval.c merge revision(s) 59357,59358: [Backport #13391] [Backport #13404] Aug 4, 2017
vm_exec.c * vm_insnhelper.h: rename REG_(CFP|PC|SP|EP) to VM_REG_.... Nov 5, 2016
vm_exec.h * vm_exec.h (VM_DEBUG_STACKOVERFLOW): added. Dec 18, 2013
vm_insnhelper.c merge revision(s) 59183,59184: [Backport #13682] Aug 3, 2017
vm_insnhelper.h merge revision(s) 58262,5826: [Backport #13369] Jul 9, 2017
vm_method.c merge revision(s) 59613: [Backport #13817] Sep 10, 2017
vm_opts.h iseq.h: rename member Nov 25, 2015
vm_trace.c Add clang volatile fixes from FreeBSD and NetBSD. Dec 7, 2016
vsnprintf.c merge revision(s) 58210: [Backport #8916] Jul 9, 2017

README.md

Build Status Build status

What's Ruby

Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible.

Features of Ruby

  • Simple Syntax
  • Normal Object-oriented Features (e.g. class, method calls)
  • Advanced Object-oriented Features (e.g. Mix-in, Singleton-method)
  • Operator Overloading
  • Exception Handling
  • Iterators and Closures
  • Garbage Collection
  • Dynamic Loading of Object Files (on some architectures)
  • Highly Portable (works on many Unix-like/POSIX compatible platforms as well as Windows, Mac OS X, Haiku, etc.) cf. https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms

How to get Ruby

For a complete list of ways to install Ruby, including using third-party tools like rvm, see:

https://www.ruby-lang.org/en/downloads/

The Ruby distribution files can be found on the following FTP site:

ftp://ftp.ruby-lang.org/pub/ruby/

The trunk of the Ruby source tree can be checked out with the following command:

$ svn co https://svn.ruby-lang.org/repos/ruby/trunk/ ruby

Or if you are using git then use the following command:

$ git clone git://github.com/ruby/ruby.git

There are some other branches under development. Try the following command to see the list of branches:

$ svn ls https://svn.ruby-lang.org/repos/ruby/branches/

Or if you are using git then use the following command:

$ git ls-remote git://github.com/ruby/ruby.git

Ruby home page

The URL of the Ruby home page is:

https://www.ruby-lang.org/

Mailing list

There is a mailing list to talk about Ruby. To subscribe to this list, please send the following phrase:

subscribe

in the mail body (not subject) to the address mailto:ruby-talk-request@ruby-lang.org.

How to compile and install

This is what you need to do to compile and install Ruby:

  1. If you want to use Microsoft Visual C++ to compile ruby, read win32/README.win32 instead of this document.

  2. If ./configure does not exist or is older than configure.in, run autoconf to (re)generate configure.

  3. Run ./configure, which will generate config.h and Makefile.

    Some C compiler flags may be added by default depending on your environment. Specify optflags=.. and warnflags=.. as necessary to override them.

  4. Edit defines.h if you need. Usually this step will not be needed.

  5. Remove comment mark(#) before the module names from ext/Setup (or add module names if not present), if you want to link modules statically.

    If you don't want to compile non static extension modules (probably on architectures which do not allow dynamic loading), remove comment mark from the line "#option nodynamic" in ext/Setup.

    Usually this step will not be needed.

  6. Run make.

    • On Mac, set RUBY_CODESIGN environment variable with a signing identity. It uses the identity to sign ruby binary. See also codesign(1).
  7. Optionally, run 'make check' to check whether the compiled Ruby interpreter works well. If you see the message "check succeeded", your ruby works as it should (hopefully).

  8. Run 'make install'

    This command will create the following directories and install files into them.

    • ${DESTDIR}${prefix}/bin
    • ${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}
    • ${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}
    • ${DESTDIR}${prefix}/lib
    • ${DESTDIR}${prefix}/lib/ruby
    • ${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}
    • ${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}
    • ${DESTDIR}${prefix}/lib/ruby/site_ruby
    • ${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}
    • ${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}
    • ${DESTDIR}${prefix}/lib/ruby/vendor_ruby
    • ${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}
    • ${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}
    • ${DESTDIR}${prefix}/lib/ruby/gems/${MAJOR}.${MINOR}.${TEENY}
    • ${DESTDIR}${prefix}/share/man/man1
    • ${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system

    If Ruby's API version is 'x.y.z', the ${MAJOR} is 'x', the ${MINOR} is 'y', and the ${TEENY} is 'z'.

    NOTE: teeny of the API version may be different from one of Ruby's program version

    You may have to be a super user to install ruby.

If you fail to compile ruby, please send the detailed error report with the error log and machine/OS type, to help others.

Some extension libraries may not get compiled because of lack of necessary external libraries and/or headers, then you will need to run 'make distclean-ext' to remove old configuration after installing them in such case.

Copying

See the file COPYING.

Feedback

Questions about the Ruby language can be asked on the Ruby-Talk mailing list (https://www.ruby-lang.org/en/community/mailing-lists) or on websites like (https://stackoverflow.com).

Bug reports should be filed at https://bugs.ruby-lang.org. Read HowToReport for more information.

##Contributing

See the file CONTRIBUTING.md

The Author

Ruby was originally designed and developed by Yukihiro Matsumoto (Matz) in 1995.

mailto:matz@ruby-lang.org