Permalink
Failed to load latest commit information.
MJIT-benchmarks Fix ivread to read ivar Feb 28, 2018
basictest basictest: --run-opt option Oct 19, 2016
benchmark driver.rb: measure_target option [ci skip] Jan 8, 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 2017-11-29 Vladimir Makarov <vmakarov@redhat.com> Nov 29, 2017
doc adjust spacing [ci skip] Jan 2, 2017
enc Merge Onigmo 6.0.0 Dec 10, 2016
ext 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
gems Update xmlrpc-0.2.1 for Ruby 2.4.0 release. Dec 22, 2016
include fix typo [Bug #13091] Jan 1, 2017
lib lib/net/protocol.rb: Specify frozen_string_literal: true. Jan 11, 2017
man Remove Ns before puctuation Sep 26, 2016
misc ruby-additional.el: unquoted code block Nov 16, 2016
missing get rid of sprintf Dec 26, 2016
nacl Fix PNaCl configure/link errors. Oct 22, 2014
sample get rid of ambiguous parentheses warnings Nov 29, 2016
spec default.mspec: end of options Nov 9, 2016
template 2017-11-29 Vladimir Makarov <vmakarov@redhat.com> Nov 29, 2017
test 2018-01-28 Vladimir Makarov <vmakarov@redhat.com> Jan 28, 2018
tool 2018-02-16 Vladimir Makarov <vmakarov@redhat.com> Feb 17, 2018
win32 Makefile.sub: refine configuration check Dec 26, 2016
.document * .document: [DOC] add rbconfig. [ci skip] Sep 14, 2016
.editorconfig Add config for *.yml [ci skip] Oct 30, 2016
.gdbinit .gdbinit: refine rp Dec 25, 2016
.gitattributes add .gitattributes Nov 19, 2015
.gitignore 2017-09-28 Noah Gibbs <the.codefolio.guy@gmail.com> Sep 28, 2017
.indent.pro * .indent.pro: added for ruby-style. Mar 11, 2010
.travis.yml Add ruby_2_4 branch to test on travis [skip ci] Dec 23, 2016
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
ChangeLog.RTL_MJIT 2018-04-15 Vladimir Makarov <vmakarov@redhat.com> Apr 16, 2018
GPL * GPL: update text of GPLv2. [ruby-core:44488] [Bug #6328] Jun 3, 2012
KNOWNBUGS.rb [Bug #12705] Dec 26, 2016
LEGAL Use https instead of http in some URLs Sep 11, 2016
MJIT_KEEP 2017-05-25 Vladimir Makarov <vmakarov@redhat.com> May 25, 2017
Makefile.in 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
NEWS variable.c: top-level constant look-up Jan 1, 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 2018-02-21 Vladimir Makarov <vmakarov@redhat.com> Feb 21, 2018
acinclude.m4 acinclude.m4: rename Jan 3, 2016
aclocal.m4 aclocal.m4: add Jan 3, 2016
addr2line.c get rid of strcpy Dec 26, 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 array.c: do not resize to less than 0 Dec 20, 2016
bignum.c 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
class.c 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
common.mk 2018-02-13 Vladimir Makarov <vmakarov@redhat.com> Feb 13, 2018
compar.c Comparable#clamp Aug 11, 2016
compile.c 2018-04-15 Vladimir Makarov <vmakarov@redhat.com> Apr 15, 2018
complex.c complex.c: optimize f_gt_p some cases Nov 22, 2016
configure.in Reapply r57093,r57094,r57097 "dtrace build fixes on FreeBSD" Dec 17, 2016
constant.h use id_table for constant tables Dec 29, 2015
cont.c 2017-09-06 Vladimir Makarov <vmakarov@redhat.com> Sep 6, 2017
debug.c * debug.c (ruby_debug_printf): use rb_raw_obj_info() Jul 25, 2016
dir.c dir.c: getattrlist on OSX 10.5 Jan 1, 2017
dln.c get rid of strcpy Dec 26, 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 array.c, enum.c: change sum algorithm Dec 6, 2016
enumerator.c Enumerator::Lazy#chunk_while defined. Nov 5, 2016
error.c error.c: redefined backtrace Nov 13, 2016
eval.c 2018-02-13 Vladimir Makarov <vmakarov@redhat.com> Feb 13, 2018
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 2017-07-21 Vladimir Makarov <vmakarov@redhat.com> Jul 21, 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 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 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 2018-04-15 Vladimir Makarov <vmakarov@redhat.com> Apr 16, 2018
internal.h 2018-04-15 Vladimir Makarov <vmakarov@redhat.com> Apr 16, 2018
io.c io.c: fix race between read and close Dec 27, 2016
iseq.c 2018-01-28 Vladimir Makarov <vmakarov@redhat.com> Jan 28, 2018
iseq.h 2018-04-15 Vladimir Makarov <vmakarov@redhat.com> Apr 15, 2018
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 marshal.c: fix infinite recursion Nov 24, 2016
math.c math.c: unused_obj Nov 19, 2016
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
mjit.c 2018-04-15 Vladimir Makarov <vmakarov@redhat.com> Apr 16, 2018
mjit.h 2017-11-29 Vladimir Makarov <vmakarov@redhat.com> Nov 29, 2017
node.c node.c: flatten NODE_BLOCK [ci skip] Oct 5, 2016
node.h * compile.c: fix typos. Dec 14, 2015
numeric.c 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
object.c 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
pack.c pack.c: avoid returning uninitialized String Dec 26, 2016
parse.y parse.y: preserve cmdarg stack Dec 26, 2016
prelude.rb prelude.rb: Binding#irb [ci skip] Jan 6, 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 proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnum Dec 20, 2016
process.c process.c: PATH env in spawn Nov 6, 2016
random.c random.c: pack hash seeds Dec 6, 2016
range.c range.c: check loading Nov 11, 2016
rational.c rational.c: short circuit optimization Jan 10, 2017
re.c 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
regcomp.c regcomp.c: Fix compile error with old version of fcc on Solaris Dec 21, 2016
regenc.c Merge Onigmo 6.0.0 Dec 10, 2016
regenc.h Merge Onigmo 6.0.0 Dec 10, 2016
regerror.c get rid of strcat Dec 26, 2016
regexec.c Merge Onigmo 6.0.0 Dec 10, 2016
regint.h regint.h: version for secure functions Dec 24, 2016
regparse.c Merge Onigmo 6.0.0 Dec 10, 2016
regparse.h Merge Onigmo 6.0.0 Dec 10, 2016
regsyntax.c Merge Onigmo 6.0.0 Dec 10, 2016
rtl_exec.c 2018-04-15 Vladimir Makarov <vmakarov@redhat.com> Apr 16, 2018
rtl_gen.c 2018-02-16 Vladimir Makarov <vmakarov@redhat.com> Feb 17, 2018
ruby-runner.c ruby-runner.h Apr 14, 2016
ruby.c 2017-11-29 Vladimir Makarov <vmakarov@redhat.com> Nov 29, 2017
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 sprintf.c: fix width underflow Dec 17, 2016
st.c st.c: suppress a warning Dec 21, 2016
strftime.c strftime.c: limit result size Jun 14, 2016
string.c 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
struct.c replace fixnum by integer in documents. Sep 8, 2016
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 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
thread_pthread.c [DOC] replace Fixnum with Integer [ci skip] Oct 26, 2016
thread_pthread.h * thread_pthread.c (register_ubf_list): renamed from Nov 30, 2015
thread_sync.c thread_sync.c: Document exception types Sep 29, 2016
thread_win32.c Use PRIuSIZE format specifier for size_t values Sep 13, 2016
thread_win32.h * ext/openssl/depend: remove dependency from internal headers. May 14, 2014
time.c time.c: fix type of usec2subsecx Dec 24, 2016
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 util.c: round to even Nov 4, 2016
variable.c 2017-03-27 Vladimir Makarov <vmakarov@redhat.com> Mar 27, 2017
version.c version.c: no exit in ruby_show_copyright Jan 7, 2016
version.h * 2017-01-11 Jan 10, 2017
vm.c 2017-11-29 Vladimir Makarov <vmakarov@redhat.com> Nov 29, 2017
vm_args.c 2017-11-29 Vladimir Makarov <vmakarov@redhat.com> Nov 29, 2017
vm_backtrace.c 2017-11-29 Vladimir Makarov <vmakarov@redhat.com> Nov 29, 2017
vm_core.h 2018-02-13 Vladimir Makarov <vmakarov@redhat.com> Feb 13, 2018
vm_debug.h defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} Apr 5, 2013
vm_dump.c 2018-01-28 Vladimir Makarov <vmakarov@redhat.com> Jan 28, 2018
vm_eval.c 2017-05-06 Vladimir Makarov <vmakarov@redhat.com> May 7, 2017
vm_exec.c 2018-02-12 Vladimir Makarov <vmakarov@redhat.com> Feb 12, 2018
vm_exec.h 2018-01-28 Vladimir Makarov <vmakarov@redhat.com> Jan 28, 2018
vm_insnhelper.c 2018-04-05 Vladimir Makarov <vmakarov@redhat.com> Apr 6, 2018
vm_insnhelper.h 2017-10-16 Vladimir Makarov <vmakarov@redhat.com> Oct 16, 2017
vm_method.c 2017-07-21 Vladimir Makarov <vmakarov@redhat.com> Jul 21, 2017
vm_opts.h iseq.h: rename member Nov 25, 2015
vm_trace.c 2017-04-23 Vladimir Makarov <vmakarov@redhat.com> Apr 23, 2017
vsnprintf.c * internal.h (WARN_UNUSED_RESULT): moved to configure.in, to Sep 16, 2016