aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * thread.c (mutex_free, mutex_unlock): add qualifiers.mame2008-12-282-3/+7
* * thread.c (mutex_free): GC thread (main thread) has failed to unlockmame2008-12-282-7/+17
* Imported minitest 1.3.1 r4505.ryan2008-12-275-15/+95
* * 2008-12-28svn2008-12-271-2/+2
* * runruby.rb: refactored to modify ENV as once.akr2008-12-272-5/+17
* * test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): usesnobu2008-12-273-4/+11
* * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano322008-12-272-0/+7
* * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa2008-12-272-1/+6
* * add Doxyfile to svn:ignore.mame2008-12-270-0/+0
* * process.c (after_exec): needs to reset before restart timernobu2008-12-273-2/+11
* * thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY.nobu2008-12-272-24/+25
* * vm_eval.c (rb_f_loop): return enumerator if no block given.matz2008-12-272-1/+7
* * .gdbinit (dummy_gdb_enums.special_consts): forces to load debugnobu2008-12-272-0/+14
* * eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee()ko12008-12-272-1/+17
* * transcode.c (make_econv_exception): show source and destinationakr2008-12-272-0/+13
* * vm_insnhelper.c (vm_yield_with_cfunc): rename parameter nameko12008-12-272-5/+10
* * common.mk (revision.h): ignores failure of file2lastrev.yugui2008-12-272-1/+5
* * ruby.c (process_options): fix to untouch th->mild_compile_error.ko12008-12-272-2/+5
* * iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN.ko12008-12-274-3/+40
* * lib/open-uri.rb (OpenURI.redirectable?): permit https redirection.akr2008-12-272-1/+6
* * eval.c (get_errinfo): return th->errinfo valueko12008-12-273-1/+18
* man/irb.1: adds -v, -h, -E and -U.yugui2008-12-272-11/+43
* * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko12008-12-275-11/+43
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-279-15/+119
* * cont.c: rdoc for Fiber. patch by Muhammad Ali.yugui2008-12-272-0/+124
* * process.c (after_fork): ignores a termination request in thenobu2008-12-262-2/+7
* * 2008-12-27svn2008-12-261-2/+2
* * lib/csv.rb: Using a more robust transcoding scheme to producejeg22008-12-262-5/+24
* * io.c (fptr_finalize): don't allocate objects if noraise.akr2008-12-262-16/+37
* * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui2008-12-262-1/+5
* * lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu2008-12-263-6/+42
* * 2008-12-26svn2008-12-261-2/+2
* * io.c (fptr_finalize): close the IO object even if finish_writeconv orakr2008-12-264-52/+60
* * transcode.c (str_transcode0): set encoding when String#encode wasnaruse2008-12-253-2/+8
* * io.c (rb_io_s_pipe): unused variable removed.akr2008-12-252-3/+4
* * transcode.c (sym_ignore): remove useless symbol.naruse2008-12-252-2/+5
* * io.c (pipe_close): removed.akr2008-12-253-12/+22
* * transcode.c (decorate_convpath): show type of escaping fornaruse2008-12-252-11/+21
* * io.c (rb_io_initialize): check fd validity. [ruby-dev:36646]akr2008-12-252-0/+6
* * io.c (flush_before_seek): check io_fflush result.akr2008-12-253-16/+44
* * io.c (io_fflush): flush write buffer without write lock inmatz2008-12-252-1/+15
* * io.c (fptr_finalize): close the IO object even if close(2) is failed.akr2008-12-252-18/+15
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): should read in binary mode.usa2008-12-252-1/+5
* * vm_insnhelper.c (vm_method_search): fix control flow bug.ko12008-12-252-8/+11
* * test/ruby/test_eval.rb: add new test.usa2008-12-251-0/+17
* * io.c: sorry, wrong commit. orzusa2008-12-251-10/+2
* * io.c (rb_io_flush): fsync() after buffer is flushed on win32.usa2008-12-252-2/+18
* * vm_insnhelper.c (vm_method_search): return rb_cObject if there is noko12008-12-253-3/+51
* * proc.c (proc_new): should use proc_dup() if block has Proc.ko12008-12-254-23/+57
* * vm_insnhelper.c (vm_yield_with_cfunc): check block has Proc.ko12008-12-252-1/+10