aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* process.c: do not discard statusnobu2015-05-223-18/+61
* * NEWS: added news for net-telnet and rakehsbt2015-05-222-0/+10
* * 2015-05-22svn2015-05-211-2/+2
* * doc/maintainers.rdoc: [DOC] net/telnet is no more in the stdlib.ktsj2015-05-211-2/+0
* fix indentko12015-05-212-7/+7
* * configure.in (RUBY_DTRACE_POSTPROCESS): cmp -b is GNU extension.naruse2015-05-212-1/+7
* test_method.rb: add assertionnobu2015-05-211-0/+1
* * iseq.c: constify.ko12015-05-216-39/+54
* * proc.c: fix issues caused by binding created from Method#to_proc.ko12015-05-214-42/+88
* * lib/matrix.rb: added documentation for Matrix#empty and Matrix#/hsbt2015-05-212-0/+7
* * proc.c: rename functions.ko12015-05-212-14/+22
* fix ChangeLog, tooko12015-05-211-0/+2
* commit miss. iseq.h should be commit with last commit.ko12015-05-211-1/+1
* * proc.c (rb_method_get_iseq): rename to rb_method_iseq.ko12015-05-213-5/+11
* * lib/net/telnet.rb: gemify net-telnet.hsbt2015-05-213-763/+7
* * vm_method.c: Remove private attribute warning [Bug #10967]zzak2015-05-213-5/+12
* digest.c: GC guardnobu2015-05-211-0/+3
* * proc.c (method_proc): rename to method_to_proc.ko12015-05-212-3/+7
* Fixes for grammar and style [ci skip]nobu2015-05-212-15/+20
* variable.c: generic_iv_tbl is unavoidablenormal2015-05-212-18/+15
* vm.c: vm_invoke_bmethodnobu2015-05-202-9/+22
* * 2015-05-21svn2015-05-201-2/+2
* * iseq.c (exception_type2symbol): show correct bug message.ko12015-05-202-1/+5
* * lib/base64.rb: Fix rdoc-formatting for padding argument.mame2015-05-202-1/+6
* ruby.h: warn old namesnobu2015-05-202-2/+21
* ruby.h: DEPRECATED_BYnobu2015-05-201-0/+3
* configure.in: DEPRECATED_BYnobu2015-05-202-1/+5
* configure.in: attribute argumentsnobu2015-05-202-6/+14
* configure.in: pop macronobu2015-05-201-1/+2
* * vm_dump.c (rb_print_backtrace): return value of libexec's backtracenaruse2015-05-202-1/+6
* * 2015-05-20svn2015-05-201-2/+2
* added contributor namehsbt2015-05-201-1/+1
* ChangeLog: fix typonobu2015-05-191-1/+1
* iseq.c: check srouce typenobu2015-05-193-0/+13
* * lib/benchmark.rb: Update Benchmark documentation and formatting.hsbt2015-05-192-6/+24
* numeric.c: return truenobu2015-05-191-3/+3
* numeric.c: Bignum 0 is not positivenobu2015-05-193-1/+19
* * lib/uri/rfc2396_parser.rb (initialize_pattern):naruse2015-05-193-1/+13
* ruby.h: add old namesnobu2015-05-193-0/+22
* ruby.h: cast for C++nobu2015-05-192-1/+8
* * 2015-05-19svn2015-05-191-2/+2
* ruby.h: cast for C++nobu2015-05-192-8/+14
* fix a typo [ci skip]kazu2015-05-181-1/+1
* nonblock.c: just yield if the flag is not changednobu2015-05-181-4/+6
* test_nonblock.rb: refine failure messagenobu2015-05-181-1/+1
* test_autoload.rb: use class_evalnobu2015-05-181-10/+2
* gc.c: remove ifdefnobu2015-05-181-33/+31
* intern.h: rb_f_notimplement for ext on Windowsnobu2015-05-184-0/+17
* * 2015-05-18svn2015-05-181-2/+2
* * lib/monitor.rb (mon_try_enter, mon_enter): should reset @mon_countshugo2015-05-183-0/+40