summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-06-16* lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer hasnobu
2008-06-16* lib/e2mmap.rb (E2MM.def_e2message): typo.nobu
2008-06-16* enumerator.c (enumerator_with_object, Init_Enumerator):knu
2008-06-15* ext/stringio/stringio.c (strio_readline, strio_each)nobu
2008-06-15* eval.c (rb_f_block_given_p): fix to skip class frame.ko1
2008-06-15* vm_dump.c (vm_stack_dump_raw): disable verbose debug output.ko1
2008-06-15* vm_core.h, thread.c: rename global_interpreter_lock toko1
2008-06-15* ext/syck/rubyext.c (yaml_org_handler): associate encoding.naruse
2008-06-15* vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu
2008-06-15tgamma and lgamma_r is not a error function.akr
2008-06-15add an example to rdoc of sqrt and cbrt.akr
2008-06-14* ext/stringio/stringio.c (strio_sysread): should not raise at emptynobu
2008-06-14* file.c (file_expand_path): no need to expand root path which has nonobu
2008-06-14* gc.h (STACK_UPPER): moved from gc.cnobu
2008-06-13* gc.c (ruby_initial_gc_stress): defined.akr
2008-06-13* gc.c (ruby_gc_stress): moved to rb_objspace_t.nobu
2008-06-13 * rational.c (nurat_equal_p): Rational(0,x) and 0 are equivalent,tadf
2008-06-13 * complex.c (string_to_c, nucomp_s_convert): preserve the currenttadf
2008-06-13* lib/time.rb (Time.xmlschema): don't accept decimal dot withoutakr
2008-06-13* complex.c (string_to_c_internal): save and restore backref. fixed [ruby-dev...wanabe
2008-06-13* rational.c (string_to_r_internal): save and restore backref. fixed [ruby-de...wanabe
2008-06-13 * README.EXT: ditto.usa
2008-06-13 * README.EXT.ja: update about Fixnum. reported inusa
2008-06-13* gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number.nobu
2008-06-13* gc.c (ruby_stack_check): STACK_LENGTH should be less thannobu
2008-06-13* enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoidmatz
2008-06-12* ext/tk/tcltklib.c: [trial patch] On some environments, it givesnagai
2008-06-12* test/ruby/test_thread.rb: add a test.mame