| Commit message (Expand) | Author | Age | Files | Lines |
* | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr | 2008-06-20 | 1 | -0/+22 |
* | * array.c (ary_new, rb_ary_initialize, rb_ary_store, | shyouhei | 2008-06-19 | 1 | -0/+11 |
* | * process.c (rb_f_fork): NetBSD 4.0 or later can fork. | usa | 2008-06-19 | 1 | -0/+4 |
* | * test/testunit/collector/test_dir.rb: r15825 made it unnecessary to change | mame | 2008-06-19 | 1 | -0/+7 |
* | Update to RubyGems 1.1.1 r1784 (pre 1.2) | drbrain | 2008-06-19 | 1 | -0/+5 |
* | * thread.c: try to remove false positive of deadlock detection (second | mame | 2008-06-19 | 1 | -0/+5 |
* | * lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293] | matz | 2008-06-19 | 1 | -0/+4 |
* | * string.c (str_gsub): should preserve last successful match | matz | 2008-06-19 | 1 | -0/+5 |
* | * KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending. | ko1 | 2008-06-19 | 1 | -0/+4 |
* | * proc.c (proc_new): fix to return Proc object if block is already | ko1 | 2008-06-19 | 1 | -0/+7 |
* | * thread_win32.c (native_sleep): fix to decrement sleeper count. | ko1 | 2008-06-19 | 1 | -0/+4 |
* | * test/net/http/test_http.rb: compare encodings of two strings before | mame | 2008-06-19 | 1 | -0/+5 |
* | * ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSON | mame | 2008-06-19 | 1 | -0/+5 |
* | * thread.c, thread_win32.c, vm_core.h: try to remove false positive of | mame | 2008-06-19 | 1 | -0/+5 |
* | * ext/extmk.rb (extmake): check if compile before showing message. | nobu | 2008-06-19 | 1 | -0/+4 |
* | * tool/make-snapshot: supported multiple snapshots. | nobu | 2008-06-19 | 1 | -0/+4 |
* | * lib/net/pop.rb (Net::POP3#set_all_uids): speed | kazu | 2008-06-19 | 1 | -1/+6 |
* | * ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwd | matz | 2008-06-19 | 1 | -0/+5 |
* | * string.c (str_alloc): specify 'inline' modifier. | matz | 2008-06-19 | 1 | -0/+10 |
* | * string.c (rb_str_scan): String#scan should preserve last | matz | 2008-06-19 | 1 | -0/+5 |
* | * missing/acosh.c (atanh): should set ERANGE to errno if parameter | usa | 2008-06-19 | 1 | -0/+5 |
* | * ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags. | nagai | 2008-06-19 | 1 | -0/+4 |
* | * test/ruby/test_enumerator.rb: fix to skip "with_memo" test. | ko1 | 2008-06-19 | 1 | -0/+4 |
* | * vm_insnhelper.c (vm_throw): fix "return" process from "lambda". | ko1 | 2008-06-19 | 1 | -0/+8 |
* | * test/etc/test_etc.rb: avoid infinite loop. [ruby-dev:35158] | mame | 2008-06-18 | 1 | -1/+5 |
* | * gc.c (rb_newobj): prohibit call of rb_newobj() during gc. | shyouhei | 2008-06-18 | 1 | -0/+5 |
* | * ruby.c (verbose_setter, opt_W_getter): fixed prototypes. | nobu | 2008-06-18 | 1 | -0/+4 |
* | fix typo | kazu | 2008-06-18 | 1 | -1/+1 |
* | * fix ChangeLog. | naruse | 2008-06-18 | 1 | -0/+1092 |
* | * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameter | usa | 2008-06-18 | 1 | -0/+6 |
* | * win32/win32.c (errmap): add some pipe errors. | usa | 2008-06-18 | 1 | -0/+7 |
* | * win32/win32.c (poll_child_status): set EINVAL to errno when | usa | 2008-06-18 | 1 | -0/+5 |
* | * io.c (rb_open_file): fs_encoding and fname_encoding is | naruse | 2008-06-18 | 1 | -1092/+6 |
* | * io.c (rb_open_file): not rb_enc_get_index but rb_enc_get. | naruse | 2008-06-18 | 1 | -0/+4 |
* | * include/ruby/win32.h (pipe): now pipe is textmode. although this | usa | 2008-06-18 | 1 | -0/+6 |
* | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu | 2008-06-18 | 1 | -0/+10 |
* | * ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch from | nobu | 2008-06-18 | 1 | -0/+5 |
* | Fix RubyGems for 1.9, r1780 | drbrain | 2008-06-17 | 1 | -0/+7 |
* | Update RubyGems to 1.1.1 r1778 (almost 1.2) | drbrain | 2008-06-17 | 1 | -0/+4 |
* | * KNOWNBUGS.rb, bootstraptest/pending.rb: move pending bug. | ko1 | 2008-06-17 | 1 | -0/+4 |
* | * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return" | ko1 | 2008-06-17 | 1 | -0/+7 |
* | * ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method. | nagai | 2008-06-17 | 1 | -0/+5 |
* | * dir.c (Init_Dir): dir_foreach() takes variable argument. | usa | 2008-06-17 | 1 | -2/+6 |
* | * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes to | jeg2 | 2008-06-17 | 1 | -0/+5 |
* | * ruby.c (opt_W_getter): made a hooked variable. | nobu | 2008-06-17 | 1 | -0/+4 |
* | * enc/euc_jp.c (property_name_to_ctype): core dumped when sizeof(int) | mame | 2008-06-17 | 1 | -0/+9 |
* | * common.mk (miniruby$(EXEEXT)): $(PREP) isn't always same as | nobu | 2008-06-17 | 1 | -0/+6 |
* | Fixed dependencies on miniruby | ryan | 2008-06-17 | 1 | -0/+4 |
* | * include/ruby/win32.h (pipe): expand pipe buffer size. | usa | 2008-06-17 | 1 | -0/+4 |
* | * win32/win32.c (CreateChild): no need to inherit handles here because | usa | 2008-06-17 | 1 | -0/+5 |