summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-28* win32/Makefile.sub (config.h): do not use snprintf/vsnprintf innobu
2008-12-28* test/ruby/test_sprintf.rb (test_invalid): suppress warning.nobu
2008-12-28* sprintf.c: not force to override snprintf/vsnprintf.nobu
2008-12-28* test/rubygems/test_ext_configure_builder.rb (test_self_build_fail):naruse
2008-12-28 * commit ChangeLogtakano32
2008-12-28Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2008-12-28 * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano32
2008-12-28* thread.c (mutex_free, mutex_unlock): add qualifiers.mame
2008-12-28* thread.c (mutex_free): GC thread (main thread) has failed to unlockmame
2008-12-27Imported minitest 1.3.1 r4505.ryan
2008-12-27* 2008-12-28svn
2008-12-27* runruby.rb: refactored to modify ENV as once.akr
2008-12-27* test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): usesnobu
2008-12-27 * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano32
2008-12-27 * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa
2008-12-27* add Doxyfile to svn:ignore.mame
2008-12-27* process.c (after_exec): needs to reset before restart timernobu
2008-12-27* thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY.nobu
2008-12-27* vm_eval.c (rb_f_loop): return enumerator if no block given.matz
2008-12-27* .gdbinit (dummy_gdb_enums.special_consts): forces to load debugnobu
2008-12-27* eval.c (rb_frame_callee, rb_frame_caller): rb_frame_callee()ko1
2008-12-27* transcode.c (make_econv_exception): show source and destinationakr
2008-12-27* vm_insnhelper.c (vm_yield_with_cfunc): rename parameter nameko1
2008-12-27* common.mk (revision.h): ignores failure of file2lastrev.yugui
2008-12-27* ruby.c (process_options): fix to untouch th->mild_compile_error.ko1
2008-12-27* iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN.ko1
2008-12-27* lib/open-uri.rb (OpenURI.redirectable?): permit https redirection.akr
2008-12-27* eval.c (get_errinfo): return th->errinfo valueko1
2008-12-27man/irb.1: adds -v, -h, -E and -U.yugui
2008-12-27* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko1
2008-12-27* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko1
2008-12-27* cont.c: rdoc for Fiber. patch by Muhammad Ali.yugui
2008-12-26* process.c (after_fork): ignores a termination request in thenobu
2008-12-26* 2008-12-27svn
2008-12-26* lib/csv.rb: Using a more robust transcoding scheme to producejeg2
2008-12-26* io.c (fptr_finalize): don't allocate objects if noraise.akr
2008-12-26* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui
2008-12-26* lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu
2008-12-26* 2008-12-26svn
2008-12-26* io.c (fptr_finalize): close the IO object even if finish_writeconv orakr
2008-12-25* transcode.c (str_transcode0): set encoding when String#encode wasnaruse
2008-12-25* io.c (rb_io_s_pipe): unused variable removed.akr
2008-12-25* transcode.c (sym_ignore): remove useless symbol.naruse
2008-12-25* io.c (pipe_close): removed.akr
2008-12-25* transcode.c (decorate_convpath): show type of escaping fornaruse
2008-12-25* io.c (rb_io_initialize): check fd validity. [ruby-dev:36646]akr
2008-12-25* io.c (flush_before_seek): check io_fflush result.akr
2008-12-25* io.c (io_fflush): flush write buffer without write lock inmatz
2008-12-25* io.c (fptr_finalize): close the IO object even if close(2) is failed.akr
2008-12-25 * lib/rdoc/parser.rb (RDoc::Parser.binary?): should read in binary mode.usa