aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval): fix to check stack overflow.ko12007-09-264-6/+13
* * insnhelper.ci (vm_throw): fix to move increment point.ko12007-09-262-1/+6
* * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]ko12007-09-263-5/+11
* * encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu2007-09-268-53/+122
* * eval_method.ci (rb_get_alloc_func): cast to suppress a warning.nobu2007-09-262-2/+8
* new file.akr2007-09-261-0/+8
* * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as othernobu2007-09-252-1/+6
* * parse.y (parser_yyerror): limit error message length.nobu2007-09-253-5/+24
* * io.c (io_ungetc): reallocate internal buffer if pushing datamatz2007-09-253-9/+15
* * eval_method.ci (remove_method): should not remove undef placematz2007-09-252-2/+13
* * eval.c (rb_longjmp): source file information may be NULL.matz2007-09-253-7/+21
* * array.c (rb_ary_equal): should handle recursive array.matz2007-09-243-26/+34
* * hash.c (hash_i): avoid too frequent hash conflict where key andmatz2007-09-242-0/+5
* * lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]matz2007-09-243-5/+7
* * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu2007-09-242-3/+7
* lib/net/http.rb: fix typo.shyouhei2007-09-242-1/+5
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-234-11/+32
* * gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu2007-09-232-37/+10
* * eval_method.ci (rb_attr): should not use alloca for unknowen sizenobu2007-09-223-7/+11
* merge tests for [ruby-dev:31816] and [ruby-dev:31817].akr2007-09-221-12/+1
* add test for [ruby-dev:31817].akr2007-09-221-1/+22
* * eval_method.ci (remove_method): check for undefined method.nobu2007-09-223-10/+20
* * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei2007-09-222-2/+7
* add test for [ruby-dev:31818].akr2007-09-221-0/+8
* add test for [ruby-dev:31816].akr2007-09-221-0/+9
* * lib/optparse.rb (OptionParser::List::summarize): use each_line ifnobu2007-09-212-1/+8
* * ext/stringio/stringio.c (strio_init): separate from strio_initializenobu2007-09-213-7/+21
* * gc.c (gc_mark_rest): copy just used part.nobu2007-09-212-7/+24
* * misc/ruby-style.el (ruby-style-label-indent): fix for function topnobu2007-09-202-3/+28
* * st.c (hash_32a.c): reverted the original keywords.nobu2007-09-201-3/+3
* * re.c (rb_reg_match_m): evaluate a block if match. it would makematz2007-09-203-2/+42
* * hash.c (hash_equal): should call rb_eql when argument eql is set.matz2007-09-203-4/+11
* * io.c (popen_exec), process.c (rb_spawn): stop other threads beforenobu2007-09-204-7/+23
* * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190]keiju2007-09-182-1/+5
* * lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine2007-09-172-0/+6
* * parse.y (ripper): rename event: arglist_* -> args_*.aamine2007-09-173-70/+94
* * parse.y (struct parser_params): common members in the parser andnobu2007-09-152-2/+6
* * string.c (rb_str_rstrip_bang): fixed too much rstrip. [ruby-dev:31786]kou2007-09-152-0/+5
* * parse.y (parser_initialize): set default encoding. [ruby-dev:31787]nobu2007-09-153-8/+18
* * encoding.c (rb_enc_associate_index, rb_enc_get_index): check ifnobu2007-09-153-1/+51
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-1519-18/+296
* * ext/win32ole/win32ole.c (fev_unadvise): no needs to resetsuke2007-09-142-5/+8
* * test/ruby/test_io.rb: tests which cause SEGV should not beko12007-09-143-1/+22
* * insnhelper.ci (vm_expandarray): assignment should be placedko12007-09-142-1/+8
* * bootstraptest/runner.rb: add a stress test (-s).ko12007-09-142-0/+8
* * vm.h, eval_intern.h: move some macros to eval_intern.h.ko12007-09-145-19/+20
* * insnhelper.ci (vm_expandarray): should be volatile value for GC.ko12007-09-143-3/+8
* * compile.c (iseq_compile_each): inline cache entries are overwrittennobu2007-09-132-8/+9
* * parse.y (brace_block): should use compstmt. patch submitted bynobu2007-09-132-1/+6
* * ChangeLog: fixed typo.nobu2007-09-131-1/+1