aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * enc/euc_jp.c (property_name_to_ctype): core dumped when sizeof(int)mame2008-06-174-6/+16
* * thread_pthread.c (native_thread_init_stack): suppress warnings.nobu2008-06-171-2/+4
* * common.mk (miniruby$(EXEEXT)): $(PREP) isn't always same asnobu2008-06-172-13/+19
* Fixed dependencies on minirubyryan2008-06-172-39/+43
* * include/ruby/win32.h (pipe): expand pipe buffer size.usa2008-06-172-1/+5
* * win32/win32.c (CreateChild): no need to inherit handles here becauseusa2008-06-172-1/+6
* * dir.c (dir_data): add intenc and extenc.naruse2008-06-162-16/+111
* * io.c (io_set_encoding): defined.naruse2008-06-162-20/+97
* * encoding.c (rb_filesystem_encoding): defined.naruse2008-06-163-0/+23
* * ext/syck/rubyext.c: add encoding header.naruse2008-06-163-3/+8
* * ext/tk/sample/demos-jp/toolber.rb, ext/tk/sample/demos-en/toolber.rb:nagai2008-06-162-2/+2
* * ext/tk/tcltklib.c: SEGV when exit.nagai2008-06-164-9/+31
* * thread.c (thread_start_func_2): use PRIxVALUE to format a VALUE.nobu2008-06-161-2/+2
* * ext/stringio/stringio.c (strio_each, strio_readlines): IO#each andnobu2008-06-162-2/+5
* * lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer hasnobu2008-06-162-1/+6
* * lib/e2mmap.rb (E2MM.def_e2message): typo.nobu2008-06-162-1/+5
* * enumerator.c (enumerator_with_object, Init_Enumerator):knu2008-06-163-7/+13
* * ext/stringio/stringio.c (strio_readline, strio_each)nobu2008-06-152-1/+8
* * eval.c (rb_f_block_given_p): fix to skip class frame.ko12008-06-154-28/+44
* * vm_dump.c (vm_stack_dump_raw): disable verbose debug output.ko12008-06-152-1/+5
* * vm_core.h, thread.c: rename global_interpreter_lock toko12008-06-154-11/+16
* * ext/syck/rubyext.c (yaml_org_handler): associate encoding.naruse2008-06-152-0/+8
* * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu2008-06-157-10/+43
* tgamma and lgamma_r is not a error function.akr2008-06-152-2/+2
* add an example to rdoc of sqrt and cbrt.akr2008-06-151-1/+43
* * ext/stringio/stringio.c (strio_sysread): should not raise at emptynobu2008-06-142-1/+6
* * file.c (file_expand_path): no need to expand root path which has nonobu2008-06-142-3/+8
* * gc.h (STACK_UPPER): moved from gc.cnobu2008-06-147-106/+163
* * gc.c (ruby_initial_gc_stress): defined.akr2008-06-133-4/+16
* * gc.c (ruby_gc_stress): moved to rb_objspace_t.nobu2008-06-134-10/+23
* * rational.c (nurat_equal_p): Rational(0,x) and 0 are equivalent,tadf2008-06-132-0/+11
* * complex.c (string_to_c, nucomp_s_convert): preserve the currenttadf2008-06-134-16/+44
* * lib/time.rb (Time.xmlschema): don't accept decimal dot withoutakr2008-06-132-2/+12
* * complex.c (string_to_c_internal): save and restore backref. fixed [ruby-dev...wanabe2008-06-132-3/+13
* * rational.c (string_to_r_internal): save and restore backref. fixed [ruby-de...wanabe2008-06-132-1/+10
* * README.EXT: ditto.usa2008-06-132-1/+10
* * README.EXT.ja: update about Fixnum. reported inusa2008-06-132-13/+30
* * gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number.nobu2008-06-132-2/+4
* * gc.c (ruby_stack_check): STACK_LENGTH should be less thannobu2008-06-132-3/+7
* * enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoidmatz2008-06-133-5/+14
* * ext/tk/tcltklib.c: [trial patch] On some environments, it givesnagai2008-06-123-6/+12
* * test/ruby/test_thread.rb: add a test.mame2008-06-122-0/+26
* * thread.c (mutex_unlock): fix cond_notified consistency.mame2008-06-122-0/+5
* * thread_win32.c (native_sleep): fixed previous commit.usa2008-06-122-4/+10
* * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame2008-06-127-40/+294
* * complex.c: refactoring.tadf2008-06-123-180/+85
* * regint.h: undefine USE_CAPTURE_HISTORY which is mentioned asmatz2008-06-122-1/+6
* * include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen forakr2008-06-122-1/+6
* * io.c (read_all): should use io_read_encoding(), notmatz2008-06-113-10/+16
* * ext/stringio/stringio.c (strio_init): rewind when reopened.mame2008-06-113-2/+8