summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-19* lib/net/pop.rb (Net::POP3#set_all_uids): speedkazu
2008-06-19* ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwdmatz
2008-06-19* string.c (str_alloc): specify 'inline' modifier.matz
2008-06-19* string.c (rb_str_scan): String#scan should preserve lastmatz
2008-06-19 * missing/acosh.c (atanh): should set ERANGE to errno if parameterusa
2008-06-19* ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags.nagai
2008-06-19* test/ruby/test_enumerator.rb: fix to skip "with_memo" test.ko1
2008-06-19* vm_insnhelper.c (vm_throw): fix "return" process from "lambda".ko1
2008-06-18* test/etc/test_etc.rb: avoid infinite loop. [ruby-dev:35158]mame
2008-06-18* gc.c (rb_newobj): prohibit call of rb_newobj() during gc.shyouhei
2008-06-18* ruby.c (verbose_setter, opt_W_getter): fixed prototypes.nobu
2008-06-18fix typokazu
2008-06-18* test/ruby/test_rubyoptions.rb: use character class instead of alternationkazu
2008-06-18* test/ruby/test_unicode_escape.rb (test_basic): windows' echo support.usa
2008-06-18* fix ChangeLog.naruse
2008-06-18* test/ruby/test_shebang.rb (test_shebang): on windows path separetor is '\'.usa
2008-06-18 * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameterusa
2008-06-18* test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.usa
2008-06-18 * win32/win32.c (errmap): add some pipe errors.usa
2008-06-18 * win32/win32.c (poll_child_status): set EINVAL to errno whenusa
2008-06-18* test/ruby/test_argf.rb: support NO_SAFE_RENAME platforms.usa
2008-06-18* io.c (rb_open_file): fs_encoding and fname_encoding isnaruse
2008-06-18* test/ruby/test_argf.rb (test_binmode): wrong test. fixed.usa
2008-06-18* io.c (rb_open_file): not rb_enc_get_index but rb_enc_get.naruse
2008-06-18 * include/ruby/win32.h (pipe): now pipe is textmode. although thisusa
2008-06-18* marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu
2008-06-18* ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch fromnobu
2008-06-18svn:eol-style LFnobu
2008-06-17Fix RubyGems for 1.9, r1780drbrain
2008-06-17Update RubyGems to 1.1.1 r1778 (almost 1.2)drbrain
2008-06-17* KNOWNBUGS.rb, bootstraptest/pending.rb: move pending bug.ko1
2008-06-17* vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko1
2008-06-17* ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method.nagai
2008-06-17 * dir.c (Init_Dir): dir_foreach() takes variable argument.usa
2008-06-17* lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes tojeg2
2008-06-17* ruby.c (opt_W_getter): made a hooked variable.nobu
2008-06-17* enc/euc_jp.c (property_name_to_ctype): core dumped when sizeof(int)mame
2008-06-17* thread_pthread.c (native_thread_init_stack): suppress warnings.nobu
2008-06-17* common.mk (miniruby$(EXEEXT)): $(PREP) isn't always same asnobu
2008-06-17Fixed dependencies on minirubyryan
2008-06-17 * include/ruby/win32.h (pipe): expand pipe buffer size.usa
2008-06-17 * win32/win32.c (CreateChild): no need to inherit handles here becauseusa
2008-06-16* dir.c (dir_data): add intenc and extenc.naruse
2008-06-16* io.c (io_set_encoding): defined.naruse
2008-06-16* encoding.c (rb_filesystem_encoding): defined.naruse
2008-06-16* ext/syck/rubyext.c: add encoding header.naruse
2008-06-16* ext/tk/sample/demos-jp/toolber.rb, ext/tk/sample/demos-en/toolber.rb:nagai
2008-06-16* ext/tk/tcltklib.c: SEGV when exit.nagai
2008-06-16* thread.c (thread_start_func_2): use PRIxVALUE to format a VALUE.nobu
2008-06-16* ext/stringio/stringio.c (strio_each, strio_readlines): IO#each andnobu