aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vm_backtrace.c: ignore ifunc framesnobu2015-12-213-5/+27
* * 2015-12-21svn2015-12-211-2/+2
* NotImplementedError typonobu2015-12-212-1/+6
* cgi/escape: Optimize CGI.escapeHTMLnobu2015-12-209-0/+120
* test_cgi_util.rb: fix arguments ordersnobu2015-12-201-6/+6
* ChangeLog: fold long line [ci skip]nobu2015-12-201-1/+2
* ChangeLog: fix date of r53178 [ci skip]nobu2015-12-201-1/+1
* * lib/erb.rb: revert r53123. It break compatibility like thor and rspec-rails.hsbt2015-12-204-8/+16
* test_syntax.rb: assertions for other heredocsnobu2015-12-201-0/+4
* parse.y: labeled heredocnobu2015-12-203-1/+12
* * proc.c (rb_mod_define_method): should check Symbol or not.ko12015-12-203-1/+27
* * proc.c (rb_mod_define_method): fix notation.ko12015-12-202-2/+12
* * proc.c (proc_new): fix notation.ko12015-12-202-3/+6
* assertions.rb: show failed indexesnobu2015-12-201-3/+7
* Makefile.in: remove unintentional execnobu2015-12-201-3/+3
* Makefile.in: V=1 at updatenobu2015-12-201-11/+20
* remove duplicated log by commit miss [ci skip]nobu2015-12-191-5/+0
* proc.c: fix infinite loopnobu2015-12-193-3/+23
* fix commit missnobu2015-12-191-3/+3
* * 2015-12-20svn2015-12-191-2/+2
* proc.c: remove old macronobu2015-12-191-5/+3
* * enc/windows_1250.c: Should not use C++ style comments (C99 feature).ngoto2015-12-192-8/+13
* webrick/utils.rb: get rid of thread leak checkernobu2015-12-192-2/+14
* zlib.c: Fix typo [ci skip]nobu2015-12-192-1/+6
* csv.rb: Fix typo [ci skipnobu2015-12-192-1/+6
* enc/iso_8859_2.c, enc/windows_1250.c: separate Windows-1250duerst2015-12-193-10/+225
* test/unit.rb: color on ttynobu2015-12-191-1/+1
* test/unit.rb: fix outputsnobu2015-12-191-10/+6
* timeout.rb: watcher thread namenobu2015-12-181-0/+2
* * 2015-12-19svn2015-12-181-2/+2
* test/unit.rb: use full columnsnobu2015-12-181-15/+9
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To preventngoto2015-12-182-6/+14
* * compile.c (ibf_load_object_string): use fstring if frozen string.ko12015-12-182-1/+5
* NEWS: make precise the note of r53188nobu2015-12-182-3/+4
* fix typo.shugo2015-12-181-1/+1
* stringio.c: separate encoding from buffernobu2015-12-184-9/+37
* * compile.c (ibf_load_setup): check tainted string argument.ko12015-12-182-0/+6
* * vm_core.h: define USE_LAZY_LOAD if it is not defined.ko12015-12-182-3/+5
* stringio.c: strio_unget_bytesnobu2015-12-182-31/+26
* csv.rb: tail commasnobu2015-12-181-36/+40
* csv.rb: fix typonobu2015-12-181-1/+1
* * doc/syntax/*.rdoc: separated modifier at sentence.hsbt2015-12-1810-53/+50
* stringio.c: padding in ungetbytenobu2015-12-183-7/+50
* test_stringio.rb: add testnobu2015-12-181-0/+10
* * vm_method.c (rb_method_entry_make, check_override_opt_method):shugo2015-12-183-0/+48
* * vm.c (vm_exec): call RUBY_DTRACE_CMETHOD_RETURN_HOOK instead ofkosaki2015-12-182-1/+6
* * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.hsbt2015-12-182-2/+7
* * ext/pty/pty.c: fix double words typo.hsbt2015-12-182-1/+6
* * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.hsbt2015-12-183-2/+8
* * 2015-12-18svn2015-12-171-2/+2