Skip to content
The Ruby Programming Language [mirror]
Ruby C Yacc Objective-C Makefile C++ Other
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Remove unreachable step level `[ci skip]` Oct 10, 2019
basictest colors file has been moved from test to tool Jul 2, 2019
benchmark Optimize Array#flatten and flatten! for already flattened arrays (#2495) Sep 27, 2019
bin Added binstub for racc executables. Jun 19, 2019
bootstraptest fix memory corruption in old GCC Oct 9, 2019
ccan Fix typos [ci skip] Oct 14, 2019
coroutine Add assertions to `coroutine_initialize_main`. Jul 19, 2019
coverage Fix typo May 21, 2019
cygwin MFLAGS for nmake Feb 10, 2017
defs Removed idNUMPARAM_0 Sep 25, 2019
doc Remove duplicated `.` [ci skip] Oct 15, 2019
enc Init function is need to link statically Aug 9, 2019
ext [flori/json] Add ascii_only option to JSON::Ext::Generator::State.new. Oct 14, 2019
gems Update to latest test-unit Sep 29, 2019
include Also moved fallback definition of __has_attribute Oct 12, 2019
lib Support backspace in incremental search Oct 15, 2019
libexec [bundler/bundler] Require relatively from exe/ when possible Aug 18, 2019
man Update the latest documentation of bundler Sep 18, 2019
misc lldb_cruby.py: fixed inspecting string [ci skip] Oct 9, 2019
missing missing/setproctitle.c: remove nonsense NULL check Oct 12, 2019
sample Fix sample/drb/http0serv.rb Aug 25, 2019
spec Comparable#clamp with a range [Feature #14784] Oct 15, 2019
template Pass $(XRUBY) to test-bundled-gems.rb since RbConfig.ruby is incorrec… Sep 29, 2019
test Temporarily drop test_jit_debug.rb Oct 16, 2019
tool alias assert_raise_message for compatibility with test-unit Oct 16, 2019
win32 win32.c: Remove unused calls to StartSockets (#2312) Oct 11, 2019
.dir-locals.el add .dir-locals.el [ci skip] Dec 27, 2018
.document Include LEGAL in .document [ci skip] Dec 1, 2018
.drone.yml Remove arm64 build from Drone Oct 16, 2019
.editorconfig Remove duplicated and change order Mar 21, 2019
.gdbinit Prefix global_symbols with `ruby_` May 16, 2019
.gitattributes Add tool/leaked-globals to .gitattributes [ci skip] Jul 15, 2019
.gitignore Only ignore build directories. Jun 20, 2019
.indent.pro * .indent.pro: added for ruby-style. Mar 11, 2010
.rspec_parallel Introduce test-bundler-parallel task. Aug 21, 2019
.travis.yml Maintain the intention of comment in Travis matrix Oct 16, 2019
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 COPYING: reformat as RDoc Feb 2, 2019
COPYING.ja COPYING: reformat as RDoc Feb 2, 2019
GPL * GPL: update text of GPLv2. [ruby-core:44488] [Bug #6328] Jun 3, 2012
KNOWNBUGS.rb compile.c: fix positions encode Apr 5, 2018
LEGAL Split procstat_vm.c Feb 7, 2019
NEWS Comparable#clamp with a range [Feature #14784] Oct 15, 2019
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 Add badges of GitHub Actions [ci skip] Sep 18, 2019
README.md Add badges of GitHub Actions [ci skip] Sep 18, 2019
aclocal.m4 configure.ac: check finite,isinf,isnan as macros first Feb 8, 2019
addr2line.c retrieve current path on macOS Aug 19, 2019
addr2line.h Support Mach-O on backtrace with DWARF Oct 20, 2018
appveyor.yml appveyor.yml - msys2 update code Sep 7, 2019
array.c Prefer st_is_member over st_lookup with 0 Oct 9, 2019
ast.c Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases Sep 7, 2019
bignum.c Unused LONG_MAX_as_double Sep 10, 2019
class.c Simplify rb_define_module_id Oct 9, 2019
common.mk Comparable#clamp with a range [Feature #14784] Oct 15, 2019
compar.c Comparable#clamp with a range [Feature #14784] Oct 15, 2019
compile.c Right size the numtable in insn_make_insn_table to VM_INSTRUCTION_SIZE Oct 11, 2019
complex.c Make Kernel#{Pathname,BigDecimal,Complex} return argument if given co… Sep 21, 2019
configure.ac oops Sep 10, 2019
constant.h Module#constant_source_location [Feature #10771] Jun 22, 2019
cont.c Add rb_adjust_argv_kw_splat to internal.h Sep 26, 2019
debug.c internal.h: remove dependecy on ruby/io.h Jan 9, 2018
debug_counter.c Fix rb_define_singleton_method warning Sep 20, 2019
debug_counter.h add debug counters for vm_search_method_slowpath() Oct 3, 2019
dir.c dir.c (join_path_from_pattern): check NULL from malloc Oct 12, 2019
dln.c Remove IA64 support. Jun 19, 2019
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 UNREACHABLE_RETURN Jul 24, 2018
dmyenc.c load.c: tweak the return value Dec 3, 2014
dmyext.c dmyenc.c: separate Nov 27, 2014
encindex.h encoding.c: rb_enc_find_index2 Dec 22, 2017
encoding.c avoid overflow in integer multiplication Oct 9, 2019
enum.c rb_rescue / rb_rescue2 now free from ANYARGS Aug 27, 2019
enumerator.c Add rb_enumeratorize_with_size_kw and related macros Sep 30, 2019
error.c forgot to delete unused #incude line Oct 10, 2019
eval.c Suppress "clobbered" warnings by gcc 9.2.0 Oct 12, 2019
eval_error.c Renamed ruby_finalize_{0,1} Aug 13, 2019
eval_intern.h solve "duplicate :raise event" [Bug #15877] Aug 8, 2019
eval_jump.c drop-in type check for rb_define_global_function Aug 29, 2019
file.c Update documentation for File#{readable,writable,executable}{,_real}?… Oct 15, 2019
gc.c make rb_raise a GVL-only function again Oct 10, 2019
gc.h Rename rb_gc_mark_no_pin -> rb_gc_mark_movable Aug 12, 2019
gem_prelude.rb Reduce system calls by activating the `did_you_mean` gem. Feb 25, 2016
golf_prelude.rb golf_prelude.rb: suppress the redefining warning Jun 22, 2019
goruby.c goruby.c: FD leak [ci skip] Mar 9, 2017
hash.c Enhance doc for ENV.delete Oct 13, 2019
hrtime.h hrtime.h: fix typo in non-builtin overflow check Aug 30, 2018
id_table.c Revert #2486 Oct 3, 2019
id_table.h Revert #2486 Oct 3, 2019
inits.c Explicitly initialise encodings on init to remove branches on encodin… Jul 23, 2019
insns.def Revert #2486 Oct 3, 2019
internal.h make rb_raise a GVL-only function again Oct 10, 2019
io.c io.c (rb_update_max_fd): fail with a negative file descripter Oct 12, 2019
iseq.c avoid overflow in integer multiplication Oct 9, 2019
iseq.h avoid overflow in integer multiplication Oct 9, 2019
lex.c.blt keywords: shrink struct kwtable Jan 21, 2018
load.c drop-in type check for rb_define_global_function Aug 29, 2019
loadpath.c -Wno-overlength-strings Jan 16, 2018
localeinit.c internal.h: remove dependecy on ruby/encoding.h Jan 9, 2018
main.c main.c: Add doxygen mainpage Aug 8, 2019
marshal.c drop-in type check for rb_define_module_function Aug 29, 2019
math.c Add word "Euler's number" to Math::E docs Aug 29, 2019
method.h * expand tabs. [ci skip] Oct 3, 2019
miniinit.c miniinit.c: built-in encoding aliases Dec 26, 2015
mjit.c Remove the quick stop path after convert_unit_to_func Oct 13, 2019
mjit.h Rename mjit_gc_finish_hook to mjit_gc_exit_hook May 16, 2019
mjit_compile.c Just disable inlining with local varaible for now Jul 3, 2019
mjit_worker.c Eliminate the possibility to leave freed ISeq Oct 14, 2019
node.c avoid overflow in integer multiplication Oct 9, 2019
node.h Add compaction support to `rb_ast_t` Sep 26, 2019
numeric.c Suppress keyword argument warning from #step Sep 29, 2019
object.c [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s… Sep 27, 2019
pack.c Added some examples to the documentation for String#unpack1 because Aug 10, 2019
parse.y Fixed numbered parameter check Oct 10, 2019
prelude.rb Use `warn` with `uplevel:` instead of `caller` Oct 12, 2019
probes.d change lingering dtrace probe documentation from function- to method- May 30, 2015
probes_helper.h vm.c: disable dtrace in jit source Feb 20, 2018
proc.c Module#define_method: Add UnboundMethod to expected classes Oct 11, 2019
process.c Fix potential memory leaks by `rb_imemo_tmpbuf_auto_free_pointer` Oct 4, 2019
random.c Adjusted spaces [ci skip] Sep 27, 2019
range.c Make Range#=== operate like cover? instead of include? for string ranges Aug 14, 2019
rational.c Make rb_scan_args handle keywords more similar to Ruby methods (#2460) Sep 25, 2019
re.c re.c (match_set_string): add a check for memory allocation Oct 12, 2019
regcomp.c Fix issues detected by code analysis tool (mainly Coverity). Sep 15, 2018
regenc.c Merge Onigmo 6.1.1 Feb 11, 2017
regenc.h initializer paren-string `{("str")}` is a C99ism Jan 2, 2018
regerror.c Escape control codes in regexp warning message Jun 29, 2019
regexec.c Only define history_root member of the Oniguruma re_registers struct … Apr 23, 2019
regint.h Merge Onigmo 6.1.1 Feb 11, 2017
regparse.c st_foreach now free from ANYARGS Aug 27, 2019
regparse.h Fix typos. Jan 18, 2018
regsyntax.c Merge Onigmo 6.0.0 Dec 10, 2016
ruby-runner.c Fix warnings Aug 28, 2019
ruby.c Refactor parser_params by removing "in_main" flag Oct 3, 2019
ruby_assert.h respect NDEBUG. Jul 19, 2019
ruby_atomic.h move atomic logic from mjit.c from ruby_atomic.h Aug 1, 2018
rubystub.c rubystub.c: sys/param.h for MAXPATHLEN Aug 20, 2016
safe.c rb_define_hooked_variable now free from ANYARGS Aug 27, 2019
signal.c Share ruby_sighandler_t definition Oct 9, 2019
siphash.c switch SipHash from SipHash24 to SipHash13 variant Jan 20, 2017
siphash.h blacklist UBSAN's unsigned integer overflow Nov 7, 2018
sparc.c configure.ac Sep 29, 2017
sprintf.c move docs around [ci skip] Aug 29, 2019
st.c st.c: Use rb_st_* prefix instead of st_* (#2479) Sep 22, 2019
strftime.c Prefer `rb_fstring_lit` over `rb_fstring_cstr` Oct 13, 2018
string.c Reduce the minimum string buffer size from 127 to 63 bytes Oct 11, 2019
struct.c Make direct calls to rb_{obj_instance,mod_module}_{eval,exec} not pas… Sep 29, 2019
symbol.c Fix a use-after-free bug by avoiding rb_str_new_frozen Sep 6, 2019
symbol.h Add RB_ID_SERIAL_MAX Apr 25, 2019
thread.c Prefer st_is_member over st_lookup with 0 Oct 9, 2019
thread_pthread.c rb_thread_create now free from ANYARGS Aug 27, 2019
thread_pthread.h thread_pthread.h: rename `gvl.acquired' to `gvl.owner' and document Aug 28, 2018
thread_sync.c Adjusted spaces [ci skip] Sep 27, 2019
thread_win32.c Remove IA64 support. Jun 19, 2019
thread_win32.h * ext/openssl/depend: remove dependency from internal headers. May 14, 2014
time.c time.c: Fix some bugs about WIDEVALUE Oct 6, 2019
timev.h timev.h: dummy definition for TAGS Apr 10, 2019
transcode.c transcode.c (rb_econv_open0): remove unused code Jul 23, 2019
transcode_data.h transcode_data.h: missing cast Aug 8, 2015
transient_heap.c avoid overflow in integer multiplication Oct 9, 2019
transient_heap.h Add `GC.compact` again. Apr 20, 2019
util.c Split dtoa.c Feb 7, 2019
variable.c Prefer st_is_member over st_lookup with 0 Oct 9, 2019
version.c Update RDoc of RUBY_REVISION Jun 5, 2019
version.h * 2019-10-16 [ci skip] Oct 15, 2019
vm.c Revert #2486 Oct 3, 2019
vm_args.c Dup hash with keyword flag when converted to keywords Oct 15, 2019
vm_backtrace.c avoid overflow in integer multiplication Oct 9, 2019
vm_core.h Share ruby_sighandler_t definition Oct 9, 2019
vm_debug.h add rp() and bp() in internal.h. Aug 9, 2019
vm_dump.c Adjusted spaces [ci skip] Sep 27, 2019
vm_eval.c vm_eval.c (rb_adjust_argv_kw_splat): avoid memcpy with zero length Oct 9, 2019
vm_exec.c vm_exec.c: reduced repeated same calls Mar 4, 2018
vm_exec.h Fixed format specifiers Sep 20, 2019
vm_insnhelper.c extracted declare_under Oct 9, 2019
vm_insnhelper.h Merge pull request #2422 from jeremyevans/rb_keyword_given_p Sep 3, 2019
vm_method.c Allow ruby2_keywords to be used with bmethods Oct 7, 2019
vm_opts.h Unify SUPPORT_JOKE and OPT_SUPPORT_JOKE Sep 3, 2019
vm_trace.c Renamed ruby_finalize_{0,1} Aug 13, 2019
vsnprintf.c Use array indexing with considering clang's feeling Aug 27, 2019
wercker.yml Generalize timeout_scale Jun 11, 2019

README.md

Build Status wercker status Build status Build Status

What's Ruby

Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, 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, macOS, Haiku, etc.) cf. https://github.com/ruby/ruby/blob/master/doc/contributing.rdoc#platform-maintainers

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/

Git

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

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

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

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

You may also want to use https://git.ruby-lang.org/ruby.git (actual master of Ruby source) if you are a committer.

Subversion

Stable branches for older Ruby versions can be checked out with the following command:

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

Try the following command to see the list of branches:

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

Ruby home page

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

Mailing list

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

subscribe

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

How to compile and install

  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.ac, 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. Optionally, run make update-gems and make extract-gems.

    If you want to install bundled gems, run make update-gems and make extract-gems before running make install.

  9. 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).

Bugs should be reported 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.

matz@ruby-lang.org

You can’t perform that action at this time.