| Commit message (Expand) | Author | Age | Files | Lines |
| * | * parse.y (strings, xstring, regexp, dsym): empty strings have | nobu | 2007-09-27 | 1 | -0/+5 |
| * | * bootstraptest/runner.rb (assert_finish): new method. | akr | 2007-09-26 | 1 | -0/+7 |
| * | * encoding.c (rb_enc_associate_index): deal with ASCII compatible | nobu | 2007-09-26 | 1 | -0/+18 |
| * | * gc.c (rb_mark_set): new function to mark keys. | nobu | 2007-09-26 | 1 | -2/+4 |
| * | * marshal.c (struct dump_arg, struct load_arg): added wrappers to mark | nobu | 2007-09-26 | 1 | -0/+5 |
| * | * process.c (rb_waitpid): no needs to poll. [ruby-dev:31871] | nobu | 2007-09-26 | 1 | -0/+4 |
| * | * bootstraptest/test_knownbug.rb: remove a fixed test. | ko1 | 2007-09-26 | 1 | -0/+4 |
| * | * bootstraptest/test_knownbug.rb: move fixed tests. | ko1 | 2007-09-26 | 1 | -0/+8 |
| * | add ML number. | ko1 | 2007-09-26 | 1 | -0/+1 |
| * | * eval.c (eval): fix to check stack overflow. | ko1 | 2007-09-26 | 1 | -0/+6 |
| * | * insnhelper.ci (vm_throw): fix to move increment point. | ko1 | 2007-09-26 | 1 | -0/+5 |
| * | * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146] | ko1 | 2007-09-26 | 1 | -0/+6 |
| * | * encoding.c (rb_enc_check): check for ASCII-compatibilities. | nobu | 2007-09-26 | 1 | -0/+27 |
| * | * eval_method.ci (rb_get_alloc_func): cast to suppress a warning. | nobu | 2007-09-26 | 1 | -0/+6 |
| * | * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as other | nobu | 2007-09-25 | 1 | -0/+5 |
| * | * parse.y (parser_yyerror): limit error message length. | nobu | 2007-09-25 | 1 | -0/+5 |
| * | * io.c (io_ungetc): reallocate internal buffer if pushing data | matz | 2007-09-25 | 1 | -0/+5 |
| * | * eval_method.ci (remove_method): should not remove undef place | matz | 2007-09-25 | 1 | -0/+5 |
| * | * eval.c (rb_longjmp): source file information may be NULL. | matz | 2007-09-25 | 1 | -0/+7 |
| * | * array.c (rb_ary_equal): should handle recursive array. | matz | 2007-09-24 | 1 | -0/+6 |
| * | * hash.c (hash_i): avoid too frequent hash conflict where key and | matz | 2007-09-24 | 1 | -0/+4 |
| * | * lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799] | matz | 2007-09-24 | 1 | -0/+4 |
| * | * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use the | nobu | 2007-09-24 | 1 | -0/+6 |
| * | lib/net/http.rb: fix typo. | shyouhei | 2007-09-24 | 1 | -0/+4 |
| * | * lib/net/http.rb: an SSL verification (the server hostname should | gotoyuzo | 2007-09-23 | 1 | -0/+14 |
| * | * gc.c (os_obj_of, os_each_obj): hide objects to be finalized. | nobu | 2007-09-23 | 1 | -0/+5 |
| * | * eval_method.ci (rb_attr): should not use alloca for unknowen size | nobu | 2007-09-22 | 1 | -0/+7 |
| * | * eval_method.ci (remove_method): check for undefined method. | nobu | 2007-09-22 | 1 | -0/+5 |
| * | * lib/rdoc/options.rb (Options::check_diagram): dot -V output | shyouhei | 2007-09-22 | 1 | -0/+5 |
| * | * lib/optparse.rb (OptionParser::List::summarize): use each_line if | nobu | 2007-09-21 | 1 | -0/+5 |
| * | * ext/stringio/stringio.c (strio_init): separate from strio_initialize | nobu | 2007-09-21 | 1 | -0/+5 |
| * | * gc.c (gc_mark_rest): copy just used part. | nobu | 2007-09-21 | 1 | -0/+10 |
| * | * misc/ruby-style.el (ruby-style-label-indent): fix for function top | nobu | 2007-09-20 | 1 | -0/+5 |
| * | * re.c (rb_reg_match_m): evaluate a block if match. it would make | matz | 2007-09-20 | 1 | -0/+7 |
| * | * hash.c (hash_equal): should call rb_eql when argument eql is set. | matz | 2007-09-20 | 1 | -0/+4 |
| * | * io.c (popen_exec), process.c (rb_spawn): stop other threads before | nobu | 2007-09-20 | 1 | -0/+5 |
| * | * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190] | keiju | 2007-09-18 | 1 | -0/+4 |
| * | * lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [... | aamine | 2007-09-17 | 1 | -0/+5 |
| * | * parse.y (ripper): rename event: arglist_* -> args_*. | aamine | 2007-09-17 | 1 | -0/+19 |
| * | * parse.y (struct parser_params): common members in the parser and | nobu | 2007-09-15 | 1 | -0/+5 |
| * | * string.c (rb_str_rstrip_bang): fixed too much rstrip. [ruby-dev:31786] | kou | 2007-09-15 | 1 | -0/+4 |
| * | * parse.y (parser_initialize): set default encoding. [ruby-dev:31787] | nobu | 2007-09-15 | 1 | -0/+7 |
| * | * encoding.c (rb_enc_associate_index, rb_enc_get_index): check if | nobu | 2007-09-15 | 1 | -0/+7 |
| * | * lib/rss.rb, lib/rss/, test/rss/: | kou | 2007-09-15 | 1 | -0/+6 |
| * | * ext/win32ole/win32ole.c (fev_unadvise): no needs to reset | suke | 2007-09-14 | 1 | -0/+5 |
| * | * test/ruby/test_io.rb: tests which cause SEGV should not be | ko1 | 2007-09-14 | 1 | -0/+7 |
| * | * insnhelper.ci (vm_expandarray): assignment should be placed | ko1 | 2007-09-14 | 1 | -0/+5 |
| * | * bootstraptest/runner.rb: add a stress test (-s). | ko1 | 2007-09-14 | 1 | -0/+4 |
| * | * vm.h, eval_intern.h: move some macros to eval_intern.h. | ko1 | 2007-09-14 | 1 | -0/+8 |
| * | * insnhelper.ci (vm_expandarray): should be volatile value for GC. | ko1 | 2007-09-14 | 1 | -0/+4 |