aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* parse.y: preserve cmdarg_stacknobu2016-09-213-5/+38
* parse.y: do after cmdarg in parennobu2016-09-213-1/+14
* parse.y: remove spaces [ci skip]nobu2016-09-211-2/+2
* * 2016-09-21svn2016-09-211-1/+1
* parse.y: block bodiesnobu2016-09-212-41/+37
* gc.c: fix rdoc of garbage_collect [ci skip]nobu2016-09-202-1/+7
* * doc/extension.ja.rdoc: translate r56189 (rb_gc_adjust_memory_usage). [ci skip]kazu2016-09-202-0/+16
* describe "0.class == Integer" to detect the feature.akr2016-09-201-1/+2
* * gems/bundled_gems: Update rake-11.3.0hsbt2016-09-202-1/+5
* * 2016-09-20svn2016-09-201-1/+1
* gc.c: rb_gc_adjust_memory_usagenobu2016-09-204-0/+30
* bundled_gems: minitest certificate expirednobu2016-09-191-1/+0
* deprecate Fixnum and Bignumnobu2016-09-193-0/+8
* * 2016-09-19svn2016-09-191-1/+1
* enumerator.c: lazy enum improvementnobu2016-09-192-112/+390
* * lib/rss/rss.rb (RSS::BaseModel): Remove needless codes.kou2016-09-182-6/+6
* * lib/sync.rb: Fix NameError when error.kazu2016-09-182-2/+6
* common.mk: use EXTOUT to benchmark [ci skip]nobu2016-09-181-3/+3
* * 2016-09-18svn2016-09-181-1/+1
* mkmf.rb: fix for bundled gemsnobu2016-09-181-2/+2
* * vm_insnhelper.c (vm_throw_start): Remove too much ";"hsbt2016-09-172-1/+6
* openssl: really fix test failure on Ubuntu 16.04rhe2016-09-172-2/+8
* objspace_dump.c: dc is no longer used [ci skip]nobu2016-09-171-1/+0
* * doc/extension.ja.rdoc: translate r56130 (rb_check_arity). [ci skip]kazu2016-09-172-0/+13
* * 2016-09-17svn2016-09-161-1/+1
* Use JSON lines format for full heap dumps.tenderlove2016-09-163-24/+18
* * ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): Fix compile errorngoto2016-09-162-1/+11
* * internal.h (MAYBE_UNUSED): The fallback definition is needed.ngoto2016-09-162-0/+17
* * hash.c (each_pair_i_fast): Fix compile error with old version ofngoto2016-09-162-1/+8
* * win32/Makefile.sub (config.h): fixed compile error with VC introducedusa2016-09-162-0/+7
* * internal.h (WARN_UNUSED_RESULT): moved to configure.in, toshyouhei2016-09-167-32/+54
* * ChangeLog (add-log-time-format): Not exactly sure when butshyouhei2016-09-161-2/+8
* * 2016-09-16svn2016-09-151-1/+1
* Don't include bad password in URI exception outputtenderlove2016-09-153-1/+17
* * doc/extension.ja.rdoc: Fix file name. [ci skip]kazu2016-09-152-1/+5
* Add $(srcdir) for lib directorynaruse2016-09-141-3/+3
* * 2016-09-15svn2016-09-141-1/+1
* * properties.svn2016-09-140-0/+0
* * benchmark/: add vnmakarov's benchmarks around hash [ruby-core:75265]naruse2016-09-146-0/+12
* * .document: [DOC] add rbconfig. [ci skip]sho-h2016-09-141-0/+2
* * 2016-09-14svn2016-09-131-1/+1
* * hash.c (each_pair_i_fast): use rb_yield_values2 to avoid var args.naruse2016-09-132-1/+6
* string.c: avoid signed integer overflowrhe2016-09-132-48/+67
* Use PRIuSIZE format specifier for size_t valuesrhe2016-09-138-19/+38
* string.c: rename STR_EMBEDABLE_P to STR_EMBEDDABLE_Prhe2016-09-132-15/+22
* README{,.ja}.md: Drop support for BeOS now that Haiku is stable since 2.3.0. ...kazu2016-09-133-2/+9
* fix a typo [ci skip]kazu2016-09-131-1/+1
* fix unbalanced backquote [ci skip]kazu2016-09-131-1/+1
* string.c: STR_EMBEDABLE_Pnobu2016-09-132-3/+12
* * test/ruby/test_exception.rb: fix thread issues.ko12016-09-132-3/+11