| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * test/ruby/test_array.rb (test_aset): access with too big index | mame | 2008-06-30 | 2 | -2/+7 |
* | add a test for [ruby-dev:34619]. | akr | 2008-06-30 | 1 | -0/+8 |
* | * lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted. | nobu | 2008-06-30 | 2 | -2/+5 |
* | * ext/stringio/stringio.c (strio_getline): fix for nil and "" as | mame | 2008-06-30 | 2 | -2/+7 |
* | * io.c (argf_each_line): pass args to each_line. [ruby-dev:34958] | mame | 2008-06-30 | 2 | -1/+5 |
* | * gc.c (chain_finalized_object): should not delete from finalizer | nobu | 2008-06-30 | 2 | -3/+12 |
* | * gc.c (gc_finalize_deferred): allow object allocation in finalizers. | nobu | 2008-06-30 | 2 | -22/+27 |
* | * ChangeLog: fixed format. | nobu | 2008-06-30 | 1 | -13/+15 |
* | * gc.c (rb_newobj): prohibit call of rb_newobj() during gc when | usa | 2008-06-30 | 2 | -0/+7 |
* | * ext/syslog/syslog.c (syslog_write): syslog operations should be | matz | 2008-06-30 | 2 | -0/+13 |
* | * test/net/http/test_http.rb (_test_request__file): specify encoding | mame | 2008-06-29 | 3 | -2/+10 |
* | * encoding.c (rb_utf8_encindex): defined. | naruse | 2008-06-29 | 3 | -1/+14 |
* | * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name | ko1 | 2008-06-29 | 8 | -24/+35 |
* | * process.c (Init_process): fix to avoid a warning. | ko1 | 2008-06-29 | 2 | -3/+7 |
* | 2008-06-30 | svn | 2008-06-29 | 1 | -3/+3 |
* | * test/ruby/test_parse.rb: remove tests for open_args. | mame | 2008-06-29 | 2 | -48/+4 |
* | * string.c (rb_str_format_m): make tmp volatile to avoid possible GC | akr | 2008-06-29 | 2 | -1/+6 |
* | follow up the previous commit. | kou | 2008-06-29 | 1 | -1/+2 |
* | * lib/rss/parser.rb, lib/rss/utils.rb: merge documents from ruby_1_8. | kou | 2008-06-29 | 3 | -4/+38 |
* | * lib/rss/parser.rb (RSS::ListenerMixin#known_class): define to | kou | 2008-06-29 | 2 | -3/+20 |
* | * lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raise | kou | 2008-06-29 | 3 | -20/+40 |
* | * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block. | kou | 2008-06-29 | 5 | -13/+17 |
* | * lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't use | kou | 2008-06-29 | 3 | -7/+31 |
* | * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5. | kou | 2008-06-29 | 3 | -2/+7 |
* | * dir.rb: fix resource leak. | mame | 2008-06-29 | 2 | -0/+5 |
* | * lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, and | nobu | 2008-06-29 | 2 | -6/+19 |
* | * ext/win32ole/win32ole.c (date2time_str): fix the overflow in | suke | 2008-06-28 | 2 | -4/+7 |
* | fix typos. | akr | 2008-06-28 | 1 | -20/+20 |
* | 2008-06-29 | svn | 2008-06-28 | 1 | -3/+3 |
* | fix test_status_kill for coredump message in Process::Status#inspect. | akr | 2008-06-28 | 1 | -1/+5 |
* | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr | 2008-06-28 | 6 | -49/+69 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-28 | 2 | -6/+22 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-28 | 2 | -1/+6 |
* | add a test for [ruby-dev:34958]. | akr | 2008-06-28 | 1 | -0/+10 |
* | * test/rubygems/test_gem.rb (test_self_path_APPLE_GEM_HOME): don't use | akr | 2008-06-28 | 2 | -3/+10 |
* | * ext/win32ole/win32ole.c : check String encoding when | suke | 2008-06-27 | 3 | -21/+79 |
* | 2008-06-28 | svn | 2008-06-27 | 1 | -3/+3 |
* | * time.c: fix rounding negative float. | akr | 2008-06-27 | 3 | -0/+20 |
* | fix the last entry. | akr | 2008-06-27 | 1 | -1/+1 |
* | * gc.c: __size__ removed. use the length of __members__ instead. | akr | 2008-06-27 | 2 | -11/+20 |
* | * test/inlinetest.rb (InlineTest.in_progname): workaround for frozen | nobu | 2008-06-27 | 3 | -5/+15 |
* | * parse.y (primary): empty not should call '!' on nil. | matz | 2008-06-27 | 2 | -1/+6 |
* | * lib/erb.rb: adjust line number for magic comment. | kazu | 2008-06-27 | 3 | -4/+35 |
* | * vm.c (vm_eval_body): if thrown exception is frozen, reraise it to | nobu | 2008-06-27 | 2 | -0/+6 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-27 | 2 | -3/+3 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-27 | 3 | -0/+15 |
* | * lib/un.rb (mkmf): new command to create makefile. | nobu | 2008-06-27 | 2 | -16/+55 |
* | * lib/un.rb (wait_writable): added help message. | nobu | 2008-06-27 | 2 | -0/+9 |
* | * configure.in: need a ",". | ko1 | 2008-06-26 | 3 | -2/+8 |
* | * vm_eval.c (vm_call_super): fix to call method_missing. | ko1 | 2008-06-26 | 2 | -4/+11 |